/* ========================================================= */
/*  Meeting default css for use with generic SPE look
/* Meeting CSS for meeting default
/* ========================================================= */

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(/web/images/srch_bg.jpg);
}
#srch_bdy label {
	color: #000000;	
}
#srch_bdy a {
	color: #000000;	
}

/*
#srch_sh_tools {
	background: url(../../../images/srch_sh_flag.jpg);
} */
.rcol_hdr {
	background: url(/web/images/rcol_hdr.jpg) no-repeat;
}
.rcol_hdr h3{
	color: #000000;
}
h1 {
	color: #8A1617;
}
h2 {
	color: #193059;
}
h3 {
	color: #330033;
}
.color_h1 {
	color: #8A1617;
}
.color_h2 {
	color: #193059;
}
.color_h3 {
	color: #330033;
}
.special_h2 {
	font-size: 120%
	color: #193059;
	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: #330033;
	padding: 0px;
	margin: .5em 0em .1em;
}
/* Sponsor box */
#sponsors h3 {
	color: #193059;
}
#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: #FFFFFF;
	width: 210px;
	position: relative;
	left: 760px;
	top: 25px;
}

#login_links ul li {
	border-left: 1px solid #CCCCCC;
}

#login_links a {
	color: #FFFFFF;
}
#login_links a:hover {
	text-decoration: underline;
	background: #2F3E5D;
}

/* Add color overrides to background color boxes from subsites */
div.bio_box {
	background: #ECF4FC;
}
div.notes_box {
	background: #E5F9F8;
}
div#notes {
	background: #E5F9F8;
}
.div_callout {
	background: #EFE9F9;
}
div.alert_box {
	background: #FCEFE2;
}
div#alert {
	background: #FCEFE2;
}
.notice {
	color: #DB032B;
}

/* Add new site-specific styles here */


