html, body{
        padding: 0px;
        margin: 0px;
		background-color: #333333;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}
*
{
	outline: none;
}

a img
{
	border: 0;
}

select
{
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 12px;
}

#fbFooter {
	height: 49px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: top left;
}

.fbPaginationMinor {
	color: #ccc;
	margin-left: 10px;
}

#fbContents {
	margin-top: 6px;
	margin-left: 15px;	
	float: left;
}

#fbMenu {
	float: left;
	margin-top: 9px;
	margin-left: 15px;
}

#fbNav
{
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}


#index
{
	position: absolute;
	z-index: 99;
	height: 248px;
	width: 100%;
	left: 0;
	bottom: 49px;
	background-color: #000000;
	display: none;
	z-index: 100000000;
}

#index #indexPages div
{
	padding: 10px 15px 10px 15px;
	white-space: nowrap;
	height: 200px;
	overflow: auto;
}


#index #indexPages a img
{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#index #indexPages a:hover img
{
	opacity: 1;
	filter: none;
}

#index div td
{
	font-size: 9px;
	text-align: center;
}

#index table
{
	border-spacing: 0px;
	border-collapse: compact;
}

#index table td
{
	padding: 0;
}

#index div td.r
{
	padding-left: 1px;
	padding-right: 25px;
}

#index #indexHeader
{
	line-height: 24px;
	padding-left: 15px;	
	background: #999;
}


#fbFooter a#epLink
{
	height: 49px;
	float: left;
	overflow: hidden;
	width: 200px;
	display: block;
	background: transparent;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: left center;
}

#pageLinks
{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	padding: 0;
	background: #ffffff;
}


#closeIndex
{
	right: 15px; top: 0px;
}


#pageLinks.inactive #linkContainer
{
	display: none;
	line-height: 1;
}


#subscribe, #email
{
	position: absolute;
	z-index: 99;
	height: auto;
	width: 400px;
	left: 0;
	bottom: 49px;
	background-color: #000000;
	display: none;
	z-index: 200000000;	
	padding-bottom: 15px;
}

#subscribe h2, #email h2
{
	line-height: 24px;
	padding-left: 15px;	
	background: #999;
	margin: 0;
	font-size: 12px;
}

#subscribeForm, #emailForm
{
	padding: 0 15px;
}

#subscribeForm label, #emailForm label
{
	font-size: 11px;
	display: block;
	padding-top: 1em;
}

#subscribeForm .textbox, #subscribeForm select,
#emailForm .textbox, #emailForm select
{
	border: 2px solid #999;
	font-size: 14px;
	display: inline;
	padding: 3px;
	width: 80%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#subscribeForm .validator, #emailForm .validator
{
	color: #ff0000;
}

.submit
{
	padding: 20px 0;
}
