/* Normal, standard links. */
a:link
{
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}
a:visited, a:hover
{
	color: #222222;
	text-decoration: underline;
	background-color: transparent;
}

.navmenu
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

.navmenu a:link
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
.navmenu a:visited
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

.navmenu a:hover
{
	color: #660000;
	text-decoration: underline;
	background-color: #C9C9C9;
}

/*  Here's the css for the tabs */
.tabmenu
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/circus/tab_bg.jpg);
	background-repeat: x;
	background-color: #CCCCCC;
	height: 36px;
	width: 100%;
}

.tabmenuitem
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/circus/tab_bg.jpg);
	background-repeat: x;
	background-color: #CCCCCC;
	height: 30px;
	width: auto;
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	padding bottom: 6px;
}

.tabmenuitem a:link
{
	color: #000066;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
}
.tabmenuitem a:visited
{
	color: #000066;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
}

.tabmenuitem a:hover
{
	color: #006600;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
}

/* Logo background */
.logobg
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	background-color: #000000;
	height: 144px;
}
.logobgright
{
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	background-color: #000000;
	height: 144px;
}
.sloganbg
{
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	background-image: url(images/circus/fun_bg.jpg);
	background-repeat: x;
	background-color: #660000;
	height: 47px;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	text-decoration: underline;
	background-color: transparent;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #000000;
	background-color: transparent;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #003150 !important;
	background-color: #003150 !important;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #DEDEDE;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	clear:both;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #DEDEDE;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	width: 98%;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* 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
{
	color: #000000;
	background-color: #E1E1E1;
}
.windowbg2
{
	color: #000000;
	background-color: #F0F0F0;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: white;
	font-style: normal;
	background-color: #660000; /*#6B8EAE; */
	background-image: url(images/titlebg.gif);
}
.titlebg a
{
	background: none !important;
}
.titlebg a:hover
{
	color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
	font-weight: bold;
	background-color: silver;
	color: #FEFEFE;
	background-image: url(images/catbg.jpg);
}

/* Catbg links. */
.catbg a:link
{
	color: #EFEFEF;
	text-decoration: underline;
	background-color: transparent;
}
.catbg a:visited
{
	color: #DEDEDE;
	text-decoration: underline;
	background-color: transparent;
}

.catbg a:hover
{
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	font-weight: bold;
	background-color: silver;
	color: #FEFEFE;
	background-image: url(images/catbg2.jpg);
}

/* Catbg2 links. */
.catbg2 a:link
{
	color: #EFEFEF;
	text-decoration: underline;
	background-color: transparent;
}
.catbg2 a:visited
{
	color: #DEDEDE;
	text-decoration: underline;
	background-color: transparent;
}

.catbg2 a:hover
{
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

/* used for display template. */
.pagetext
{
	font-weight: bold;
	background-color: transparent;
	color: #FEFEFE;
	letter-spacing: 0.1em;
}

.pagetext a:link
{
	color: #EFEFEF;
	text-decoration: underline;
	background-color: transparent;
}

.pagetext a:visited
{
	color: #EFEFEF;
	text-decoration: underline;
	background-color: transparent;
}

.pagetext a:hover
{
	color: #003451;
	text-decoration: underline;
	background-color: transparent;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #003150;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #003150;
	background-color: #FFFFFF;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	background: transparent;
}
.smalltextpost
{
	color: #FEFEFE;
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	background: transparent;
}

.lsptext
{
	color: #DEDEDE;
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	background: transparent;
}

.lsptext a:link
{
	color: #F6FF00;
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	background: transparent;
}

.lsptext a:visited
{
	color: #F6FF00;
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	background: transparent;
}

.lsptext a:hover
{
	color: #000099;
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	background: transparent;
}

.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: #660000;
	border-bottom: 1px solid #003150;
	margin-bottom: 1px;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #660000 !important;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	background-color: #660000;
	border-top: 1px solid #003150;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #660000; /*#6B8EAE;*/
	border: 1px solid #003150; /*#6B8EAE;*/
}
.headerbodies
{
	border: 1px solid #003150;
	background-color: #660000;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Start Enigma dependent styles... */
.centercontent
{
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #DADADA !important;
}
.blockhead
{
	color: #FFFFFF;
	padding: 0px;
	background-color: #EFEFEF;
	background-image: url(images/blockheadbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	border-bottom: 1px solid #003150; /*828181;*/
}

.blockheadleft
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #660000;
	background-image: url(images/circus/block_lft.jpg);
	background-repeat: repeat-none;
	text-align: left;
	width: 148px;
	height: 26px;
	display: block;
	vertical-align: middle;
	padding: 10px 4px 4px 4px;
}

.blockcontentleft
{
	color: #000000;
	text-align: left
	font-size: 10px;
	width: 148px;
	height: auto;
	padding: 10px 4px 30px 4px;
}

.blockheadright
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #660000;
	background-image: url(images/circus/block_rt.jpg);
	background-repeat: repeat-none;
	text-align: right;
	width: 148px;
	height: 26px;
	display: block;
	vertical-align: middle;
	padding: 10px 4px 4px 4px;
}

.blockcontentright
{
	color: #000000;
	text-align: left;
	font-size: 10px;
	width: 148px;
	height: auto;
	padding: 10px 4px 30px 4px;
}

.leftbody
{
	color: #000000;
	background-color: #DADADA !important;
	background-image: url(images/leftbodybg.gif);
	background-repeat: repeat-y;
}

.rightbody
{
	color: #000000;
	background-color: #DADADA !important;
	background-image: url(images/rightbodybg.gif);
	background-repeat: repeat-y;
}

.leftblocks
{
	width: 156px !important;
	background-color: #660000 !important;
	background-image: url(images/circus/block_lft_bg.jpg);
	background-repeat: repeat-y;
}
.rightblocks
{
	width: 156px !important;
	background-color: #660000 !important;
	background-image: url(images/circus/block_rt_bg.jpg);
	background-repeat: repeat-y;
}

.closing
{
	color: #000000;
	font-size: 10px;
	background-color: #000000 !important;
	background-image: url(images/circus/closingbg.jpg);
	background-repeat: repeat-y;
	height: 30px;
}

.footernav
{
	background-color: #000000 !important;
	background-image: url(images/circus/nav_footer_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	text-align: center;
}

.footnavright
{
	background-color: #000000 !important;
	background-image: url(images/circus/nav_footer_bg_2.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 8px;
	text-align: center;
}

.footernav a:link
{
	color: #000066;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
}
.footernav a:visited
{
	color: #000066;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
}

.footernav a:hover
{
	color: #006600;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
}

.copyarea
{
	color: #660000;
	font-size: 10px;
	background-color: #000000 !important;
	background-image: url(images/circus/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 34px;
}
.lspcopy
{
	color: #999999;
	font-size: x-small;
	background-color: #000000 !important;
}

.lspcopy a:link
{
	color: #999999;
	font-size: x-small;
	text-decoration: none;
	background-color: transparent;

}
.lspcopy a:visited
{
	color: #999999;
	font-size: x-small;
	text-decoration: none;
	background-color: transparent;
}

.lspcopy a:hover
{
	color: #CCCCCC;
	font-size: x-small;
	text-decoration: underline;
	background-color: transparent;
}

.smfcopy
{
	color: #555555;
	font-size: x-small;
	background-color: #000000 !important;
}

.smfcopy a:link
{
	color: #555555;
	font-size: x-small;
	text-decoration: none;
	background-color: transparent;

}
.smfcopy a:visited
{
	color: #555555;
	font-size: x-small;
	text-decoration: none;
	background-color: transparent;
}

.smfcopy a:hover
{
	color: #444444;
	font-size: x-small;
	text-decoration: underline;
	background-color: transparent;
}

table.blockcal
{
	border-width: 1px;
	border-collapse: collapse;
	border-style: dashed;
	border-color: #003150;
}
td.blockcal
{
	padding: 2px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #000000;
	border-right: 1px solid #003150;
	border-bottom: 1px solid #003150;
}
td.blockcaltoday
{
	padding: 2px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #003150;
	background-color: transparent;
	border-right: 1px solid #003150;
	border-bottom: 1px solid #003150;
}
td.blockcalpast
{
	padding: 2px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #003150;
	border-right: 1px solid #003150;
	border-bottom: 1px solid #003150;
}
caption.blockcal
{
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #003150;
}
th.blockcalweek
{
	padding: 2px;
	text-align: center;
	font-style: italic;
	font-variant: normal;
	font-size: 9px;
	font-family: Arial, sans-serif;
	color: #003150;
}
td.blah
{
	color: #000000;
	background-color: #F0F0F0;
	font-style: normal;
	font-variant: normal;
	font-size: 9px;
}
