/* CSS Document */
a{color: #ffcc66;}
a:hover{color: #ffcc66;}
body {background-image:url(images/top-bg.jpg); background-position:top; background-repeat:repeat-x; background-color:#000000; padding:0px; margin:0px; padding-top:31px;}
#logonav {background-image:url(images/nav-bg.gif); background-position:top; background-repeat:repeat-x;}
#right {background-image:url(images/right-bg.gif); background-position:top; background-repeat:repeat-x; background-color:#000000; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#ffffff; font-size:11px; padding:0px; margin:0px; padding-top:0px; line-height:16px;}
h3 {margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#footer {background-image: url(images/footer-bg.gif); background-position:top; background-repeat:repeat-x; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#CCCCCC; line-height:18px;}
#footer a{color:#CCCCCC; text-decoration:underline;}
#footer a:hover {color:#FFFFFF; text-decoration:underline;}
#maincontentarea {padding:20px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; background-image:url(images/content-bg.jpg); background-position:right top; background-repeat:no-repeat; line-height:18px;}
#maincontentarea a{color:#FFCC66;}


#maincontentarea2 {
padding:20px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; background-position:right top; background-repeat:no-repeat; line-height:18px;
}

#loginContainer
{
	width:900px; 
	margin-left: auto; 
	margin-right: auto; 
	position: absolute; 
	top: 26px;
	left: 300px;	
}

#loginMain
{
	background: #000 url(images/loginBg.jpg) repeat-x; 
	border-left: #CCC solid 1px; 
	border-right: #CCC solid 1px; 
	border-bottom: #CCC solid 1px; 
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(230,230,230))); 
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.25); 
	width: 250px; 
	height: 150px; 
	position: realitive; 
	top: 26px; 
	margin-left: auto;
	margin-right: auto; 
	z-index: 1000; 
	-webkit-border-bottom-left-radius: 6px; 
	-webkit-border-bottom-right-radius: 6px; 
	-moz-border-radius: 0 0 6px 6px; 
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.25); 
	-moz-border-radius: 0 0 6px 6px;
	display: none;
		
}

.textField
{
	width: 250px; 
	padding: 10px;	
}

.labels
{
	font-weight: bold; 
	font-style: italic; 
	color: #CCC;	
}

.inputs
{
	width: 225px; 
	height: 20px;	
}

#slideBtn
{
	background: url(images/signin_bg.jpg) repeat-x; 
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.25); 
	width: 100px; 
	height: 25px; 
	z-index: 1001; 
	-webkit-border-bottom-left-radius: 6px; 
	-webkit-border-bottom-right-radius: 6px; 
	-moz-border-radius: 0 0 6px 6px; 
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.25); 
	-moz-border-radius: 0 0 6px 6px; 
	margin-top: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	font-weight: bold; 
	font-style: italic; 
	color: #000; 
	border-top: #CCC solid 1px;
	cursor: pointer;
}