/* 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  { 
    line-height: 180%;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}

a { 
	color: #B7063D; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: none; 
	/* onMouseMove="window.status=''*/
	/*m: expression(window.status='');*/
}

.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;
}

.bold {font-weight:bold;}
.bold_14 {font-weight:bold; font-size:14px}
	

/*////////////////////////////////////////////////////////////////////////////////////*/
/*7objects CSS*/
.h1_text {
	font-family: Arial; 
	font-size: 12px; 
	font-weight:bold;
	color:#FFF;
}
.h2_text {
	font-family: Arial; 
	font-size: 12px; 
	color:#FFF;
}
.h3_text {
	font-family: Verdana; 
	font-size: 12px; 
	color: #585858;
}
.footer_text {
	font-family: Verdana; 
	font-size: 12px; 
	color: #484747;
}
.menu_text {
	font-family: Verdana; 
	font-weight:bold;
	font-size: 14px; 
	color: #F78B25;
}
.main_head {
	font-size: 14px; 
}
.bordTopDashed {
	border-top-width:1px;
	border-top-style:dashed;
	border-top-color:#585858;
}
.inner_head {
	font-family: Verdana; 
	font-weight:bold;
	font-size: 13px; 
	color: #F78B25;
}
.inner_head_sub {
	font-family: Verdana; 
	font-weight:bold;
	font-size: 11px; 
	color: #F78B25;
}
.panel_head {
	font-weight:bold;
	color: white;
}
.port_small_head {
	font-weight:bold;
	color:#FF6700;
}
.bord_top_4{
 border-top-style:solid; border-top-width:4px; border-top-color:#868686;
}