/* MRE EDIT : CSS changed to protect the innocent */

body
{
/*background: url('../images/blogcfc_195.gif') no-repeat 15px 5px;*/
font-family: Arial, Helvetica, sans-serif;
}

#header {
	font-size: 16px;
	font-family: Arial;
	margin:23px 6px 17px 6px;
	font-weight:900;
	color:#434E54;
	font-family:Georgia, Times, serif;
}
#content p{
	font-size:12px;
	margin:5px 18px;
}

input#title{
	font-size:14px;
	font-weight:300;
}
select.txtDropdown{
	width:220px;
}
table, td, th{
	font-size:12px;
}
table th{
color:#FFF;
}
table.entryTable tr > td:first-child, 
table.settingsTable tr > td:first-child,
table.pwTable tr > td:first-child,
table.mailTable tr > td:first-child
{
	font-weight:900;
	text-transform: capitalize;
}
#menu {
	float:left;
	margin:0 0 0 10px;
/*	background-color: #f5f5f5;*/
/*	border: 1px solid #999; */
	width:132px;
}

#content {
	margin: 50px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0 0 163px;
	font-size:.92em;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 14px 0;
	padding: 0px;	
	font-size:12px;
	font-weight:bold;
	width:137px;
	border:1px solid #C8C8C8;
}
#menu ul li.listHead{
	font-size:1em;
	padding:1px 2px 3px 7px;
	margin-bottom:2px;
	text-align:left;
	background-color:#C8C8C8;
	color:#FFFFFF;
}
#menu a {
	color: black;
	text-decoration: none;
	display: block;
	width: 130px;
	padding: 2px 2px 2px 7px;
	margin-bottom:2px;
}

#menu a:hover {
	background-color: #BFCDDB;
	color: #434E54;
}
#menu hr{
	display:none;
}
input, select, textarea{
		font-size:12px;
}
label{
	padding-bottom:12px;
}
.txtField {
	width: 480px;
}

.txtFieldShort {
	width: 200px;
}

.txtArea {
	width: 480px;
	height: 300px;
}

.txtAreaShort {
	width: 500px;
	height: 100px;
}

.txtDropdown {
	width: 420px;
}

.errors {
	font-style:italic;
	font-size:12px;
	color: red;
	border: 1px solid #999;
	margin:10px 10px 10px 100px;
	padding:12px 20px;
	width:440px;
	background-color:#F0F0EE;
}
.message {
	font-weight: bold;
	border: 1px solid #999;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
}	

.previewEntry {
	border: 1px solid #999;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1em;
 	color: #000000;
 	margin-left: 0px;

}	

.adminListHeader, th {
	background-color: #C8C8C8;
	font-weight: bold;
		color: #FFF;
}

.adminListHeader a, body table th a { 
	color: #FFF !important;
}
.adminListTable{
	width:98%;
	}

.adminListTable, .adminListTable td {
border:1px solid #FFF;
}

.adminList0 {
	background-color: #EEE;
}

.adminList1 {
	background-color: #FFF;
}

a.formLink{
padding:5px 0;
}
a:link, a:visited, a:active, a.formLink:link, a.formLink:visited, a.formLink:active{
	color:#333;
	text-decoration:none;
}
a:hover, a.formLink:hover{
	color:#232323;
		text-decoration:underline;
}
.smallPrint{
	font-size:10px;
}

input.cancel, input.preview{
	padding:2px;
	border:1px solid #232323;
	background-color:#EEE;
	cursor:pointer;
}	
input.save{
	padding:2px;
	border:1px solid #232323;
	background-color:#EEE;
	font-weight:900;
	cursor:pointer;
}

