/* css common */

body {
	font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif;
	color: #454C43;
	background-color: #EEECED !important;
}

p.ml-paragraph {
	margin-top: 5px !important; 
	margin-bottom: 8px !important; 
}

/*--------
  crumbs
  --------*/

#tn-crumbs-wrapper a { color: #ccc !important }
#tn-crumbs-wrapper a:hover { color: #6E8E3C !important }


/*---------------------
  padding
  ----------------------*/

.padTopBottom {
	padding-top: 15px; padding-bottom: 15px;
}

.padTop {
	padding-top: 15px;
}

.padListing {
	padding-top: 15px; padding-bottom: 15px;
}

.paragraph_heading {
	margin-top: 17px; margin-bottom: 2px;
	padding-top: 3px; padding-bottom: 3px;
}

/*---------------------
 header 
 ------------------------*/

.contentNormal{
	color: #454C43;
	font-style: normal;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	line-height: 1.35em;
	font-size: 12px;
}

.passwordText{
	font-size: 11px;
	color: #454C43;
	font-style: normal;
	padding-left:5px;
	padding-top:1px;
	padding-right:5px;
}

.spacing{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

/* ---------------------
mambo content layout
--------------------- */

.greenBar1{
	background-color: #0076B4;
}

.grayLine1{
	background-color: #ccc;	
}

.contentNormalSmall{
	font-size: 0.85em;
	color: #454C43;
	font-style: normal;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	text-align:left;
	font-weight:normal;
	line-height:13px;
}

.contentBold{
	color: #454C43;
	font-weight:bold;
}

.contentBoldSmall{
	font-size: 11px;
	color: #454C43;
	font-style: normal;
	font-weight:bold;
}

.boxSubHead{
	font-size: 11px;
	color: #454C43;
	font-style: normal;
	font-weight:normal;
	padding-top:2px;
	padding-left:6px;
	padding-right:6px;
}

a, a:active, a:link, a:visited {
	color: #1C609F;
	text-decoration: none;
}

a:hover{ 
	color: #1C609F;
	text-decoration: underline;
}

.bg-box{
	background-color: #ccc;
	border: 1px solid #0076B4;
}

.bg-box2{
	background-color: #ccc;
	border: 1px solid #0076B4;
}

.ml-border{
	border: 1px solid #0076B4;
}

.ml-border2{
	border: 1px solid #0076B4;
}

.SmallText {
	font-size: .875em; 
}

.errormsg{
	display:block;
}

.noterrormsg{
	display:none;
}

.textRedBig{
	font-size: 1em;
	color: #F10000;
	font-weight:bold;
	vertical-align:middle;
}

.searchBoxRed{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F10000;
	border-right-color: #F10000;
	border-bottom-color: #F10000;
	border-left-color: #F10000;
}

.loginBoxRed{
	padding-top:5px;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F10000;
	border-right-color: #F10000;
	border-bottom-color: #F10000;
	border-left-color: #F10000;
}

.textRed{
	font-size: .9em;
	color: #F10000;
	font-style: normal;
	vertical-align:middle;
}

.searchBox1{
	height:20px;
	border: 1px solid #DDDDDD;
}


.hideSwitch {
    display:none;
}

.showSwitch {
    display:block;
}

.bwTopBottomLine{
	border-top: 1px solid #DDDDDD; 
	border-bottom: 1px solid #DDDDDD; 
}

.bwTopBottomThinLine{
	border-top: 1px solid #DDDDDD; 
	border-bottom: 1px solid #DDDDDD; 
}

.bwTopLine{
	border-top: 1px solid #DDDDDD; 
}

.bwTopThinLine{
	border-top: 1px solid #DDDDDD; 
}

.bwBottomLine{
	width:100%; 
	border-bottom: 1px solid #DDDDDD; 
}

.bwBottomThinLine{ 
	width:100%; 
	border-bottom: 1px solid #DDDDDD; 
}

.bwlists {
	list-style-type: disc; 
	margin-left: 1em;
}


div.thankyoupage {
	text-align: left;
	font-size: medium;
	background: #ccc;
	border: 1px solid #0076B4;
	padding: 10px; 
	margin-bottom: 20px;
}

.subhead {
	color: #666666;
	font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif;
}

.normalBig {
	/* line-height: 1.22em; */
}

.bwlists {
	list-style-type: disc; 
	margin-left: 1em;
}

.pagenavSpanSelected {
	color: #bbb;
}

.searchBtn {
	font-weight: bold !important;
	color: #fff;
	background-color: #015186;
	border: 1px solid #283881;
	padding: 3px 6px;
	font-size: 13px;
	text-transform: none;
	letter-spacing: normal;
}

td.ml-valign-top{
	vertical-align: top !important;
}

ul.ml-ul-desc {
	padding: 0px !important;
	margin: 4px 0px 10px 3em  !important;
}

ul.ml-ul-desc li.ml-li-desc {
	list-style:disc outside none !important;
	padding: 3px 10px 1px 3px !important;
	background: none !important;
	margin: 0px !important;
}

ol.ml-ol-desc {
	padding: 0px !important;
	margin: 4px 0px 10px 3em !important;
}

ol.ml-ol-desc li.ml-li-desc {
	list-style:decimal outside none !important;
	padding: 3px 10px 1px 3px !important;
	background: none !important;
	margin: 0px !important;
}

div.ml-confirmation-div {
	padding-top: 8px;
	padding-bottom: 5px;

}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, blockquote, th, td {
	margin:0;
	padding:0;
}

ul, ol, ul li, ol li {
	margin: 0;
	padding: 0;
	/* list-style-type: none; */
}

#main {
	/* float: right; 
	width: 960;
	background: #fff;*/
}

#secondary-content {
float: right;
width: _CSS_SECONDARY_CONTENT_WIDTH;
}

#main-padded {
padding: 4px 0px;
}

#main-content {
float: left;
width: 660;
margin-top: 15px;
}

/* jobs-ars is the sidebar div */

.jobs-ars {
	border: 1px solid #000;
}

.jobs-ars-content {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 5px;
	/*border-top:1px solid #ccc; */
}

.curveBoxBar{

	}
	
.curveBoxBar a {
	/* color: #000 !important; 
	line-height: 1.22em;*/
}

.jobs-ars h2 {
		color: #fff !important;
		font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif;
    text-transform: none;
    font-size: 13px;
    margin-top: 0px;
		font-weight: bold !important;
		padding:6px 0 6px 10px;
		line-height:normal;	
		/*text-shadow:0 2px 5px rgba(0, 0, 0, 0.4);*/
}

.jobs-ars div.cufon {
    color: #fff;
    font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif;
		/*background:url("/images/sep_gradient_1x28.jpg") repeat scroll 0 0 #CCC;
		background: url("http://www.ecnmag.com/images/module_head_r.gif"); 
		background-position: right top;
		background-repeat: no-repeat;*/
		background-color: #0076B4;
}

div.cufon h2 {
	overflow:hidden;
	/* padding:2px 8px;
	text-transform: uppercase !important; */
	/* background: url("http://www.ecnmag.com/images/module_head_l.gif"); */
	background-position:left top;
	background-repeat:no-repeat;
}

div.cufon {
	/* margin-bottom:5px; */
}

#footer { position: static !important }

a.tag { font-weight: bold; font-size: 12px; }

a.vendorName {font-weight: bold;}

.titleHead{
	color: #666666; 
	font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif;
	font-size: 18px; 
	font-weight: normal !important;
	/* text-transform: uppercase !important; */
	padding-bottom: 3px;
	padding-top: 10px;
	border-bottom:1px solid #ccc !important;
}


/* --------------------------- */
/* from bw stylesheet */
/* --------------------------- */

h1{
}

h2{
}

h3{

}

h1, h2, h3{

}

h1, h2, h3, h4, h5, h6, strong{
/*font-weight:bold;*/
}

em{
font-style:italic;
}

blockquote,ul,ol,dl{
margin:1em;
}

ol,ul,dl{
margin-left:2em;
}

ol li{
list-style: decimal outside;
}

dl dd{

}

th {
font-weight:bold;
text-align:center;
}

caption {
margin-bottom:.5em;
text-align:center;
}

p,fieldset {
margin-bottom:1em;
}

strong {
font-weight: bold;
}

td, th {
border: none;
}

input.hidden {
display: none !important;
padding: 0;
border: 0;
}

.asterisk {
color: red;
}

#ml-content h1 {
	font-size: 16px;
  text-transform: none; 
}


#container {
position: relative;
min-height:100%;
background-color: #fff;
}

#wrapper {
text-align: left;
position: relative;
margin: 0 auto;
width: 980px;
padding-top: 15px;
padding-bottom: 15px;
}

#tn-crumbs,#tn-crumbs li,#tn-crumbs li span,#tn-crumbs li a {
/*height: 21px;
line-height: 21px;*/
list-style: none outside none;
font-size:11px ;
}

#tn-crumbs {
position: relative;
background-color: #FFFFFF;
overflow: hidden;
clear: left;
}

#tn-crumbs li {
float: left;
}

#tn-crumbs li a,#tn-crumbs li span {
float: left;
display: block;
padding: 0 7px 0 10px;
font-size:.98em;
}

#tn-crumbs li a:hover {

}

#tn-crumbs li#first-crumb a {
background-image: none;
padding-left: 0;
text-decoration: none;
font-weight: bold;
}

#tn-crumbs li#first-crumb a:hover {
color: #333 !important; 
}

#tn-crumbs-end {
float: right;
margin: 5px;
}

#ml-content {
position: relative;
background: #fff;
background-color: #fff;
overflow: hidden;
margin-bottom: 24px;
}

#ml-content .main-cols {
position: relative;
}


fieldset,img{
border:0;
}



.bg-box{
	margin-bottom: 15px; 
	padding: 12px;
}

.bg-box2{
	margin-bottom: 15px; 
	padding: 12px;
}

.no-bg-box{
	margin-bottom: 8px;
	/*margin-left: 10px;*/

	padding-bottom: 8px;
	/*border:1px solid #0076B4;*/
}

.subhead {
	text-transform:none;
	font-size: 16px;
	padding-bottom: 2px;
	padding-top: 4px;
	border-bottom:1px solid #ccc !important;

}

.bwTopBottomLine{
	padding-top:20px; 
	padding-bottom:20px;
}

.bwTopBottomThinLine{
	padding-top:10px; 
	padding-bottom:8px;
}

.bwTopLine{
	padding-top:8px; 
	padding-bottom:12px; 
}

.bwTopThinLine{
	padding-top:5px; 
	padding-bottom:5px; 
}

.bwBottomLine{
	padding-bottom: 2px;
	margin-bottom:2px;
}

.bwBottomThinLine{ 
	padding-bottom: 5px;
	margin-bottom:8px;
}

/* bizreport-specific */

.jobs {
	width: 100% !important;
}

ul {
	margin: 0px;
}

h2 a {
}

h3 a {
	text-decoration: underline;
	font-weight: bold;
}

a.more{
	background:url(/images_common/crumbs_arrow_transparent.gif) no-repeat scroll right center transparent;
	padding-right: 10px;
	color: #000;
}

a.less{
	background:url(/images/bw_left_arrow.gif) no-repeat scroll right center transparent;
	padding-right: 10px;
	color: #000;
}


p.ml-paragraph {
	font-size: 12px;
	line-height: 19px;
}

h1, h2, h3 {

}

input.searchBtn {
	font-weight:normal !important;
	padding:3px 6px !important;
	font-size: 13px !important;
}


td {

}

tbody tr td form select {
	margin-top:1px;
	margin-bottom:1px;
}


td.ml-td-align-right {
	text-align: right !important;
}

td.ml-td-valign-middle {
	vertical-align: middle !important;
}


/*ul li {
	list-style:none outside none !important;
}*/


li.bwlists {
	list-style: disc outside !important;
	padding-bottom:5px;
}

#ml-breadcrumb {
color:#0E487A;
font-size:1.1em;
text-decoration:none;
}

#ml-breadcrumb a {
font-weight:700 !important;
}

h2.ml-h2-sidebar {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    font-size: 15px;
    height: 21px;
    margin: 0;
    padding: 4px 10px 2px 15px;
}

h4.ml-popular {
	font-size:11px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* complianceweek */

div#top {
  background-color: #000;
  margin-top: 1px;
}

tbody {
    border-top: none !important;
}


