body {
	background-color: #D8D8CF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #171411;
}

td p {
	line-height: 1.8em;
}

ul {
	margin-left: 20px; 
}

li {
	margin-bottom: 6px;
	list-style-image: URL(../images/bullet.gif);
}

a:link {
	color: #171411;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #808068;
}

a:hover {
	text-decoration: none;
	color: #9F9F8A;
}

a:active {
	text-decoration: underline;
	color: #FF0000;
}

.formField {
	border:1px solid #565645;
	background-image: url(../images/bgForm.gif);
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:2px;
}

select {
	border:1px solid #565645;
	background-image: url(../images/bgForm.gif);
	background-color:#E0E0DA;
	font-size:10px;
}

a.menu:link {
    font-size:7pt;
    line-height:15px;
    text-decoration:none;
}

a.menu:visited {
    font-size:7pt;
    line-height:15px;
    text-decoration:none;
    color:black;
}

a.menu:hover {
    font-size:7pt;
    text-decoration:underline;
    color:black;
}

a.menu:active {
    font-size:7pt;
    text-decoration:underline;
    color:Red;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #171411;
	font-weight: bold;
	background-image:url(../images/frameBottom.gif); 
	background-repeat:repeat-x; 
	background-position:bottom
}

/*Alex Styles*/
.pageTitle {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr.horzLine {
	border-top: solid 1px #ACADA7;
	border-bottom: solid 1px white;
}

.horzLine {
	background-image:url(../images/frameBottom.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}

.vertLine {
	background-image: url(../images/frameLeft.gif);
	background-repeat: repeat-y;
}

.validationSummary {
	padding: 5px;
	background-color:White;
	border: solid 1px black;
	width: 548;
}

.GridView {
	color: #000000;
	background-color: #ffffff;
	width: 597px;
	border: solid 1px #97977D; 
}

.GridViewHeader {
	background-color: #97977D;
	color: #ffffff;
	font-weight: normal;
}

.GridViewHeader a, .GridViewHeader a:visited, .GridViewHeader a:hover {
	text-decoration: none;
	color: #ffffff;
}

.GridViewRowStyle {
	color: #000000;
}

.GridViewAlternatingRowStyle {
	background-color: #E0E0E0;
}

.GridViewFooter {
	background-color: #97977D;
}

.GridViewPagerStyle, .GridViewPagerStyle a, .GridViewPagerStyle a:visited, .GridViewPagerStyle a:hover {
	background-color: #97977D;
	color: White;
	text-align: center;
}

.Wizard {
	border: 1px solid #97977D
}

.WizardStepStyle {
	padding: 3px;
	vertical-align: top;
	color: #000000;
	height: 280px;
	width: 447px;
}

.WizardSideBarStyle {
	background-color: #97977D;
	padding: 3px;
	vertical-align: top;
	color: #ffffff;
	height: 280px;
	width: 150px;
}

a.WizardSideBarButtonStyle:link {
	font-size:7pt;
	line-height:17px;
	text-decoration:none;
}

a.WizardSideBarButtonStyle:visited {
	font-size:7pt;
	line-height:17px;
	text-decoration:none;
	color:black;
}

a.WizardSideBarButtonStyle:hover {
	font-size:7pt;
	text-decoration:underline;
	color:black;
}

a.searchPaging:link, a.searchPaging:visited, a.searchPaging:hover {
	color: #171411;
	text-decoration: underline;
}

.buttonInsert {
	border:3px solid Red;
	background-image: url(/images/bgForm.gif);
	font-size:12px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100px;
} 