html { min-width: 600px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	background: #EDEBE3;
	color: #333;
	padding: 1em 20px 3em 20px;
	margin: 0;
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

h2 a { text-decoration: none; }
h2.nav { border: 0px; font-size: 180%; }
h2 img { vertical-align: middle; }

#secondary img { vertical-align: middle; margin-right: 3px; }
#secondary a { text-decoration: none; }


.txtField {
	width: 500px;
}

.txtArea {
	width: 500px;
	height: 300px;
}

.txtAreaShort {
	width: 500px;
	height: 100px;
}

.txtDropdown {
	width: 500px;
}

.errors {
	font-weight: bold;
	color: red;
	border: 1px solid #999;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

.message {
	background-color: #FFFFCC;
	font-weight: bold;
	border: 1px solid silver;
	margin: 10px;
	padding: 10px;
	
}	

.previewEntry {
	border: 1px solid #999;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
}	

.adminListHeader {
	background-color: #DAF6B1;
	font-weight: bold;

}

.adminListHeader a { 
	color: black;
}
.adminListTable{
	width:98%;
	}

td.adminListTable {
	padding:2px;
}
table.adminListTable { 
	border: 1px solid silver;
}


.adminList0 {
	background-color: white;
}

.adminList1 {
	background-color: #EEF2FE;
}

fieldset { width: 700px; }
legend { font-weight: bold; margin:3px; }

th { text-align:left; border-bottom: 1px solid silver; }

form.cssform label { width: 120px; position:absolute; }
form.cssform input, form.cssform textarea, form.cssform select { margin-left: 135px; margin-bottom:5px; }
#wysiwyg_editor { margin-left:135px; margin-bottom:5px; }
label.box { position:relative; width: 50px; }
input.nomargin { margin-left: 40px; }

td.lbl { text-align: right; }

.draft { color: green; font-weight: bold; }

.adminListNav {
	margin-right: 15px;
}
.adminListNav a {
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}
.adminListNav img { vertical-align:middle; }

td.barline { 
	width:50px;vertical-align:bottom;
}
.barline div {
	width:100%;
	background-color: #DAF6B1;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	font-size:xx-small;
	color:silver;
	vertical-align:bottom;
	text-align: center;
}
td.barinfo { width:50px; font-size:xx-small; text-align:center; font-weight: bold; }

.feed_content_title {
	font-size: larger;
	font-weight: bold;
	margin: 3px 0px;	
	width: 600px;
}

.feed_content_desc {
	margin: 2px;
	padding: 2px 5px;
	width: 600px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	background-color: #EDEBE3;
}
.feed_content_footer {
	font-size:x-small;
	color: silver;	
	margin-left:4px;
	border-bottom: 1px dotted #f1f1f1;
	margin-bottom: 10px;
	margin-top: 2px;
	padding-bottom: 2px;
	width: 600px;
	
}

.full_feed_content {
	background-color: white;
	margin:2px;
	padding:10px 20px;	
	overflow: auto;
	height: 320px;
}
#feed_list { 
	width: 200px;
	margin-top: 10px;
	background-color: #B3AE98;
	padding: 4px 8px;
	
}	
#feed_list a, #feed_list a:visited { color: white; }
#feed_list h2 { color: #FFFDF3; }
#feed_list ul { margin: 4px; padding-left: 10px; color: #FFFDF3; }
#feed_list li { list-style-type: square; }
li.selected_feed { font-weight: bold; }

.feed_story_published { filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25; }

.feed_content_blogit { float:right; font-size:x-small; color: silver; }	
.feed_content_blogit input { font-size:xx-small; vertical-align: middle; }

