body
{	
	background-color: #EEEEEE;
	color: #333333;
	font-family: "Trebuchet MS",Trebuchet,serif;
	padding: 8px;
	margin: 0px;
}

a:link, a:visited
{
	color: #FF6600;
	text-decoration: underline;
}

a:hover
{
	color: #0066FF;
	text-decoration: underline;
}

a.AltLink:link, a.AltLink:visited
{
	color: #FF6600;
	text-decoration: underline;
}
a.AltLink:hover
{
	color: #0066FF;
	text-decoration: underline;
}

a.PostLink:link, a.PostLink:visited
{
	color: #FF6600;
	text-decoration: underline;
}
a.PostLink:hover
{
	color: #0066FF;
	text-decoration: underline;
}

img
{
	border: 0px;
}

.BoardList
{
	letter-spacing: 1px;
}

.Title
{
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 2.3em;
        color: rgb(255, 102, 0);
	width: 100%;
	padding-bottom: 10px;
}

.Description
{
	text-align: center;
        color:rgb(255, 102, 0);
}

.Spacer
{
	border-bottom: 1px solid rgb(187, 187, 187);
	height: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	float: clear;
	font-size: 0px; 
}

.Post
{
	text-align: center;
}

.Post table
{
	margin: 0px auto; 
	text-align: left
}

.PostBlock
{
	color: rgb(0, 34, 68);
	font-weight: 800;
	padding: 3px;
        padding-right: 25px;
}

.Rules
{
	padding-top: 10px;
	font-size: 75%;
}

.PagingTable
{
	border: 1px solid rgb(187, 187, 187);
	border-bottom: 1px solid rgb(187, 187, 187);
	border-right: 1px solid rgb(187, 187, 187);
}

.PagingTable td
{
	border: 1px solid rgb(187, 187, 187);
	border-top: 1px solid rgb(187, 187, 187);
	border-left: 1px solid rgb(187, 187, 187);
	padding: 2px;
}

.SmallText
{
	font-size: 75%;
}

.ThumbnailImage
{
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 18px;
}

.FileDeleted
{
	color: rgb(255, 37, 84);
	font-weight: bold;
	border: 1px solid #000000;
	display: table-cell;
	float: left;
	margin-left: 18px;
	margin-right: 18px;
	text-align: center;
	vertical-align: middle;
}

.ThumbnailImageReply
{
	margin-left: 0px;
	margin-right: 20px;
}

.FileDeletedReply
{
	color: rgb(255, 37, 84);
	font-weight: bold;
	border: 1px solid #000000;
	display: table-cell;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
}

.FileDetails
{
	margin-bottom: 5px;
}

.UserDetails
{
	margin-bottom: 5px;
}

.PostDetails
{
	margin-bottom: 8px;
}

.UserName
{
	color: rgb(17, 119, 67);
	font-weight: bold;
}

.UserNameTripcode
{
	color: rgb(17, 119, 67);
}

.CapCodeSuperAdmin
{
	color: rgb(255, 0, 0);
}

.CapCodeAdmin
{
	color: rgb(255, 0, 0);
}

.CapCodeMod
{
	color: rgb(128, 0, 151);
}

.CapCodeCustom
{
	color: rgb(255, 0, 0);
}

.Subject
{
	color: rgb(0, 74, 153);
	font-weight: bold;
}

.OmissionText
{
	color: rgb(112, 112, 134);
}

.ReplyBoxTable
{
	margin-top: 5px;
}

.ReplyBoxPip
{
	color:#800000;
	padding-right: 3px;
	vertical-align: top;
}


.ReplyBox
{
	background:#DDDDDD;
	border: solid 1px #CCCCCC;
	padding: ;
	margin: 0;
	-moz-border-radius: 5px;
}

.ReplyBoxHighlight
{
	background:#DDDDDD;
	border: solid 1px #CCCCCC;
	padding: ;
	margin: 0;
	-moz-border-radius: 5px;
}

.ReplyContentOuter
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.ReplyContentOuterImage
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

.ReplyContent
{
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}	

.ReplyImageContent
{
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}	

.QuoteText
{
	color: rgb(120, 153, 70);
}

.PostingMode
{
	background:#DDDDDD;
	color: #0066FF;
        font-weight: bold;
	border: solid 1px #CCCCCC;
	padding: 2px;
	margin: 0;
	-moz-border-radius: 5px;
}

.ErrorMessage
{
	color: rgb(255, 37, 84);
	font-size: 150%;
	padding: 10px;
	text-align: center;
}

.MenuBarSiteTitle
{
	background:#DDDDDD;
	border: solid 1px #CCCCCC;
	padding: 0;
	margin: 0;
	-moz-border-radius: 5px;
	font-weight: bold;
	font-size: 125%;
	padding-left: 5px;
}

.MenuBarSiteGroup
{
	background:#DDDDDD;
	border: solid 1px #CCCCCC;
	padding: 0;
	margin: 0;
	-moz-border-radius: 5px;

	margin-top: 10px;
	font-size: 100%;
	padding-left: 10px;
}

a.MenuBarLink:link, a.MenuBarLink:visited
{
	color: #FF6600;
	text-decoration: none;
}
a.MenuBarLink:hover
{
	color: #0066FF;
	text-decoration: none;
}

.MenuBarList
{
	list-style: none; 
	padding: 0px;
	margin: 0px;
	font-size:10pt;
}

.MenuBarList li
{
	margin: 0px;
	padding: 0px;
}

.MenuBarList li:hover
{
	background-color: #FEC;
}

.MenuToggleButton
{
	background:#DDDDDD;
	border: solid 1px #CCCCCC;
	padding: 0;
	margin: 2px;
	-moz-border-radius-top-right: 5px;
	-moz-border-radius-bottom-right: 5px;

	width: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	cursor: pointer;
}

.NewsDiv
{
	padding-left: 40px;
	padding-right: 40px;
}

.NewsContent
{
}

.NewsMenuCurrent
{
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	padding-top: 3px; 
	padding-bottom: 2px; 
	padding-left: 10px; 
	padding-right: 10px; 
	background:#DDDDDD;
	cursor: hand;
	cursor: pointer;
}	

.NewsMenu
{
	border: 1px solid #BBBBBB;  
	padding-top: 3px; 
	padding-bottom: 2px; 
	padding-left: 10px; 
	padding-right: 10px; 
	background:#CCCCCC;
	cursor: hand;
	cursor: pointer;
}

.NewsTitleStrip
{
	background:#DDDDDD;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #333333;
	padding: 3px;
	padding-left: 5px;
	font-size: 80%;
}

.NewsContent
{
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
}

.banForPost
{
	color: #FF0000;
	font-weight: bold;
	font-style: italic; 
}

.spoilerBox
{
	border: 1px solid #888;  
	background-color: rgb(255, 204, 170);
	font-weight: bold;
	padding: 3px;
}

.MediaEmbed
{
	margin-right: 18px;
	margin-bottom: 18px;
}



.board_nav ul 
{
	margin: 0;
	padding: 0;
	padding-right: 1px;
	list-style: none;
	float: left;
}

.board_nav ul li 
{
	position: relative;
}

.board_nav li ul 
{
	position: absolute;
	top: 15;
	width: 300px;
	display: none;
}

.board_nav li:hover ul 
{ 
	display: block; 
	width: 750px;
}



#watchedthreads 
{
	background-color: #F0E0D6 !important;
        border: 1px dotted #EEAA88;
}

#watchedthreadsdraghandle
{
	background: #EEAA88;
	color: #800000;
        font-weight: 800;
        text-align: center;
        cursor: move;
}

#watchedthreadlist
{
        padding: 10px;
        font-size: 75%;
        overflow: auto;
}

#watchedthreadsbuttons
{
        position: absolute; 
        bottom: 0; 
        font-size: 75%;
        padding-top: 3px;
	background-color: #F0E0D6 !important;
        border-top: 1px dotted #EEAA88;
}

.blotter
{
        color: #FF0000;
}<!-- db_connect: 0 -->
<!-- LoadSettings: 0.01 -->
<!-- ProcessRequest: 0.01 -->
<!-- Page Gen Took: 0.01 seconds -->