@charset "UTF-8";
/* CSS Document */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	font-style:italic;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style1 {
	font-size: 18px;
	color: #FFFFFF;
}
.style2 {color: #FFFF00}
body {
	background-color: #000000;
	background-image: url(images/cfbg.png);
	background-repeat: repeat;
}
#content {
	z-index:2;
}
#bg {
	z-index:1;
	width: 100%;
	height: 100%;
	position:fixed;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px; 
	left: 0px;
	background: #000000;
	z-index: 100;
}
.header {
	position: absolute;
	width: 100%;
	top: 10px;
	left:-0px;
	background-image:url(images/header.gif);
	border:hidden;
	background-repeat:repeat-x;
	height: 85px;
}


.login {
		font-size: 11px;
		width: 450px;
		height: 210px;
		text-align: left;
		border: 1px solid #FFFF00;
		background-image:url(images/login.gif);
		margin-left: auto;
		margin-right: auto;
		position: relative;
		
}
.login_container {
		z-index: 120;
		position: absolute;
		font-size: 11px;
		top: 120px;
		width: 100%;
		text-align: center;
		left: 0px;
		
}
.login #title
{
		position: absolute;
		left: 50px;
		top: 35px;
		font-size: 22px;
		color: #FFFFFF;
		color:#ffffff;
}

.login #text
{
		position: absolute;
		left: 50px;
		top: 80px;
		color:#ffffff;
		font-size:13px;
}
.field {
	background-color: #323232;
	border-color: #FFFF00;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-size: 11pt;
	font-family: arial;
	cursor:text;
}
.button
{
	border-width: 1px;
	font-size: 10pt;
	color: #FFFFFF;
	border-style: ridge;
	background-color: #232323;
	background-image:url(images/buttonoff.gif);
	border-color: #FFFF00;
	cursor:pointer;
}
.heading {
	width: 100%;
	background: #151515;
	color: #FFFF00;
	border: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.button:hover
{
	border-width: 1px;
	border-style: ridge;
	color: #FFFFFF;
	font-size: 10pt;
	background-image:url(images/buttonon.gif);
	background-color: #454545;
	border-color: #FFFF00;
	cursor:pointer;
}
textarea     { overflow: auto }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	cursor:normal;
	background-color: #FFFFFF;
}
.printbar {
	z-index:2;
	color:#FFFFFF;
	background: #323232;
	border: 1px solid #FFFF00;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top: 110px;
	width:95%;
	font-size:16px;
	padding:2px;
	height:18px;
	top: 95px;
	padding-left:5px;
	padding-right:5px;
}
.page {
	color:#FFFFFF;
	position:relative;
	top: 15px;
	width:97%;
	padding: 5px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background: #222222;
	border: 1px ridge #FFFF00;
	font-size:18px;
}
.subm {
	 border:0px;
}
.copyright {
	text-align: center;
	font-size:12px;
	color:#EFEF00;
}
.menu {
	top: 15px;
	color:#FFFFFF;
	position:relative;
	top: 15px;
	width:93%;
	padding: 2px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background: #222222;
	border: 1px ridge #FFFF00;
	font-size:17px;
}
.pageprint {
	z-index:2;
	color:#000000;
	position:relative;
	top: 110px;
	width:95%;
	padding: 5px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border: 0px;
	font-size:18px;
	
}
.loading {
	color:#FFFFFF;
	width: 300px;
	background-image:url(images/cfdiag.gif);
	border: 1px solid #FFFF00;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
}
.loading_container
{
		z-index: 120;
		position: absolute;
		top: 300px;
		width: 100%;
		text-align: center;
		left: 0px;
		
}
.ld {
	color:#FFFFFF;
	width: 300px;
	background-image:url(images/cfdiag.gif);
	border: 1px solid #FFFF00;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
}
.ld_container
{
	    color: #ffffff;
		z-index: 120;
		position: fixed;
		top: 300px;
		width: 100%;
		text-align: center;
		left: 0px;
		
}
.logout_container {
		z-index: 120;
		position: absolute;
		font-size: 11px;
		top: 120px;
		width: 100%;
		text-align: center;
		left: 0px;
		
}
.logout {
		font-size: 11px;
		width: 450px;
		height: 170px;
		text-align: left;
		border: 1px solid #FFFF00;
		background-image:url(images/cfdiag.gif);
		margin-left: auto;
		margin-right: auto;
		position: relative;
		
}

.logout #title
{
		position: absolute;
		left: 50px;
		top: 35px;
		font-size: 22px;
		color: #FFFFFF;
}

.logout #text
{
		position: absolute;
		left: 50px;
		top: 80px;
		color:#ffffff;
		font-size:13px;
}
.email_container {
		z-index: 120;
		position: fixed;
		font-size: 11px;
		top: 120px;
		width: 100%;
		text-align: center;
		left: 0px;
		
}
.email {
	font-size: 11px;
	width: 575px;
	height: 425px;
	text-align: left;
	border: 1px solid #FFFF00;
	background-image:url(images/cfdiag.gif);
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.email #title
{
	position: absolute;
	left: 55px;
	top: 25px;
	font-size: 22px;
	color: #FFFFFF;
}

.email #text
{
	position: absolute;
	left: 30px;
	top: 60px;
	color:#ffffff;
	font-size:13px;
	width: 509px;
	height: 328px;
}
.servicelist {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 325px;
}

.acc_container {
		z-index: 120;
		position: fixed;
		font-size: 11px;
		top: 60px;
		width: 100%;
		text-align: center;
		left: 0px;
		
}
.acc {
	font-size: 11px;
	width: 575px;
	height: 470px;
	text-align: left;
	border: 1px solid #FFFF00;
	background-image:url(images/cfdiag.gif);
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.acc #title
{
	position: absolute;
	left: 40px;
	top: 32px;
	font-size: 22px;
	color: #FFFFFF;
}

.acc #text
{
		position: absolute;
		left: 50px;
		top: 80px;
		color:#ffffff;
		font-size:13px;
}
.adlink {
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	
}
.adlink:hover{
	color: #FFFF00;
	text-decoration:none;
	cursor:pointer;

}
.acclink {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	
}
.acclink:hover{
	color: #FFFF00;
	background:#202020;
	text-decoration:none;
	width:100%;
	cursor:pointer;

}
.list {
background-color:#999999;
border: 2px solid #FFFF00;
height:416px;
}
.nfo {
height:416px;
border: 2px solid #FFFF00;
}
.slist {
background-color:#BBBBBB;
border: 2px solid #FFFF00;
height:278px;
}
.snfo {
height: 278px;
border: 2px solid #FFFF00;
}
.phone {
	margin-left:auto;
	margin-right:15px;
	position: absolute;
	display: -moz-inline-box; /* Fixes Firefox */
	display: inline-block;
	font-size: 16px;
	top: 3px;
	width: 240px;
	height: 74px;
	color:#FFFF00;
	z-index:3;
	left: 769px;
}
#lvideos {
	color:;
}
#lvideos:hover {
	color: #FFFF00;
}
.subm #tag {
	color: #FFFFFF;
	font-style:normal;
}
.subm:hover #tag {
	color: #FFFF00;
	font-style:italic;
}
#pcr {
	height: 23px;
	overflow: hidden;
}
#cr {
	height: 23px;
	overflow: hidden;
}
#er {
	height: 23px;
	overflow: hidden;
}
.headertxt {
	color: #FFFFFF;
}
.headernum {
	color: #FFFF00;
}
.tool-tip {
	color: #fff;
	width: 140px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFFF66;
	padding: 8px 8px 4px;
	background: url(images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
}
