*{
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

html, body{	width: 100%;	background-color: #FFFFFF;}

select, input.text{	border: 1px inset #CCCCCC;}

img{	background-color: transparent;	border: 0;}

.underlined{
	text-decoration: underline;
	cursor: pointer;
}
.imgMessage{
	cursor: pointer;
	margin-left: 5px;
}

h1, .h1{	font-size: 12pt; font-weight: bold;}
h2, .h2{	font-size: 11pt; font-weight: normal;}
.h1, .h2, .h3{	display: block;}
.h3{
	font-weight: bold;
	text-align: left;
}

h1.rules{
	background-color: #D7E2F6;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
h2.rules{
	padding: 0 0 3px 0;
	border-bottom: 3px double #000;
	margin: 10px 0 5px 0;
}
p.rules{
	padding: 0 0 5px 5px;
}
ul.rules li{
	display: list-item;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	padding: 0 50px 10px 0;
}
ul.links li{
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	color: #286397;
	padding-bottom: 0; 
	padding-top: 3px;
}
ul.links li a{color: #093479;}


a{color: #093479;}

table{	width: 100%;	border-collapse: collapse;}

#right_spacer{	width: 20px;}


/* --- HEADER --- */

#header TD{	height: 107px;}

#header_logo{
	text-align: center;
	width: 170px;
	border: 0;
}
#imgSELogo{
	position: relative;
	top: 2px; left: 1px;
}

#header_menu{
	vertical-align: bottom;
}
#header_menu TD{
	height: 20px;
	padding-bottom: 0;
	border: 0;
	font-size: 8pt;
}
#header_menu_subtitle TD{
	color: #296397;
	font-style: italic;
}
#header_menu_language_bar, #lblHeaderMenuLinkBar{
	color: #FFFFFF;
	background-color: #296397;
}
#lblHeaderMenuLinkBar{
	padding-left: 20px;
	font-size: 8pt;
	background-color: #296397;
	color: #FFFFFF;
}
#header_menu_language_bar{	padding-right: 20px;}
#header_menu_language_bar A, #img_floater{	background-color: #296397;}
#header_menu_language_bar A{
	width: 22px;
	color: #296397;
}
#link_login, #img_floater{
	float: right;
	text-align: right;
	padding-top: 2px;
}
#img_floater{	width: 100px;}
#link_login{	width: 115px;}
#link_login A{	color: #FFFFFF;}

#header_horizontal_spacer TD{	height: 19px;}



/* --- MENU --- */
#menu, #content, #sidebar, #footer{
	border: 1px solid #CCCCCC;
}

#menu{
	width: 170px;
	padding-top: 10px;
	vertical-align: top;
	border-left: 0;
}

#menu A{
	background-color: transparent;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
DIV.menu_item, DIV.menu_item_active{
	border: 1px solid #CFCFCF;
	margin: 10px;	margin-top: 0;
	text-align: center;
	font-weight: bold;
}
DIV.menu_item A{
	width:100%;
	font-size: 8pt;
}
DIV.menu_item{
	background-color: #EFEFEF;
	color: #000000;
}
#menu DIV.menu_item A:hover{
	background-color: #FFCC33;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.menu_item_active, .menu_item_active A{
	background-color: #296397;
	color: #FFFFFF;
}

/* --- MENU IMAGES --- */
div.menu_images{	padding-top: 10px;}
div.menu_images img{	margin-bottom: 10px;}

/* --- LINKS --- */
#links{
	vertical-align: top;
	border: 0;
	padding: 10px;
}
#links a{
	display: block;
	background-image: url(images/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-top: 3px;	padding-bottom: 3px;
	padding-left: 15px;
	color: #093479;
	font-size: 1em;
	text-decoration: underline;
}
.links_header
{
	display: block;
	font-weight: bold;
	color: #0073AE;
	padding-bottom: 5px;
}


/* --- CONTENT --- */
#content{
	vertical-align: top;
}
#content_div{
	padding: 10px;
	height: 100%;
}

input.start_button{
	border: 3px outset #DAEDF4;
	background-color: #296397;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 10px 1px 10px;
	cursor: pointer;
}


/* --- SIDEBAR --- */

#sidebar{
	vertical-align: top;
	width: 180px;
}
#sidebar_div a{
	font-weight: bold;
	text-decoration: none;
	color: darkblue;/*#296397;*/
}
#sidebar_div a:hover{
	text-decoration: underline;
}

.crew_requests_title{
	border: 1px solid #000000;
	background-color: #e6e6e6;
	padding: 3px 0px 3px 0px;
	text-align: center;
	font-weight: bold; 
}

/* --- FOOTER --- */

#footer{
	vertical-align: bottom;
}
#footer DIV{
	padding-top: 5px;	padding-bottom: 5px;
	text-align: center;
}


/* --- Q & A STUFF --- */
.qa_listing_wrapper{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
}
.qa_listing{	text-align: center;}
.qa_listing td{
	background-color: #F3F3F3;
	line-height: 1.5;
	padding: 3px;
}
.qa_listing td a{
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
}
.qa_listing .header td{
	background-color: #D7E2F6;
	border-bottom: 2px solid #FFCC33;
	padding: 3px 0 3px 0;
	font-weight: bold;
}
.message_start{
	margin-left: 10px;
	font-style: italic;
	color: #666666;
}
.qa_listing td div.active{
	padding: 3px 0 3px 0;
	color: #FFFFFF;
	background-color: #009900;
}
.qa_listing td div.inactive{
	padding: 3px 0 3px 0;
	color: #FFFFFF;
	background-color: #CC0000;
}


/* --- MODERATOR STYLES --- */
.modconsole{
	background-color: #FFDF80;
	padding:5px;
	border:1px solid black;
}
.modconsole p{
	background-color: transparent;
	margin-top: 5px;
}
.modconsole label{
	float: left;
	width: 150px;
	margin-top: 3px;
}
.mod_table{	margin-bottom: 5px;}
.mod_table tr td{
	padding: 2px 2px 0 2px;
}
td.mod_action{
	width: 90px;
	background-color: #FFBF00;
	text-align: center;
}
.mod_crew_request{
	border: 1px solid black;
	padding: 0 5px 2px 5px;
	margin: 5px 0 5px 0;
	line-height: 20px;
}

/* --- NEW STYLES FOR MOST RECENT MESSAGES --- */

.table_recent{
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	text-align: left;
}
.table_recent_header{	font-weight: bold;}
.table_recent_header td{
	background-color: #D7E2F6;
	border-bottom: 2px solid #000000;
	padding: 2px;
}
.table_recent_content td, .table_recent_content_mouseover td{
	vertical-align: top;
	border-right:  3px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;/*#CCCCCC;*/
	padding: 2px;
	cursor: pointer;
}
.table_recent_content td{
	background-color: #F3F3F3;
}
.table_recent_content_mouseover td{
	background-color: #FFDF80;
}
.table_recent_msg{
	font-style: italic;
}


/* --- NEW STYLES FOR MESSAGES --- */

.message{
	padding: 2px;
	border: 1px solid #CCCCCC;
	border-top: 0;
}
.start{
	background-color: #F0F0F0;
	border-top: 1px solid #CCCCCC;
}

.message_author{
	padding: 3px 10px 10px 8px;
	vertical-align: top;
	border-right: 1px solid #999999;
	width: 140px;
}
.message_author a, .message_author strong{
	line-height: 14pt;
	color: #000000;
}
.message_author img{
	position: relative;
	top: 2px;
}

.message_body{
	padding: 8px 8px 10px 10px;
	vertical-align: top;
}
.message_quote{
	border: 1px solid #999999;
	padding: 3px;
	margin-top: 2px; margin-bottom: 7px;
	background-color: #DFDFDF;
}
.level1{	background-color: #DFDFDF;}
.level2{	background-color: #CFCFCF;}

.message_control{
	padding: 0 8px 10px 10px;
	vertical-align: bottom;
}

.button{
	background-color: #FFFFFF;
	border: 2px outset #4682B4;
	padding: 0 10px 0 10px;
	_padding: 0 5px 0 5px;
}
.bigger_button, .button_centered{
	background-color: #4682B4;
	border: 3px outset lightblue;
	color: #FFFFFF;
}
.bigger_button{
	font-size: 12px;
	padding: 0 10px 0 10px;
}
.button_centered{
	margin: 3px 0 3px 0;
	padding: 0 10px 0 10px;
	_padding: 0;
}

.left{	margin-right: 10px; float:left;}
.right{ margin-left: 10px; float:right;}
input.moderator, input.mod_first{
	background-color: #FFDF80;
}
input.mod_first{
	font-weight: bold;
	color: #FF0000;
}

.center{	text-align: center;}

/* --- NEW STYLES FOR TOPICS --- */
div.topic{
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.topic_header{
	background-color: #D7E2F6;
	border-bottom: 2px solid #FFCC33;
	padding: 4px;
	vertical-align: top;
}
div.topic_header table{	width: 100%;}
td.flag{
	padding-right: 6px;
	width: 21px;
	vertical-align: top;
}
td.topic_title{
	vertical-align: top;
	text-align: left;
}
span.title, td.topic_title a{
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: -2px;
}
td.topic_title a{
	color: #296397;
}
span.subtitle, span.quote_start{
	font-style: italic;
}
td.topic_locked{
	width: 31px;
	text-align: right;
}
td.topic_view{	width: 16px; padding-right: 3px;}
img.view, img.image_button{
	border: 2px outset #4682B4;
	padding: 2px;
	background-color: #FFFFFF;
}
img.image_button{
	margin-right: 5px;
	position: relative;
	top: 3px;
}
td.topic_replies{
	text-align: center;
	padding: 0 6px 0 6px;
	width: 70px;
}
div.topic_info{
	margin-left: 25px;
	padding: 4px;
	line-height: 15px;
	text-align: left;
}
td.topic_delete{
	width: 80px;
	text-align: center;
}

.bold{	font-weight: bold;}
.red{	color: #FF0000;}

