﻿/*
	Diploma
*/
.DiplomaBorder
{
	color:black;
    position:absolute;
    top:28;
    left:28;
    width: 605;
    height: 880;
    border: 2px solid black;
}

.DiplomaLogo
{
    position:absolute;
    top:790;
    left:100;
    text-align: center;
    width:452;
}

.DiplomaTextContainer
{
    position:absolute;
    top:55;
    left:100; 
    width:452;
    font-family: 'Lucida Sans Unicode';
    font-size:20px;
    text-align: center;
}

.DiplomaHeader
{
    font-size: 36; 
    font-weight: bold;
}

.DiplomaText
{
    font-size: 15;
}

.DiplomaStudentName
{
    font-family: 'Book Antiqua';
    font-size: 26;
    font-weight: bold;
    font-style: italic;
}

.DiplomaConceptName
{
    font-size: 36;
    font-weight: bold;
}

.DiplomaConceptDescription
{
    font-size: 12; 
    align: left; 
    width: 402; 
    text-align: left;
    font-weight: bold;
}

.DiplomaConceptTeacher
{
    font-size: 15; 
    position:absolute;
    top:505; 
    left:25;
}

.DiplomaDate
{
    font-size: 15; 
    position:absolute;
    top:535;
    left:25
}

/* 
	Forum
*/
.Post
{
	background-color: White;
	margin: 0px 10px 10px 10px;
	border: 1px solid gray;
	padding: 10px;
}

.PostHeader
{
	margin: 0px 10px 0px 10px;
	color: White;
	font-family: Tahoma;
	background-image: url(Skins/RadGrid/defaultHeaderBg.gif);
	background-repeat: repeat-x;
	height: 25px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
}

.ForumRadGridPager
{
	height: 27px;
	padding-left: 11px;
}

.ForumRadGridPager A, 
.ForumRadGridPager A:selected, 
.ForumRadGridPager A:visited
{
	color: #357bb6;
	text-decoration: underline;
}

.ForumRadGridPager A:hover
{
	color: #367cb7;
	text-decoration: none;
}

.ReplyMessage
{
	margin: 10px;
	border: 1px solid lightgrey;
	display: inline-block;
	padding: 10px;
	width: 100%;
}

/*
	Course catalog search page.
*/
#SearchMultiPages_table
{
	background-color: White;
	width: 100%;
	padding: 20px;
	position: relative;
	top: -13px;
	height: 155px;
	z-index: 98;
	border-top-width: 1px;
	border-right: #919b9c 1px solid;
	border-left: #919b9c 1px solid;
	border-top-color: #919b9c;
	border-bottom: #919b9c 1px solid;
}

/*
	Admin start page left.
*/
.AdminStartPageLeftBoard
{
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	border-top: none;	
}

/* 
	Classroom page.
*/ 
.ClassRoomDescription
{
	width: 570px;
	height: 100%;
	overflow: auto;
}

/* 
	Competence list page.
*/ 
.CompetenceNodeIcons
{
	position: absolute;
	left: 400px;
}

/*
	Report pages
*/
#ReportDescription
{
	background-color: #F8EDE2; 
	padding: 10px; 
    border-left: solid 1px #BEB5BC;	    
    border-bottom: solid 1px #BEB5BC;	
}

#ReportInformation
{
	background-color: #D9F5FE; 
	padding: 10px; 
	width: 100%; 
	height: 100%;
    border-left: solid 1px #BEB5BC;
    border-right: solid 1px #BEB5BC;
    border-bottom: solid 1px #BEB5BC;	
}

#ReportInformationTab
{
	position: absolute; 
    right: 0px; 
    bottom: -1px;
    text-align: right;    
    background-repeat: repeat-x;
    height: 23px;    
    overflow: hidden;
    vertical-align: middle;
}

#FilterPlate
{
	height: 180px;
	background-color: White;
	border-left: solid 1px #BEB5BC;	
	padding: 0px 0px 0px 0px;
}

#FilterPlateBottom
{
	border-width: 0px;
}

#SelectionTop
{
	overflow: hidden;		
	padding: 5px;
}

#SelectionMiddle
{	
}

#SelectionBottom
{
	background-color: White;
	text-align: right; 
	padding-right: 5px; 
	padding-bottom: 0px;
	border-left: solid 1px #BEB5BC;
}

#FilterTop
{
	overflow: hidden;	
	padding: 5px;
	border-bottom: solid 1px #BEB5BC;
}

#FilterMiddle
{	
	border-left: solid 1px #BEB5BC;	
	border-right: solid 1px #BEB5BC;	
	background-color: White;
}

#ReportViewResult
{
	padding: 10px;
	background-color: White;
	border: solid 1px #BEB5BC;
}

#Navigation
{
	background-color: White;
}

.FilterRow
{
	padding-left: 12px; 
	padding-top: 3px;
	background-color: #f8f8f8;
	border-bottom: solid 1px #BEB5BC;
	padding-bottom: 3px;
	height: 26px;
}

.FilterSetting
{
	float: right;
}

.VerticalText
{
	writing-mode: tb-rl;
}

.ConceptTreeViewStatusText
{
	font-size: 9px;
	font-weight: bold;
}

.ConceptInfoLabel
{
	width: 350px;
}
.ConceptCaptionLabel
{
	font-weight:bold;
}

