/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: Arial;
}

/* The main body of the entire forum. */
body
{
	background-color: #E5E5E8;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-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: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}

/* 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: #ECEDF3;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* 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
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.jpg) #E9F0F6 repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* 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: url(images/catbg.jpg) #88A6C0 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* 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:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	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: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	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: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	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: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* FROST */

BODY, TH, TD {
	font-family: Arial;
	font-size: 11px;
}

BODY,HTML {
	background-color: #FFFFFF;
	width:100%;
	margin-top: 10px;
	padding: 0;

}

#container {
	margin:auto;
	width: 960px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #116793;
	text-decoration: none;
}
a.nav:hover
{
	text-decoration: underline;
}

/* Navigation links end */

/* Menu Start */

.mainmenu {
	width: 960px;
	height: 153px;
}

.mainmenu_left {
	width: 11px;
	height: 153px;
	background-image: url('images/frost/top_left.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.mainmenu_right {
	width: 12px;
	height: 153px;
	background-image: url('images/frost/top_right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.mainmenu_seperator{
	padding: 0 10px;
}

.mainmenu_content {
	height: 126px;
	background-image: url('images/frost/top_1px.gif');
	background-repeat: repeat-x;	
	vertical-align:top;
	padding: 27px 0 0 10px;
}

.mainmenu_logo {
	margin-bottom: 75px;
}

.mainmenu_items {
	white-space:nowrap;
}

A.mainmenu_item:link, A.mainmenu_item:visited, A.mainmenu_item_active:link, A.mainmenu_item_active:visited, .mainmenu_separator {
	font-weight: bold;
	color: #000000;
}

/* Menu End */

/* Tables Start */
#WhoIsOnline, #BoardIndexTable, #LoginBar {
	width: 697px;
	float: left;
}

#MostPopularImages {
	width: 253px;
	float: right;
}

#TopicList,#MessagesTable {
	width: 960px;
}

#ProfilesAreas {
	width: 170px;
	float: left;
	margin-right: 10px !important; margin-right: 7px;
}

ProfileTable {
	float: left;
}

.rounded_table {

}

.rounded_table TR TH.table_top  {
	background-image: url('images/frost/table/table_top_1px.gif');
	background-repeat: repeat-x;
	height: 34px;	
}

.rounded_table TR TH.table_top_leftmost {
	background-image: url('images/frost/table/table_top_leftmost.gif');
	background-repeat: no-repeat;
	width:5px;
	height: 34px;
}

.rounded_table TR TH.table_top_rightmost {
	background-image: url('images/frost/table/table_top_rightmost.gif');
	background-repeat: no-repeat;
	width:8px;
	height: 34px;
}

.rounded_table TR.table_top_plain TH  {
	background-image: url('images/frost/table/table_top_plain_1px.gif');
	background-repeat: repeat-x;
	height: 12px;	
	font-size: 1px;
	vertical-align: bottom;
}

.rounded_table TR.table_top_plain TH.table_top_leftmost {
	background-image: url('images/frost/table/table_top_plain_leftmost.gif');
	background-repeat: no-repeat;
	width:5px;
	height: 12px;
}

.rounded_table TR.table_top_plain TH.table_top_rightmost {
	background-image: url('images/frost/table/table_top_plain_rightmost.gif');
	background-repeat: no-repeat;
	width:8px;
	height: 12px;
}

.rounded_table TR.table_bottom_special TD {
	background-image: url('images/frost/table/table_bottom_special_1px.gif');
	background-repeat: repeat-x;
	height: 48px;
}

.rounded_table TR.table_bottom_special TD.table_bottom_special_leftmost {
	background-image: url('images/frost/table/table_bottom_special_leftmost.gif');
	background-repeat: no-repeat;
	width:5px;
	height: 48px;
}

.rounded_table TR.table_bottom_special TD.table_bottom_special_rightmost {
	background-image: url('images/frost/table/table_bottom_special_rightmost.gif');
	background-repeat: no-repeat;
	width:8px;
	height: 48px;
}

.rounded_table TR.table_bottom_thread TD {
	background-image: url('images/frost/table/table_bottom_thread_1px.gif');
	background-repeat: repeat-x;
	height: 66px;
}

.rounded_table TR.table_bottom_thread TD.table_bottom_thread_leftmost {
	background-image: url('images/frost/table/table_bottom_thread_leftmost.gif');
	background-repeat: no-repeat;
	width:5px;
	height: 66px;
}

.rounded_table TR.table_bottom_thread TD.table_bottom_thread_rightmost {
	background-image: url('images/frost/table/table_bottom_thread_rightmost.gif');
	background-repeat: no-repeat;
	width:8px;
	height: 66px;
}

.rounded_table TR.table_bottom TD {
	background-image: url('images/frost/table/table_bottom_1px.gif');
	background-repeat: repeat-x;
	height: 12px;
	font-size: 1px;
}

.rounded_table TR.table_bottom TD.table_bottom_leftmost {
	background-image: url('images/frost/table/table_bottom_leftmost.gif');
	background-repeat: no-repeat;
	width:5px;
	height: 12px;
}

.rounded_table TR.table_bottom TD.table_bottom_rightmost {
	background-image: url('images/frost/table/table_bottom_rightmost.gif');
	background-repeat: no-repeat;
	width:8px;
	height: 12px;
}

.rounded_table TR TD.table_left {
	background-image: url('images/frost/table/table_left_1px.gif');
	background-repeat: repeat-y;
	width:5px;
}

.rounded_table TR TD.table_right {
	background-image: url('images/frost/table/table_right_1px.gif');
	background-repeat: repeat-y;
	width:8px;
}

.rounded_table TR TD.table_item_blue {
	background-image: url('images/frost/table/table_item_blue_1px.gif');
	background-repeat: repeat-x;
	height: 62px;
}

.rounded_table TR TD.table_item {
	background-image: url('images/frost/table/table_item_1px.gif');
	background-repeat: repeat-x;
	height: 62px;
}

.rounded_table TR TD.table_item_thin_blue {
	background-image: url('images/frost/table/table_item_thin_blue_1px.gif');
	background-repeat: repeat-x;
	height: 35px;
}

.rounded_table TR TD.table_item_thin {
	background-image: url('images/frost/table/table_item_thin_1px.gif');
	background-repeat: repeat-x;
	height: 35px;
}

.rounded_table TR.table_rowseparator TD.table_item, .rounded_table TR.table_rowseparator TD.table_item_blue,
.rounded_table TR.table_rowseparator TD.table_item_thin, .rounded_table TR.table_rowseparator TD.table_item_thin_blue {
	border-top: 4px solid #FFFFFF;
}


.table_bottom_special TD.icons {
	color: #025e8d;
}

.rounded_table TR TH.table_top, .rounded_table TR TH.table_top A:link,.rounded_table TR TH.table_top A:visited {
	color: #FFFFFF;
	font-weight: bold;
}

.table_item_blue {
	color: #116793;
}

.table_item A.boardheader:link,.table_item A.boardheader:visited {
	color: #000000;
	font-weight: bold;
}

#MessagesTable TR TD.table_item, 
#ProfileTable TR TD.table_item, 
#MostPopularImages TR TD.table_item, 
#Disclaimer TR TD.table_item, 
#PollTable TR TD.table_item,
#ProfilesAreas TR TD.table_item {
	background-image: none;
	background-color: #f2f2f2;
} 

/* Tables End */

/* buttons */
.button {
	height: 33px;
	cursor: pointer;
}

.threadbutton {
	width: 95px;
}

.button .button_left {
	width: 11px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: top left;
}

.button .button_middle {
	height: 33px;
	background-repeat: repeat-x;
	background-position: top;
	white-space: nowrap;
	text-align: center;
}

.threadbutton .button_middle {
	text-align: left;
}

.button .button_middle A:link, .button .button_middle A:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.button .button_right {
	width: 13px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: top right;
}

.green .button_left {
	background-image: url('images/frost/buttons/btn_green_left.gif');
}

.green .button_middle {
	background-image: url('images/frost/buttons/btn_green_1px.gif');
}

.green .button_right {
	background-image: url('images/frost/buttons/btn_green_right.gif');
}

.blue .button_left {
	background-image: url('images/frost/buttons/btn_blue_left.gif');
}

.blue .button_middle {
	background-image: url('images/frost/buttons/btn_blue_1px.gif');
}

.blue .button_right {
	background-image: url('images/frost/buttons/btn_blue_right.gif');
}

.orange .button_left {
	background-image: url('images/frost/buttons/btn_orange_left.gif');
}

.orange .button_middle {
	background-image: url('images/frost/buttons/btn_orange_1px.gif');
}

.orange .button_right {
	background-image: url('images/frost/buttons/btn_orange_right.gif');
}

/* buttons end*/

/* shadowbox */
.shadowbox {
	
}

.shadowbox TR TD.shadowbox_top_left {
	width: 6px;
	height: 6px;
	background-image: url('images/frost/shadowbox/shadowbox_top_left.gif');
	background-repeat: no-repeat;
}

.shadowbox TR TD.shadowbox_top {
	height: 6px;
	background-image: url('images/frost/shadowbox/shadowbox_top_1px.gif');
	background-repeat: repeat-x;
}

.shadowbox TR TD.shadowbox_top_right {
	width: 8px;
	height: 6px;
	background-image: url('images/frost/shadowbox/shadowbox_top_right.gif');
	background-repeat: no-repeat;
}

.shadowbox TR TD.shadowbox_left {
	width: 6px;
	background-image: url('images/frost/shadowbox/shadowbox_left_1px.gif');
	background-repeat: repeat-y;
}

.shadowbox TR TD.shadowbox_right {
	width: 8px;
	background-image: url('images/frost/shadowbox/shadowbox_right_1px.gif');
	background-repeat: repeat-y;
}

.shadowbox TR TD.shadowbox_bottom_left {
	width: 6px;
	height: 8px;
	background-image: url('images/frost/shadowbox/shadowbox_bottom_left.gif');
	background-repeat: no-repeat;
}

.shadowbox TR TD.shadowbox_bottom {
	height: 8px;
	background-image: url('images/frost/shadowbox/shadowbox_bottom_1px.gif');
	background-repeat: repeat-x;
}

.shadowbox TR TD.shadowbox_bottom_right {
	width: 8px;
	height: 8px;
	background-image: url('images/frost/shadowbox/shadowbox_bottom_right.gif');
	background-repeat: no-repeat;
}
/* shadowbox end*/

/* text */
.header1 {
	font-size: 14px;
	font-weight: bold;
	color: #116793;
	margin-bottom: 4px;
	display: block;
}

.header2_grey {
	font-size: 11px;
	font-weight: bold;
	color: #4d4d4d;
	
}

.header2_blue {
	font-size: 11px;
	font-weight: bold;
	color: #116793;
}

A.black:link, A.black:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

A.black_plain:link, A.black_plain:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

A.blue:link, A.blue:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #116793;
}

.small_blue {
	font-size: 10px;
	color: #116793;
}

.blue {
	font-size: 11px;
	color: #116793;
}

.small_grey {
	font-size: 10px;
	color: #404040;
}

.grey {
	font-size: 11px;
	color: #404040;
}

.small_white {
	font-size: 10px;
	color: #FFFFFF;
}

.white {
	font-size: 11px;
	color: #FFFFFF;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #767676;
	margin: 5px;
	font-size: 11px;
	font-style: italic;
	line-height: 1.4em;
}

.quote A:link, .quote A:visited,.quote A:hover {
	color: #767676;
	text-decoration: underline;
}



/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader A:link,.quoteheader A:visited , .codeheader A:link, .codeheader A:visited
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}

.quoteheader A:hover, .codeheader A:hover {
	text-decoration:underline;
}

/* text end */

.disclaimer {

}

.disclaimer LI {
	margin-bottom: 5px;
}