/*
----------------------------------------------------------
FileName: flbc.css
Version: May 2nd, 2008
----------------------------------------------------------
*/

body { 
	background: #5e5e5e;
	background-image: url(../images/background_gray.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	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: #0066cc; font-weight: normal; }
A:visited		{ text-decoration: none; color: #0066cc; font-weight: normal; }
A:hover			{ text-decoration: underline; color: #0066cc; font-weight: normal; }

table {
	background: #ffffff;
}

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

.form {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	color: #000000;
	border: 1px solid #cdcdcd;
	background-color: #ffffff;
	width: 200px;
	height: 28px;
}

div.hrspacer{
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #dedede;
	height: 1px;
	width: 100%;
}

/* --- 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

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