@charset "utf-8";
/* CSS Document */

html {overflow-y: scroll;
}

body {
		
		background-image:url(imgs/bkg.jpg);
		background-repeat:repeat-x;
		background-color:#010F32;			
		font: 12px "Lucida Sans Unicode", "Lucida Grande",Helvetica, Helvetica Neue, Arial, Tahoma, Arial, san-serif,"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color:#333333;
		border:none;
		padding-left:none;
		padding-top:none;
		margin:0px;
				}

			
#homebox {
		position:relative;	
		height:1400px;	
		width: 900px;
		margin-top:none;
		padding:0px;		
		background-image:url(imgs/bkg_home.jpg);
		background-repeat:no-repeat;
		margin-left:auto;
		margin-right:auto;
		
				}

#homecontent {
	position:relative;
	top:280px;
	height:auto;
	width:890px;
	padding:0px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	
	}
	
#pagecontent {
	height:800px;
	overflow:scroll;
	background-color:#e6e6fa;
	padding-left:5px;
	padding-right:5px;
	}

.center {padding-left:10px;
	padding-right:15px;
	border-left: 1px solid #999;
	text-align:left;}		
	
td {
	vertical-align:top;
	
	}
	
/* input and forms */	

.login {
	position:relative;
	width:225px;
	height:230px;
	background:url(imgs/loginTM.png) no-repeat;
	color:#000000;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	vertical-align:top;	
	padding-left:5px;
	padding-top:35px;
	
			}
	
.textin {

			color: #781351;
			background-color:#CCC;
			border: 1px solid #00000;
			width:140px;
			font-size:10px;
		
	
	}
	
	
/* input and forms */	


.clean-gray{
border:solid 1px #DEDEDE; 
background:#EFEFEF;
color:#222222;
padding:5px;
text-align:center;
}

.clean-blue{
padding:15px;
padding-left:160px;
border:solid 1px #DEDEDE; 
background:#003;
color:#FFF;
text-align:left;
background-image:url(imgs/mega.png);
background-repeat:no-repeat;
background-position: 40px 30px;
}


/* link */ 



	

.linkList {
	list-style-type: none;
	margin-top:5px;
	padding: 0;
	margin-left:15px;
	margin-right:0px;
	line-height:18px;
	list-style-type: square;
				
	}
	
.sublinkList {
	list-style-type: none;
	margin-top:3px;
	padding: 0;
	margin-left:15px;
	margin-right:0px;
	line-height:18px;
	list-style-type:circle;
	font-size:10px;
		}
		
	.linkList a:link, a:visited {
	background: transparent;
	color: #333333;
	font-weight:normal;
	text-decoration: none;
	}
	
	.linkList a:visited {
	background: transparent;
	color: #333333;
	font-weight:normal;
	text-decoration: none;
	}
	
	.linkList a:hover, a:active, a:focus  {
	background: #022e77;
	color: #FFF;
	text-decoration: none; 
	}
	
	.linkList .boxy a:link  {
	border: solid 1px #F00; padding-left:4px; padding-right:4px; 
	color: #333333;
	text-decoration: none; 
	}
	.linkList .boxy a:hover, a:active, a:focus  {
	border: solid 1px; padding-left:4px; padding-right:4px; 
	color: #FFFFFF;
	background: #022e77;
	text-decoration: none; 
	}
	
	
.right {
	float:right;
	padding-right:10px;
	}

.left {
	float:left;
	padding-left:10px;
	padding-right:10px;
	clear:both;
	}	


.center a:link, a:visited, a:hover, a:active, a:focus{
	background: transparent;
	color:#666;
	text-decoration:underline;
	border:none;
	}
	
.center img {
   border-style: none;
   border:none;
}

img {
   border-style: none;
   border:none;
}

.red {
	color: #F00;
	font-size:14px;
}
.red {
	color: #F00;
}
