@charset "UTF-8";
/* CSS Document Re-edited By Sanjil*/
/* UNIVERSAL */
/*{
	margin:0;
	padding:0;
}*/

body {
    background-color: #999999;
    color: #325325;
    font-family: Georgia,'Times New Roman',serif;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    margin: 5px;
}

a, a:visited, a:active {
    color: #325325; /*inherit; doesnt work in IE*/
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

input, textarea, button {
    border: 1px solid #999999;
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 5px;
}

img{
	border:medium none;
}

hr {margin:1em 0;height:1px;color:#FBFBFB;}

/* Fieldset */
fieldset {
	border:1px solid #CCC;
	padding:1em 1.5em;
	margin:1em 0; 
	font-weight: normal;
	background-color:#FBFBFB;
}
* html fieldset {background:none;}
legend {
	padding:0 0.5em;
	font-weight:bold;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
fieldset table td {padding:2px 5px;}
label {
    font-weight: bold;
}
fieldset ul{margin-left:15px;}

ul{
	padding:0 0 0 12px;
}
ol{
	padding:1px 0 0 18px;
}
/* Wrapper */
#wrap {
    margin: 0 auto;
    position: relative;
    text-align: left;
	width: 90%; 
	min-width: 950px;
}

.main-table-central {
    background-color: #FFFFFF;
    width: 100%;
}


/* Header Table */
#portal-logo {
	border:0 none;
}

.header-table {
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
}
.supplemental-nav-text {
    text-align: right;
    color: #919191;
}
.supplemental-nav-text a, 
.supplemental-nav-text a:active, 
.supplemental-nav-text a:visited {
    color: #919191;
    font-size: 93%;
    font-family: inherit;
    font-weight:normal;
    text-decoration: none;
    padding-right: 5px;
}

.supplemental-nav-text a:hover {
	 text-decoration: underline;
}

.searchfield{
    padding-left: 10px;
    font-size: inherit;
    font-family: inherit;
    width: 150px;
}

#searchform input {
   	border: 1px solid #333333;
    color: #3E3E3E;
    padding: 3px;
}

/* Global Menu */
.global-nav-menu ul {
    background-color: #FFFFFF;
    height: 22px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    border-bottom: 1px solid #325325;
}
.global-nav-menu li.current {
	background-color: #325325;
	color: #FFFFFF;
	text-decoration:none;
}
.global-nav-menu li {
    float: left;
    line-height: 1.8em;
	font-weight:bold;
}

.global-nav-menu li a, .global-nav-menu li a:link, .global-nav-menu li a:visited {
	padding: 3px 14px;
	text-decoration:none;
}

.global-nav-menu li:hover {
	background-color: #325325;
	color: #FFFFFF;
	text-decoration:none;
}

/*added by aman*/
#nav {
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
padding: 10px 0px;
margin: 0px;
}
#nav li {
list-style: none;
display: inline;
padding: 10px 0px;
}
#nav li a {
color: #707070;
text-transform: uppercase;
text-decoration: none;
padding: 0px 10px;
}
#nav li  a:hover{
color: #000;
}
#nav .current {
list-style: none;
display: inline;
background:#EDEDED;
}
/*end*/



/* Banner */
#headerbanner {
	margin:0 0px 0 30px; 
	padding:10px 10px 10px 0px; 
	vertical-align:middle;
}

#headerbanner span.titletext {
	font-size:138%;
	color:#774525;
	font-weight:bold;
}

#headerbanner span.subtext {
	font-size:85%;
	margin-bottom:3px;
	color:#777777;
}

#headerbanner span.slogon {
	font-size:120%; 
	margin-right: 20px; 
	margin-bottom:3px;
	margin-top:-30px;
	color:#777777;
	float:right;
	font-style: italic;	
}

/* Tabs */
#tabs {
margin-bottom: 6px;
position: relative;
font-size:10px;
}

#tabs li {
	list-style: none;
	display: inline;
	text-align: center;
    color:#000000;
	padding:6px 8px;
	border-left:  1px solid #325325;
    border-right: 1px solid #325325;
    border-top:1px solid #325325;
    border-bottom:1px solid #E9F8F8;
	margin-left: 2px;
}

#tabs li  a:hover{
    color:#FF9933;
}
#tabs li.current {
	list-style: none;
	display: inline;
	text-align: center;
    color:#000000;
	margin-bottom:1px;
	background: #E9F8F8;
	padding:6px 8px;
	border-left:  1px solid #325325;
    border-right: 1px solid #325325;
    border-top:1px solid #325325;
    border-bottom:1px solid #E9F8F8;
}


/*#tabs span{
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;	
}*/

#headtabs {
padding:6px 8px;
margin-left: 10px;
margin-bottom: 3px;
position: relative;
}
#headtabs li {
	list-style: none;
	display: inline;
	text-align: center;
    color:#000000;
	font-weight:bold;
	padding:6px 8px;
	border-left:  1px solid #325325;
    border-right: 1px solid #325325;
    border-top:1px solid #325325;
    border-bottom:1px solid #E9F8F8;
	margin-left: 2px;
}

#headtabs li  a:hover{
    color:#FF9933;
}
#headtabs li.current {
	list-style: none;
	display: inline;
	text-align: center;
    color:#000000;
	font-weight:bold;
	margin-bottom:1px;
	background: #E9F8F8;
	padding:6px 8px;
	border-left:  1px solid #325325;
    border-right: 1px solid #325325;
    border-top:1px solid #325325;
    border-bottom:1px solid #E9F8F8;
}

#navbar {
	border-top: 1px solid #325325;
    color: #666666;
    font-size: 85%;
    padding:9px 0 14px 10px;
	background-color:#E9F8F8;
}

#navbar a {color:#774525; text-decoration:none}
#navbar a:hover{text-decoration:underline}

#sorts {
    color: #666666;
    font-size: inherit;
    margin-right: 8px;
    margin-top: -15px;
	text-align: right;
    position: relative;
    right: 1px;
}

#tabstorycontent
{
	font-size:90%;
}
/* Footer */
.footer-table {
    background-color: #CCCCCC;
    width: 100%;
}

.footer-text {
    color: #556B2F;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 77%;
    text-align: left;
}

a.footer-text:link {
    color: #006400;
}

/* Body Content */

.leftwrapper {padding-left:12px;}
#leftcol { min-height:550px; }
#leftcol-wide { min-height:790px; } 
#leftcol-superwide { min-height:990px; }

#contentbox {
	background:#FFFFFF none repeat scroll 0 0;
	height:auto;
	margin:0 16px;
	min-height:900px;
	position:relative;
}
#contentboxmini {
	background:#FFFFFF none repeat scroll 0 0;
	height:auto;
	margin:0 16px;
	position:relative;
}
.tblheadline{
	width:100%;
}
.tblheadline table td{
	padding: 0 4px 4px 0;
}
.tblheadline a{
	color: #325325;
}
.votebox-published {
    background: transparent url('../images/vote.png') no-repeat scroll 0 0;
    left: 0;
    text-align: center;
    width: 55px;
}
.votebox-upcoming {
    background: transparent url('../images/vote-l.png') no-repeat scroll 0 0;
    left: 0;
    text-align: center;
    width: 55px;
}

.toptitle {
    font-size: 124%;
    font-weight: 400;
    margin: 0;
}

.toptitle a:link, .toptitle a:visited {
    color: #774525;
    font-weight: 700;
}

.subtext {
    color: #A0A0A0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 85%;
}

.subtext a{ color:#666;padding: 2px;}
.subtext a:hover {color: #FFF; background-color:#325325;}

.tblmetadata{
	width:100%;
	color: #4F5155;
	border-collapse:separate;
}
.tblmetadata td{
	padding:3px 6px;
	border-bottom: 1px solid #EAEAEA;
}

.storyfooter {
    border-top: 1px solid #EAEAEA;
    padding: 6px 0 0;
}

.floatleft {
    float: left;
} 

.floatright {
    float: right;
}
.news-body-text
{
	padding:0 0 0 1px;
}

/* Voting */
.votetext a:link, .votetext a:visited, .votetext span{
    color: #774525;
    display: block;
    padding: 6px 0;
    text-decoration: none;
}

span.votenumber a {
    font-size: 200%;
    letter-spacing: -1px;
    line-height: 48px;
    padding: 15px 0 6px;
}

/* Attachment */
.attachmentbox{
	border: 1px dashed #325325; 
	padding: 5px; 
	font-size: 95%;
	margin: 10px 0px 0px 0px;
}
.attachmentbox th{
	font-weight: bold;
	background-color: #E9F8F8;
	color: #325325; 
	padding: 3px; 
	margin-bottom: 5px;
}

/* added by aman */
#who_voted ol {padding-bottom:20px;clear:both;}
#who_voted li {
background:#fff;
border:1px solid #efefef;
padding:2px;
margin-right:5px;
margin-bottom:4px;
margin-top:4px;
list-style-type: none;
float:left;
}

#related {margin-bottom:10px;padding-top:10px;}
#related ol {
padding-left:30px;
margin-top:5px;
margin-bottom:5px;
}

#who_voted {margin-bottom:10px;padding-top:10px;}

.edit {
border:1px solid #d9d9d9;
padding: 5px 5px 5px 10px;
background: #ededed;
margin-bottom:20px;
}
.edit-image {float:left;}
a .edit-image img{border:0px;}


/* Pagination */
.pagination {
    background: #F2F2F2 none repeat scroll 0 0;
    border: 1px solid #DDDDDD;
    color: #666666;
    margin: 0 0 1.5em;
    padding: 4px 2px 4px 7px;
}

.pagination p {
    position: relative;
    text-align: left;
} 

.pagination p span {
    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
    color: #ccc;
    margin-right: 1px;
    padding: 2px 5px;
} 
.pagination p a{
    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 1px;
    padding: 2px 5px;
} 
.pagination p a:hover {
    background: #774525;
    color: #fff;
} 


/* Profile */ 
#search_users {float:right;}
.userborderbottom {height:12px;}

/* RIGHT COLUMN */
.midcol
{
	padding: 0 10px;
    width: 200px;
}

.rightcol {
    padding: 0 10px;
    width: 200px;
}

.featurebox {border: 1px solid #E9F8F8;}

.tlb {
    background-color: #E9F8F8;
	width:100%;
	padding:5px 0px;
	cursor:pointer;
}
.tlb span {
    float: right;
    position: relative;
    right: 5px;
    top: -13px;
}
.tbl a{
	text-decoration:none;
	color:#000;
}
.boxcontent{padding:10px 10px 20px;}
.rmore {
    float: right;
    font-size: 85%;
    margin-right: 0;
}
#boxabout_toggle{cursor:pointer;}

.links {
    border-bottom: 1px solid #DEDEDE;
    padding: 10px;
}
.headline {
    border-bottom: 1px solid #DEDEDE;
    border-top: 2px solid #DEDEDE;
    padding: 10px;
}
.sectiontitle {
    font-size: 110%;
    font-weight: normal;
    padding:0 0 0 6px;
    text-transform: uppercase;
}


/* Sort List */
#navcontainer { padding: 10px 10px 10px 5px;} 
#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
} 
#navcontainer li {margin: 0 0 3px 0;} 
#navcontainer a {
    display: block;
    padding-left: 18px;
    width: 160px;
    background-image: url(../images/l1_down.gif);
} 
#navcontainer a:link, #navlist a:visited {
    color: #707070;
    text-decoration: none;
} 
#navcontainer a:hover {
    background-image: url(../images/l1_over.gif);
    color: #000;
} 
#active a:link, #active a:visited, #active a:hover {
    background-image: url(../images/l1_over.gif);
}

/*Facebook style */
.fblink {
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin: 2px;
    padding: 4px 8px;	
}
a.fblink{
	text-decoration:none;
}
.fblink:hover {
    background-color: #3B5998;
    border: 1px solid #D8DFEA;
    color: #FFFFFF;
	cursor:pointer;
}
.closeable {
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:-12px 0 0;
}
.closeable li{
	-moz-border-radius:6px;
	background:#DEE7F8 none repeat scroll 0 0;
	border:1px solid #CAD8F3;
	color:#000000;
	float:left;
	margin:0 2px;
	padding:1px 3px;
}
span.closebutton {
	background:#DEE7F8 none repeat scroll 0 0;
    padding:0 4px;
	color:#777;
	cursor:pointer;
}
span.closebutton:hover {
	color:#000;
	background-color:#FFF;
}

/*Record View */
.tblrecord{ width:100%;}
.tblrecord th{background-color:#DDD;padding:5px;}
.tblrecord td{
	padding:2px;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}
.tblrecord th img{
	margin:0 0 -5px;
	padding:0;
}
/*Tooltips*/
#tooltip {
    position: absolute;
    border: 1px solid #000;
    background: #FFFF66;
	opacity:0.80;
    padding: 2px 5px;
    color: #000;
    display: block;
	-moz-border-radius:6px;
	font-size:120%;
}

/* Comments */
.comment-wrap{
	background:#ECEFF5 none repeat scroll 0 0;
	-moz-border-radius:8px;
	border:1px solid #E5EAF1;
	padding:6px 4px 6px 6px;
}
.comment_avatar {float:left;position:relative;}
.comment_box{padding:0 0 0 34px;}
.comment_action {
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 6px;
    margin-left: 4px;
}
.comment_text {
    margin-left: 4px;
    padding:0 0 10px;
    text-align: justify;
}

/* Live */
.live2-item {
    clear: both;
    border-bottom: 1px solid #ccc;
    text-align: center;
    overflow: hidden;
    padding: 5px 2px 0;
}
.live2-header {border-bottom: 2px solid #DDD}
.live2-ts, .live2-type, .live2-votes, .live2-story, .live2-who, .live2-status {
    float: left;
    display: block;
}

.live2-type img {
border:none;
vertical-align:middle;
margin:0;
width:60px;
}

.live2-ts {width:12%;text-transform:capitalize;}
.live2-type {width:12%;text-transform:capitalize;}
.live2-votes {width:6%;text-transform:capitalize;}
.live2-story {width:40%;text-align:left;font-weight:bold;text-transform:capitalize;}
.live2-story a {color:#11A3AC;text-decoration:none;}
.live2-story a:hover {text-decoration:underline;}
.live2-who {width:18%;text-transform:capitalize;}
.live2-status{width:12%;text-transform:capitalize;}
.live2-problem {color:red;text-transform:capitalize;}

/*Tagging*/
.tagspan{
	-moz-border-radius:4px;
	background:#E6E6E6 none repeat scroll 0 0;
	color:#333;
	padding:0.2em 1em;
	white-space:nowrap;
}

.inputuri{background-color:#D6D6F9;}

/* div boxes */
.saved {background-color:#11A3AC;color:#fff;font-size:108%;padding:6px;}
.error  {background-color:#A44848;color:#fff;font-size:108%;padding:6px;line-height:18px;}
.errordiv  {background-color:#A44848;color:#fff;font-size:108%;padding:6px;line-height:18px;}

.readmore {float:right;margin:5px 0 5px 5px;text-align:right;}
.required {border:2px dotted #FF0000;}
