/*************************************/
/* From style.css                    */

a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.buttonlist ul, .buttonlist_bottom ul
{
	background: #000066 url();
	padding-left: 12px;
	padding-right: 12px;
}
.buttonlist ul li, .buttonlist_bottom ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}
.buttonlist ul li a, .buttonlist ul li a:visited, .buttonlist_bottom ul li a, .buttonlist_bottom ul li a:visited
{
	float: left;
	display: block;
	color: #BBBBBB;
	font-size: x-small;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
}
.buttonlist ul li a:hover, .buttonlist_bottom ul li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.buttonlist ul li a span, .buttonlist_bottom ul li a span
{
	background: #000066 url();
	display: block;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
.buttonlist ul li a.active, .buttonlist_bottom ul li a.active
{
	background: #0000AA url();
	padding-right: 12px;
}
.buttonlist ul li a.active span em, .buttonlist_bottom ul li a.active span em
{
	padding: 0.5em 0.5em 0.5em 0.5em;
	display: block;
	font-style: normal;
	background: #0000AA url();
}
.buttonlist ul li a.active span, .buttonlist_bottom ul li a.active span
{
	background: #0000AA url();
	padding: 0 0 0 12px;
}
.buttonlist ul li a span.last, .buttonlist_bottom ul li a span.last
{
	background: #000066 url();
	padding: 0.5em 0.5em 0.5em 0.5em;
}


.buttonlist_bottom ul
{
	background: #000066 url();
}
.buttonlist_bottom ul li a span
{
	padding: 0.5em 0.5em 0.5em 0.5em;
	background: #000066 url();
}
.buttonlist_bottom ul li a.active
{
	background: #0000AA url();
}
.buttonlist_bottom ul li a.active span em
{
	background: #0000AA url();
}
.buttonlist_bottom ul li a.active span
{
	background: #0000AA url();
}
.buttonlist_bottom ul li a span.last
{
	padding: 0.5em 0.5em 0.5em 0.5em;
	background: #000066 url();
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, #credits h3
{
	color: black;
	font-style: normal;
	background: #A0A0FF url();
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers. */
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: #000066 url();
	color: #bbbbbb;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td, .navdrop, tr.navdrop td
{
	background: #A0A0FF url();
	color: #bbbbbb;
	padding-left: 10px;
	padding-right: 10px;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #bbbbbb;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited
{
	color: #bbbbbb;
	text-decoration: none;
}
.catbg a:hover, .catbg3 a:hover
{
	color: white;
}
.catbg2 a:link, .catbg2 a:visited, .navdrop a:link, .navdrop a:visited
{
	color: #444444;
	text-decoration: none;
}
.catbg2 a:hover, .navdrop a:hover
{
	color: black;
}
.navdrop a:hover
{
	background: white;
}

body
{
	background: #E5E5E8;
}


/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #000000;
	background-color: #ECEDF3;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}

/* Color for background of posts requiring approval */
.approvebg
{
	color: #000000;
	background-color: #F6E0D4;
}
/* Color for background of *topics* requiring approval */
.approvetbg
{
	color: #000000;
	background-color: #E4A17C;
}



/* ************************************* */
/* The below is deprecated.              */
/* ************************************* */

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size: x-small;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: #000066 url();
	width: 10px;
}
.maintab_back
{
	background: #000066 url();
}
.maintab_last
{
	background: #000066 url();
	width: 8px;
}
.maintab_active_first
{
	background: #3333AA url();
	width: 6px;
}
.maintab_active_back
{
	background: #3333AA url();
}
.maintab_active_last
{
	background: #3333AA url();
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #bbb;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: white;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: x-small;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: #000066 url();
	width: 10px;
}
.mirrortab_back
{
	background: #000066 url();
}
.mirrortab_last
{
	background: #000066 url();
	width: 6px;
}
.mirrortab_active_first
{
	background: #3333AA url();
	width: 6px;
}
.mirrortab_active_back
{
	background: #3333AA url();
}
.mirrortab_active_last
{
	background: #3333AA url();
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #bbb;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: white;
	text-decoration: none;
}
/*************************************/


/*************************************/
/* From dropmenu.css                 */

/* Container for the new admin menu */
#adm_container
{
	float: left;
	margin-left: 10px;
	padding: 0 5px 0 5px;
	background: #000066 url();
}

ul.admin_menu, ul.admin_menu li ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.admin_menu
{
	background: #000066 url();
}

ul.admin_menu a
{
	text-decoration: none;
}

/* First layer of menu items */
ul.admin_menu li
{
	position: relative;
	float: left;
	background: #000066 url();
	padding-right: 4px;
}

ul.admin_menu li.last
{
	background: #000066 url();
}

ul.admin_menu li.chosen
{
	background: #3333AA url();
	padding: 0 0 0 6px;
}

ul.admin_menu li h4
{
	margin: 0;
	padding: 7px 5px 3px 5px;
	cursor: pointer;
	font-weight: normal;
	font-size: x-small;
	text-transform: uppercase;
	color: #bbb;
}

ul.admin_menu li.last.chosen h4
{
	background: #3333AA url();
	padding-right: 17px;
}

ul.admin_menu li.chosen h4
{
	background: #3333AA url();
	padding-right: 10px;
	color: #fff;
}

/* Second layer of menu items */
ul.admin_menu li ul
{
	z-index: 90;
	display: none;
	position: absolute;
	top: 100%;
	/* IE6 needs a fixed width to prevent the menu from going haywire */
	width: 19em;
	border: solid 1px #808080;
	border-left: solid 2px #6888A7;
	background: #F8F8FB;
}

ul.admin_menu li.chosen ul
{
	margin: 0 0 0 -6px;
}

ul.admin_menu li ul li
{
	background: none;
	width: 19em;
	padding: 0;
}

ul.admin_menu li ul li a
{
	display: block;
	padding: 0.5em 2em 0.5em 0.5em;
	font-size: 90%;
	text-decoration: none;
	background: none;
	color: #000 !important;
}

ul.admin_menu li ul li a.subsection
{
	background: url(../images/admin/subsection.gif) no-repeat 98% 50%;
}

ul.admin_menu li ul li a.chosen
{
	font-weight: bold;
}

ul.admin_menu li ul li a:hover
{
	background-color: #C8E2FB;
	text-decoration: none;
}

ul.admin_menu li:hover ul, ul.admin_menu li.over ul
{
	display: block;
}

/* Third layer of menu items */
ul.admin_menu li ul li ul, ul.admin_menu li ul li.over ul
{
	display: none;
	position: absolute;
	left: -999em;
	top: 0;
	border: solid 1px #A0A0A0;
	border-left: solid 2px #6888A7;
	background: #FFF;
}

ul.admin_menu li ul li:hover ul, ul.admin_menu li ul li.over ul
{
	display: block;
	left: 18em;
	margin: 0 0 0 1em;
}

/* the menu dropdown toggle image */
div#menu_toggle
{
	float: right;
	margin: 0 10px 0 0;
	background: #000066 url();
	padding: 0 0 0 7px;
}

div#menu_toggle a
{
	display: block;
	background: #000066 url() top right no-repeat;
	padding: 8px 12px 3px 6px;
}
/*************************************/


/*************************************/
/* From index.css                    */
/* The main menu. */
#main_menu
{
	padding-left: 0;
}
#main_menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	background: #000066 url();
	padding-left: 10px;
}
#main_menu li
{
	margin: 0;
	padding: 0;
	display: inline;
}
#main_menu li a
{
	float: left;
	display: block;
	color: #BBBBBB;
	font-size: x-small;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
}
#main_menu li a:hover
{
	color: white;
	text-decoration: none;
	background: #0000AA url();
}
#main_menu li a span
{
	background: #000066 url();
	display: block;
	padding: 0.3em 0.5em 0.5em 0.5em;
}
#main_menu li.last a span
{
	background: #000066 url();
	padding: 0.3em 1em 0.5em 0.5em;
}
#main_menu li.active a span em
{
	padding: 0.3em 0.5em 0.5em 0.5em;
	display: block;
	font-style: normal;
	background: #3333AA url();
}
#main_menu li.active a span
{
	background: #3333AA url();
	padding: 0 0 0 8px;
}
#main_menu li.last.active
{
	float: left;
	background: #3333AA url();
	padding: 0 10px 0 0;
}
#main_menu li.active a
{
	background: #3333AA url();
	padding-right: 10px;
}
/*************************************/



/* Calendar colours for birthdays, events and holidays */
.birthday
{
	color: #920AC4;
}

.event
{
	color: #078907;
}

.holiday
{
	color: #000080;
}