/*global*/
.main a{
	color: #01907F;
	text-decoration:none;
}
.contentheading{
	color: #01907F;
}
h1 {
	color:#009999;
	margin: 0 0 0.67em 0;
}
b {
	color:#454545;
}
input[type="submit"].button, #bfSubmitButton{
	background:url(../../img/btn/submit-orange.png) top no-repeat;
	width:94px;
	height:31px;
	text-indent:-9999px;
	border:none;
	margin-top:10px;
	line-height: 0
}
input[type="submit"].button:hover, #bfSubmitButton:hover{
	background-position:bottom
}

/*calendar*/
.cale_desc{
	padding-bottom:20px;	
}
.cale_table tr{
	border-bottom:1px dotted #c6c6c6;
	padding-bottom:30px;
	margin-bottom:30px;
	display:block;
}
.cale_td_left{
	text-transform:uppercase;
	vertical-align:top;
}
.cale_td_left span{
	width:79px;
	height:32px;
	display:block;
	line-height:32px;
	padding:0 15px;
	font-weight:bold;
	background:url(../../img/calendar/label.png) center top no-repeat;
}
.cale_td_right{
	vertical-align:top;
}
.cale_td_right a.ev_link_row, .cale_td_right a.ev_link_row:link, .cale_td_right a.ev_link_row:visited{
	color: #01907F;
	font-weight: normal;
	text-decoration:underline;
}
.cale_ul{
	margin:0;	
}
.cale_ul li{
	list-style:none none;
	padding-bottom:15px;
	float: left;
	clear:both;
}
.cale_time{
	font-weight:bold;
	margin-right:20px;
	float:left;
	width: 150px;
	min-height: 20px;
}
.back_top{
	float:right;
}

/*gallery*/
a.category span{
	display:block;
	width:114px;
	height:31px;
	background:url(../../img/gallery/view_gallery_bt.png) center top no-repeat;
	color:transparent;text-indent:-9999px;*font-size:0px;line-height:0;
}
.pg-cats-box-float{
	border-bottom:1px dotted #c6c6c6;
	padding-bottom:30px;
	margin-bottom:30px;
}
#phocagallery-categories-detail h2{
	margin:0;
	padding:0;
}
.pg-cat-img-detail table{
	margin-top:10px;
}
.phocagallery-box-file{
	margin:0 10px 20px 0 !important;	
}
#phocagallery a img{
	border:3px solid #e1e2eb;
}
#phocagallery .pg-center{
	border-top:1px dotted #c6c6c6;
	padding-top:30px;
}

#phocagallery .pagination{
	width:100%;
	display:block;
}
#phocagallery .pg-inline{
	float:left;
}
#phocagallery .pagecounter{
	float:right;
}

/*poll - results*/
.results-select label{
	font-weight: bold;
	display:block;
	margin-bottom:10px;
}
.results-select select{
	display:block;
	background:url(../../img/form-select-bg.png) left top no-repeat;
	width:264px !important;
	height:34px;
	border:none;
	padding: 5px 5px 5px 7px;
}
.smalldark.title{
	font-weight:bold;
	color:#454545;
}
#graph-wrap{
	margin-top: 10px;
	border-top:1px dotted #c6c6c6;
	border-bottom:1px dotted #c6c6c6;
	position:relative;
}
#graph-wrap b{
	display: block;
	margin-top: 20px;
}
.poll-details td {
	padding:4px 0;
}

/* poll - module */
#poll-popup{
	background-color:#e9f1f7;
}
#poll-popup h3{
	color: white;
	background: #02026C;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#02026C), to(#05054C));
	background-image: -webkit-linear-gradient(top, #02026C, #05054C);
	background-image: -moz-linear-gradient(top, #02026C, #05054C);
	background-image: -o-linear-gradient(top, #02026C, #05054C);
	background-image: linear-gradient(to bottom, #02026C, #05054C);
	margin: 0;
	padding: 11px 20px;
	font-size: 1.4em;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.poll-popup-body {
	padding:20px;
}
#poll-popup h4{
	color:#01015a;
	font-size:15px;
	font-weight:bold;
	margin:0 0 15px 0;
}
#poll-popup form label {
	margin-bottom: 10px;
	float: left;
	width: 220px;
}

/** industry **/
.industry_images img{
	border: 2px solid #ccc;
	width:135px;
	height:135px;
	margin-right:30px;
	display:inline-block;
	margin-bottom:20px;
}

.industry_images .row img.last, .industry_images .row .last img{
	margin-right:0}

/** table style **/
.main table.asu{
	width:100%;
	margin-bottom:30px
}

.main table.asu td{
	padding: 10px 12px;
	border-bottom: 1px solid #bcc0cd;
	border-left: 1px solid white;
	border-right: 1px solid #ced1dd;
	vertical-align:top
}

.main table.asu td p{
	margin-bottom:2px
}

.main table.asu tr:nth-child(even) {background: #f0f0f7}
.main table.asu tr:nth-child(odd) {background: #FFF}

.main table.asu tr td:first-child{
	border-left:1px solid #ced1dd;
	color:#01015a
}

  
.main table.asu thead tr td, .main table.asu th{
	background:url(../../img/bg/table_bg.png) repeat-x top #f8921c;
	overflow:hidden;
	color:white !important;
	font-size:13px;
	font-weight:bold;
	padding: 6px 12px;
	border-left: 1px solid #fab15d;
	border-right: 1px solid #d98625
}

.main table.asu thead td:first-child{
	border-top-left-radius:6px;
	border-left: 0 none
}

.main table.asu thead td:last-child{
	border-top-right-radius:6px;
	border-right: 0 none
}

.main .jwts_tabberlive, .main .jwslider{
	margin-bottom:30px
}

/** log in  **/
.login-fields label { display:block; font-size:13px; color:#01015a; font-weight:bold; margin-bottom:5px}

.login-fields input, input.asuinput{	
	width:380px;
	height:34px;
	border:0 none;
	padding:0 12px;
	line-height:34px;
	font-size:14px;
	background:url(../../img/bg/input_bg.gif) no-repeat center top;
	margin-bottom:14px
}

/** form **/
.bfQuickMode .bfElementGroupNoWrap { margin:0 !important}