﻿body
{
	background-image: url(/images/bg_body.gif);
	background-repeat: repeat;
	background-color: #444;
}
form
{
	margin: 0px;
	padding: 0px;
}

body, td, input, select, button, textarea
{
	font-family: Verdana;
	font-size: 8pt;
}
#navtop
{
	clear: both;
	padding: 0px;
	margin: 0px;
}
#navbottom
{
	clear: both;
	padding: 0px;
	margin: 0px;
}

#content
{
	padding: 20px;
	padding-top: 20px;
}
._default_aspx #content
{
	padding: 0px;
	margin: 0px;
}
#content p
{
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 2em;
}
#content td
{
	line-height: 1.5em;
}
#content a
{
	color: #494;
}
#content li
{
	padding-bottom: 5px;
}

#content h1
{
	font-size: 17pt;
	color: #555;
	margin-bottom: 5px;
	margin-top: 15px;
}
#content h2
{
	font-size: 15pt;
	border-top: 1px dashed #ccc;
	clear: left;
	color: #555;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-bottom: 6px;
	padding-top: 6px;
}

#content h3
{
	font-size: 13pt;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #555;
}
#content .expando
{
	cursor: hand;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 0px;
	color: #221188;
	text-decoration: underline;
	padding-left: 12px;
	background-image: url(/images/expando-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#content .GridView
{
	font-family: Verdana;
	font-size: 9pt;
}

#content .GridView_AltRow
{
	background-color: #f9f9f9;
	border-bottom: 1px dashed #ddd;
}

#content .GridView_EditRow
{
}

#content .GridView_EmptyDataRow
{
}

#content .GridView_Footer
{
	background-image: url(/images/bg_body.gif);
	background-color: #333;
	color: #fff;
}

#content .GridView_Header
{
	background-image: url(/images/bg_body.gif);
	background-color: #333;
	color: #fff;
	border: 1px inset;
}

#content .GridView_Pager
{
}

#content .GridView_Row
{
	border-bottom: 1px dashed #ddd;
}
#content .GridView_Row td, .GridView_AltRow td
{
	padding-bottom: 8px;
}


#content .staff_photo
{
	padding: 20px;
	padding-top: 10px;
	float: right;
	clear: both;
}
#outer
{
	position: relative;
	margin: 10px auto 10px auto;
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 908px;
}

.RadEContent, .RadEContentBordered
{
	background-color: white;
}
#LHS
{
	position: absolute;
	top: 0px;
}
#lhs_column
{
	background-image: url(/images/LHS_Repeat.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
}


/*
	Tab Controls...
*/
.tabs
{
    position:relative;
    top:1px;
    left:10px;
}
.tab
{
    border:solid 1px outset;
    background-color:#eeeeee;
    padding:2px 10px;
    font-weight: bold;
}
.selectedTab
{
    background-color:white;
    border-bottom:solid 1px white;
}
.tabContents
{
    border:solid 1px outset;
    padding:30px;
    background-color:white;
}

.dialogbutton
{
	padding: 4px;
	width: 100px;
	margin-top: 10px;
	margin-right: 10px;
}