/* things we just want all the time */

body { background: white; }
body.forums { background: #eee; }

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; }

/* generic styles found sprinkled all over the place */
.sectionhead {
	background:#ddd;
	border:1px solid;
	padding:4px;
	font-weight: bold;
	font-family: serif;
}
.highlight {
	background: #ffc;
	font-family:sans-serif;
	padding: 4px;
}
.greytext {
	color: #777;
	font-size: x-small;
	font-weight: normal;
	font-family: serif;
}
.clfooter {
	text-align: center;
	font-size: small;
}
td.head {
	background: #eeeeee;
	border: 1px solid #ccc;
	text-align: right;
}

.bchead {
	background: #eeeeee;
	padding: 3px;
	font-family: sans-serif;
	border-bottom: 2px #cccccc solid;
}

/* dropshadow magic for help pages */
.dropshadow { background: gray; float: left; margin-bottom: 10px; margin-right: 5px;}
.dropshadow img { position: relative; right: 5px; top: -5px; border: 1px #333 solid; display:block; }
.header { background: #ddd; font-weight: bold; }

p { clear: both; }

/* homepages */
body.hp { background: #f4f4f4; }

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

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

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

.city td {
	font-size:70%;
	font-family:sans-serif;
	line-height: 1.43em;
	vertical-align: top;
	padding: 5px;
}

.city b {
	background: #ddd;
	padding: 3px;
	font-family: serif;
}

.for     {
	font-size:70%;
	font-family:sans-serif;
}
.for a   {
	background:#fff;
	padding: 0.5px;
	margin: 1px;
}
#forums td a {
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	display: block;
}

.cal     { font-size: smaller; }
.cal th  {
	background:#ccc;
	font-weight:bold;
	text-align:center;
}
.cal td  {
	background:#fff;
	text-align:center;
	width: 13%;
}
.cal .tdy {
	background:yellow;
	font-weight:bold;
}

.ban {
	background:#ddd;
	font-size:90%;
	text-align:left;
	font-weight: bold;
}
.ctr {
	background:#f2f2f2;
	font-size:smaller;
	font-family:sans-serif;
	text-align:center;
}

ul#leftlinks {
	width: 80%;
	margin: 0px;
	padding-left: 0em;
	list-style: none;
}

#leftlinks li {
	background: #f2f2f2;
	font-size: smaller;
	font-family: sans-serif;
	margin: 4px;
	margin-left: 0;
	padding: 2px;
	width: 100%;
}

/* TOCS */
.toc h4 {
	background: #eee;
	border-bottom: 3px solid #ccc;
	width: 90%;
	left-margin: auto;
	right-margin: auto;
	padding: 4px;
}
.toc td, a, th, .hl { white-space:nowrap; }
.toc #messages { white-space: normal; text-align: right; }
.toc dd, dt { font-size:smaller; }

/* Posting Pages */

#tsb {
	background: #ff9;
	font-size: small;
	margin-top: 1em;
	padding: 4px;
}

#tsb a { white-space: normal; font-style: italic; }

#ef { float: right; }

/* flag links on postings */
#flags {
	margin: 7px;
	padding: 7px;
	border: 2px #cccccc solid;
	float: right;
	text-align: right;
	font-size: small;
	background: white;
}

#flags a.fl { padding-right: 8px; display: block; }

/* body blurbs*/
ul.blurbs { margin-left: 0px;  padding-left: 3px;  list-style: none;  font-size: smaller; }

/*************
Posting process
*************/

#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; }

