body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding: 0px;
	background-color: #333;
	background-image: url(../img/nav/bg.gif);
}

a.def {
	color: #ccc;
	font-family: sans-serif;
	text-decoration: none;
}

a.def2 {
	color: #9cf;
	font-family: sans-serif;
	text-decoration: none;
}

a.def:hover, a.def2:hover {
	color: #fff;
}

a.submenu {
	color: #555;
	font-family: sans-serif;
	font-size: 80%;
	text-decoration: none;
}

a.submenu_on {
	background: #eee;
	width: 100%;
	color: #333;
	font-family: sans-serif;
	font-size: 80%;
	text-decoration: none;
}

a.submenu:hover {
	color: #333;
}

font.def {
	color: #fff;
	font-family: sans-serif;
	font-size: 75%;
}

font.copyright {
	color: #999;
	font-family: sans-serif;
	font-size: 65%;
}

.paging
{
	color: #000;
	font-family: sans-serif;
	font-size: 75%;
}

.paging a, .paging a:visited
{
	color: #000;
	text-decoration: none;
	border: 1px solid #ccc;
}

.paging a:hover
{
	background: #eee;
	border: 1px solid #c90;
	
}

.paging .paging_current
{
	color: #000;
	background: #eee;
	border: 1px solid #000;
}

/* Begin: Menu CSS */

div.Menu__sub {
	background: #666;
	border: 1px solid #333;
	display: none;
	position: absolute;
	padding-top: 9px;
	margin-left: 2px;
	margin-top: 1px;
	z-index: 20;
}

td.Menu__subItem {
	background: #666;
	position: relative;
	padding-left: 8px;
	border-top: 1px solid #666;
	font-family: sans-serif;
	font-size: 12px;
	color: #fff;
	width: 192px;
	height: 18px;
}

td.Menu__subItemOn {
	background: #999;
	color: #ff9;
	position: relative;
	padding-left: 8px;
	border-top: 1px solid #333;
	font-family: sans-serif;
	font-size: 12px;
	width: 192px;
	height: 18px;
	cursor: hand;
	cursor: pointer;
}

/* End: Menu CSS */


/* Input classes */
.datasetTable
{
	border-top: 2px solid #666;
}

/* Pad all of the entries as needed */
.textFieldLabel, .textFieldValue, .textAreaLabel, .textAreaValue, .dateLabel, .dateValue, .fileUploadLabel, .fileUploadValue, .submit, .staticContent,
.selectBoxLabel, .selectBoxValue, .RTEValue, .RTELabel
{
	padding-top: 15px;
	padding-right: 5px;
}

.textFieldLabel, .textAreaLabel, .dateLabel, .fileUploadLabel, .selectBoxLabel, .staticContent, .RTELabel
{
	font-size: 70%;
	font-family: sans-serif;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

.dateValue
{
	font-size: 75%;
	font-family: sans-serif;
	color: #666;
	font-weight: bold;
}

.dateValue input, .textFieldValue input, .textAreaValue textarea, .fileUploadValue input, .RTEValue textarea
{
	color: #333;
	background: #eee;
	border: 1px solid black;
}

.fileUploadValue a, .fileUploadValue a:visited
{
	font-size: 90%;
	font-family: sans-serif;
	color: #36f;
	text-transform: lowercase;
}
	

.fileUploadValue .fileRemove
{
	background: #ccc;
	border: 1px solid #fff;
	padding: 0px;
}

.error
{
	color: red;
	font-size: 75%;
	font-family: sans-serif;
	padding-top: 3px;
	padding-left: 19px;
	padding-bottom: 5px;
	background: url('../img/admin/error.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px dashed #ccc;
}
