/*************************common styes by julfikar***********************/

body {
	background-color: #3B3B3B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	margin: 0px;
}

tr, td{
	font-size:11px;
}

a{
	color:#FF9600;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#FF9600;
	font-weight:bold;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
	display:inline;
}
h1{
	font-size:16px;
	color:#FBAE24;
}

h2{
	font-size:13px;
	color:#FBAE24;
}
h3, h4, h5, h6{
	font-size:13px;
	color:#840000;
}

form{
	display:inline;
}

ul{
	display:block;
}
li{
	list-style:none;
	list-style-image:url(../images/bullet.gif);
}
/**********************custome styles by julfikar **********************/
.page_title{
	font-size:16px;
	color:#FBAE24;
	font-weight:bold;
}
.toplinks{
	color:#FBAE24;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
.toplinks a{
	color:#FBAE24;
	font-size:11px;
	text-decoration:none;
}
.toplinks a:hover{
	color:#FBAE24;
	font-size:13px;
	text-decoration:none;
}

.table_maroon{
	background-color:#840000;
	border:1px solid #C40001;
/*	margin:0 5px 0px 5px;
*/}
.table_maroon2{
	background-color:#840000;
	border:1px solid #FEEC74;
	border-collapse:collapse;
}
.table_dark_yellow{
	background-color:#FFB900;
	border:1px solid #FED25E;
}
.table_light_yellow{
	background-color:#FFDE00;
	border:1px solid #FEEC74;
}

hr{
	background:none #FFFFFF;
	border:none;
	height:2px;
	display:block;
	clear:both;
}
hr.solid{
	border-top:1px solid #000000;
	border-bottom:1px solid #A73F3F;
}

a.leftlink{
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight: bold;
}

a.leftlink:hover{
	font-size:11px;
	color:#000;
	text-decoration:underline;
}

.generaltext{
	color:#FFE49E;
	font-size:11px;
	line-height:17px;
	padding-left:5px;
}
.generaltext p{
	color:#FFE49E;
	font-size:11px;
	line-height:17px;
}
a.readmore{
	color:#FF9600;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
}

a.readmore:hover{
	color:#FF9600;
	font-weight:bold;
	text-decoration:underline;
}

a.link{
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
}

a.link:hover{
	font-size:11px;
	color:#000;
	font-weight:normal;	
	text-decoration:underline;
}

.inputtext{
	border:1px solid #A28038;
	background-color:#FFF;
	color:#000;
	font-size:11px;
}
.poweredby{
	color:#666;
	font-size:11px;
}
.button{
	background-image:url(../images/btbg.gif);
	background-repeat:repeat-x;
	background-position:center center;
	border:2px solid #E76B1C;
	color:#fff;
	font-size:12px;
}
.heading_bg{
	/*background-color:#FFB61A;*/
	border-bottom:1px solid #FF9A01;
	color:#FBAE24;
	font-size:12px;
	font-weight:bold;
}
.error{
	color:#f00;
	font-size:10px;
}
.img_border{
	border:none;
	padding-left:5px;
	padding-bottom:5px;
}
.table{
	border:2px groove #C40001;
	border-collapse:collapse;
	padding:2px;
}
.txt_heading{
	color:#FFE49E;
	font-size:12px;
	font-weight:bold;

}