/*
----------------------------------------------------------
FileName: flbcmedia.css
Version: Nov 22nd, 2008
----------------------------------------------------------
*/

body { 
	background: #6b0101;
	background-image: url(../images/background_red.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-bottom: 0; 
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	list-style-position: outside;
	list-style-type: square;
}

A:link			{ text-decoration: none; color: #8f0000; font-weight: normal; }
A:visited		{ text-decoration: none; color: #8f0000; font-weight: normal; }
A:hover			{ text-decoration: underline; color: #8f0000; font-weight: normal; }

table {
	background: #ffffff;
}

td { 
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.form {	
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
border-top:1px solid #dddddd;
border-bottom:1px solid #dddddd;
color: #666666;
font-size: 9px;
line-height: 16px;
background-color:#dddddd ;
}

/* --- HEADER --- */
.searchform {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: 6px solid #dedede;
	border-bottom: 6px solid #dedede;
	background-color: #dedede;
	width: 150px;
	height: 15px;
}
td.headerborder {
    border-bottom: solid 3px #666666;
}

/* --- FOOTER --- */
.footer {
	font-size: 10px;
}
td.footerborder {
    border-bottom: solid 3px #666666;
}

/* --- MEDIA LIST --- */
td.medialist {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
td.medialist A:link			{ text-decoration: none; color: #8f0000; font-size: 16px; font-weight: bold; }
td.medialist A:visited		{ text-decoration: none; color: #8f0000; font-size: 16px; font-weight: bold; }
td.medialist A:hover			{ text-decoration: underline; color: #8f0000; font-size: 16px; font-weight: bold; }

td.medialisttopics {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
td.medialisttopics A:link		{ text-decoration: none; color: #8f0000; font-size: 12px; font-weight: normal; }
td.medialisttopics A:visited		{ text-decoration: none; color: #8f0000; font-size: 12px; font-weight: normal; }
td.medialisttopics A:hover		{ text-decoration: underline; color: #8f0000; font-size: 12px; font-weight: normal; }

.medialisttabs {
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-right: 5px;
}
.medialisttabs ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.medialisttabs li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none; 
	background-color: #444444;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.medialisttabs li:hover			{ background-color: #0066cc; color: #ffffff}

.medialistsorttabs {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.medialistsorttabs ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.medialistsorttabs li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none; 
	background-color: #444444;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.medialistsorttabs li:hover		{ background-color: #0066cc; color: #ffffff;}
.medialistsorttabs A:link, .medialistsorttabs A:visited, .medialistsorttabs A:hover {
	text-decoration: none; color: #ffffff; font-size: 12px; font-weight: normal;
}

/* --- MEDIA LIST SIDE --- */
table.medialistside {
	background-color: #dedede;
}
#tr.medialistside:hover			{ background-color: #efefef;}

td.medialistside {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #dedede;
}
#td.medialistside:hover			{ background-color: #efefef;}

td.medialistside A:link			{ text-decoration: none; color: #8f0000; font-size: 12px; font-weight: bold; }
td.medialistside A:visited		{ text-decoration: none; color: #8f0000; font-size: 12px; font-weight: bold; }
td.medialistside A:hover			{ text-decoration: underline; color: #8f0000; font-size: 12px; font-weight: bold; }

.medialistsideform {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #8f0000;
	border-left: 5px solid #dedede;
	border-right: 5px solid #dedede;
	border-top: 5px solid #dedede;
	border-bottom: 5px solid #dedede;
	background-color: #ffffff;
	width: 16em;
}

/* --- PAGINATION - SEARCH RESULT NAVIGATION --- */

td.pagination_link, td.pagination_link_active {
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	border: solid 1px #cccccc;
	margin: 0px;
	padding: 4px;
}
td.pagination_link:hover, td.pagination_link_active:hover { background-color: #dedede; }

td.pagination_link_active_current {
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	border: solid 1px #cccccc;
	margin: 0px;
	padding: 4px;
	color: #ffffff;
	background-color: #666666;
}
.pagination_link_active_current A:link		{ text-decoration: none; color: #ffffff; font-size: 12px; font-weight: bold; }
.pagination_link_active_current A:visited	{ text-decoration: none; color: #ffffff; font-size: 12px; font-weight: bold; }
.pagination_link_active_current A:hover		{ text-decoration: none; color: #ffffff; font-size: 12px; font-weight: bold; }

/* --- MEDIA LAUNCH --- */
td.medialaunch {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
td.medialaunch A:link		{ text-decoration: none; color: #8f0000; font-size: 12px; font-weight: normal; }
td.medialaunch A:visited		{ text-decoration: none; color: #8f0000; font-size: 12px; font-weight: normal; }
td.medialaunch A:hover		{ text-decoration: underline; color: #8f0000; font-size: 12px; font-weight: normal; }

div.medialaunchhrspacer{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #cccccc;
	height: 1px;
	width: 100%;
}
div.medialaunchspacer{
	margin-top: 2px;
	margin-bottom: 2px;
	height: 1px;
	width: 100%;
}

.medialaunchform {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	border: 0px;
	background-color: #666666;
	width: 255px;
	height: 15px;
	padding: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.medialaunchtabs {
	padding-left: 8px;
	padding-top: 12px;
	padding-bottom: 3px;
	padding-right: 5px;
}
.medialaunchtabs ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.medialaunchtabs li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none; 
	background-color: #444444;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.medialaunchtabs li:hover			{ background-color: #0066cc; color: #ffffff}

/* --- MEDIA SIDE LAUNCH --- */
.medialaunchsidetabs {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 5px;
}
.medialaunchsidetabs ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.medialaunchsidetabs li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none; 
	background-color: #444444;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.medialaunchsidetabs li:hover			{ background-color: #0066cc; color: #ffffff}

td.medialaunchtopics {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
td.medialaunchtopics A:link		{ text-decoration: none; color: #8f0000; font-size: 12px; font-weight: normal; }
td.medialaunchtopics A:visited	{ text-decoration: none; color: #8f0000; font-size: 12px; font-weight: normal; }
td.medialaunchtopics A:hover		{ text-decoration: underline; color: #8f0000; font-size: 12px; font-weight: normal; }

td.medialaunchside {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
td.medialaunchside A:link		{ text-decoration: none; color: #8f0000; font-size: 11px; font-weight: normal; }
td.medialaunchside A:visited		{ text-decoration: none; color: #8f0000; font-size: 11px; font-weight: normal; }
td.medialaunchside A:hover		{ text-decoration: underline; color: #8f0000; font-size: 11px; font-weight: normal; }


/* --- GRAY BORDERS --- TD */
td.border-top {
    border-top: solid 1px #cccccc;
}
td.border-bottom {
    border-bottom: solid 1px #cccccc;
}
td.border-left {
    border-left: solid 1px #cccccc;
}
td.border-right {
    border-right: solid 1px #cccccc;
}
td.border-all {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}
td.border-left-bottom {
    border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
td.border-right-top {
    border-right: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}
td.border-right-bottom {
    border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
td.border-right-top-bottom {
    border-right: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
td.border-top-bottom {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

/* --- GRAY BORDERS --- TR */
tr.border-bottom {
    border-bottom: solid 1px #cccccc;
}
tr.border-top-bottom {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
