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

/* Used for formatting the navigation bar */
div.navbar {
	position:fixed;
	top:0px;
	left:0px;
	float:left;
	width:100%;
	min-width:800px;
	margin:0px;
	
	font-family: "Andale Mono", Monaco, sans-serif;
	font-size:14px;
	line-height:24px;
}
div.navbar_lefttitle {
	float:left;
	overflow:hidden;
	width:100%;
	min-width:240px;
	height:40px;
	margin:0px;
}
div.navbar_left {
	float:left;
	background-image:url('../images/navbar.png');
	width:30%;
	min-width:240px;
	height:75px;
	margin:0px;
}
div.navbar_right {
	float:left;
	background-image:url('../images/navbar.png');
	width:30%;
	min-width:240px;
	height:75px;
	margin:0px;
	text-align:right;
}
div.navbar_middle {
	width:40%;
	min-width:320px;
	float:left;
}
div.navbar_middlebar {
	float:left;
	width:100%;
	height:50px;
	background-color:#FFFFFF;
	text-align:center;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
div.navbar_middlecontent {
	float:left;
	overflow:hidden;
	width:100%;
	height:0px;
	background-color:#333;
	text-align:center;
	color:#999;
	line-height:18px;
}

div.navbar_shadowleft {
	background-image:url('../images/navbar_shadowleft.png');
	width:50px;
	height:25px;
	float:left;
}
div.navbar_shadow {
	background-image:url('../images/navbar_shadow.png');
	width:100px;
	height:25px;
	float:left;
}
div.navbar_shadowright {
	background-image:url('../images/navbar_shadowright.png');
	width:50px;
	height:25px;
	float:left;
}
a.navbar_link:link {
	color:#CCC;
	text-decoration:none;
}
a.navbar_link:visited {
	color:#CCC;
	text-decoration:none;
}
a.navbar_link:hover {
	color:white;
	text-decoration:none;
}
a.navbar_link:active {
	color:white;
	text-decoration:none;
}