/* CSS Document */
/*------------General----------*/
body
{
	padding: 0 0;
	margin: 0 0;
	font: normal 11px Tahoma, sans-serif;
	color: #281E1E;
	background: url(../images/t2.png) repeat-x 0 0;	
}
p, h1, h2, h3, h4, li, h5, label, form, div
{
	padding: 0 0;
	margin: 0 0;
	line-height: normal;
	font-size: 11px;
}
ul
{
	padding: 0 0;
	margin: 0 0;
	list-style: none;
	line-height: normal;
	font-size: 0;
}
img
{
	padding: 0 0;
	margin: 0 0;
	border: none;
	
}
.spacer
{
	clear: both;
	line-height: 0;
	font-size: 0;
}
p
{
	line-height: 1;
	padding: 5px 0;
	margin: 5px 0;
	font: normal 12px Tahoma, sans-serif;
}
p.nomargin
{
	margin: 0;
	padding: 0;
}
a
{
	color: #281E1E;
}
/*div{border: 1px dotted red;}
ul{border: 1px dotted yellow;} */
/*------------General----------*/
/*------------MAIN CONTAINER STARTS----------*/
#maincontainer
{
	width: 950px;
	margin: 0 auto;
}
/*------------TOP PART STARTS----------*/
#maincontainer div.topportion
{
	width: 950px;
}
#maincontainer div.topportion div.left
{
	float: left;
	width: auto;
}
#maincontainer div.topportion div.left img
{
	margin-top: 21px;
	margin-left: 20px;
}
#maincontainer div.topportion div.right
{
	float: right;
	padding: 0;
	margin: 0;
	width: 610px;
	height: 100px;
	color: #fff;
}
#maincontainer div.topportion div.right div
{
	font: bold 22px "Trebuchet MS" , Verdana, sans-serif;
	margin-top: 38px;
	width: 600px;
	color: #fff;
	text-align: right;
}

/*------------TOP PART ENDS----------*/
/*---------------NAVIGATION STARTS-------------*/
#maincontainer div.nav
{
	width: auto;
	padding: 0;
	margin: 0;
}
#maincontainer div.nav ul
{
	float: left;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	display: inline;
}
#maincontainer div.nav ul li
{
	float: right;
	width: 130px;
	height: 38px;
	text-align: center;
}
#maincontainer div.nav ul li a
{
	font: normal 15px "Trebuchet MS" , Verdana, sans-serif;
	color: #fff;
	background-color: inherit;
	text-decoration: none;
	padding: 8px 20px;
	display: block;
}
#maincontainer div.nav ul li a.active
{
	background: url(../images/nav_hover.jpg) repeat-x 0 0;
	display: block;
	color: #fff;
	background-color: inherit;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#maincontainer div.nav ul li a:hover
{
	background: url(../images/nav_hover.jpg) repeat-x 0 0;
	color: #fff;
	background-color: inherit;
}

ul.ul_arrow li a.active
{
	color: #FE6F21;
	font-weight: bold;
}

/*---------------NAVIGATION ENDS-------------*/
/*--------------BANNER PART STARTS----------------*/
div.top_ban
{
	background: url(/inc/images/t1.png) no-repeat 0 0;
	width: auto;
	margin: 0;
	padding: 0;
	height: 210px;
	position: relative;
}

div.top_ban div.rr
{
	float: left;
	margin-left: 18px;
	margin-right: 18px;
	_margin-left: 9px;
	margin-top: 12px;
	color: #fff;
}

div.top_ban div.rr div.middle
{
	font: normal 19px "Trebuchet MS" , Verdana, sans-serif;
	margin-bottom: 16px;
	margin-top: 12px;
}

div.top_ban div.rr div.middle a
{
	color: #ccc;
}

div.top_ban div.ll
{
	float: right;
	width: 170px;
	height: 160px;
	margin-right: 18px;
	_margin-right: 9px;
	margin-top: 12px;
	color: #fff;
}

div.top_ban div.login
{
	position: absolute;
	background-color: #fff;
	width: 170px;
	height: 70px;
	top: 175px;
	left: 750px;
	text-align: center;
}
div.top_ban div.login ul
{
	margin-top: 18px;
}
div.top_ban div.login ul li
{
	font: bold 12px/24px Tahoma, sans-serif;
	float: left;
	background-color: #2A2122;
	width: 70px;
	height: 25px;
	margin-left: 10px;
	_margin-left: 5px;
}
div.top_ban div.login ul li a
{
	color: #fff;
	text-decoration: none;
}





/*--------------BODY PART STARTS----------------*/
#maincontainer div.body
{
	background: #fff;
	width: 950px;
	display: block;
	padding-top: 38px;
	border: 10px solid #CECECE;
	
}

#maincontainer div.body div.l_search
{
	width: 200px;
	float: left;
	margin-left: 18px;
	_margin-left: 9px;
}

#maincontainer div.body div.r_content
{
	width: 914px;
	float: right;
	margin-right: 18px;
	_margin-right: 9px;
}

#maincontainer div.body div.pub_content
{
	width: 670px;
	float: right;
	margin-right: 18px;
	_margin-right: 9px;
}
#maincontainer div.body div.c_content
{
	width: 100%;
}


/*--------------BODY PART ENDS----------------*/


/*----------------FOOTER PART START------------*/
#footer
{
	font: normal 12px Tahoma, sans-serif;
	background: url(../images/footer.jpg) no-repeat 0 0;
	padding-top: 15px;
	margin-top: 15px;
	color: #666;
}
#footer div.copy
{
	float: right;
	line-height: 15px;
}

#footer div.google a
{
	color: #666;
}
#footer div.google
{
	float: left;
	line-height: 15px;
	margin-bottom: 10px;
}
/*----------------FOOTER PART ENDS------------*/

.btn
{
	background-color: #281E1E;
	color: #fff;
	border: none;
	font: bold 12px/20px Tahoma, sans-serif;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

.s_cell
{
	background-color: #E7E5DA;
	color: #281E1E;
	border-top: 1px solid white;
	border-bottom: 3px solid #D9D7CB;
	padding: 12px;
}
.s_cell h3
{
	margin-bottom: 10px;
}
.s_cell p
{
	margin-bottom: 5px;
}
.ul_arrow li
{
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background: transparent url(../images/arrow.gif) no-repeat 0 center;
}

.s_top
{
	background-color: #281E1E;
	color: #fff;
	height: 40px;
	text-align: center;
}

.s_top div
{
	width: 195px;
	border-top: 1px solid #fff;
	margin: 5px 3px; ;
}
.s_top h3
{
	font: bold 18px "Trebuchet MS" , Verdana, sans-serif;
	padding-top: 9px;
}


.tbl
{
	background: #fff;
}
.tbl td
{
	
}

.tr
{
	padding: 8px;
	font: bold 12px Tahoma, sans-serif;
}
.tl
{
	padding: 8px;
	text-align: right;
	font: bold 12px Tahoma, sans-serif;
}

.t_h
{
	font: bold 12px Tahoma, sans-serif;
	background-color: #E7E5DA;
	color: #281E1E;
	border-bottom: 3px solid #D9D7CB;
	border-top: 3px solid #fff;
	padding: 14px;
}
.t_h a
{
	color: #281E1E;
}
.t_r
{
	font: bold 12px Tahoma, sans-serif;
	background-color: #281E1E;
	color: #ccc;
	width: 130px;
	border-top: 3px solid #fff;
}
.t_f
{
	background: #d7d7d7 url(../images/t_bg1.jpg) repeat-x 0 top;
	height: 28px;
}
.t_f div.t_f_l
{
	float: left;
	padding-top: 7px;
	padding-left: 10px;
	font: bold 12px Tahoma, sans-serif;
}
.t_f div.t_f_l a
{
	color: #281E1E;
	line-height: 15px;
}
.t_f div.t_f_r
{
	float: right;
	width: 80px;
	height: 22px;
}

/*
.stars-5{ background:url(../images/5stars.png) no-repeat scroll left bottom;}
.stars-4{ background:url(../images/4stars.png) no-repeat scroll left bottom;}
.stars-3{ background:url(../images/3stars.png) no-repeat scroll left bottom;}
.stars-2{ background:url(../images/2stars.png) no-repeat scroll left bottom;}
.stars-1{ background:url(../images/1stars.png) no-repeat scroll left bottom;}
*/
.w_space
{
	height: 12px;
}

.t_c
{
	padding: 10px 0 !important;
}
.t_c1
{
	line-height: 18px;
	display: block;
}
.t_c1 a
{
	color: #281E1E;
}
.p_title
{
	height: 35px;
	background: url(../images/footer.jpg) no-repeat center bottom;
}
.p_title_l
{
	float: left;
	font: bold 22px "Trebuchet MS" , Verdana, sans-serif;
	color: #666;
}
.p_title_r
{
	float: right;
}

.pager
{
	height: 35px;
	margin-top: 10px;
}
.pager_l a
{
	color: #281E1E;
	margin: 5px;
}
.pager_l b
{
	background-color: #E7E5DA;
	padding: 3px;
}
.pager_l
{
	float: left;
	height: 25px;
	line-height: 15px;
	font-size: 12px;
	color: #281E1E;
}
.pager_r
{
	float: right;
	height: 25px;
	line-height: 15px;
	font-size: 12px;
	color: #281E1E;
}
.normal_lh
{
	line-height: normal;
	list-style-type: disc;
	font: normal 12px Tahoma, sans-serif;
}
.normal_lh_same
{
	line-height: normal;
	list-style-type: disc;
}
.normal_lh li
{
	padding-top: 2px;
}

.title
{
	margin: 50px;
	font-weight: bold;
	font-size: 14px;
	line-height: 50px;
}

.style1
{
	color: #FF0000;
	font-weight: bold;
}
.normal_lh_2
{
	line-height: 18px;
}
.tdtr
{
	background-color: #EFEFEF;
}
.content_li li
{
	line-height: 1.5;
	font-size: 11px;
}
.content_li
{
	position: relative;
	margin-left: 50px;
	list-style-type: disc;
}
.content_li_all p
{
	margin-top: 50px;
}
.total
{
	text-align: center;
	font-weight: bold;
	margin: 10px;
	font-size: 13px;
}
.picture_embed
{
	position: relative;
	top: 25px;
	left: 250px;
}

.picture_embed b
{
	margin: 5px;
}

.subtitle
{
	background-color: #EEEEEE;
	color: #777777;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
}

.lefttd
{
	background-color: #EEEEEE;
	color: #6D8BAF;
	font-size: 10px;
	font-weight: bold;
}

.button
{
	background-color: #dddddd;
	border: 1px solid #999999;
	color: #000000;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.title2
{
	background-color: #EEEEEE;
	color: #777777;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.font_lh
{
	line-height: 15px;
}

div#hiddenContent
{
	display: none;
}

.table
{
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 5px;
	line-height: 15px; /*width:100%;*/
	margin-left: auto;
	margin-right: auto;
}

.center_table
{
	margin-left: auto;
	margin-right: auto;
}

.red
{
	color: Red;
	font-weight: normal;
	font-size: 11px;
}

/*grid classes*/
table.grd
{
	border-collapse: collapse;
}

table.grd tr.odd
{
	background-color: #efefef;
}
table.grd tr.even
{
	background-color: #E6E6E6;
}
table.grd td
{
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	margin: 0;
	padding: 5px 15px;
	line-height: normal;
}
table.grd th
{
	background-color: #E7E5DA;
	color: #281E1E;
	font-size: 12px;
	margin: 0;
	padding: 5px 15px;
	line-height: normal;
	border-bottom: 3px solid #D9D7CB;
}

table.frm
{
	border-collapse: collapse;
}

table.frm tr.odd
{
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
}

.top_links
{
	width: 650px;
	height: 40px;
}

.top_links a
{
	float: left;
	margin-left: 10px;
}

.share_links
{
	width: auto;
	float: right;
	position: relative;
	top: -15px;
	right: 80px;
}

.error
{
	color: Red;
	font-weight: bold;
}

.dark
{
	background-color: #ebebeb;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 100px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-color: #CCCCCC;
	margin-bottom: 5px;
}

.dark p
{
	margin: 20px 20px 20px 50px;
}

.dark b
{
	text-transform: capitalize;
	font-size: 14px;
	margin: 20px 20px 20px 50px;
	text-decoration: underline;
}

.dark .time
{
	position: relative;
	left: -80px;
	top: 20px;
}

.err_msg
{
	color: Red;
	font-weight: bold;
	text-align: center;
	border: solid 1px red;
	background-color: #FFD7D7;
}

.rate
{
	height: 40px;
}

.rate p
{
	display: inline;
	margin-right: 50px;
}
.rate img
{
	display: inline;
	vertical-align: middle;
}

.ul_rating
{
	text-align: left;
}

.ul_rating li
{
	line-height: 2;
}

.ul_rating li img
{
	display: inline;
}
.vote li
{
	padding-bottom: 3px;
}
.vote li img
{
	display: inline;
	vertical-align: middle;
	width: 25px;
}
.comments
{
	background-color: #F7F9FF;
	margin-top: 0px;
	padding-top: 0px;
}

#nav_menu_wrapper
{
	height: 26px;
	width: 100%;
	bottom: 0px;
	position: fixed;
	overflow: hidden;
}

#nav_menu_wrapper .nav_menu
{
	height: 26px;
	width: 100%;
	min-width: 900px;
	background: url(../images/nav_hover.jpg) repeat-x 0 0;
	text-align: center;
	opacity: 0.87;
	filter: alpha(opacity=87);
	border: solid 1px #666;
	margin: 0 auto;
	padding: 0;
}

#nav_menu_wrapper .nav_menu table td span a, #nav_menu_wrapper .nav_menu table td span a:visited
{
	color: White;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	padding: 0;
	margin: 0;
	text-decoration: none;
	vertical-align: middle;
}

#nav_menu_wrapper .nav_menu table td span a:hover
{
	color: #FF7F00;
	text-decoration: none;
}

#nav_menu_wrapper .nav_menu table td span img
{
	margin: 0;
	padding: 0;
	display: inline;
	vertical-align: middle;
	opacity: 1;
}
#nav_menu_wrapper .nav_menu table .line
{
	border-right: solid 1px #666;
	width: 2px;
}


