/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F5F5F5 url(images/img01.gif) repeat-x;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px; /*PB it was 13px*/
	color: #474848;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0070B6;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.3em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}

blockquote {
	padding: 0 30px;
	background: url(images/img12.gif) no-repeat;
	font-style: italic;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #999999;
}

blockquote p {
}

a {
	
	text-decoration: none;
	/*PB color: #1D62B3;*/
	color:#6E7B8A;
}

a:hover {
	background: none;
	/* PB color: #E43C15;*/
	color:#006699;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	background: url(images/img08.gif) repeat-x left bottom;
}

/* Header */

/* header */
#header {
	width:100%;
}
.header-bg {
	background:#333 url(/images/header-bg.gif) repeat-x 0 100%;
	padding:16px 0 8px;
}
.header {
	width:995px;
	margin:0 auto;
	padding:0 10px;
	overflow:hidden;
}
a.logo {
	float:left;
	width:229px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.gif);
}



/* Logo */

#logo {
	float: left;
	width:958px;
	background:#fff;
}

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	padding: 20px 0 0 20px;
	font-size: 3.2em;
	font-weight: bold;
	color: #E43C15;
}

#logo p {
	margin: 0;
	padding: 42px 0 0 6px;
	letter-spacing: 2px;
	line-height: normal;
	font: normal 1.4em Trebuchet MS, Arial, Helvetica, sans-serif;
}






/*Navigation Menu*/
#topbar{
	font-size:16px;
	color: #3b5d14;
	text-decoration:none;
	background:#97c000;
	font-weight:bold;
	padding:6px;
	width:960px; /* width changed PB*/
	overflow:auto;
	clear: both;
	margin: 0 auto;
}

#topbar a{
	color:#3b5d14;
	text-decoration:none;
	margin:0 18px;
	padding-right:10px;
	height:26px;
	line-height:23px;
	float:left;
	display:block;
}

#topbar a.active{
	height:26px;
	line-height:23px;
	
	padding-left:10px;
	padding-right:10px;
}

#topbar a.active span{
	background:url(images/tb_span.png) left top no-repeat;
	height:23px;
	display:block;
	padding-left:10px;
}
	
#middlebar{
	font-size:13px;
	color:#fff;
	;
	font-weight:bold;
	padding-top:4px;
	padding-left:14px;
	padding-right:14px;
	width: 960px;
	height:35px;
	overflow:auto;
	clear: both;
	margin: 0 auto;
	
	background-image: url(images/middlebar_green.png); /*PB green gradien shiny background image was added*/
	background-repeat: no-repeat;
}

#middlebar a{
	color:#fef; 
	text-decoration:none; 
	height:26px;
	width:91px;
	line-height:23px; 
	display:block; 
	float:left; 
	margin-left:1px;
	margin-right:1px;
	text-align:center;

}

#middlebar a:hover{
	height:26px;
	width:91px;
	line-height:23px; 
/*PB  background:#99c301;
	padding-right:10px;
	padding-left:10px;*/
	margin-left:1px;
	margin-right:1px;
	background:#99c301;
	text-align:center;
	background:url(images/tabbarbutton_ovr.png) center top no-repeat; /* on hover tab background, aligment width etc changed PB*/
}

#middlebar a span{
	height:23px;
	display:block;
	
	text-align:center;
	margin-left:1px;
	margin-right:1px;
}

#middlebar a.active{
  color:#fff; 
	height:26px;
	width:91px;
	line-height:23px; 
	
	margin-left:1px;
	margin-right:1px;
	text-align:center;
	background:url(images/tabbarbutton_selected.png) center top no-repeat; /* top tab background changed PB*/
}

#middlebar a.active span{
	height:23px;
	display:block;
	padding-left:10px;
	background:#99c301;
	text-align:center;
}

#bottombar{
	font-size:12px;
	color:#fff;
	background:#0070b6;
	padding:6px;
	width:938px;
	overflow:auto;
	clear: both;
	margin: 0 auto;
}

#bottombar a{
	color:#ccc; 
	text-decoration:none; 
	margin:0 15px; 
	padding-right:10px; 
	height:18px; 
	line-height:23px; 
	display:block; 
	float:left; 
}

#bottombar a span{
	height:18px;
	display:block;
	padding-left:10px;
}

#coListBar{
	font-size:8px;
	color: #3b5d14;
	text-decoration:none;
	background:#97c000;
	font-weight:bold;
	padding:6px;
	width:450px;
	overflow:auto;
	clear: both;
	margin: 0 auto;
}

#coListBar a{
	color:#3b5d14;
	text-decoration:none;
	margin:0 9px;
	padding-right:5px;
	height:18px;
	line-height:18px;
	float:left;
	display:block;
}

#coListBar a.active{
	height:18px;
	line-height:18px;
	background:url(images/tb_a.png) right top no-repeat;
	padding-right:5px;
}

#coListBar a.active span{
	background:url(images/tb_span.png) left top no-repeat;
	height:18px;
	display:block;
	padding-left:5px;
}
/*PB*/
#logo{
width:956px;
margin:1px;
border-left:1px solid #9C9C9C;
border-right:1px solid #9C9C9C;

	background:url(images/header_bg.png) center bottom repeat-x;
}
#logoMenu{
	font-size:12px;
	color:#fff;
	/*background:#ffffff;*/
	padding:6px;
	width: 400px;
	float: right;
	
}

#logoMenu a{
	color:#aaa;
	text-decoration:none;
	margin:0 12px;
	padding-right:10px;
	height:12px;
	line-height:12px;
	display:block;
	float:right;
}

#logoMenu a span{
	height:12px;
	display:block;
	padding-left:10px;
}



/* Search */

#search {
	float: right;
	width: 200px;
	padding: 40px 20px 4px 0;
	background: url(images/img05.gif) no-repeat left bottom;
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#s {
	float: left;
	width: 155px;
	margin: 0 0 0 10px;
	background: none;
	border: none;
	font: bold 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #474848;
}

#x {
	display: none;
}


/*removed
#flashMenu{
	width: 950px;
	margin: 0 auto;
	background: url(images/img08.gif)
} 
*/



/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(images/img06_wide.gif);
}

#bgtop {
	height: 20px;
	background: url(images/img07_wide.gif);
}

#bgbottom {
	padding-bottom: 20px;
	background: url(images/img09_wide.gif) no-repeat left bottom;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 15px;
	/* background: url(images/img11.gif) no-repeat left center; */
}

/* Content */

#content_old {
	float: left;
	width: 550px;
	height: 100%;
	min-height:500px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#content {
	float: left;
	width: 335px;
	height: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

html>body #content {
	height: auto;
}

#landingCenter {
	float: left;
	width: 400px;
	height: 100%;
	padding: 0 20px 0 10px
}
#landingCenter ul{
	list-style-image:url(images/img11.gif);
	padding-left: 15px;
	padding-right:10px;
}
#landingCenter h3{
  font-size: 1.1em;
}
/* Post */

.post {
}

.post .bigpix {
	margin-bottom: 20px;
	background: #F0F0F0;
}

.post .bigpix .image {
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .byline a {
	color: #C2C2C2;
}

.post .entry {
	padding: 20px 10px 0 10px;
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(images/img13.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 18px;
	background: url(images/img14.gif) no-repeat left center;
}

/* Sidebar Common Style */

.sidebar {

}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	/*PB padding: 5px 15px 5px 25px;*/
	background: url(images/img11.gif) no-repeat 10px 10px;
	border-bottom: 1px solid #F0F0F0;
}

.sidebar a {
	background: none;
}

/* Sidebar One */

#sidebar1 {
	float: left;
	width: 270px;
	padding: 0 20 0 0px;
	padding-left: 20;
	border-right:1px solid #DBDBDB;
}

#sidebar1 ul{
	
	padding-left: 18px;
	padding-right:20px;
	
}
/* PB right sidebar padding */
#sidebar1 h2{
	padding-left: 10px;
	}

/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 230px;
	padding-left: 20;
	padding-right: 15;
}

#sidebar2 p{
	padding-right:10px;
	padding-left: 18px;
}
/*END PB */

/* landingLeft */
#landingLeft {
	float: left;
	width: 150px;
	padding: 0 20px 20px 20px;
	border-right:1px solid #DBDBDB;
}

#landingLeft ul{
	list-style-image:url(images/img11.gif);
	padding-left: 15px;
	padding-right:10px;
}
/* PB right sidebar padding */
#landingLeft h2{
	padding-left: 10px;
	}


/* Calendar */

#calendar_wrap {
	padding: 0 10px 20px 10px;
}

#calendar_wrap table {
	width: 100%;
	text-align: center;
	background: #F6F6F6;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
}

#calendar_wrap th, #calendar_wrap td {
	padding: 2px;
}

#calendar_wrap thead {
	background: #FFFFFF;
}

#calendar_wrap tbody {
	font-size: .8em;
	font-weight: bold;
}

#calendar_wrap tbody td {
	padding: 5px;
}

#calendar_wrap tbody a {
	font-size: 1.2em;
}

#calendar_wrap tfoot {
	background: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

#calendar_wrap tfoot #prev {
	text-align: left;
}

#calendar_wrap tfoot #next {
	text-align: right;
}

/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}

/* Footer */

#footer {
	width: 960px;
	height: 83px;
	margin: 0 auto;
	background: url(images/img10.gif) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}

 ########################################  added  ##############################  ->

#contentList_old {
	background: #fff;
	width: 730px;
	float: left;
	margin-left: 10px;
}
#contentList {
	background: #fff;
	width: 300px;
	float: left;
	margin-left: 10px;
}
# leftBar {
	background: #fff;
	width: 180px;
	float: left;
	margin-left: 10px;
}

/* end frameword */
/* list holder */
.listHolder {
	background: #fff;
	float: left;
	width: 720px;
	height: 75px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* end list holder */
/* bubble */
.roundcont {
	width: 850;
	background-color: #f90;
	color: #fff;
	float: none;
	margin-left: 5px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/* end bubble */
/* dynamic bubble */
.roundcont2 {
	width: 60px;
	background-color: #f90;
	color: #fff;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
}
.loginbutton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0070B6;
	width: 45px;
	margin: 0px;
	padding: 0px;
}

.roundcont2 p {
	margin: 0 10px 10 0;
}


/* end bubble */


.coName {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #003366;
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 450px;
}
.descript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
	float: inherit;
	width: 300pt;
}
.voteYes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #33CC99;
	text-align: center;
	margin-top: 5px;
}
.voteNo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CC3300;
	text-align: center;
}
.score {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000CC;
}
.coMeta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.ticker {
	width: 600px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

 ##################### tabs #########################
 /* Menu */

#menu {
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 37px;
	padding: 13px 30px 0px 30px;
	font-size: 36 px;
	font-weight: bold;
	color: #FCFDDF;
}

#menu a:hover {
	background: #333333;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: url(images/img04.gif) repeat-x;
}

/* Simple Menu */

#menuSimple {
	height: 15px;
	float: left;
	padding-left: 55px;
	padding-bottom: 20px;
	width: 600px;
}

#menuSimple ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

#menuSimple li {
		
	display: inline;
}

#menuSimple a {
	float: left;
	height: 15px;
	padding: 5px 25px 0px 5px;
	font-size: 14 px;
	font-weight: bold;
	color: #868686;
	text-align: center;
}

#menuSimple a:hover {
	color: #0000FF;
}

#menuSimple .current_page_item a {
	background: #FFFFFF;
}

/* Menu2 */

#menu2 {
	height: 40px;
	background-color: #0066FF;
	width: 600px;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	float: left;
	height: 10px;
	font-size: 36 px;
	font-weight: bold;
	color: #FCFDDF;
	padding-left: 20px;
}

#menu2 a:hover {
	background: #333333;
	color: #00CCFF;
}

#menu2 .current_page_item a {
	background-color: #0033FF;
}
#login   {
	display: block;
	float: none;
	clear: none;
	text-align: left;
	padding: 0px;
	margin: 5px;
}

 ##################### Detail tabs and Nav #########################
/*Company details and Tag Navigation css begin*/
#tabbar{
width:100%;
	height:24px;
	margin-bottom:0px;
	border-top:0px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
}
#tabbar_inner{
	width:70%;
	height:18px;
	margin-bottom:4px;
	border-bottom:0px solid red;
}
#detail_container{
	width:100%;
	float:left;

	margin-top:2px;
	margin-left:14px;
	margin-right:14px;
	margin-bottom:4px;
	border-left:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
}
#subTab_table{
	margin-left:13px;
}
.subTab_left{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-align:center;
	text-decoration:none;
	color:#949fb2;
	width:88px;
	height:24px;
	background-image:url(images/subTab_left_ena.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

.subTab_middle{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-align:center;
	text-decoration:none;
	color:#949fb2;
	width:83px;
	height:24px;
	background-image:url(images/subTab_mid_ena.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
/* this depending on the js should be treated differently, I jsut place this rule here to mock up the selected tab PB*/
	.subTab_middle_sel{
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 11px;
		text-align:center;
		text-decoration:none;
		color:#FFFFFF;
		width:83px;
		height:24px;
		background-image:url(images/subTab_mid_ovr.gif);
		background-position:center top;
		background-repeat:no-repeat;
	}

/*PB*/
.subTab_right{
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-align:center;
	text-decoration:none;
	color:#949fb2;
	width:88px;
	height:24px;
	background-image:url(images/subTab_right_ena.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
.gradBG{
	background-image:url(images/detPanelBg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#c5c8cc;
}
#detail_table td{
	height:18px;
	padding-top:2px;
	padding-left:10px;
	padding-bottom:2px;
	vertical-align: top; 
	valign: top;
}
.detailHead{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 20px; /*PB it was 13px*/
	border-bottom:1px solid #DBDBDB;
	color:#999999;
}
.detailLabel{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px; /*PB it was 13px*/
	font-weight:bold;
	color: #474848;
}
.detailValue{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #474848;
}


#button {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-color:#F3F3EE;
    border:1px outset #CCCCCC;
    color:black;
    line-height:1.4em;
    padding:2px 12px;
}
#button_down {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-color:#F9F9EE;
    border:1px outset #CCCCCC;
    color:black;
    line-height:1.4em;
    padding:2px 12px;
}


/* comments */
#commentField{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-color:#ffffff;
    border:1px outset #CCCCCC;
    color:black;
    line-height:1.4em;
    padding:2px 12px;
}


/*new company deytail related css rules*/