/************************************************************
E L E M E N T S
************************************************************/
body{
	background: white;
	color: #666;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

hr{
	height: 0;
	border-style: dashed;
	border-width: 1px 0 0 0;
}

fieldset{
	border: 1px solid #d0d0bf;
	margin: 0.8em;
	padding-bottom: 1em;
	font-size: 90%;
}

legend{
	font-size: 100%;
	color: #0046d5;
}

.hidden{
	display: none;
}


/************************************************************
S C E N E   P A G I N G
************************************************************/
.scenepaging{
	padding-top: 3px;
	font-weight: bold;
}

.scenepaging a:active, .scenepaging a:visited, .scenepaging a:link{
	border: 1px solid #ccc;
	padding: 0 0.4em;
	margin-right: 0.1em;
	text-decoration: none;
	color: #666;
}

.scenepaging a:hover{
	border-color: #aaa;
	background: #eee;
}

.scenepaging a.active:active, .scenepaging a.active:visited, .scenepaging a.active:link{
	color: white;
	border-color: #333;
	background: #555;
}

.scenepaging a.active:hover{
	border-color: #111;
	background: #333;
}


/************************************************************
M E S S A G E S
************************************************************/
.messages ul{
	list-style: none;
	margin: 0;
	padding: 1px;
}

.messages li{
	margin: 5px;
	padding: 4px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	color: #555;
}

.messages .messagetype1{
	border-color: red;
	color: red;
	background: #fcc;
}

.messages .messagetype2{
	border-color: orange;
	color: orange;
	background: #fed;
}

.messages .messagetype3{
	border-color: #dc0;
	background: #fec;
	color: #970;
}

.messages .messagetype4{
	background: #cfc;
	color: green;
	border-color: green;
}


/************************************************************
I N D E N T S
************************************************************/
.indent1{
	padding-left: 3em;
}

.indent2{
	padding-left: 14em;
}




/************************************************************
P A G E
************************************************************/
#pagemargin{
	margin: 0 10%;
}

.popup #pagemargin{
	margin: 0;
}


/************************************************************
H E A D E R
************************************************************/
#header{
	height: 46px;
}

#header h1{
	display: none;
	margin: 0;
}


/************************************************************
L I N K S
************************************************************/
#links{
	font-size: 70%;
	font-weight: bold;
}

.popup #links{
	display: none;
}

#links #nav{
	height: 1.5em;
	border-color: white;
	border-style: solid;
	border-width: 1px 0;
	padding: 3px 0 3px 20px;
	margin-bottom: 2em;
}

#links #nav ul{
	padding: 0;
	margin: 0;
	height: 100%;
	list-style: none;
	float: left;
}

#links #nav ul li{
	margin: 0;
	padding: 0;
	float: left;
	border-left: 1px solid white;
}

#links #nav ul li a{
	color: white;
	text-decoration: none;
	display: block;
	padding: 0 0.5em;
	float: left;
}
/*	Commented Backslash Hack
	hides rule from IE5-Mac \*/
#links #nav ul li a {
	float:none;
}
/* End IE5-Mac hack */

#links #nav ul li a:hover{
	text-decoration: underline;
}

#links #nav ul li.first{
	border: none;
}

#links #nav ul #navactive a{
	text-decoration: underline;
}

#links #navbase{
	height: 8px;
	border-top: 1px solid white;
	font-size: 1%;
}


/************************************************************
M I S C
************************************************************/
#middlecontent{
	float: right;
	width: 100%;
}

#wrapper{
	float: left;
	width: 77%;
}

.popup #wrapper{
	width: 100%;
}

.cartprintout{
	width: 90%;
	border: 1px solid #ccc;
	margin: 0 5%;
}

.cartprintout td, .cartprintout th{
	padding: 0.3em;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}

.cartprintout th{
	background: #eee;
}

.cartprintout .base td{
	border: none;
	background: #f7f7f7;
	font-weight: bold;
}

.contentcontainer{
}

.caption{
	font-size: 80%;
	font-style: italic;
	color: #666;
}

#column1{
	width: 75%;
}

#column2{
	border-left: 1px solid #ddd;
	text-align: center;
}

#column2 td p{
	margin-left: 0;
}


/************************************************************
L E F T   A N D   R I G H T   C O N T E N T
************************************************************/
#leftcontent h4, #rightcontent h4{
	margin: 0;
	padding: 10px;
	font-size: 120%;
	float: none;
	display: block;
}

#rightsidebar, #leftsidebar{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
}

#rightsidebar li, #leftsidebar li{
	margin: 10px 10px 0px 10px;
	padding: 0;
	list-style: none;
	border: 1px solid #666666;
}

#rightsidebar li div, #leftsidebar li div{
}

#rightsidebar form, #leftsidebar form{
	margin: 0;
	padding: 0;
	height: 100%;
}

#rightsidebar input, #leftsidebar input{
	width: 60%;
	font-size: 90%;
}

#rightsidebar #scenefeedback textarea{
	width: 70%;
	margin: 2px 5px;
	font-family: "Verdana";
	height: 150px;
	font-size: 8pt;
}

#rightsidebar #search input{
	margin: 0;
	padding: 0;
	width: 50%;
	height: auto;
}

#rightsidebar input.button, #rightsidebar #search input.button, #leftsidebar input.button{
	width: 30px;
}

#rightsidebar h5, #leftsidebar h5{
	padding: 0.5em 3% 0.2em 12%;
	margin: 0;
	height: 100%;
	font-size: 100%;
}

#rightsidebar form h5, #leftsidebar form h5{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#rightsidebar p, #leftsidebar p{
	margin: 0;
	padding: 5px 1em 5px 2em;
}


/************************************************************
L E F T   C O N T E N T
************************************************************/
#leftcontent{
	width: 29%;
	float: left;
}

#leftcontent h4{
	background: #777;
	color: white;
}


/************************************************************
S U B N A V
************************************************************/
#rightsidebar #subnav{
	border: 1px solid #999;
	background: #EEE;
}

#subnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#subnav h4 a{
	color: white;
}

#subnav ul li{
	border-top: 1px dashed #999;
	border-width: 1px 0 0 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: block;
}

#subnav ul li a{
	padding: 2px 0px 2px 10px;
	margin: 0;
	color: #666;
	text-decoration: none;
	height: 100%;
	display: block;
}

#subnav ul .active a, #subnav ul .active a:hover{
	color: white;
}

#subnav ul li a:hover{
	background: white;
}


/************************************************************
R I G H T   C O N T E N T
************************************************************/
#rightcontent{
	width: 23%;
	float: right;
}

.popup #rightcontent{
	display: none;
	width: 0px;
}

#rightcontent h4{
	background: #777;
	color: white;
}


/************************************************************
M A I N   C O N T E N T
************************************************************/
#middlecontent{
	font-size: 75%;
	font-family: "Arial";
	color: #555;
	text-align: left;
}

#middlecontent .elementcontainer{
	width: 100%;
}

#middlecontent .pageheader{
	margin: 10px 0 0 0;
	padding: 0.8em 0 0.2em 0;
	font-size: 160%;
}

#middlecontent .pageheader h2{
	font-size: 100%;
	margin: 0;
	display: inline;
}

#middlecontent h2{
	font-family: "Trebuchet MS", sans-serif;
	color: #666;
	font-size: 140%;
	margin: 1em 0.5em 0.1em 0.5em;
	padding: 0.8em 0.5em 1.0em 50px;
	text-transform: uppercase;
}

#middlecontent p{
	margin-left: 2em;
}

#middlecontent h4{
	margin: 1em 1em 0.3em 1em;
}

#middlecontent h3{
	font-size: 110%;
	font-family: "Trebuchet MS", sans-serif;
	padding: 20px 0 0 50px;
	margin-left: 1em;
	color: #666;
}

#middlecontent .h3divider{
	margin: 10px 0 0 0;
	padding-bottom: 1px;
}

#middlecontent .code{
	font-family: "Courier";
	font-size: 100%;
	border: 1px solid black;
}

#middlecontent fieldset table{
	width: 100%;
}

#middlecontent fieldset table td{
	padding: 0;
	margin: 0;
}

#middlecontent fieldset table td h4{
	margin: 0;
	padding: 0 0 0.5em 0;
}



/************************************************************
F O O T E R
************************************************************/
#bottomline{
	clear: both;
	height: 8px;
	font-size: 1%;
}

#silentline{
	clear: both;
	background: none;
	height: 10px;
}

#footer{
	clear: both;
	color: #666666;
	text-align: right;
	font-size: 80%;
}

.popup #footer{
	display: none;
}

#footer p{
	margin: 0.3em;
}


/************************************************************
M E S S A G E   B O A R D
************************************************************/
.threadstable, .threadtable{
	border: 1px solid #666;
	width: 100%;
	font-size: 90%;
	padding: 0;
	margin: 10px 0 0 0;
}

.threadstable th, .threadtable th{
	background: #ccc;
	border-bottom: 1px solid #666;
	padding: 0.7em 0.3em;
	margin: 0;
}


#middlecontent .threadtable th h4{
	margin: 0;
	padding: 0;
	font-size: 120%;
}

.threadstable th.head1{
	width: 50%;
}

.threadtable td.side{
	width: 20%;
}

.threadstable td, .threadtable td{
	padding: 0.3em;
	margin: 0;
}

.threadstable .alt, .threadtable .alt{
	background: #f7f7f7;
}

.threadtable .base td{
	background: #eee;
	font-size: 85%;
	border-top: 1px solid #ccc;
	color: #666;
}

.threadstable sub, .threadtable sub{
	margin: 0;
	padding: 0;
	font-size: 85%;
	color: gray;
}

.threadtable .divider td{
	font-size: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #666;
}

.threadtable .quote{
	display: block;
	margin: 0.3em 1em;
	border: 1px solid #ccc;
	background: #f7f7f7;
	padding: 0.3em;
}

.threadtable .modmessage{
	color: #666;
	font-size: 85%;
}

.threadstable .paging td, .threadtable .paging td{
	font-size: 90%;
	margin: 0;
	padding: 0;
	background: #ccc;
}

.threadstable .paging td p, .threadtable .paging td p{
	margin: 0;
	padding: 0.6em 1em;
}

.link, .activelink{
	border: 1px solid white;
	background: #ddd;
	padding: 1px 4px;
}

.activelink{
	background: #f7f7f7;
}


/************************************************************
M B   F O R M S
************************************************************/
#addthreadform{
}

#addthreadform label{
	font-size: 90%;
	color: #666;
}

#addthreadform #nmessage, #addthreadform #nsubject{
	font-family: "Verdana", sans-serif;
	width: 90%;
	font-size: 90%;
}