/* CSS Document */

body{	 
	padding:0px;
	margin:0px;
	background-color:#941f20;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a{
	outline:none;
}

a:hover{
	outline:none;
}

img a{
	outline:none;
}

img a:hover{
	outline:none;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-x;
	height:36px;
	font:11px Arial;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}

.menu1{
	background-image:url(images/menu-hvr.jpg);
	background-repeat:repeat-x;
	height:36px;
	font:11px Arial;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}

.menu2{
	height:36px;
	font:11px Arial;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}

.bodybg{
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

.bodytxt{
	font:12px Arial;
	color:#1d1d1d;
	text-decoration:none;
	text-align:justify;
	line-height:18px;
	padding-left:14px;
	padding-right:38px;
}

#error{
	font:Arial;
	color:#FF0000;
	text-align:center;
}

h1{
	font:bold 18px Arial;
	color:#d01e1a;
	text-decoration:none;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.highlight{
	font-size:14px;
	color:#9e0709;
}

.link{
	color:#9e0709;
	text-decoration:underline;
}

.link:hover{
	color:#1d1d1d;
	text-decoration:none;
}

.footer{
	font:11px Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover{
	color:#fef200;
	text-decoration:none;
}

.tabbg{
	background-color:#fffff2;
	border:#d01e1a solid 1px;
}

.lefttxt{
	font:12px Arial;
	color:#000000;
	text-decoration:none;
	line-height:18px;
}	

.headtxt{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.arrow{
	list-style-image:url(images/arrow.jpg);
	font:16px Arial;
	color:#d01e1a;
	text-decoration:none;
	padding-left:14px;
	margin-left:8px;
	margin-top:15px;
	margin-bottom:15px;
}

.arrow li{
	padding-bottom:4px;
	margin-bottom:4px;
}

.arrow a:link{
	color:#d01e1a;
	text-decoration:none;
}

.arrow a:visited{
	color:#d01e1a;
	text-decoration:none;
}

.arrow a:hover{
	color:#000000;
	text-decoration:none;
}

.redtxt{
	font-size:18px;
	color:#d01e1a;
	text-transform:uppercase;
	text-decoration:none;
}

.smltxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

.tblborder2 {			
	border:#720708 1px solid;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;			
}

.tblborder22 {			
	border:#720708 1px solid;
	width:250px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.tblborder3 {			
	border:#720708 1px solid;
}

.butta {
	font-weight: bold; 
	font-size: 12px; 
	color:#ffffff; 
	font-family:Arial, Helvetica, sans-serif; 
	background-color:#200e04;
	border:#720708 1px solid;
	cursor:pointer;
}

/* Loading Overlay */
.loading-indicator {
	height: 80px;
	width: 80px;
	background: url("/images/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: white;
	opacity: 0.6;
}