body {
	font-family: "Gill Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(../images/admin_background.jpg);
	background-repeat: repeat-y;
}

/******* hyperlink and anchor tag styles *******/

a, a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #CC0000;
}


#content {
	padding: 10px 10px 10px 150px;
}
/******* page navigation styles *******/

#pageNav{
	float: left;
	padding: 0;
	background-color: #F5f7f7;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	margin-right: 20px;
	width: 132px;
}

.cleanHackRight {
	clear: right;
	height: 1px;
}

.cleanHackLeft {
	clear: left;
	height: 1px;
}

.cleanHackBoth {
	clear: both;
	height: 1px;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks a, #sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #cccccc;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
/******* Form ********/

.requiredfield {
	background-color: #CCCCCC;
}

.requiredtext {
	font-weight: bold;
	color: #CC0000;
}

.tableHead {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.cellHead {
	font-weight: bold;
}

.formButtonPrimary {
	font-family: "Gill Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}

.formButtonSecondary {
	font-family: "Gill Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003300;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

input {
	font-family: "Gill Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

td {
	font-size: 12px;
}


#heading {
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#breadcrumb {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.search {
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
}
.disabledFormText {
	color: #999999;
}
