

body
{
        font-family: Arial, Geneva, Helvetica;
        font-size: 9pt;
	margin-top: 0;
	background-color: #EFEFEF;
}

#outer
{
	width: 100%;
	text-align: center;
}

#wrapper
{
	border-right: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	width: 735px;
	background-color: #FFFFFF;
	text-align: left;
	margin: auto auto;
}

#main_body
{
	padding-right: 4px;
	padding-left: 10px;
}

p
{
	/*width: 660px;*/
}

.hr
{
	border-bottom: 1px solid #CACACA;
	padding-top: 10px;
	padding-bottom: 5px;
}
hr
{
        border: 0;
        display:none;
}

#header
{
	height: 117px;
	background-image: url(/img/logo.gif);
	background-repeat: no-repeat;
}

#header h1
{
	display: none;
}

#footer
{
        font-size: 8pt;
        text-align: center;
}
#footer p
{
	margin: 4px;
	padding: 0;
	padding-left: 4px;
}

#menu
{
	float: left;
	background-image: url(/img/menu_bg.gif);
	background-repeat: repeat-x;
	margin-top: 3px;
	width: 100%;
}
#menu ul
{
	padding-left: 1px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
	list-style: none;
}

#menu li
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background:url(/img/nav_off.gif);
	width: 81px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 2px;
	float: left;
}
#menu li.selected
{
	background:url(/img/nav_on.gif);
	padding: 0;
	line-height: 20px;
}
#menu a
{
	text-decoration: none;
}

h1
{
	font-family: Georgia, Serif;
	font-size: 16pt;
	font-weight: normal;
	color: #555;
	border-bottom: 1px dashed #CACACA;
	margin: 0;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 4px;
}

h2
{
	font-family: Georgia, Serif;
	font-size: 14pt;
	font-weight: normal;
	color: #777;
	border-bottom: 1px dashed #CACACA;
	margin-bottom: 4px;
}

table
{
        width: 650px;
        border: 1px solid black;
        margin: 0;
        padding: 0;
        font-size: 10pt;
        border-collapse: collapse;
}
td
{
	border-bottom: 1px dotted #CACACA;
        padding: 3px;
        margin: 0;
        vertical-align: top;
}
th
{
        font-weight: bold;
        padding: 2px;
        margin: 0;
        border-bottom: 1px solid black;
        text-align: left;
}
table.plain
{
	border: 0;
}
table.plain td
{
	border: 0;
}

table.search_results
{
	padding: 0;
	margin: 0;
	width: 699px;
}
table.search_results td
{
	font-size: 8pt;
	vertical-align: middle;
}
table.search_results .number
{
	text-align: right;
	padding-right: 12px;
}
table.search_results .center
{
	text-align: center;
}
table.search_results .calendar_day
{
	border-left: 1px solid black;
	height: 27px;
	width: 20px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}
table.search_results .calendar_day_highlight
{
	border-left: 1px solid black;
	height: 27px;
	width: 20px;
	text-align: center;
	background: #FFE5A6;
	font-size: 12pt;
	font-weight: bold;
}
table.search_results .calendar_day_other_month
{
	border-left: 1px solid black;
	height: 27px;
	width: 20px;
	text-align: center;
	font-size: 10pt;
	color: #999999;
}
table.search_results th
{
	background-image: url(/img/th_bg.gif);
	background-repeat: repeat-x;
	color: white;
	font-size: 9pt;
}
table.search_results th a
{
	color: white;
	text-decoration: none;
}
table.search_results th a:hover
{
	color: white;
	text-decoration: underline;
}
.row_normal
{
        background: #FFFFFF;
}
.row_highlight
{
        background: #E5F0FF;
}
table.homepage
{
	border: 1px solid #CACACA;
	margin-top: 10px;
}
table.homepage th
{
	border-left: 1px dotted #CACACA;
}
table.homepage th.subheading
{
	font-weight: normal;
	font-size: 8pt;
	/*color: #555;
	font-style: italic;*/
	font-weight: bold;
	border-bottom: 1px dotted #CACACA;
}
.homepage td
{
	font-size: 8pt;
	vertical-align: middle;
}
.homepage td.number
{
	text-align: right;
	padding-right: 5px;
	width: 45px;
	border-left: 1px dotted #CACACA;
	border-right: 1px dotted #CACACA;
}
table.graph_table
{
	width: 350px;
	border: 0;
	text-align: center;
	margin-left: 7px;
}
table.graph_table td
{
	border: 0;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}

.tandc
{
	height: 200px;
	width: 550px;
	overflow: auto;
}

a
{
        color: #0065FF;
}

a:hover
{
        color: #FF2830;
}
a:hover.bghover 
{
        background: #FFE5A6;
}

.smalltext
{
        font-size: 8pt;
}

.search_result
{
        border: 1px solid #CACACA;
        margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
        width: 650px;
}
.search_label
{
        color: #008000;
}

.edit_history
{
        font-size: 8pt;
        border: 1px solid #CACACA;
        margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.edit_history ul
{
	padding: 0;
	padding-top: 0px;
        margin: 0;
	list-style: none;
}
.edit_history li
{
	padding-top: 5px;
	padding-left: 10px;
        border-bottom: 1px dotted #CACACA;
}

.error
{
        color: red;
        font-weight: bold;
	margin-bottom: 7px;
	border: 0px solid #CACACA;
}

.success
{
        color: #0063DC;
        font-weight: bold;
	margin-bottom: 7px;
	border: 0px solid #CACACA;
}