/*
	Common style sheet for all surge pages
*/

html, body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*background-image: url(/images/furniture/mainback2.png);*/
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-color: #333c40;
	font-style: normal;
	font-size: 10pt;
	font-family: 'Lucida Grande', Geneva, Helvetica, Arial, Verdana, Sans-Serif;
	text-align: center;
}

div#footer-fill {
	/*background-color: white;*/	
}

h1
{
	display: none;
	font-size: 18pt;
	font-weight: bolder;
}
 
h2
{
	display: block;
	font-weight: bolder;
	font-size: 14pt;
	color: #555;
	border-bottom: #A1A5A9;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 5px 5px 2px 0px;
	margin: 15px 0px .5em 0px;
}

h3
{
	font-size: 12pt;
	color: #333;
	font-weight: bolder;
	margin: 1em 0px 3px 0px;
}

h4
{
	font-size: 10pt;
	font-weight: bolder;
	margin: 0px 0px 0px 0px;
}

h5
{	width: 600px;
	: center;
	font-family: Verdana;
	display: block;
	/*font-weight: bolder;*/
	font-size: 24pt;
	color: #707070;
	border-bottom: #e1e1e1;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 5px 5px 2px 0px;
	margin: 15px 0px .5em 0px;
}

/* Link style */
a:link, a:visited { text-decoration: none; color: #263583;}
a:active { text-decoration: underline; color: #36A391;}
a:hover { text-decoration: underline; }

a img { border: 0; vertical-align: baseline; }



img.right {
	float: right;
	padding: 10px;
}

img.left {
	float: left;
	padding: 10px;
}


/* Paragraph styles */
p
{
	font-size: 10pt;
	font-family: 'Lucida Grande', Geneva, Helvetica, Arial, Verdana, Sans-Serif;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

p.quote
{
	font-size: 12pt;
	font-style: italic;
	margin: 10px 40px 10px 40px;
}



form { margin: 0px; }
.centered { text-align: center; }
.absmiddle {vertical-align: middle;}



#alpha
{
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 0px;
	position: relative;
	background-color: #ffffff;

}



.dropshadow
{
	width: 100%
	height: 15px;
	padding: 0px;
	background-image: url('/images/furniture/back_dropshadow.png');
	background-color: #FFF;
	border-width: 0px;
	background-repeat: repeat-x;
}

.bluegradient {
	width:100%;
	height: 15px;
	padding: 0px;
	background-image: url('/images/furniture/back_blue_gradient.png');
	background-color: #7B99B8;
	background-repeat: no-repeat;
	border-width: 0px;
}





#masthead
{
	position: relative;
	width: 100%;
	height: 96px;
	background-image: url('/images/furniture/masthead_topbanner.png');
	background-repeat: repeat-x;
	background-color: white;
}

#masthead .susulogo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#masthead .surgelogo
{
	position: absolute;
	top: 30px;
	/*top: -15px;*/
	left: 0px;
}

#masthead #onair
{
	margin: 5px;
	position: absolute;
	top: 30px;
	right: 5px;
	width: 600px;
	height: 63px;
	text-align: right;
	overflow: hidden;
	vertical-align: middle;
	font-size: 12px;
}

#masthead #onair #onair-source
{
	float: right;
	margin: auto 0px auto auto;
}

#masthead #onair #onair-image
{
	float: right;
	margin: auto 5px auto 5px;
}

#masthead #onair #onair-text
{
	height: 58px;
	float: right;
	text-align: left;
	margin: auto 5px auto 0px;
}

#masthead .top-button {
	width: 64px;
	height: 20px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	cursor: pointer;
}

#masthead #surgelogo {
	position: absolute;
	top: 5px;
	left: 5px;
}

#masthead .top-button a {
	color: white;
}

#masthead #top-button-schedule {
	background-image: url(/images/furniture/topbutton_1.png);
	right: 310px;
}

#masthead #top-button-request {
	background-image: url(/images/furniture/topbutton_1.png);
	right: 235px;
}

#masthead #top-button-podcasts {
	background-image: url(/images/furniture/topbutton_1.png);
	right: 160px;
}

#masthead #top-button-webcams {
	background-image: url(/images/furniture/topbutton_1.png);
	right: 85px;
}

#masthead #top-button-listen {
	background-image: url(/images/furniture/topbutton_4.png);
	right: 10px;
}

#masthead #webcam-button
{
	position: absolute;
	top: 84px;
	left: 410px;
}

#masthead #request-button
{
	position: absolute;
	top: 84px;
	left: 550px;
}

#masthead #listen-button
{
	position: absolute;
	top: 84px;
	left: 684px;
}



#footer
{
	width: 100%;
	font-size: 7pt;
	font-family: Geneva, Helvetica, Verdana, sans-serif;
	text-align: left;
	color: #333333;
}


#footer-left
{
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

#footer-right
{
	float: right;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

#footer-clear
{
	clear: both;
	margin: 0px;
	padding: 0 0 10px 0;
}


/* history years*/

table.years {
  width: 100%;
}

table.years, table.years td, table.years tr, table.years table {
  border: 0px !important;
  vertical-align: top;
}

table.years td.committee_column{
  width: 50%;
  
}

table.years td.awards_column{
  width: 50%;
  font-size: 0.8em;
}

table.years td.awards_column table.awards td.awards_cat {
  font-weight: bold;
}

table.years td.webcams_selection_column{
  width: 10%;
}


table.years table.committee {
  width: 100%;
}

table.years table.committee td {
  background-color: #000080;
  padding: 3px !important;
}

table.years table.committee td.position {
  color: #FFFFFF;
  font-weight: bold;
}

table.years table.committee td.person {
  color: #FFFFFF;
}

table.years table.committee td.person a {
  color: #CCFFFF;
}

table.year_events, table.year_events td {
  border: 0px !important;
}

table.year_events td.year_events_month {
  font-weight: bold;
  vertical-align: top;
}

.ui-dialog {
	background-color: white;
}

.ui-dialog-titlebar {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 5px;
}

.ui-dialog-title-dialog {
	color: white;
}

.ui-widget-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.25;
	background-color: black;
}

#dialog-message-box {
	padding: 5px;
}

.ui-dialog-buttonpane {
	padding: 5px;
}
