/*
Forum Hadrian.Net
new (standard) layout
*/
#container0	{background-color: rgb(255,255,255);}
#container1	{background-color: rgb(255,243,225);}

.welcomeMessage	{font-size: 12px;display:inline;font-weight:normal;text-decoration:none;}

body
	{
	color: rgb(0,0,0);
	background-color: rgb(64,64,64);
	}

.rating
	{
	margin: 1px;
	border: solid 1px black;
	}

A:link, A:visited, A:active
	{
	text-decoration: none;
	color: rgb(32,32,32);
	}

A:link.blue, A:visited.blue, A:active.blue
	{
	text-decoration: none;
	color: navy;
	}

A:link.r, A:visited.r, A:active.r
	{
	text-decoration: none;
	color: rgb(0,0,255);
	}

A:hover.r
	{
	text-decoration: underline;
	color: rgb(0,0,255);
	}

A:link.shortcutBox, A:visited.shortcutBox, A:active.shortcutBox
	{
	color: rgb(32,32,32);
	}

.quoteContent, .codeContent, .spoilerContent{
	font-size: 12px;
	border: 1px solid rgb(255,165,0); /* color from controlbox */
	background-color: rgb(255,248,230);
	}

.codeContent{
	font-family: Courier, monospace;
	display: block;
	}
	
.spoilerContent{
	color: rgb(255,248,230);
	}
	
.code
	{
	}

table.edge
	{
	color: rgb(0,0,0);
	background-color: rgb(64,64,64);
	}

td.edge
	{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	}

td.edgeBottom
	{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	border-bottom: 1px solid rgb(230,230,230);
	}

td.edgeTop
	{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	border-top: 0px solid rgb(230,230,230);
	}
		
table 
	{ 
	border-collapse: collapse; 
	border-top: solid 0px rgb(0,0,0);
	border-bottom: solid 0px rgb(0,0,0);
	border-left: solid 0px rgb(0,0,0);
	border-right: solid 0px rgb(0,0,0);
	background-color: rgb(255,243,225);
	} 

div.edgeAll
	{
	position:relative;
	width: 780px;
	/*top: 10px;
	left: 10px;*/
	border-left: solid 1px rgb(64,64,64);
	border-right: solid 1px rgb(64,64,64);
	border-bottom: solid 1px rgb(128,128,128);
	border-top: solid 1px rgb(255,255,255);

	border: solid 1px rgb(255,255,255);

	margin-bottom: 0px;
	}
	
.std 
	{ 
	border-collapse: separate; 
	border: solid 1px black;
	} 

.logonBox
	{
	color: rgb(0,0,0);
	background-color: rgb(255, 224, 169);
	}

.category
	{
	font-size: 13px;
	font-weight: bold;
	color: rgb(32,32,32);
	background-color: rgb(255,224,169);
	border-top: solid 1px rgb(0,0,0);
	border-bottom: solid 1px rgb(0,0,0);
	}

.previousNext
	{
	font-size: 11px;
	border-top: 1px solid black;
	background-color: rgb(255,224,169);
	text-align: right;
	}
	
.controlBox
	{
	background-color: rgb(255,165,0);
	font-size: 11px;
	vertical-align: middle;
	}

.userBox
	{
	font-size: 14px;
	}

.userBoxName
	{
	font-size: 14px;
	font-weight: bold;
	}

.userBoxSmall
	{
	font-size: 11px;
	}

.messageBox, .textField
	{
	font-size: 13px;
	}

.userBox, .underuserbox
	{
	border-right: solid 1px rgb(0,0,0);
	}

.messageBoxOdd
	{
	background-color: rgb(255,243,225);
	font-size: 13px;
	}

.messageBoxEven
	{
	background-color: rgb(255,255,255);
	font-size: 13px;
	}

	
.sigBox, .editMsg, A:link.sigBox, A:visited.sigBox, A:active.sigBox
	{
	font-size: 11px;
	color: rgb(128,128,128);
	}

.topicTitle
	{
	font-size: 14px;
	background-color: rgb(255,255,255);
	}

.menu
	{
	font-size: 12px;
	font-weight: bold;
	background-color: rgb(255,255,255);
	text-align: right;
	}

.fielddescription, .topicDate, .topicStarter, .numReactions, .lastPoster, .modlist
	{
	white-space: nowrap;
	font-size: 11px;
	border-left: solid 1px rgb(0,0,0);
	}

.idxFielddescription, .idxNumReactions, .idxModlist, .idxTopicdate
	{
	font-size: 11px;
	white-space: nowrap;
	}	

.idxNumReactions
	{
	text-align: center;
	}	

.iconBox
	{
	border-right: solid 1px rgb(0,0,0);
	}

.numReactions, .iconBox
	{
	text-align: center;
	border-left: solid 1px rgb(0,0,0);
	}

.idxFielddescription, .fielddescription, .structure
	{
	background-color: rgb(255,165,0);
	border-bottom: solid 1px rgb(0,0,0);
	border-top: solid 1px rgb(0,0,0);
	}

.structure
	{
	white-space: nowrap;
	font-size: 11px;
	text-align: right; 
	font-weight: bold;
	}
	
.iconBox, .topicStarter, .lastPoster
	{
	background-color: rgb(255,224,169);
	}

.adminTable
	{
	background-color: rgb(255,243,225);
	}

.userBoxOdd
	{
	background-color: rgb(255,243,225);
	}

.userBoxEven
	{
	background-color: rgb(255,255,255);
	}

table.userBoxOdd, table.userBoxEven
	{
	border-top: solid 1px rgb(0,0,0);
	}