@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background:#c79f72 url('../images/bg.gif') repeat-x left top;
	
}
td{
	font: normal 12pt/18pt Arial, Helvetica, sans-serif;
	text-align: left;
	color:4a4c4d;
	vertical-align: top;
}
a{
	font-size: 11px;
	color:#754c29;
	outline: none;
	text-decoration: underline;
}
a:hover{
	font-size:11px;
	color: #FF0000;
	outline: none;
	text-decoration: none;
}
p{
	display: block;
	padding:5px 0 0 5px;
	margin:0
}
.space5{
	height: 5px;
}
.space10{
	height: 10px;
}
.space15{
	height: 15px;
}
.space20{
	height: 20px;
}
.space25{
	height: 25px;
}
.space53{
	height: 51px;
}
.space72{
	height: 68px;
}
.rightalign{
	text-align: right ! important;
}
.leftalign{
	text-align: left ! important;
}
.centeralign{
	text-align:center ! important;
}
.middlealign{
	vertical-align: middle ! important;
}
.bottomalign{
	vertical-align: bottom ! important;
}
.right_bttom{
	text-align: right ! important;
	vertical-align: bottom ! important;
	padding-bottom: 15px;
}
.grayline{
	border: 1px solid #dcdcdc;
	vertical-align: middle;
	height:1px;
}
.small_text{
	font-size: 11px;
}
.larg_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4a4c4d;
	font-weight: bold;
	line-height: 20px;
}

.inputbox2 {
	BORDER-RIGHT: #aa7d53 1px solid;
	BORDER-TOP: #aa7d53 1px solid;
	PADDING-LEFT: 5px;
	FONT-SIZE: 14px; 
	BORDER-LEFT: #aa7d53 1px solid;
	COLOR: #ffffff; 
	BORDER-BOTTOM: #be5f0f 1px solid;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #aa7d53;
	font-weight:bold;
}

.errmsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	
}

.nabiratext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	
}


table.maintable{
	width: 790px;
	height: auto;
	float: none;
	clear: both;
	margin: 0 auto;
	background: #eadbca;
}

/* Header Table*/
table.header{
	width: 100%;
	height: 181px;
	margin:0;
	background: url('../images/top.gif') left top;
}
table.header td{
	vertical-align: top;
}

/*Content Table*/

table.maincontent{
	width: 100%;
	height: auto;
	float: none;
	clear: both;
	margin: 0 auto;
	background: #eadbca url('../images/content_bg.gif') no-repeat left bottom;
}

/*Top Link*/
table.toplink{
	width: 100%;
	height: auto;
	margin:0;
}
table.toplink td{
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	color: #A87B50;
}
table.toplink td a{
	font-size: 12px;
	font-weight: bold;
	color: #A87B50 ! important;
	text-decoration: none;
	padding: 0px 14px 0 14px;
}
table.toplink td a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000 ! important;
	text-decoration: none;
	padding: 0px 14px 0 14px;
}
table.toplink td a.selected{
	color: #FF0000;
	text-decoration: none;
	padding: 0px 14px 0 14px;
}
table.toplink td a:hover.selected{
	color: #FF0000;
	
	text-decoration: none;
	padding: 0px 14px 0 14px;
}

/* new css/

/*Top Linknew*/
table.toplinknew{
	width: 100%;
	height: auto;
	margin:0;
}
table.toplinknew td{

	font: normal 12px/18px Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
	color: #A87B50;
}
table.toplinknew td a{
	font-size: 12px;
	font-weight: bold;
	color: #A87B50 ! important;
	text-decoration: none;
	padding: 0px 14px 0 0;
}
table.toplinknew td a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000 ! important;
	text-decoration: none;
	padding: 0px 14px 0 0;
}
table.toplinknew td a.selected{
	color: #FF0000;
	text-decoration: none;
	padding: 0px 14px 0 0;
}
table.toplinknew td a:hover.selected{
	color: #FF0000;
	
	text-decoration: none;
	padding: 0px 14px 0 0;
}

/* end css/



/* Right Table */
table.rightp{
	width: 100%;
	height: auto;
	float: none;
	clear: both;
}
table.rightp td{
	text-align: center;
}

table.latestnews{
	width: 100%;
	height: 150px;
	background: url('../images/latest_newsbox.gif') no-repeat left top;
}
table.latestnews td{
	padding: 30px 30px 30px 30px;
}

table.latestnews table{
	width: 100%;
	height: auto;
}
table.latestnews table td{
	padding: 0;
	line-height: 18px;
	text-align: left;
}


table.report{
	width: 100%;
	height: 150px;
	background: url('../images/riderreport_box.gif') no-repeat left top;
}
table.report td{
	padding: 30px 30px 30px 30px;
}

table.report table{
	width: 100%;
	height: auto;
}
table.report table td{
	padding: 0;
	line-height: 18px;
	text-align: left;
}
.rightimg {
	float:right;	
}
