@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}
body {
	background-color: #CFCFCE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://farm3.staticflickr.com/2526/3682832939_6732bbe9be.jpg);
	background-repeat: repeat;
	background-position: top;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size:12px;
	text-align:center;
}

/*links css bellow*/

a:link {
	color: #073C86;
}
a:visited {
	color: #063A85;
}
a:hover {
	color: #FC3;
}
a:active {
	color: #083D87;
}




/* font's CSS to control text below*/

/*BLACK FONTS*/
.12black {
	color: #000;
	font-size: 8px;
	font-weight: normal;
}


/*YELLOW FONTS*/


/*RED FONTS*/
.White {
	color: #FFF;
	font-weight: normal;
	background-color:#104B90;
	
}

/*Tables*/
.TABLE_TOPIC {
	color: #FFF;
	font-weight: normal;
	background-image:url(designassets/blue_table_background.png);
	text-indent: 5px;
	padding: 5px;
	height: 22px;
}


/*SIDE TABLES CONTROLS*/
.side_tables {
	width: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-position: center;
	border: 5px double #063A85;
}

.big_tables {
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	background-position: center;
	border: 5px double #063A85;
	padding: 0px;
}


.image_float {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}



/* lights */

#lights {
 position:absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 overflow:hidden;
}

.xlsf-light {
 position:absolute;
}

body.fast .xlsf-light {
 opacity:0.9;
}

.xlsf-fragment {
 position:absolute;
 background:transparent url(image/bulbs-50x50-fragments.png) no-repeat 0px 0px;
 width:50px;
 height:50px;
}

.xlsf-fragment-box {
 position:absolute;
 left:0px;
 top:0px;
 width:50px;
 height:50px;
 *width:100%;
 *height:100%;
 display:none;
}

.xlsf-cover {
 position:fixed;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 background:#fff;
 opacity:1;
 z-index:999;
 display:none;
}

/*
.xlsf-light.bottom {
 height:49px;
 border-bottom:1px solid #006600;
}

.xlsf-light.top {
 height:49px;
 border-top:1px solid #009900;
}
*/ 

