/* CSS Document */
a { color: #3C82C8; text-decoration: none; }
a:hover { color: #333; }

body, td, input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #333; }
body { background: #F0F0F0; margin: 0 }

div.backTop { position: absolute; right: 0; bottom: 0; padding: 10px; }
div.dvr { height: 1px; background: #CCC; margin : 10px 0 }

img.gb { border: 1px SOLID #CCC }
img.gb:hover { border: 1px SOLID #FF0000 }

h2 { font-size: 16px }

/* Form elements */
form { padding: 0; margin: 0 }
input, select, textarea{ border: 1px SOLID #999; padding: 2px 4px; background: #EFEFEF }*/
select { padding: 2px }
select.form { padding: 0 }
select.form_error { padding: 0 }

input.check { margin: 0 10px 0 0; border: none }
input.sb, input.sbover { color: #FFF; background: #999; padding: 0 3px }
input.sbover { background: #000; cursor: pointer; cursor: hand }
td.form { background: #EAEAEA; border-top: 1px SOLID #CCC; padding: 10px }
td.formHeader { padding-bottom: 1px }
td.formMain { padding-bottom: 5px }
td.endForm { text-align: center; padding-top: 15px }

/* Menu cell & link styles */
div.infoBox { position: absolute; top: 0; left: 0; width: 280px; visibility: hidden; z-index: 1000 }
td.mia, td.ma { padding: 3px 15px; border-right: 1px SOLID #FFF; line-height: normal }
td.mia { color: #FFF; background: #AAA url(../images/miabg.gif) top right no-repeat }
	td.mia a { color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
td.ma { color: #333; background: #FFF url(../images/mabg.gif) top right no-repeat }
	td.ma a { color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
td.mia div, td.ma div { position: relative; text-align: left; line-height: normal }
td.menu { height: 20px; border-bottom: 1px SOLID #FFF; vertical-align: top; }
td.msia, td.msa { padding: 3px 14px; line-height: normal }
td.msia a { color: #3C82C8; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
td.msa a { color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
td.msa { background: #EBEBEB; }

table.all { width: 100% }
table.main, table.hdr, table.pf { width: 740px }
table.main {  }
table.menu { width: 740px }
table.page { width: 770px; height: 100% }
table.hdr { height: 100px }
table.subMenu { background: #FFF; border: 1px SOLID #AAA }

/* Table Header styles */
td.hdr { height: 100px; vertical-align: top }
td.hdrLeft { width: 165px; padding: 20px }
td.hdrRight { padding-right: 20px; text-align: right; vertical-align: bottom }
td.hdrText { font-size: 12px; color: #999; text-align: center; padding: 0 0 25px 0 }

/* Page footer */
td.pf { color: #999; border-top: 1px SOLID #CCC; vertical-align: bottom }
td.pfb { border-top: 1px SOLID #CCC; text-align: left }
td.pfl, td.pfr, td.pfb { color: #999; padding: 7px }
td.pfr { text-align: right }
td.pfl a, td.pfr a, td.pfb a { color: #999; text-decoration: underline }

/* Content area CSS */
td.c { width: 740px; height: 100%; vertical-align: top; border-top: 1px SOLID #FFF }
table.cm { width: 740px; height: 100% }

td.pl { width: 10px; background-image: url(../images/plb.gif) }
td.pm { width: 740px; height: 100%; background: #FFF; vertical-align: top; padding: 0 5px }
td.pr { width: 10px; background-image: url(../images/prb.gif) }

td.searchLinks { padding-right: 10px }


div.frmContainer {
	background: inherit;
	width: 400px;
}
div.frmDivider {
	font-height: 1px;
	color: #999;
	line-height: 1px;
	background: #E4E4E4;
	margin: 5px 0;
	padding: 0;
}
div.frmSub {
	padding-top: 10px;
}
div.frmHdr {
	font-weight: bold;
	padding: 4px 0;
	border-bottom: 1px SOLID #E4E4E4;
}
div.frmTxt {
	float: left;
	clear: right;
	padding-top: 3px;
}
div.frmClear {
	clear: both;
}

.frmError {
	color: #FF0000;
}
.frmInput {
	border: 1px SOLID #999;
	padding: 2px 4px;
	width: 100%;
}
.frmCheck {
	width: 15px;
	margin-right: 10px;
	border: none;
	background: none;
}
.frmSelect {
	border: 1px SOLID #999;
	padding: 1px 1px 1px 4px;
}
.frmButton {
	padding: 2px 5px;
	border: 1px SOLID #999;
	background: #FFF;
	width: auto;
	margin: 10px 0 20px 0;
}
.frmButtonContainer {
	border-top: 1px DOTTED #CCC;
	border-bottom: 1px DOTTED #CCC;
	padding: 10px 0;
	margin: 10px 0;
	text-align: right;
}
.frmThank {
	padding: 15px 0;
	text-align: center;
}

/* form stylesheet */

.form_error
{
    color: #FF0000;
}

.form_small
{
    font-size: 10px;
}

.form_element_small
{
    width: 302px;
    border: 1px SOLID #DADADA;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.form_element_small:focus
{
    background-color: #f7f7f7;
}

.form_element, .form_error_element
{
	border: 1px SOLID #DADADA;
	height: 50px !important;
	padding: 5px 5px 3px 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.form_element:focus
{
    background-color: #f7f7f7;
}

.form_error_small
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
	color: #F00;
}

.form_action_button
{
    display: block;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

.form_action_button .form_action_left
{
    float: left;
	display: block;
	width: 13px;
	height: 31px;
    background: transparent url(../images/temp/button-left.jpg) top left no-repeat;
}

.form_action_button .form_action_right
{
    float: left;
	display: block;
	width: 13px;
	height: 31px;
    background: transparent url(../images/temp/button-right.jpg) top left no-repeat;
}

.form_action_button .form_action_text
{
    float: left;
	display: block;
	height: 24px;
	padding: 7px 8px 0 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
    background: transparent url(../images/temp/button-gradient.jpg) top left repeat-x;
}

.form_action_button:hover .form_action_text
{
	color: #000000;
}

/* end form stylesheet */

span.staff_header
{
}

td.staff_content
{
}