@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	color:#333333;
	font:normal 11px Tahoma;
}

td, div, span, p
{
	line-height:16px;
	color:#333333;
	font:normal 11px Tahoma;
}

input, select, textarea
{
	color:#333333;
	font:normal 11px Tahoma;
}

a:link, a:visited, a:active
{
	text-decoration:none;
	color:#e0081f;
}

a:hover
{
	text-decoration:underline;
	color:#000000;
}

/*****************main table borders******************/

.mtLeft
{
	background-image:url(../images/mainTableLeft.gif);
	background-repeat:repeat-y;
}

.mtRight
{
	background-image:url(../images/mainTableRight.gif);
	background-repeat:repeat-y;
}

.mtBottom
{
	background-image:url(../images/mainTableBottom.gif);
	background-repeat:repeat-x;
}



/***********************form*****************************/

.txtBox
{
	border:1px solid #999999;
}
.btnGenaral
{
	border:1px solid #5476b1;
	background-image:url(../images/btnBackStripe.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	font:bold 10px Tahoma;
	text-transform:uppercase;
}

.caption
{
	font:normal 11px Tahoma;
	padding-left:5px;
}
.sectionHeader
{
	background-image:url(../images/sectionHeaderback.jpg);
	background-repeat:repeat-x;
	height:24px;
}
.sectionBorder
{
	border:1px solid #d1d1d1;	
}
.pageTitle
{
	padding-bottom:15px;	
}
/*********************footer******************************/
.footer
{
	color:#7d7d7d;
	font-size:11px;
	padding-left:25px;
	padding-top:5px;
	line-height:20px;
	text-align:left;
	height:40px;
	border-top:4px solid #cccccc;
}
.footer a:link, .footer a:visited
{
	color:#3d3d3d;
	text-decoration:none;
}
.footer a:active,.footer a:hover
{
	color:#da251d;
	text-decoration:none;
}
.redText
{
	color:#da251d;
	font-weight:bold;
}
.content
{
	line-height:16px;	
}
.topMenu
{
	background-image:url(../images/menuBack.jpg);
	background-repeat:repeat-x;	
	height:27px;
}
.list td
{
	background-image:url(../images/bullet2.jpg);
	background-repeat:no-repeat;
	background-position:5px 10px;
	height:22px;
	padding-left:20px;
	border-bottom:1px solid #e0e0e0;	
}
.list td a:link,.list td a:visited,.list td a:active
{
	color:#000000;
	text-decoration:none;	
}
.list td a:hover
{
	color:#ff0000;
	text-decoration:none;
}
