/*
Styles for Notices
*/

a { text-decoration: none; }
a:hover { text-decoration: underline; }

//a:hover table tr td #no-link-underline { text-decoration: none; }


a table
{
	text-decoration: none;
	color: #6e98c2;
}

a:hover table
{
	text-decoration: underline;

	
}
a:hover table tr td { text-decoration: underline; }
a:hover table tr td #use-underline { text-decoration: underline; }

a:hover #no-link-underline {text-decoration: none;}

.text-one-line
{
	font-size: 3.08em;
	font-weight: bold;
}

div.grayBorder
{
	border: 1px solid #bbb;
	background-color: #fbfbfb;
	font-family: helvetica, impact, sans-serif;
	overflow: hidden;
}

.nobr { white-space: nowrap; }
img { border-style: none; }

#center-logo
{
	padding: 0 20px;
	background-color: #fbfbfb;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

#forever { }
html>/**/body  #forever { margin-top: 10px; }/*hide from IE*/

#notice-wrapper
{
	position: relative;
	width: 100%;
	height: 100px;
	border: 1px solid #bbb;
	background-color: #fbfbfb;
	font-family: helvetica, impact, sans-serif;
	overflow: hidden;
}

#toggle-box
{
	position: absolute;
	top: 3px;
	right: 4px;
	width: 8em;
	font-size: 0.6em;
	text-align: right;
}

.blue-text
{
	font-weight: bold;
	font-family: helvetica, impact, sans-serif;
	color: #6e98c2;
	text-align: left;
}

/* notice 2 and up */
#notice-collapsed-wrapper
{
	position: relative;
	border: 1px solid #bbb;
	background-color: #fbfbfb;
	padding: 1px 20px;

	font-family: helvetica, impact, sans-serif;
	color: #6e98c2;
}

#notice-collapsed-wrapper img
{
	padding: 0 5px;
	margin-bottom: -1px;
}

.collapsed-text
{
	margin-left: 10px;
	font-size: 0.7em;
	font-weight: normal;
	font-family: helvetica, impact, sans-serif;
	color: #333;
}

#small-links
{
	float: right;
	margin-top: -25px;
	margin-right: 30px;
	font-family: helvetica, impact, sans-serif;
	font-size: 0.7em;
}

#small-links2
{
	position: absolute;
	bottom: 16px; right: 32px;
	font-size: 0.7em;
}

#small-links-phase4
{
	position: absolute;
	width: 100%;
	bottom: 4px; 
	font-size: 0.9em;
}

.quote-text { }

.quote-data
{
	font-size: .8em;
	color: black;
	font-weight: normal;
}

.center1
{
	font-weight: bold;
	color: #6e98c2;
	vertical-align: middle;
}

.meter-text { color: black; }
.lines-1 { font-size: 2.25em; }
.lines-2 { font-size: 1.85em; }
.lines-3 { font-size: 1.52em; }
