﻿html, body{
        padding: 0px;
        margin: 0px;
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: black;
		font-weight: bold;
		background-image:url('../img/glassblue.jpg');
		
}



#fbFooter {
	height: 60px;
	background-color:white;
	padding:3px;
	padding-left:20px;
	padding-right:20px;

	filter:alpha(opacity=50);
	opacity: 0.5;

	
}

/* position relative is used so IE doesn't make the text transparent... */
h2 {

	position:relative;
	filter:alpha(opacity=100);
	opacity:1;
	font-size:22px;
	color:black;
	margin:0px;
	padding:0px;
}




#fbContents {
	position:absolute;
	bottom:5px;
	left:10px;
}


img {
  border:0px;
}

.lllogo {
	position:absolute;
	top:15px;
	right:15px;
}


table.headercontainer {
	width:100%;
	margin-top:10px;

}

td.headercontainertd1 {
	width:33%;
}

td.headercontainertd2 {
		vertical-align:middle;
		width:33%;	
		text-align:center;

}



td.headercontainertd3 {
	width:33%;
}

a:link, a:visited {
  text-decoration:none;
  color:#555555;
}

a:hover {
  color:black;
}





#header {
	background-color:#FFFFFF;
	color:#000000;
}



.fbPaginationMinor {
	color: #000000;
	margin-left: 10px;
}


#fbMenu {
/*
	margin-top: 14px;
	padding-bottom:5px;
	float:left;

	background-image:url('../img/iconbg.gif');
	background-repeat:no-repeat;
*/

}




#fbMenu img {
	margin-left:5px;
	margin-top:3px;
}



#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;
}




/*

.sidebarWrapper {
position:absolute;
right:5px;
bottom:3px;
width:200px;
margin:0px;
text-align:center;

}

.sidebarWrapper2 {
background-image:url('img/sidebarMain.png');
}

.sidebarTop {
background-image:url('img/sidebarTop.png');
background-repeat:no-repeat;
color:#555555;
height:25px;
padding-top:3px;
cursor:pointer;
}


.sidebarItemSelected {
  background:white;
}


.sidebarBottom {
background-image:url('img/sidebarBottom.png');
background-repeat:no-repeat;
height:30px;
color:#777777;
margin-bottom:25px;
}


.sidebarButton {
width:200px;
background-image:url('img/sidebarButton.png');
background-repeat:no-repeat;
height:30px;

padding: 7px 0px 0px 0px;
cursor:pointer;
}

*/
