.adminHeader
{
	color: #024A76;
	font-size: 2em;
	font-weight: bold;
	left: -4px;
	position: relative;
	text-transform: inherit;
	top: -2px;
}

#admin_centercontent
{
	position: relative;
	border: 1px solid rgb(225,225,225);
	padding: 5px;
}

.mainMenu
{
	background-color: #EEE6E6;
	height: 26px;
	margin-top: 7px;
	width: 999px;
	margin-left:1px;
}
/*.mainMenu a
{
	background-color: #EEE6E6;
}
.mainMenu a:hover
{
	background-color: #DAD0D0;
}*/

.adminMenu
{
	width: 75%;
}
.adminTable
{
	width: 100%;
	font-size: .9em;
}

.adminTable th
{
	background-color: #024A76;
	color: #FFF;
}

.adminTable th a
{
	color: #FFF;
}

.adminTable td
{
	border: 1px solid #CCC;
}

.adminTableHeader
{
	background-color: #E1E1E1; /*#024A76;#0066A6;*/
	color: #000;
	font-weight: bold;
}

.defaultProvider
{
	font-weight: bold;
}

tr.row:hover, tr.over td
{
	background-color: #FFFFB2;
}

.validationSummary
{
	font-size: 1.1em;
	display: inline-block;
}

#categoryTable
{
	width: 100%;
}

#categoryTable td
{
	vertical-align: top;
}

.imageContainer
{
	text-align: center;
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 96px;
	width: 96px;
	border: 1px solid #CCC;
}

.imageContainer:hover
{
	border: 1px solid #024A76;
	cursor: pointer;
}

#pageTable
{
	width: 100%;
}

#news
{
	height: 200px;
	overflow: auto;
	border: 1px solid #C0C0C0;
	padding: 5px;
}

.labelbold
{
	font-size: 1.1em;
	font-weight: bold;
}

.feedTable
{
}

.rssFeedLink
{
	padding: 3px;
	background-color: #CCC;
}

.rssFeedDescription
{
	padding: 3px;
	padding-bottom: 20px;
}
/*this is the css for the horizontal version*/
.horizontal ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 1.4em;
}
.horizontal li
{
	float: left;
	display: inline;
}
.horizontal li a
{
	text-decoration: none;
	height: 18px;
	float: left;
	display: block;
	width: 160px;
	padding-top: 5px;
	padding-left: 5px;
	border-left: none;
	white-space: pre;
}
.horizontal li li a
{
	border-top: 1px solid white; /*border-left: 1px solid;*/
}
.horizontal li ul
{
	position: absolute;
	margin-top: 23px;
	margin-left: 0px;
	width: 165px;
	border: none;
	display: block;
	height: auto; /*border-top: 1px solid white;*/
}
.horizontal li li ul
{
	position: absolute;
	margin-left: 165px;
	margin-top: 0px;
}
.horizontal li ul li a
{
	width: 160px;
}
