a:link 		{ text-decoration: none; COLOR: #0000FF; }
a:visited 	{ text-decoration: none; COLOR: #0000FF; }
a:active 	{ text-decoration: none; COLOR: #FF0000; }
a:hover   	{ text-decoration: none; COLOR: #FF0000; }

body {
	margin: 0px;
	background-color: #363636;
}

.border_left {
	background-image: url(../images/border_left.gif);
}
.border_right {
	background-image: url(../images/border_right.gif);
}
.content_back  {
	background-image: url(../images/content_back.gif);
}
.text_back {
	background-image:url(../images/back_scroll.gif);
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 15px;
	overflow: auto;
	height: 390px;
	width: 520px;
}
.site_back {
	background-image:url(../images/site_back.gif);
}
.sites_back02 {
	background-color:#d7d7d7;
	text-align:center;
}
.border {
	border: 2px solid #666666;
}
.text_list {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}
.style1 {
	font-family: Tahoma;
	font-size: 18px;
	letter-spacing: 1px;
}
.style3 {
	color: #333333;
	font-family: Tahoma;
	font-size: 18px;
	letter-spacing: 1px;
}
.sites_img {
	border: 1px solid #626262;
	padding: 3px;
}


/****************************************************************************************/
/* Labels 																				*/
/****************************************************************************************/
.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.label_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.label_tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.label_tiny_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.label_required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFF00;
}

.label_error_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFCC00;
}

.label_error_message {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FF0000;
	background-color: #FFFFCC;
	text-decoration: blink;
	line-height: 35px;
}

.label_pad {
	padding: 0px 5px;
}

.label_header_title {	
	font-family: "Times New Roman", Times, serif; 
	color: #990000; 
	font-size: 12px; 
	text-decoration: none; 
	font-weight: bold; 
}

.label_control_panel {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}




/****************************************************************************************/
/* Tools 																				*/
/****************************************************************************************/
.tools_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

a.tools_menu:link 		{ text-decoration: none; COLOR: #0000FF; }
a.tools_menu:visited 	{ text-decoration: none; COLOR: #0000FF; }
a.tools_menu:active 	{ text-decoration: none; COLOR: #0000FF; }
a.tools_menu:hover   	{
	text-decoration: none;
	color: #FF9900;
	background-color: #FEFEFE;
}

.tools_menu_selected{
	text-decoration: none;
	color: #FF9900;
	background-color: #FEFEFE;
}

.tools_menu_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

a.tools_menu_sub:link 		{ text-decoration: none; COLOR: #FFFFFF; }
a.tools_menu_sub:visited 	{ text-decoration: none; COLOR: #FFFFFF; }
a.tools_menu_sub:active 	{ text-decoration: none; COLOR: #FFFFFF; }
a.tools_menu_sub:hover   	{
	text-decoration: none;
	color: #FF9900;
	background-color: #FEFEFE;
}

.tools_menu_sub_selected{
	text-decoration: none;
	color: #FF9900;
	background-color: #666666;
}

.tools_content {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}




/****************************************************************************************/
/* Forms 																				*/
/****************************************************************************************/
.cls_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}




/****************************************************************************************/
/* Background colors 																	*/
/****************************************************************************************/

.line_horizontal {
	color: #000033;
	background-color: #ACACAC;
}

.line_title {
	color: #000033;
	background-color: #CCCCCC;
}




/****************************************************************************************/
/* Row Over Effect																	*/
/****************************************************************************************/

.rowOverEffect {
	background-color: #FFFFCC;
}

.rowOutEffect {
	background-color: #AAAAAA;
}

.rowOutEffect1 {
	background-color: #E0E0E0;
}
