body,html,head {
	background-color: #FFFFFF;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	height:100%;

	scrollbar-3dLight-Color:#EBEBEB;
	scrollbar-Arrow-Color:#FFFFFF;
	scrollbar-Base-Color:#EBEBEB;
	scrollbar-DarkShadow-Color:#7EC5D6;
	scrollbar-Face-Color:#217E96;
	scrollbar-Highlight-Color:#7EC5D6;
	scrollbar-Shadow-Color:#7EC5D6;
	scrollbar-Track-Color:#EBEBEB;
}
a {
	color:#666666;
	text-decoration:underline;

}
a:hover {
	color:#217E96;
	text-decoration:underline;

}
input, select, textarea {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	background:url(../images/bg_ActiveRow.jpg) #F9F9F9 repeat-x top;
	border:#666666 dashed 1px;
}

option {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
.cssLabelTitle {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:14px;
	font-weight:bold;
	color:#217E96;
}
.cssLabelForm{
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.cssGrid {
	border:solid 1px #999999;
}
.cssSubGrid {
	border:solid 1px #999999;
	background: url(../Images/Interface/bg_box.jpg) top repeat-x;
}
.cssHeaderStyle, .cssHeaderStyle a {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#217E96;
	background:#F0F0F0;
	border-bottom:1px solid #666666;
}
.cssFooterStyle, .cssFooterStyle a, .cssFooterStyle td {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	background-color:#F5F5F5;
	border-top:1px solid #666666;
}
.cssItemStyle, .cssItemStyle a {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color:#FFFFFF;
}
.cssItemStyle td {
	border-top:solid 1px #CCCCCC;
}
.cssAlternatingItemStyle, .cssAlternatingItemStyle a {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color: #F7F7F7;
}
.cssAlternatingItemStyle td {
	border-top:solid 1px #CCCCCC;
}
.cssPager, .cssPager td {
	border:none;
}
.cssPager a {
	border:none;
	color:#666666;
	text-decoration:none;
}
.cssConfigTitle {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	padding-bottom:3px;
}
.cssErrorTitle {
	font-size: 33px;
	font-weight: bold;
	color: #003366;
}
.cssErrorBox {
	background:#F5F5F5;
	border-left:solid 1px #C4C4C4;
	border-right:solid 1px #C4C4C4;
	border-bottom:solid 1px #C4C4C4;
}

.cssBigTextfield {
	height:23px;
	width:160px;
	font-size:14px;
}


/* design */

.cssTitle {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:18px;
	font-weight:bold;
	color:#217E96;
}
.cssParagraph {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:13px;
	font-weight:normal;
	color:#666666;
}

.cssDivisorV {
width:30px;
background:url(../images/divisor_v.gif) repeat-y left;
}


