body
{
	background-color: #a2ad9a;
	font-family: Helvetica, Varial, Sans-serif;
	font-size: 12px;
}

body.mceContentBody
{
    background-color: #7fad6a;
}

.maintable
{
	background-color: #7fad6a;
	border: solid 1px #666666;
	background-image: url(images/background.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 0px;
}

#sidebar
{
	width: 155px;
	background-color: #1a1718;
	background-image: url(images/sideBarLogoBottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 20px;
	margin-right: 10px;
	margin-bottom: 200px;
	height: 554px;
}

#sideBarContent
{
	color: White;
}

#sideBarContent > ul > li
{
	list-style-image: url(images/squareBullet.gif);
}

.SearchBar
{
	margin-top: 10px;
	border-collapse: collapse;
	border: solid 1px #666666;
}

.SearchBarHeading
{
	background-color: #336633;
	color: White;
	font-weight: bold;
	text-align: center;
	border: solid 1px #666666;
	padding: 3px;

}

.label
{
	display: block;
}

.Heading
{
	background-color: #336633;
	color: White;
	font-weight: bold;
	text-align: center;
	border: solid 1px #666666;
	padding: 3px;
}

.SearchBarContent
{
	background-color: #9bc688;
	border: solid 1px #666666;
	padding: 3px;
	text-align: center;
}

#contentTable
{
	margin-bottom: 185px;
	margin-right: 20px;
	margin-top: 10px;
	border-top: solid 2px #DCDCCC;
}

.adminBox
{
	border-collapse: collapse;
	border: solid 1px black;
	margin-top: 10px;
}

.adminBox > tbody > tr > td
{
	background-color: #9bc688;
	padding: 5px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	color: Black;
}

.adminBox > tbody > tr > td.alt
{
	background-color: #89af78;
}

.alt
{
	background-color: #89af78;
}

.adminBox > tbody > tr > th
{
	font-size: 16px;
	color: White;
	background-color: #336633;
	padding: 5px;
	font-weight: bold;
	border: solid 1px black;
}

input[type="submit"]
{
	color: White;
	background-color: #336633;
	border: solid 1px black;
}

input[type="text"]
{
	border: solid 1px black;
}

input[type="password"]
{
	border: solid 1px black;
}

input[type="button"]
{
	color: White;
	background-color: #336633;
	border: solid 1px black;
}

textarea
{
	border: solid 1px black;
}

/* Main Menu */
.MenuSeparator
{
	color: #628652;
	font-size: 16px;
	font-weight: bold;
}

.Menu
{
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Links */
a > img
{
	border: none;
}

a
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: White;
	text-decoration: underline;
	font-weight: bold;
}

a:active
{
	color: #FFCC33;
	font-weight: bold;
}

a.MenuItem:hover
{
	color: #e9f1ed; /*#006633;*/
	/*text-decoration: none;*/
}

a.MenuItem
{
	color: White;
	font-size: 16px;
	text-decoration: none;
}

.infobox
{
	border: solid 1px black;
	border-collapse: collapse;
}

.infobox > tbody > tr > th
{
	background-color: Black;
	text-align: left;
	color: White;
	font-weight: bold;
	border: solid 1px black;
	padding: 3px;
}

.infobox > tbody > tr > td
{
	border: solid 1px black;
	padding: 3px;
}

.title
{
	color: White;
	font-weight: bold;
	font-size: 1.25em;
}
