﻿/* CSS Documents for the rest of the pages */


.commentsform
{
	
	/*overflow:visible;*/
	float:left;
	width: 100%;
	padding-top:20px;
	background:#fdfdfd;
}
.rightadds
{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
h2
{
	font-size: 14px;
	color: #4c7416;
}
.topbar
{
	background:url("../images/topbaerBG.gif") repeat-x;
	height:42px;
	overflow:hidden;
}
ul.emailprint
{
	list-style:none;
	margin-top:-1px;
	padding-top:7px;
	width:886px;
}
*html ul.emailprint
{
	list-style:none;
	padding-top:5px;
}

ul.emailprint li
{
	display:inline;
	float:left;

}
ul.emailprint a.email
{
	display:block;
	height:30px;
	width:222px;
	outline:none;
	background:url("../images/email.png") no-repeat;
}
/*
ul.emailprint a.email:hover
{
	display:block;
	height:30px;
	width:222px;
	outline:none;
	background:url("../images/emailtofriend2.gif") no-repeat;
}
*/
ul.emailprint a.print
{
	display:block;
	height:30px;
	width:222px;
	margin-left:300px;
	outline:none;
	background:url("../images/print.png") no-repeat;
}
/*
ul.emailprint a.print:hover
{
	display:block;
	height:30px;
	width:222px;
	margin-left:300px;
	outline:none;
	background:url("../images/printableversion2.gif") no-repeat;
}
*/
.author
{
	color:#000066;
	font-weight:bold;
}
.authorimg
{
	width:205px;
	height:300px;
	padding:20px;
	float:right;
}

#articlecontent
{
	width:580px;
	padding-bottom:50px;
	float:left;
	font-size:12px;
	text-align:justify;
	overflow:hidden;
}
.rightrssfield
{
	float:right;
	width:275px;
	margin-top:100px;
}
.field
{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.picoftheday img
{
	height:auto;
	width:886px;
}

.header {
	padding:40px 40px 40px 300px;
	background: #dbded1 url(images/moretopstoryimg/3.jpg) no-repeat 20px 20px fixed;
}

.blockquote
{
	float:right;
	width:180px;
	margin-top:230px;
	margin-right:-200px;
	text-align:justify;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#000066;
}
*html .blockquote
{
	float:right;
	width:180px;
	margin-top:230px;
	margin-right:-200px;
	padding-left:20px;
	text-align:justify;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#000066;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;
margin-left: 360px;
}

#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:300px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}


/* Star Rating System */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(../images/star_small.gif);
	line-height: 10px;
	height: 10px;
}

.box
{
background-color: #f8f8f8;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
margin-bottom: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 1px;
padding-left: 10px;
border-top-width: 1px;
}


.box h2
{
font-size: 1em;
font-weight: normal;
text-transform: uppercase;
color: #9baab5;
background-color: #192227;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
margin-top: -11px;
margin-right: -11px;
margin-bottom: 0pt;
margin-left: -11px;
padding-top: 8px;
padding-right: 0pt;
padding-bottom: 6px;
padding-left: 12px;
}

.block
{
padding-top: 10px;
margin-bottom: 30px;
}



cite
{
margin-top: 5px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
display: block;
}

.topMovies
{
border-top-width: 1px;
border-top-style: solid;
border-top-color: #e6e6e6;
margin-top: 6px;
padding-top: 6px;
overflow-x: hidden;
overflow-y: hidden;
}

.drawSeperator
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
overflow-x: hidden;
overflow-y: hidden;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 3px;
padding-left: 0pt;
vertical-align: bottom;
}

.photoFrame
{
border-top-width: 3px;
border-right-width-value: 3px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 3px;
border-left-width-value: 3px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: white;
border-right-color-value: white;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: white;
border-left-color-value: white;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
}

.photoBorder
{
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #cccccc;
border-right-color-value: #cccccc;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #cccccc;
border-left-color-value: #cccccc;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
}

img 
{
border-top-width: 0pt;
border-right-width-value: 0pt;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 0pt;
border-left-width-value: 0pt;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
}

span.pulled-right
{
display: block;
float: right;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 10px;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 10px;
margin-left: 10px;
width: 170px;
font-size: 1.0em;
line-height: 1.4em;
text-align: right;
color: #666666;
border-left-width-value: 3px;
border-left-style-value: solid;
border-left-color-value: #cccccc;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
}


/* begin: footer1 */
#footer1 {
	background:#0b0b0b;
	overflow:hidden;
}

#footer1 .info {
	background:#000;
	overflow:hidden;
}
#footer1 .info ul a 
{
    font-size:12px;
}
#footer1 .info ul li {
    list-style-type:none;
}
#footer1 .info .container {
	width:100%;
	margin:0 auto;
}
#footer1 .info .container .fineprint {
	float:left;
	width:700px;
	font-size:94%;
	margin:12px 0 0;
	padding:0 0 2px;
}
#footer1 .info .container .fineprint ul {
	float:left;
	width:700px;
	padding:3px 0 1px;
	margin:0;
	overflow:hidden;
}
#footer1 .info .container .fineprint li {
	float:left;
	display:inline;
	padding:0 6px 0 8px;
	margin:0 8px 0 -8px;
	background:url(/Content/img/list-icon1.gif) no-repeat 0 50%;
}
#footer1 .info .container .fineprint p {
	color:#474747;
}

.feeds
{
float: left;
padding-top: 4px;
padding-right: 12px;
padding-bottom: 4px;
padding-left: 33px;
background-color: transparent;
background-image: url(../images/bg-feeds.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 0pt;
list-style-type: none;
}


a img {border:none;}
.left{width:690px; float:left;}
.left1{width:1002px;}
.left-in{width:690px; border:0px solid #000; float:left; background-color:#fff;}
.left-in-contant{}
.left-in-contant-text{width:670px; border:0px solid #000; margin:auto; padding-top:10px; }
.left-in-contant-text ul{ margin:0px; padding:0px; list-style-type:none;}
.left-in-contant-text ul li{ float:left; padding:2px 12px;}

.left-in-contant-text ul li.highlighted{ background:#96999B; display:block; color:#fff; font:bold 24px arial;}
.left-in-contant-text ul li.highlighted a{color:#fff; font:bold 24px arial; text-decoration:none;}
.left-in-contant-text ul li.highlighted a:hover{ color:#fff; font:bold 24px arial;  text-decoration:none;}


.left-in-contant-text ul li.highlighted1{ margin-top:10px;background:#96999B; display:block; color:#fff; font-weight:bold; font-size:18px; font-family:Arial, Helvetica, sans-serif; padding:1px 4px;}
.left-in-contant-text ul li.graytext{ color:#797878; font-size:11px; font-family:Tahoma, Geneva, sans-serif; padding:12px 5px 12px 8px;}
.left-in-contant-text ul li.graytext1{ color:#797878; font-size:11px; font-family:Tahoma, Geneva, sans-serif; padding:27px 5px 0px 8px; float:right;}
.left-in-contant-text ul li.maruti{ padding:10px 10px 10px 0px;}
.left-in-contant-text ul li.maruti1{ float:right;padding:7px 10px 10px 0px;}
.left-in-contant-text h2{ margin:0px; padding:0px; font-family: georgia, Arial, Helvetica, sans-serif; font-size:14px; color:#075C92;font-weight:bold; float:right; padding-top:10px;}
.left-in-contant-text h2 a{margin:0px; padding:0px; font-family: georgia, Arial, Helvetica, sans-serif; font-size:14px; color:#075C92;font-weight:bold; text-decoration:none;}
.left-in-contant-text h2 a:hover{color:#000;text-decoration:none;}

.left-in-contant-text h1{margin:0px; padding:0px;  margin-top:7px;  font-family:georgia, Arial, Helvetica, sans-serif; font-size:28px; color:#000; text-decoration:none;  font-weight:normal; }
.left-in-contant-text h1 a{font-family:georgia, Arial, Helvetica, sans-serif; font-size:28px; color:#000; text-decoration:none;  font-weight:normal; }
.left-in-contant-text h1 a:hover{font-family:georgia, Arial, Helvetica, sans-serif; font-size:28px; color:#1558ab; text-decoration:none;  font-weight:normal; }
.left-in-contant-text a{ text-decoration:none; font-family:tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#1063AA; text-decoration:none;  font-weight:bold; }
.left-in-contant-text td{ text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; text-decoration:none;  font-weight:bold; }
.left-in-contant-text p{margin:0px; padding:0px;  margin-top:7px;  font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000; text-decoration:none;  font-weight:normal; line-height:20px; }


.left-in-contant-text p.worldtext{ font-size:12px; padding:5px 0px;}
.contants{margin:10px;}
.contants1{margin:10px 10px 10px 10px;}
.contants-in{font-family:arial, georgia, Helvetica, sans-serif; font-size:12px;  color:#707273;  text-decoration:none;  font-weight:normal; clear:both;  border-bottom: 1px dashed #707273; padding:10px 0px 15px 0px; margin:3px 0px;}
.contants-in:hover{ background-color:#E8E8E8;}
.contants-in a{ font-family:arial, georgia, Helvetica, sans-serif; font-size:11px;  color:#003399;  text-decoration:none;  font-weight:normal;  }
.h2-hm1 {font-family:Arial, Helvetica, sans-serif; color:#4F5051; font-weight:bold; font-size:13px; margin:0; padding:10px 0px 5px 10px;}
.h2-hm2 { color:#E9E9E9;  font-size:14px; border-bottom:1px solid #9C9D9D; margin:0px; height:100%;padding:0px 0px 5px 0px; }
.mr-sld {color:#E9E9E9; font-size:11px; float:right; text-decoration:none;}
.mr-sld:hover {color:#000; }
.ph-gal {margin:10px 0px 0px 3px; padding:0px; list-style:none;}
.ph-gal li{margin:0px 47px 0px 0px; padding:0px; float:left; width:180px; text-align:center; display:inline;}
.bdr {border:1px solid #CBCACA;padding:4px;}
.ph-gal-txt {color:#E9E9E9; font-family:tahoma; font-size:12px; margin-top:10px;}
.ph-gal-txt a{color:#E9E9E9;text-decoration:none;}
.ph-gal-txt a:hover{text-decoration:none;}
.btm-bnr-ss {width:1002px; margin:auto; clear:both;  margin-bottom:10px; height:100%; background:#fff;}
.btm-bnr-ss-in {padding:10px;}
.btm-bnr-ss .rt-ban{ width:105px;float:right;}
.btm-bnr-ss .rt-ban img{ margin-bottom:9px;}

