/*
red: #B22619
gray: #CDCDCD
dark gray: #626262
gray background:#868686
*/
/*
red: #B22619
gray: #CDCDCD
dark gray: #626262
gray background:#868686
*/

body
{
	font: 12px, Verdana, Lucida Sans, Arial, sans-serif;
	background-color:#E4E4E4;
}

.footer
{
	font: 10px, Verdana, Lucida Sans, Arial, sans-serif;	
	color:black;
	background-color:white;
	text-align:center;
	padding: 2px;
}

.header
{
	background-color:white;
	padding: 2px;
}

.leftpanel
{
	background-color:#CDCDCD;
}


.oneBorder
{
	border-color: #B22619; 
	border-style: solid;
	border-width: 2px;
}

.topBottomBorder
{
	border-color: #B22619; 
	border-style: solid;
	border-left:0px;
	border-right:0px;	
}

 .bottomRedBorder
{
	border-color: #B22619; 
	border-style: solid;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}


.logoBg
{
	background-image: url('images/backImgLong3.jpg');
	background-repeat: repeat-x;
}

td
{
	font: 12px, Verdana, Lucida Sans, Arial, sans-serif;
}

h2
{
	font: 16px, Verdana, Lucida Sans, Arial, sans-serif;
	font-weight:bold;
}

.scroller
{
	background-color:#626262;
}


textarea
{

	font:12px;
}

.imgBorder
{
	border: #B22619 2px solid;
}

.footerLink
{
	color:red;
}


.main
{
	position:absolute;
	margin: 0 7 0 0px;
}

td.heading
{
	font: 12px, Verdana, Lucida Sans, Arial, sans-serif;
}


a
{
	color:#B22619;
	text-decoration:none;
	border:none;
}

a.menuText
{
	color:white;
	text-decoration:none;
	border:none;
}

a.menuTextselected
{
	color:black;
	text-decoration:none;
	border:none;
}

td.menu
{

	text-decoration:none;
	background-color:#B22619;
	text-align:center;
	
}

td.menu:hover 
{
	background-color:#CDCDCD
}

.menuselected
{
	text-decoration:none;
	color:black;
	background-color:#CDCDCD;
	text-align:center;

}


a
{
	color:#B22619;
	text-decoration:none;
	border:none;
}

.mainframe
{
  	border: 3px solid #626262;
   	background-color:white;
}

.redline
{
	background-image: url('images/redlines.jpg');
	background-repeat: repeat-y;
	width:11px
}

.oneBorder
{
	border-color: #626262; 
	border-style: solid;
	border-width: 2px;
}

.menuBorder
{
	border-color: white; 
	border-style: solid;
	border-width: 2px;
	background-color:white;
}

div.content
{
	height:100%;
	font: 11px, Verdana, Lucida Sans, Arial, sans-serif;
	overflow:auto;
	margin-left:6px;
	background-color:white;
}


.button
{
	border-color: #CDCDCD; 
	border-style: solid;
	border-width: 1px;
	color:#FFFFFF;
	font-size:8pt;
	background-color:#B22619;
	cursor:pointer;

	
}

.admin
{
	
	color:black	;
	font: 10px, Verdana, Lucida Sans, Arial, sans-serif;
	text-align:center;
	width:100%;
}

.smallTxt
{
	color:black;
	margin-top:10px;
	font: 10px, Verdana, Lucida Sans, Arial, sans-serif;
}

.pointer
{
	cursor:pointer;
}

.textbox
{
	font-family: Verdana,L ucida Sans, Arial, sans-serif;
	font-size: 15px; 
	color: #2D2D2D; 
	background-color: #EAE8EC;
}