@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

body{
	background:url(../images/bg.png) repeat-x;
}

#login_container{
	width:400px;
	height:250px;
	margin:auto;
	margin-top:10%;
}

#login_input{
	background:#FFF;
	padding:30px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}

#login_header{
	background:url(../images/bg_head.png);
	height:35px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	color:#FFF;
	padding:1em 0em 0em 1em;
}
#login_button{
	background:url(../images/bg_head.png);
	font: 100% "Trebuchet MS", sans-serif;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	font-weight:bold;
	height:20px;
	width:60px;
	color:#FFF;
}

#login_footer{
	margin-top:1px;
	background:url(../images/bg_head.png);
	height:40px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	color:#CCC;
	font-size:11px;
	padding:10px 0em 0em 1em;
}

#login_footer a{	
	color:#CCC;
	text-decoration:underline;
}

#header{
	background:url(../images/bg_head.png);
	height:40px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	color:#FFF;
	padding:1em 0em 0em 1em;
}

#header a{
	color:#CCC;
	text-decoration:underline;
}

#footer{
	margin-top:1px;
	background:url(../images/bg_head.png);
	height:25px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	color:#CCC;
	font-size:12px;
	padding-top:10px;
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
}
#footer a{
	color:#CCC;
	font-weight:bold;
}

@media screen{
  body>div#footer{
   position: fixed;
  }
}

* html body{
  overflow:hidden;
 } 
 * html div#container{
  height:100%;
  overflow:auto;
 }

.clear{
	clear:both;
	display:block
}

#navigation_panel{
	width:15%;
	height:auto;
	min-height:410px;
	float:left;
	position: absolute;
	padding:.43%;
	padding-bottom:2%;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

#right_panel{
	width:80%;
	height:auto;
	min-height:400px;
	float:right;
	padding:2%;
	padding-bottom:2%;
}

#navigation_panel ul li{
	margin-bottom:3px;
	padding:2px;
	color:#333;
	font-weight:bold;
	cursor:pointer;
	border-bottom:#CCC 1px dashed;
}

#navigation_panel ul li:hover{
	background:#FFC;
	border-bottom:#999 1px dashed;
}

a{
	color:#00F;
	text-decoration:none;
}

#main_content{
	height:300px;
	width:100%; 
	height:auto; 
	background:#FFF;	
}

.zebra:hover{
	background:#AFCBFE;
}