.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.bodyOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFBD08;
}
.bodyBlackBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.bodyOrangeBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFBD08;
}
.subheadingOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFBD08;
}
.subheadingBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.subheadingWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/* added by shane */

.adminform {
	font : 12px Arial Helvetica sans-serif;
	background-color : #EF9132;
	border : 1 solid Navy;
	color : Black;
	padding: 10px;
}

.adminformcell {
	border : 1 solid Black;
}

/*
a, a:visited {
	text-decoration : none;
	color : #666600;
}
*/
/*
A:HOVER {
	background-color : #FFCC33;
}
*/
/*
BODY {
	font : Arial, Helvetica, sans-serif;
}
*/
/*
H1 {
	font : 20px Impact;
}
*/
.admintheitems {
	margin-bottom : 15px;
	margin-left : 6px;
	margin-right : 6px;
	margin-top : 15px;
	background-color : Silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

tr.admincells {
	line-height : 15px;
	padding: 2px 8px 2px 8px;
	background-color : White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

td.adminCellLabel {
	font-style: normal;
	font-weight: bold;
	text-align : right;
}

tr.adminListInverted {
	line-height : 15px;
	padding: 2px 8px 2px 8px;
	background-color : #FADDC0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

tr.adminListInverted:hover {
	line-height : 15px;
	padding: 2px 8px 2px 8px;
	background-color : #FFF;
}

UL#theitems li {
	margin-bottom : 6px;
	margin-top : 6px;
	line-height : 150%;
	text-decoration : none;
	list-style-type : none;
	list-style-image : none;
}

table.publicitems  {
	border : 1;
	background-color : Silver;
}

.publicitems td {
	border : 1;
	background-color : white;
}

.publicitems tr {
	margin-bottom : 25px;
	padding : 5px 5px 5px 5px;
	;
}

#leftframe{
	float:left;
	width: 100px;
	/*border:1px solid #666;
	background-color:#fff;
	margin : 2px 2px 2px 2px;
	height : 100%;
	*/
	min-height: 400px;
	border-right : 2px Gray;
}

#middle {
	background-color:#fff;
	/*border:1px solid #666; */
	margin: 2px 0px 2px 0px;
	padding:5px;
	float : right;
	width : 605px;
	min-height: 400px;
}

#frame {
	width : 820px;
}

/*  admin table  */
table.itemAdmin {
	line-height : 15px;
	padding: 2px 8px 2px 8px;
	background-color : White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

.itemAdminLabel {
	line-height : 15px;
	padding: 2px 10px 2px 8px;
	background-color : White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align : right;
}

.adminBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

DIV.group {
	border: 1px solid Silver;
	padding: 5px 5px 5px 5px;
	display : block;
}

DIV.button {
	padding: 5px 5px 5px 5px;
	margin-right : auto;
	width : auto;
	background : Silver;
	border-bottom : solid Gray 2px;
	border-right : solid Gray 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display : inline;
}
/* width: 50px; */

.captGrey {
	color : Gray;
}

.captionGreyBody {
	color : Gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}