/** template layout stuff **/

body {
	text-align: left !important;
}

#subnavy-shadow {
	margin: 0;
	height:	34px;
}


p {
  margin-top: 0;
  margin-bottom: 5px;
}



/* A quote, perhaps from another post. */

.quote
{
	color: #555;
	background-color: #EEE;
	border: 1px solid #AAA;
	margin: 0 10px 10px 20px;
	padding: 5px;
}

.code

{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	border: 1px solid #AAA;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	white-space: nowrap;
	overflow: auto;
	max-height: 24em;
}


.quoteheader, .codeheader

{
	color: #555;
	margin: 20px 10px 0 20px;
	}

.quoteheader a, .codeheader a, .quoteheader a:visited, .codeheader a:visited {
	color: #555;
	}

/* Generally, those [?] icons.  This makes your cursor a help icon. */

.help

{

	cursor: help;

}



/* The main post box - this makes it as wide as possible. */

.editor

{

	width: 96%;

}



/* Highlighted text - such as search results. */

.highlight

{

	background-color: yellow;

	font-weight: bold;

	color: black;

}



/* Alternating backgrounds for posts, and several other sections of the forum. */

.windowbg, tr.windowbg td

{

	padding: 5px;

	background: #EEE;

	border-bottom: 1px solid #eee;

}

.windowbg2,tr.windowbg2 td

{

	padding: 5px;

	background: #fcfcfc;

	border-bottom: 1px solid #eee;

}

.windowbg3,tr.windowbg3 td

{

	padding: 5px;

	background: #f0f0f0;

}



/* the today container in calendar */

.calendar_today

{

}



/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */

table.nopad .titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, tr td.titlebg

{

	font-size: 100%;

	font-weight: bold;

	padding: 4px;

}

.titlebg, .titlebg a:link, .titlebg a:visited

{

}



.titlebg a:hover

{

}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited

{

}



.titlebg2 a:hover

{

}

.titlebg, .titlebg2{

	background: #DDD;

}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor

{

  border: 1px solid #CCC;

}



/* This is used on tables that should just have a border around them. */

.tborder

{

  border: 1px solid #CCC;

  padding: 1px;

}



.catbg, .catbg2, .catbg3{
	color: #000;
	font-size: 120%;
	background: #DDD;
}

.catbg {
	background: #efefef url(/img/bg-greentowhite.jpg) repeat-x;
}

.catbg a, .catbg2 a, .catbg3 a, .catbg a:visited, .catbg2 a:visited, .catbg3 a:visited  {
	color: #025;
}


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext

{

	font-size: x-small;

}

.middletext

{
  line-height: 18px;
  text-indent: 10px;
}

.largetext

{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */

.post, .personalmessage

{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}



/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */

.signature

{

	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}



/* Sometimes there will be an error when you post */

.error{
color: red;
}



/* header */


#news {
	float: inherit;
	margin: 25px 45px 5px 5px;
	color: #555;

}



/* the usercenter (login / avatar "quick user links") */

#useropts

{
	margin: 0 50px 0 0;
	list-style: none;
	padding: 0;
}



.avatar_t

{

	height: 65px;

	width: 65px;

	border: none;

}



div.profile_info {
  margin-left: 80px;

}



td.smalltext {

	font-weight: normal;

}





/* showcase */

#showcase {
	background: url(/img/bg-greytowhite-short.gif) repeat-x;
	color: #444;
	margin: 0;
}



#showcase ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



#showcase li {
		padding: 2px;
		border-right: 1px dotted #BBB;
		border-bottom: 1px dotted #BBB;
		padding-bottom: 0;
		margin-bottom: 2px;
}



.userinfo {
	padding: 0 10px;
	width: 600px;
	float: left;
	margin: 10px;
}
.userinfo h3 {
font-size: 14px;
margin: 0;
}

.searchfield {
	background: #DDD;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	width: 260px;
	margin-right: 10px;
	float: right;
	padding: 10px;
	text-align: center;
	}



span.pathway {
	font-size: 120%;
	display: block;
	height: 30px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}



span.pathway img {

	margin: 0px 10px;

	vertical-align: middle;

}



div#pathway {

	margin-top: 5px;

	margin-bottom: 10px;

	padding-left: 8px;

}



fieldset {

	border: 0;

	padding: 5px 0;

}




.small,

.modifydate,

.createdate,

div.mosimage_caption {

	font-size: 100%;

}



#subnavy a,

#inset a {

	font-size: 110%;

}





/* font family */

#subnavy,

span.pathway,

.small,

.createdate,

.modifydate,

#inset {

	font-weight: bold;

}



.small {

	font-weight: bold;

	color: #999;

}



.modifydate {

	height: 20px;

	vertical-align: bottom;

	font-weight: bold;

	color: #999;

}



.createdate {

	height: 20px;

	vertical-align: top;

	font-weight: bold;

	vertical-align: top;

	padding-bottom: 5px;

	padding-top: 0px;

	color: #999;

}



.clr {

	clear: both;

}



/* The AJAX notifier */

#ajax_in_progress

{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;

}

#wrapper {
padding: 10px;
}

.prevnext {
display: block;
width: auto;
margin-left: 75%;
overflow: hidden;
text-align: center;
background: #DDD;
border: 1px solid #AAA;
border-bottom: 0;
padding: 5px;
}

#content {
	float: left;
	width: 800px;
}