body {
	margin-top:25px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color:#aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
}

table.index tr:hover td {background-color:#dddddd;}

input, textarea { background: #FFFFFF;
	 border: 1px solid #eeeeee; 
	 font: 12px Courier, Verdana, Arial, Helvetica, sans-serif;
	 background-color:#FAFAFA;
	 padding-left:1px;
	 padding-right:1px;
}

input {
	 /* colored inputs:   */
	 background-image: url('images/ao_input_text.png');
	 background-repeat:repeat-x;
}

textarea {
	 /* colored inputs: */
	 background-image: url('images/ao_input_textarea.png');
	 background-repeat:repeat-x;
}


input.submit, input.file { border: 1px solid #eeeeee;font-weight: bold;  font: 11px Verdana, Arial, Helvetica, sans-serif }

input:focus, textarea:focus, label:focus {
	border: 1px solid #FF9900;
	background-color:#FFFFFF;
}

input.username {
	padding-left:24px;
	background-image: url('images/ao_input_user.png');
	background-repeat: no-repeat;
	width: 150px;
	 line-height:20px;
	 height:20px;
	 	 font: 16px Verdana, Arial, Helvetica, sans-serif;
}

input.password {
	padding-left:24px;
	/* background-image: url('images/ao_input_passwd.png');*/
	background-repeat: no-repeat;
	width: 150px;
	 line-height:20px;
	 height:20px;
	 font: 16px Verdana, Arial, Helvetica, sans-serif;
}
input.loginsubmit {
	width: 176px;
	height:24px; 
}

input.reset, input.delete {
	background:#ff0000;
	font-weight:bold;
	background-image: url('images/ao_input_textimp.png');
	background-repeat:repeat-x;
	color:#FFFF00;
}

fieldset legend {
	border:1px solid #cccccc;
	background:#ffffff;
	padding-left:3px;
	padding-right:3px;
}



.categorybox {
	width:370px;
	padding:0px;
	margin:0px;
}

.categorybox span {
	padding: 0px;
	margin: 0px;
	display:inline;
	float:left;
	width:100px;
}
.categorybox input {
	width:15px;
	float:left;
}
.categorybox br {
	clear:both;
}

.dashboard {
	background-color:#f8f8f8;
	margin-top:10px;
	width:98%;
}
.dashboard h1 {
	font-size:1.3em;
	background-color:#f1f1f1;
	color: #999999;
}

.comment {
	background-color:#f8f8f8;
	margin-top:10px;
}

.comment h1 {
	font-size:1.3em;
	background-color:#f1f1f1;
	color: #999999;
}

.comment h2 {
	font-size:1.1em;
}

ul.adminstuff {
list-style-type:none;
}

p.statusboxok {
	padding: 5px 5px 5px 40px;
	background-image: url('images/ao_icon_statusok.gif');
	background-repeat: no-repeat;
	background-color:#FFF4C1;
	background-position:0px 5px;
	border:1px solid #ffd000;
	min-height:40px;
}

p.statusboxfail {
	padding: 5px 5px 5px 40px;
	background-image: url('images/ao_icon_statusfail.gif');
	background-repeat: no-repeat;
	background-color:#FFF4C1;
	background-position:0px 5px;
	border:1px solid #ffd000;
	min-height:40px;
}

p {	
  	font-family: Arial, Helvetica, sans-serif;
}

body,td,th,p {
	font-size: 12px; color:#666666;
}

.archivedate { 
	float:right; 
}
.archivetitle { 
	float:left; 
}

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}
h1 { font-size:1.6em; }
h2 { font-size:1.3em; }
h3 { font-size:1.1em; }
h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration:none;
}
.date { 
	font-size:0.8em;
}

.post {

}
.postpreview {
	background-color:#eeeeee;
}

.postpreviewh1 {
	color:#FF6633;
}

.postcontent { 
	text-align:justify; 
	margin-top:1em;
}

.postcontent h2 { 
	text-align:left; 
}

.postfooter { 
	width:100%;
	text-align:left; 
	font-size:0.8em;	
	margin-top:0.4em;
	margin-bottom:1.5em; 
}
.poststatus {
	color:#000000;
}

.importanttd:hover {
	background-color:#FF0000;
}

.importanttd a:link,.importanttd a:hover,.importanttd a:visited {
	color:#000000;
}

blockquote {
	margin-top: 15px;
	margin-left:0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left:10px;
}

fieldset {
	padding:5px;
	margin:1px 1px 5px 1px;
	/*background-color:#fcfcfc;*/
}




hr {
border: 1px solid #cccccc;
height:1px;
}

#rightcontent a:link, #rightcontent a:visited, #rightcontent a:hover {
	text-decoration:none;
	color:#666666;
}
#rightcontent a:hover {
	text-decoration:underline;
}
#rightcontent li {
	font-weight:bold;
}


/* definitions for content layout */
#main {	
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border:1px solid #444444;
	width:700px;
	background-color:white;
}

#main tr {vertical-align:top;}

#main img {border:0px;}

#boingcontainer { position:relative; }

#leftcontainer { position:relative; width:434px;}

#leftcontent { padding: 5px 9px 0px 20px; min-height:750px;}

#middlecontainer { position:absolute; top:0px; left:434px; width:2px;}

#middlecontent { padding: 5px 0px 0px 0px; }

#rightcontainer { position:absolute; left:436px; top:0px; width: 264px; }

#rightcontent { padding: 5px 20px 0px 9px; }

#header {padding:0px;}

#header img {border:0px;}

#footer {
	padding: 2px 2px 1px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}

#footer a:link, #footer a:visited, #footer a:hover {
	font-size: 10px;
}

