/* This is for Microsoft.  Microsoft is stupid. */
html {
	overflow-y: scroll;
}

/*
 * Tag definitions
 */
body, td, p
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

/*
 * Link stuff
 */
a
{
	font-size: 13px;
	font-weight: bold;
	COLOR: #cc0000;
}
a:active
{
	font-weight: bold;
	COLOR: #cc0000;
}
a:visited
{
	font-weight: bold;
	COLOR: #cc0000;
}
a:hover
{
	font-weight: bold;
	COLOR: #ff0000;
}
a.dark_bg
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
}
a.dark_bg:visited
{
	color: #FFFFFF;
}
a.dark_bg:hover
{
	color: #FFFFFF;
	font-weight: normal;
}
a.dark_bg:active
{
	color: #FFFFFF;
}
a.zs_tiny_link
{
	font-size: 9px;
	font-weight: bold;
	COLOR: #cc0000;
}
a.zs_tiny_link:active
{
	font-weight: bold;
	COLOR: #cc0000;
}
a.zs_tiny_link:visited
{
	font-weight: bold;
	COLOR: #cc0000;
}
a.zs_tiny_link:hover
{
	font-weight: bold;
	COLOR: #ff0000;
}

/*
 * Table-related classes
 */
th
{
	text-align: left;
}

/*
 * Form-related classes
 */
.zs_required_field_indicator
{
	color: #CC0000 ! important;
	padding-left: 4px;
	font-weight: bold;
}
.zs_required_field_indicator_hidden
{
	color: #CC0000 ! important;
	padding-left: 4px;
	font-weight: bold;
	visibility: hidden;
}
label, .zs_field_label
{
	font-size: 13px;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
button, .zs_button
{
	padding: 0px 3px 0px 3px;
	margin: 0px 2px 0px 2px;
	border: 1px solid #000000;/*#C12621;*/
	background: #C12621;/*#F7C967;*/
	color: #FFFFFF;/*#000000;*/
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 14px;
}
.zs_button_on_white
{
	padding: 0px 3px 0px 3px;
	margin: 3px 3px 3px 3px;
	border: none;
	background: #D96060;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 11px;
}
.zs_lightbutton {
	font-family: arial,sans-serif;
	font-weight:bold;
	font-size: 11px;
	background-color: #D96060;
	color: #FFFFFF;
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 3px;
	text-decoration: none;
	display: block;
}
.zs_jumbo_button
{
	font-size : 14pt;
	font-weight : bold;
	color : #FFFFFF;
	background-color: #cc0000;
	text-decoration : none;
	text-align : center;
	line-height : 36pt;
	padding: 4px;
}
input.zs_lightbutton, input.zs_jumbo_button {
	border: 0px #000000 none;
}
a.zs_lightbutton:link, a.zs_lightbutton:visited, a.zs_jumbo_button:link, a.zs_jumbo_button:visited {
	color : #FFFFFF;
}
a.zs_lightbutton:hover, a.zs_jumbo_button:hover {
	background: #690000;
	color: #FFFFFF;
}
textarea {
	font-family: arial,sans-serif;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}
input, .zs_text_input
{
	font-family: arial,sans-serif;
	padding: 1px 3px 1px 0px;
	margin: 0px 4px 0px 0px;
	border: 1px solid #000000;/*#C12621;*/
	background: #FFFFFF;/*#F0F0F0;*/
	color: #000000;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 14px;
}
.zs_red_button {
	background-color: #D96060;
	color: #FFFFFF;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	font-family: arial,sans-serif;
	font-weight:bold;
	font-size: 12px;
	background-color: #cc0000;
	text-align: center;
}
fieldset
{
	border: 1px solid #000000;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

/*
 * Margin/padding classes
 */
.zs_no_margin_no_padding
{
	padding: 0px 0px 0px 0px ! important;
	margin: 0px 0px 0px 0px ! important;
}

/*
 * Text classes
 */
.zs_small_body
{
	font-size: 11px;
}
.zs_subhead
{
	font-size: 13px;
	font-weight: bold;
}
.zs_bighead
{
	font-size: 16px;
	font-weight: bold;
}
.zs_tiny_text
{
	font-size: 9px;
	font-weight: normal;
}


