/* ========================================================= */
/*  Health Safety and Environment Conference
/* Meeting CSS for 08HSE
/* ========================================================= */

a {
	color: #163F79;
}
a:visited {
	color: #61728A;
}
a:hover {
	color: #993366;
}
a:active {
	color: #993366;
}
.breadcrumb p {
	color: #163F79;
}

#header_bg {
	height: 91px;
}
#header_bg img {
	position: absolute;
	top: 4px;
}
#srch_bar {
	background-image: url(/spe-site/spe/spe/meetings/HSE/2008/images/site_images/search_bar.jpg);
}
#srch_bdy label {
	color: #FFFFFF;	
}
#srch_bdy a {
	color: #FFFFFF;	
}

/*
#srch_sh_tools {
	background: url(../../../images/srch_sh_flag.jpg);
} */
.rcol_hdr {
	background: url(/spe-site/spe/spe/meetings/HSE/2008/images/site_images/rcol_hdr.jpg) no-repeat;
}
.rcol_hdr_tall {
	background: url(/spe-site/spe/spe/meetings/HSE/2008/images/site_images/rcol_hdr_tall.jpg) no-repeat;
}
.rcol_hdr h3{
	color: #000000;
}
h1 {
	color: #308147;
}
h2 {
	color: #F2630F;
}
h3 {
	color: #20BC4B;
}
.color_h1 {
	color: #308147;
}
.color_h2 {
	color: #F2630F;
}
.color_h3 {
	color: #20BC4B;
}
.special_h2 {
	font-size: 120%
	color: #F2630F;
	line-height: 25px;
	clear: left;
	text-align: center;
	border-top: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	margin: 15px 0px 5px;
}
.special_h3 {
	font-size: 105%;
	color: #20BC4B;
	padding: 0px;
	margin: .5em 0em .1em;
}
/* Sponsor box */
#sponsors h3 {
	color: #308147;
}
#sponsors .hideme {
	display: none;
}
/* Set height of one div here to compensate for multiple text lines as necessary */
/* Also, you can set the total sponsor box height in the in-page function that calls the script, startSponsorRotator() */
#sponsors .showme {
	display: block;
	height: 95px;
}

/* Login at top ============================= */
/* Select color and position by dragging in design view */

#login_links {
	color: #000000;
	width: 210px;
	position: relative;
	left: 760px;
	top: 5px;
}

#login_links ul li {
	border-left: 1px solid #CCCCCC;
}

#login_links a {
	color: #000000;
}
#login_links a:hover {
	text-decoration: underline;
	background: #C9C9C2;
}

/* Add color overrides to background color boxes from subsites */
div.bio_box {
	background: #FFFFCC;
}
div.notes_box {
	background: #D0FADC;
}
div#notes {
	background: #D0FADC;
}
.div_callout {
	background: #D8EBFA;
}
div.alert_box {
	background: #FAE5B1;
}
div#alert {
	background: #FAE5B1;
}
.notice {
	color: #F40515;
}
th {
	background: #E9F4FC;
}
.tr_alt {
	background: #F0F7FD;
}
.div_tech h3 {
	border-top-color:  #074A98;
}
/* Add new site-specific styles here */

/* HSE - handle different conversion of ptp */
.paper, .div_tech p.paper {
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: .6em;
}
.speaker, .div_tech p.speaker {
	margin: .6em 0em;
}
.alternates, .div_tech p.alternates {
	margin: .6em 0em;
	font-weight: bold;
}
/* These probably aren't being found - OK */
.author, .div_tech p.authors {
	margin-top: 0em;
	margin-bottom: .6em;
}
.chair, .div_tech p.chair {
	margin-bottom: .6em;
}


