/* Basic layout */
/*
body { 
	   background-position: top left;
	   background-repeat: repeat-y;
	   margin: 0px 0px 0px 0px;
}


.pannelText{
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;
	color:666666
}
*/
/* Fonts */
/*
body, table, td, select, textarea, input  { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 150%
}

a { 
	color: blue; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: none; 
}

.tab-s:hover, .tab-u:hover, .tab-g:hover, .tab-r:hover {
	text-decoration: underline;
}

*/
/* Form elements */

select.flat, textarea.flat, input.flat, 
select.comp, textarea.comp, input.comp,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #888888;
}

select.comp, textarea.comp, input.comp { 
	border-color : #990000;
}

.bordGrey {
	border-top-width: 1px;
	border-top-color: CCCCCC;
	border-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: CCCCCC;
	border-left-width: 1px;
	border-left-color: CCCCCC;
	border-right-width: 1px;
	border-right-color: CCCCCC;
}
/* all pages panel colors*/
.PanelColor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: orange;
}
/* log header color*/
.logHeaderColor {	
	color: white;
	background-color: #000000;
}
/* login form background color*/
.loginAreaBgColor {		
	background-color: #CCCCCC;
}
/* log header link colors*/
.logHeaderLinkColor {	
	color: white;
	text-decoration: underline;	
}
.msgColor {	
	color: red;		
}
.linkColor {	
	color: blue;
	text-decoration: underline;		
}
.newsPosted {
	color: #000000;
	text-decoration: none;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
}
.newsMainHeading {
	color: #000000;	
	font-size: 15px; 
	font-weight: bold;
}
.det_head {
	color: #FFF;	
	font-size: 13px; 
	font-weight: bold;
}
.det{
	color: #FFF;	
}
.det_page_head{
	color: #000000;	
	font-size: 14px; 
	font-weight: bold;
}



body { 
		   background-position: top left;
		   background-repeat: repeat-y;
		   margin: 0px 0px 0px 0px;
	}
	
	
	.pannelText{
		font-size:10px;
		font-family:Verdana;
		font-weight:bold;
		color:#666666
	}
	
	/* Fonts */
	
	body, table, td, select, textarea, input  { 
		font-family: Arial; 
		font-size: 11px; 
	}
	
	a { 
		color: #e8443b; 
		text-decoration: none; 
	}
	
	a:hover { 
		text-decoration: none; 
	}
	
	.tab-s:hover, .tab-u:hover, .tab-g:hover, .tab-r:hover {
		text-decoration: underline;
	}
	
	
	
	
	.text_heading{
		color:#FAF5B5;
		font-size:16px;
		font-family:Verdana;
		background-color:#3F0E07;
		font-weight:bold;
	}
	.text_white{
		color:#FFFFFF;
		font-size:11px;
		font-family:Verdana;
	}
	.text_gold{
		color:#FAF5B5; 
		font-size:12px; 
		font-width:bold;
	}
	.text_white_small{
		color:#AEAEAE; 
		font-size:11px;
		font-family:Verdana;
	}
	.text_white_yell{
		color:#e8443b; 
		font-size:12px;
		font-weight:bold;
		height:20px;
		border-bottom-style:dashed;
		border-bottom-width: 1px;
		border-bottom-color:#333333;
	}
	
	.text_white1{
		color:#FFFFFF;
		font-size:10px;
		font-family:Arial;
	}
	.text_gold1 {		
		color:#FAF5B5; 
		font-size:12px; 
		font-width:bold;
	}
	.text_field_title{
		color:#AEAEAE; 
		font-size:12px;
	}