
/*  APPLIES TO ENTIRE FORUM */

@import url(header_footer.css);


/* FORUM OVERRIDES */

.lithium-logo,
.LithiumLogo
{
	display:none;
}

select#lidropdown.input
{
	display:none;
}

.menubar_standalone span
{
	color:#4D4D4D;
}

.titlebar
{
	background-repeat:repeat-y;
	background-color:#6B2400;
}

.subjectbar,
.headingbar,
.module_header_cell,
.module_header_cell_left
{
	background-repeat:repeat-y;
	background-color:#A3080E;
}

td.module_browse_category_subheading_cell
{
	color:#4D4D4D;
}

/*
td.module_normal_title
{
	height:30px;
	background: #032741 url('http://www.starz.com/forum/header_01_sm_blue.jpg') repeat-x;
	background-image:url('http://www.starz.com/forum/header_01_sm_blue.jpg') repeat-x;
	font-size:12px;
	font-family: arial,helvetica,clean,sans-serif;
}
*/

td.module_normal_title
{
	height:30px;
	background: #DFF0F7;
	font-size:12px;
	font-family: arial,helvetica,clean,sans-serif;
}

td.subjectbar
{
	background-image:none;
	background-color:#8B1806;
}
td.subjectbar nobr span
{
	color:#5ABCF3;
}

.li-mod-header
{
	height:30px;
	background: #032741 url('http://www.starz.com/forum/header_01_sm_blue.jpg') repeat-x;
	background-image:url('http://www.starz.com/forum/header_01_sm_blue.jpg') repeat-x;
	font-size:12px;
	font-family: arial,helvetica,clean,sans-serif;
}

span.title,
div.li-mod-header span.title
{
	padding-top:5px;
	color:White;
	font-size:12px;
	font-family: arial,helvetica,clean,sans-serif;
}

span.subjectbar
{
	background:none;
}

span.count_text
{
	color:#4D4D4D;
}

.group-title
{
	background: #A3080E url('http://www.starz.com/forum/header_01_sm_red.jpg') repeat-y;
	background-color:#A3080E;
}

td.titlebar,
.titlebar_text
{
	font-size:15px;
	color:#FFFFFF;
	font-variant:small-caps;
	font-family:Arial;
}

table#main_table.main_table tbody tr td.userbar
{

}

table#main_table.main_table tbody tr td.userbar a.userbar_text
{
	font-weight:bold;
}

span.menubar_text
{
	font-weight:bold;
}
div.dropdown_menu span.menubar_text
{
	font-weight:normal;
}


/* ------ Profile Page Fix */

table#main_table.main_table
{
	border-bottom-color:White;
	border-bottom-width:1px;
	border-bottom-style:outset;

	border-width:1px;
	border-color:White;
	background-color:White;
}


table#main_table.main_table tbody tr td.titlebar,
table#main_table.main_table tbody tr td.userbar,
table#main_table.main_table tbody tr td.navbar
{
	border-bottom-color:White;
	border-bottom-width:1px;
	border-bottom-style:outset;

	border-width:1px;
	border-color:White;
}


/* ------ Private Messages Fix */
#lithium-body .TabBar span a 
{ 
	font-family:Arial;
	font-size:12px;
	color: #FFFFFF; 
}

div#lithium-body input#searchTerm.search,
#lithium-body input#searchTerm.search
{
	height:auto;
	width:208px;
}