﻿
/*-----------Theme styles--------------  */

.table {
	border: 2px solid #666666;
}
.header {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0c90ff;
	font-weight:normal;
}
.txt {
	font-family: "Comic Sans MS", Arial;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	line-height: 18px;
}
.bottom {
	font-family: Tahoma;
	font-size: 11px;
	color: #5FC1FE;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-top: 15px;
}

.subheding {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0c90ff;
	font-weight: bold;
}
.titlesub {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.titlesubform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

/*-----------End Theme styles--------------  */

/*-----------Controls styles--------------  */

.headline {
	font-family: "Comic Sans MS", Arial;
	font-size: 16px;
	color: #0c90ff;
	font-weight:normal;
}

.whitetext {	
	font-family: "Comic Sans MS", Arial;
	font-size: 13px;
	color: #000000;	
}

.grid { color: #000000; font-family:"Comic Sans MS", Arial; font-size: 13px; }
A.grid {color:#000000; text-decoration: none; }
A.grid:link {color:#000000; text-decoration: none; }
A.grid:visited {color: #000000; text-decoration: none; }
A.grid:active {color:#000000; text-decoration: none; }
A.grid:hover {color: #000000; text-decoration: none; }

.default { color: #000000; font-family:"Comic Sans MS", Arial; font-size: 13px; }
A.default {color:#000000; text-decoration: none; }
A.default:link {color:#000000; text-decoration: none; }
A.default:visited {color: #000000; text-decoration: none; }
A.default:active {color:#000000; text-decoration: none; }
A.default:hover {color: #000000; text-decoration: none; }

.default2 { color: #000000; font-family:"Comic Sans MS", Arial; font-size: 13px; }
A.default2 {color:#000000; text-decoration: none; }
A.default2:link {color:#000000; text-decoration: none; }
A.default2:visited {color: #000000; text-decoration: none; }
A.default2:active {color:#000000; text-decoration: none; }
A.default2:hover {color: #FFCC00; text-decoration: none; }

.control { color: #000000; font-family:"Comic Sans MS", Arial; font-size: 13px; }
A.control {color:#000000; text-decoration: none; }
A.control:link {color:#000000; text-decoration: none; }
A.control:visited {color: #000000; text-decoration: none; }
A.control:active {color:#000000; text-decoration: none; }
A.control:hover {color: #000000; text-decoration: none; }

.hyperlink { color: #000000; font-family:"Comic Sans MS", Arial; font-size: 13px;  }
A.hyperlink {color:#000000; text-decoration: none; }
A.hyperlink:link {color:#000000; text-decoration: underline; }
A.hyperlink:visited {color: #000000; text-decoration: underline; }
A.hyperlink:active {color:#000000; text-decoration: underline; }
A.hyperlink:hover {color: #FF9900; text-decoration: none; }

.error {
	font-family: "Comic Sans MS", Arial; font-size: 13px;	
	color:Red;
	text-decoration: none;
	font-weight: bold;
}

.loginerror {
	font-family: "Comic Sans MS", Arial;
	font-size: 13px;
	color: Red;
}

/*-----------End Controls styles--------------  */

/*-----------Align & Width styles--------------  */

.leftalign {text-align:left;}
.rightalign {text-align:right;}
.centeralign {text-align:center;}
.justifyalign {text-align:justify;}

.topalign { vertical-align:top}

.width100percent { width:100% }
.width95percent { width:95% }

/*-----------End Align & Width styles--------------  */

/*-----------Menu styles--------------  */

.menu_font {
	font-family:Verdana; 
	font-size: 12px;	
	color:White;
}

.menu_row {
	overflow: visible;
	/*display: block;*/
	float: left;
	width: 100%;
	height: 25px;
	/*background-color: #0099FF;*/
	background-image: url('images/but.jpg');
	background-repeat: repeat-x;
	text-align: left;
	
}

.menu_control{
	text-indent:3px;
	padding: 0 0px;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	height: 25px;
	margin: 0 0 0 0;			
}

.menu_control_dynamic{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.8em;
	font-weight: normal;
	text-indent:3px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-color: #E5E5E5;
	border-bottom-style: inset;
	color: #ffffff;
	height: 25px;
	width:100%;	
}


.menu_control_dynamic_hover{
	margin: 0 0 0 0;
	padding: 0 0px;
	font-size: 0.8em;
	font-weight: normal;
	text-indent:3px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-color: #E5E5E5;
	border-bottom-style: inset;
	color: #ffffff;
	height: 25px;
}

.menu_control_dynamic_select{
	margin: 0 0 0 0;
	padding: 0 0px;
	font-size: 0.8em;
	font-weight: normal;
	text-indent:3px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-color: #E5E5E5;
	border-bottom-style: inset;
	color: #ffffff;
	height: 25px;	
}

.menu1hover { background-color:#F30100; }
.menu2hover { background-color:#FFA600; }
.menu3hover { background-color:#0D86E3; }
.menu4hover { background-color:#589102; }
.menu5hover { background-color:#BC32BD; }
.menu6hover { background-color:#FE6A00; }


.my_menu_control{		
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;	
	text-align:center;
	height: 25px;			
	background-image: url('images/but.jpg');
	background-repeat:no-repeat;		
	float:left;		
	width: 100%;
	padding-top:4px;	
}

.my_menu_control_dynamic{
	/*margin: 0 0 0 0;
	padding: 0 0 0 0;*/
	font-size: 0.8em;
	font-weight: normal;	
	text-transform: uppercase;
	text-decoration: none;
	/*border-bottom: 1px;
	border-bottom-color: #E5E5E5;
	border-bottom-style: inset;*/
	background-image: url('images/but.jpg');
	background-repeat:no-repeat;
	color: #ffffff;
	height: 25px;
	float:left;
	width: 100%;
	padding-top:4px;	
	
}

.IE8Fix
{
    z-index: 20;

}

/*-----------end Menu styles--------------  */

/*-----------Forum styles--------------  */

.forumdate {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
}
.forumheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.forumpare {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}
.formbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*-----------End Forum styles--------------  */