
	/********************************************
	'
	'	CSS Form Control
	'
	/********************************************/





/***** CSS Navigator *****/
.Navigator {
	font-family: 1Tahoma , Verdana;
	font-weight: Normal;
	font-size: 8pt; 
	color: #000000;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	}

.Navigator a {
	color: #000000; 
	text-decoration: none; 
	}

.Navigator a:hover {
	color: #000000; 
	text-decoration: underline; 
	}

.Navigator a:active {
	color: #000000; 
	text-decoration: underline; 
	}
/***** End *****/






/***** CSS My *****/
.My {
	font-family: 1Tahoma , Verdana;
	font-size: 8pt; 
	color: #FF0000;
	padding-left: 0px;
	padding-right: 5px;
	}

.My a {
	color: #FF0000; 
	text-decoration: none; 
	}

.My a:hover {
	color: #000000; 
	text-decoration: underline; 
	}

.My a:active {
	color: #000000; 
	text-decoration: underline; 
	}
/***** End *****/







/***** CSS Caption Menu *****/
.TableCaptionBorderBg {
	border: 1px solid #E6E6E6;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	background-color: #FBFBFB; 
	color: #000000;
}

.TableCaptionBorderBg a {
	color: #000000; 
	text-decoration: none; 
	}

.TableCaptionBorderBg a:hover { 
	color: #000000; 
	text-decoration: none; 
	}

.TableCaptionBorderBg a:active {
	color: #000000; 
	text-decoration: none; 
	}
/***** End *****/








/***** CSS Form Display *****/
.PagePreviousNext {
	font-family: Tahoma , Verdana;
	font-weight: Normal;
	font-size: 8pt; 
	color: #000000;
/*	padding-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px; */
	}

.PagePreviousNext a {
	color: #000000; 
	text-decoration: underline; 
	}

.PagePreviousNext a:hover {
	color: #000000; 
	text-decoration: none; 
	}

.PagePreviousNext a:active {
	color: #000000; 
	text-decoration: none; 
	}


Table.TableLine td {
	border-bottom:1px solid #E6E6E6;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;	
	padding-bottom: 5px;	
	}

Table#TableLineSub td {
	border-bottom-width:0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 5px;	
	padding-bottom: 5px;	
	}

#TableLineWidth {
	width: 95%;
	}

#TableLineWidthCheckbox {
	width: 20px;
	}



#TableLineCaption {
	border-top:1px solid #E6E6E6;
	font-weight:BOLD; 
	background-color: #FBFBFB;
	padding-top: 3px;	
	padding-bottom: 1px;	
	}

#TableLineCaption a {
	color: #000000; 
	text-decoration: none; 
	}

#TableLineCaption a:hover {
	color: #000000; 
	text-decoration: underline; 
	}

#TableLineCaption a:active {
	color: #000000; 
	text-decoration: underline; 
	}



#TableLineCaptionNoCheckbox {
	border-top:1px solid #E6E6E6;
	font-weight:BOLD; 
	background-color: #FBFBFB;
	padding-top: 5px;	
	padding-bottom: 5px;	
	}

#TableLineCaptionNoCheckbox a {
	color: #000000; 
	text-decoration: none; 
	}

#TableLineCaptionNoCheckbox a:hover {
	color: #000000; 
	text-decoration: underline; 
	}

#TableLineCaptionNoCheckbox a:active {
	color: #000000; 
	text-decoration: underline; 
	}

#TableLineBottomNoLine {
	border-bottom-width:0px;
	}


.Field2Language {
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 5px;	
	padding-bottom: 5px;
/***** End *****/





/***** CSS Font Date Time *****/
.FontDateTime {
	font-family: tahoma;
	font-size: 10px;
	}
/***** End *****/







/***** CSS Form *****/
.FormCaptionBorderBg {
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	background-color: #FBFBFB;
	color: #000000;
}




.FormBorder {
	border: 1px solid #E6E6E6;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
	background: #FFFFFF;
}



.FormSubBorder {
	border-left: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 100%;
}


.FormTextLeft {
	text-align: right;
	white-space: nowrap;
	}


.FormFieldRequest {
	color: #FF0000;
	}


.FormButton {
	font-family: Verdana , Tahoma;
	font-weight: Normal;
	font-size: 8pt;
	cursor: hand;
	width: 60px;
}


#FormBottonAddData {
	width: 150px;
}
/***** End *****/









