body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background-color: #C5C5C5;
	background-image: url(images/background_body.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

body.popup
{
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}

p, td, div, span, input, select
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}


a.toplink
{
	font-size: 10px;
	color: #5E503B;
	text-decoration: none;
}
a.toplink:hover
{
	text-decoration: underline;
}
a.footerlink
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.footerLink:hover
{
	text-decoration: underline;
}
a.qsLink
{
	color: #25324F;
	text-decoration: none;
}
a.qsLink:hover
{
	text-decoration: underline;
}
a.qsDisSelected
{
	color: #0000CC;
	text-decoration: underline;
}
a.pagingLinkOff
{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.pagingLinkOff:hover
{
	text-decoration: underline;
}
a.pagingLinkOn
{
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a.pagingLinkOn:hover
{
}
a.footerLink2
{
	font-size: 10px;
	color: #3F3424;
	text-decoration: none;
}
a.footerLink2:hover
{
	text-decoration: underline;
}

.textSmall
{
	font-size: 10px;
}

.footerText
{
	font-size: 10px;
	color: #3F3424;
}
.UWTagline
{
	font-size: 9px;
	font-family: Verdana;
	color: #10167F;
}
.spacerRow
{
	background-color: #CAD3DA;
}

.textRed
{
	color: #FF0000;
}

.fieldTitle
{
	font-weight: normal;
	color: #000000;
}

.inputNormal
{
	width: 200px;
}
.inputNotSoSmall
{
	width: 100px;
}
.inputSmall
{
	width: 50px;
}
.inputLarge
{
	width: 300px;
}

.pinkHeaderBack
{
	background-color: #E7D8DE;
	font-weight: bold;
}
	

#divMainContent
{
	margin-top: 6px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: 602px;
}

.eventName
{
	color: #1C2A51;
	font-weight: bold;
}

.topicText
{
	color: #7E0D38;
}
.titleText
{
	color: #333333;
	font-weight: bold;
}

.titleTextRed
{
	color:Red;
}

.vfnTitle
{
	background-color: #F1F1F1;
	font-weight: bold;
}
.vfnDisease
{
	font-size: 12px;
}

.topbar
{
	background-image: url(images/background_topbar.jpg);
	background-repeat: repeat-x;
}
.qsBackRight
{
	background-image: url(images/qs_shadow_right.jpg);
	background-repeat: repeat-y;
}

.backLeftBar
{
	background-color: #E3E2E7;
}
.backQs
{
	background-color: #F8F8F8;
}

.backLeft
{
	background-image: url(images/background_shadow_left.jpg);
	background-repeat: repeat-y;
}
.backRight
{
	background-image: url(images/background_shadow_right.jpg);
	background-repeat: repeat-y;
}
.backTop
{
	background-image: url(images/background_shadow_top.jpg);
	background-repeat: repeat-x;
}
.backBottom
{
	background-image: url(images/background_shadow_bottom.jpg);
	background-repeat: repeat-x;
}

.searchSelect
{
	width: 270px;
}
.searchBox
{
	background-color: #F3F5F6;
	background-image: url(images/background_search.jpg);
	background-repeat: repeat-x;
}
.searchDate
{
	width: 84px;
}
.searchBottom
{
	background-image: url(images/search_bottom_shadow.jpg);
	background-repeat:repeat-x;
	background-position: left bottom;
}

.qsTellBackLeft
{
	background-image: url(images/qs_tell_back_left.jpg);
	background-repeat: repeat-y;
}
.qsTellBackRight
{
	background-image: url(images/qs_tell_back_right.jpg);
	background-repeat: repeat-y;
}
.qsVFNBackLeft
{
	background-image: url(images/qs_vfn_back_left.jpg);
	background-repeat: repeat-y;
}
.qsVFNBackRight
{
	background-image: url(images/qs_vfn_back_right.jpg);
	background-repeat: repeat-y;
}

td.resultHeader
{
	background-color: #7893A9;
	color: #FFFFFF;
	font-weight: bold;
}
td.result1
{
	border-color: #A3AEB6;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
}
td.result2
{
	border-color: #A3AEB6;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
}
td.padTop7
{
	padding-top: 7px;
}

.greyBold
{
	color:#333333;
	font-weight:bold;
}

.divBotPad
{
	padding-bottom: 10px;
}

#divExternalPreTestMessage
{
	width: 500px;
	height: 300px;
	padding: 50px;
	background-color: #FFFFFF;
	border:solid 2px #ffb413;
	font-size: 14px;
}
#divExternalPreTest .btnInput1
{
	border: solid 1px #000000;
	background-color: #ffb413;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	cursor: hand;
}
#divExternalPreTest .btnInput2
{
	border: solid 1px #000000;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	cursor: hand;
}

