@charset "utf-8";
/********************************************************************/
/* Sitewide Update                                                  */
/********************************************************************/
body, html {
	height:100%;
}
#swuContentWrap{
	margin:0;
	padding:5px;
	background-color:white;
	border:1px #585858 solid;
}
#swuMessage{
	margin:0;
	padding:0;
}
.swuMessage{
	margin:0;
	padding:0 5px 0 5px;
}
#swuPageWrap{
	width:100%;
	height:100%;
	margin:auto;
	padding:0;
}
#swuPageTitle{
	height:30px;
	border-bottom:3px #003366 solid;
}
.swuPageTitle{
	color:#003366;
	font-size:20pt;
	font-weight:bold;
}
#swuTable{
	width:500px;
	height:100%;
	margin:auto;
	padding:0;
	/*background-color:white;
	border-left:1px #585858 solid;
	border-right:1px #585858 solid;
	border-bottom:1px #585858 solid;*/
}
#swuTableTR{

}
#swuTableTD{
	/*vertical-align:middle;*/
}