body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	
	/* Default page font */
	font-family: Tahoma;
	font-size: 11px;
	color: #122445;
}

.BreadText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}

.Overhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: red;
}

.CalenderBackground 
{
	background-color: #D2D0D0;
}

.LightField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: #F6F6F6;
}

.DarkField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: #D2D0D0;
}

.Form 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: #F6F6F6;
}

.citat_gray
{
    font-style: italic;
    font-size: 11pt;
    color: gray;
}

.gray
{
    color: gray;
}

.courseCalender
{
    background-color: #CCCCCC;
} 

.TextBox
{
	width: 300px;
	height: 14px;
	padding: 2px;
	font-family: Tahoma;	
	font-size: 11px;
	border: 1px solid #7F9DB9;
}

.DropDownList
{
	font-size: 11px;
	font-family: Tahoma;	
	border: 1px solid #7F9DB9;
	padding: 2px;
}

.Button
{
	height: 20px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;	
	color: #000;
	border: 1px solid #18212D;
	background-color: #FFF;
	background-image: url(../Images/bg_button.gif);
}

/* 
 * ComponentOne:
 * Contains styles for C1 DataGrid.
 */

/* Used on the DataGrid itself, in a CssClass attribute */
.C1Grid
{
	border: 1px solid #B3BED1;
	float: left;
}

/* Used on the <HeaderStyle>, in a CssClass attribute */
.C1Grid_Header
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #DBE2ED;	
}

.C1Grid_Header_NewColor
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #e8edf1;	
}

.C1Grid_Header_Green
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #D4F46C;	
}


/* Used on the <HeaderStyle>, in a CssClass attribute */
.C1Grid_Header_Vertical
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #DBE2ED;
	vertical-align: bottom;
	text-align: right;
	width: 14px;
	writing-mode: tb-rl;		
}

/* Used on the <ItemStyle>, in a CssClass attribute */
.C1Grid_Item
{
	background-color: #F8FAFB;
}

/* Used on the <AlternatingItemStyle>, in a CssClass attribute */
.C1Grid_AlternateItem
{
	background-color: #EEF2F4;
}

/* Used on the <EditItemStyle>, in a CssClass attribute */
.C1Grid_EditItem
{

}

/* Used on the <FooterStyle>, in a CssClass attribute */
.C1Grid_Footer
{
	background-color: #DBE2ED;
}

.C1Grid_FooterCustom
{
	border-right: 1px solid #B3BED1;
	border-left: 1px solid #B3BED1;
	border-bottom: 1px solid #B3BED1;
	background-color: #DBE2ED;
}

.C1Grid_HeaderCustom
{
	border-right: 1px solid #B3BED1;
	border-left: 1px solid #B3BED1;
	border-top: 1px solid #B3BED1;
	background-color: #DBE2ED;
}

/* Used on the <PagerStyle>, in a CssClass attribute */
.C1Grid_Pager
{
	background-color: #DBE2ED;
}

/* Used on the <ItemStyle> or AlternatingItemStyle when shown as a warning row, in a CssClass attribute */
.C1Grid_ItemWarning
{
	background-color: #F4D9AF;
}

/* Used on the <EditItemStyle>, in a CssClass attribute */
.C1Grid_SelectedItem
{
	background-color: #DCEDDB;
}
    
