* {
	margin: 0;
	padding: 0;
	margin-left:0.4px;
	margin-top:0.4px;
}
/* things we just want all the time */

body { background: #f4f4f4; }

fieldset { background: #eee; }
legend  { font-weight: bold; font-family: sans-serif; font-size: small; }

label { cursor: pointer; font-size: small; }
form { margin: 0 }

em { color: red; font-weight: bold; font-style: normal; }

sup { font-size: x-small; }

#logo {
	background:#f4f4f4;
	font-size: 190%;
	font-family: serif;
	width: 214px;
}

#left-nav {
	margin-left:10px;
	width: 214px;
	
}

#left-nav .link{
	background: #ddd;
	font-family: sans-serif;
}

.left-text {
	font-size: 15px;
	color: #1f76d8;
	margin-left: 15px;
	text-align:left;
}

.selected-state {
	color:blue;
	font-weight:bold;
}

.header { background: #ddd; font-weight: bold; }


td, a, th { white-space:nowrap; }
a { text-decoration:none;color:blue; }
a:hover { text-decoration:underline; color:purple; }

td		{ vertical-align: top; }

.w2 td   {
	font-size:smaller;
	font-family:sans-serif;
	width:100%;
	vertical-align: top;
	padding: 1px;
}

.w2 td a {
	background:#fff;
	display:block;
	margin-bottom: 2px;
	padding: 1px;
}

.ban{
	background:#ddd;
	font-size:85%;
	text-align:center;
	font-weight:600;
	font-family:sans-serif;
	color:blue;
}
.div {
	font-size:85%;
	text-align:center;
	font-weight:600;
	font-family:sans-serif;
	color:#000;
}

#leftbar ul {
	list-style: none;
	padding: 4px;
}

#leftbar li {
	background: #f4f4f4;
	font-size: smaller;
	font-family: sans-serif;
	padding: 2px;
}

#leftlinks li {
	margin: 4px auto;
}

#postlks li {
	margin: 10px auto;
	font-size: 90%;
	font-weight: 500;
}

#search {
	margin: 15px 0 15px 15px;
	width:190px;
}

#search div {
	background: #ff9;
	font-weight:bold;
	width:170px;
	margin:5px 0;
	padding-left:4px;
}

#search #query { width: 170px; margin-bottom:4px;}
*html #search #query { width: 170px; margin: 0 0 4px -15px;}
#search select { width: 83%; }
#search #go { width: 15%; }

#topban { height: 3em; }

#topban div {
	background: #ddd;
	padding: 3px;
}

#topban h2 {
	display: inline;
	font-weight: 500;
}

#alks { font-size: smaller; }
.text-left {text-align:left;}

/*sign up*/
#signup td.label {text-align:right;}


/*posting*/
.posting{background-color:#fff;}
.post-header{background-color:#f4f4f4;padding:10px;}
.post-header a{text-decoration:underline;font-weight:bold;}
.post-form{width:50%;padding:10px;}
.box-one{border:1px solid gray;}
.box-two fieldset{padding:6px;}
.box-three fieldset{padding:6px;}


/*account*/
.display-post-account {
	padding: 3px;
	border:1px solid #333;
	width:98%;
}

.display-post-account tr td {
	padding: 5px;
	text-align: center;
}

td.active{
	/*background-color: #565656;*/
}

/*login*/
.login td.pad{
	padding:5px;
}

.settings tr td {
	padding:5px;
	background-color: #ddd;
}

.settings td.label {
	text-align:right;
	font-weight:bold;
}

.category ul{list-style:disc;}

.category ul li{
	list-style:disc;
	
}

#pp th {font-size: smaller;}
#pp bc a {font-weight: bold; white-space: nowrap; }
#pp span.imageLabel { font-size: smaller; font-family: sans-serif; }
#pp #header { line-height: 1.5; }
#pp span.std { color: black; font-size: small; }
#pp span.req { color: green; }
#pp span.err { color: red; }

.req {color:green;}

a:visited{
	color:#162335;
}