BODY {
	margin: 0px;
	padding: 0px;
	font: 12px;
	/*
	scrollbar-arrow-color: #CCE0F5;
	scrollbar-face-color: #F2F7FC; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-highlight-color: #F2F7FC; 
	scrollbar-3dlight-color: #E3E6EB; 
	scrollbar-shadow-color: #B7CDE4; 
	scrollbar-darkshadow-color: #F2F7FC;
	*/
} 

FORM {
	margin:0;
	padding:0;
}

TABLE {
}

TD {
	font: 12px;
	color:#000000;
}

.TextBox {
	padding-top:1px;
	font: 12px;
	border:1px solid #B7CDE4;
	height:20px;
}

.CheckBox {
	font: 2px;
}


.TEXTBOX2 {
	padding-top:2px;
	padding-left:5px;
	font: 12px;
	border:0px solid #FFFFFF;
	height:20px;
	width:100%;
}

.TEXTBOX3 {
	padding-top:2px;
	padding-left:5px;
	font: 12px;
	border:0px solid #FFFFFF;
	background-color:#CCE0F5;
	height:20px;
	width:100%;
}

INPUT {
	font: 12px;
}

SELECT {
	font: 12px;
}

.Select {
	font: 12px;
}

TEXTAREA {
	font: 12px;
	border:1px solid #B7CDE4;
	width:100%;
	padding-left:5px;
}

H5 {
	margin:0px;
	font-size: 14px;
	font-weight:bold;
}

DIV,UL,OL,LI{
	margin:0px;padding:0px;
}
DIV UL{
	margin:0px;padding:2 0 2 0;list-style:none;
}

P { 
	text-indent:2em;margin:0px;padding:0px;
}

a:link          { color: #1E5494; text-decoration: none;}
a:visited       { color: #1E5494; text-decoration: none;}
a:active        { color: #1E5494; text-decoration:underline;}
a:hover         { color: #1E5494; text-decoration:underline;} 

.title 				{ font-size:14px; color: #0C3980; font-weight:bold;}
.title a:link 		{ font-size:14px; color: #0C3980; text-decoration: none;}
.title a:visited 	{ font-size:14px; color: #0C3980; text-decoration: none;}
.title a:active		{ font-size:14px; color: #0C3980; text-decoration: none;}
.title a:hover		{ font-size:14px; color: #0C3980; text-decoration: none;}

.grey	{ color:#666666;}
.red 	{ color:#FF0000;}

.border_all {
	border: 1pt solid #B7CDE4;
}

.border_all_dashed {
	border: 1pt dashed #B7CDE4;
}

.border_topexit {
	border-left: 1pt solid #E3E6EB;
	border-right: 1pt solid #E3E6EB;
	border-bottom: 1pt solid #E3E6EB;
}

.border_bottomExt {
	border-left: 1pt solid #B7CDE4;
	border-right: 1pt solid #B7CDE4;
	border-top: 1pt solid #B7CDE4;
}

.border_leftbottom {
	border-left: 1pt solid #B7CDE4;
	border-bottom: 1pt solid #B7CDE4;
}

.border_bottom {
	border-bottom: 1pt solid #E3E6EB;
}

.border_right_bottom {
	border-right: 1pt solid #E3E6EB;
	border-bottom: 1pt solid #E3E6EB;
}

.border_right_bottom_2 {
	border-right: 1pt solid #B7CDE4;
	border-bottom: 1pt solid #B7CDE4;
}

.border_Bottom_dotted	{
	border-bottom: 1pt dotted #B7CDE4;
}

.border_top {
	border-top: 1pt solid #E3E6EB;
}
.border_Right {
	border-right: 1pt solid #E3E6EB;
}
.border_Left {
	border-left: 1pt solid #E3E6EB;
}

.border_middle {
	border-left: 1pt solid #B7CDE4;
	border-right: 1pt solid #B7CDE4;
}

.border_Bottom_dashed {
	border-bottom: 1pt dashed #DFDCD5;
}

.border_topexit_2 {
	border-left: 1pt solid #B7CDE4;
	border-right: 1pt solid #B7CDE4;
	border-bottom: 1pt solid #B7CDE4;
}

.border_bottomexit_2 {
	border-left: 1pt solid #B7CDE4;
	border-right: 1pt solid #B7CDE4;
	border-top: 1pt solid #B7CDE4;
}

.border_rightexit_2 {
	border-left: 1pt solid #B7CDE4;
	border-bottom: 1pt solid #B7CDE4;
	border-top: 1pt solid #B7CDE4;
}

.border_bottom_2 {
	border-bottom: 1pt solid #B7CDE4;
}

.border_top_2 {
	border-top: 1pt solid #B7CDE4;
}

.border_left_2 {
	border-left: 1pt solid #B7CDE4;
}

.Button1 {
	width:63px;
	height:22px;
}

.underline {
	text-decoration: underline;
}

.Hidden {
	display:none;
}

.object_focued {
	background-color:#F3F3F3;
}

.border_focued {
	border-left: 1pt solid #E3E6EB;
	background-color:#F3F3F3;
}

.grid3_border_all {	border: 1pt solid #dfdfdf;}

.grid3_menuitem { padding-left:20px; background-image:url(../resources/images/default/layout/expand.gif); background-repeat:no-repeat; background-position:5 5}