@charset "utf-8";

@import url('defaults.css');

html, body {
	height: 100%;
	min-width: 1000px;
}

body {
	background-color: #fff;
	font: 14px/20px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-smooth: always;
	color: #333;
}

h1 {
}

h1 span.detail {
	font-size: 20px;
	color: #777;
}

div.corner-badge {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 50;
}

div.corner-badge a {
	outline: none;
	opacity: 0.7;
}

div.corner-badge a:hover {
	opacity: 1.0;
}

div.container {
	min-height: 100%;
	position: relative;
}

div.top-bar {
	z-index: 10;
	position: relative;

	height: 45px;
	line-height: 45px;
	background-color: #444;
	color:#fff; 

	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .4);

}

div.top-bar div.top-bar-container {
	width: 800px;
	margin: 0 auto;
	font-weight:bold; 
	font-size:15px;
}

div.top-bar-title {
/*	background-color: red;*/
	float: left;
/*	width: 20%;*/
	margin: 0;
}

div.top-bar-title a:hover {
	color: #bbb;
}

ul.top-bar-icons {
	padding-left: 20px;
	float: left;
}

ul.top-bar-icons li {
	display: inline;
	float: left;
}

ul.top-bar-icons li a {
	padding: 11px 3px;	
}

ul.top-bar-icons li a:hover {
	opacity: 0.5;
}

div.top-bar div ul.top-bar-menu {
/*	background-color: blue;*/
	padding: 0;
	float: right;
	margin: 0;
	border-left: 1px solid #222;
	border-right: 1px solid #555;
}

div.top-bar div ul.top-bar-menu li {
	float: right;
	display: inline;
	text-align: center;
	border-left: 1px solid #555;
	border-right: 1px solid #222;
}

div.top-bar a {
	display: block;
/*	background-color: #fff;*/
	color: #fff;
	text-decoration: none;
	outline: none;
}

div.top-bar div ul.top-bar-menu li a {
	padding: 0 20px;
}

div.top-bar div ul.top-bar-menu li a:hover {
	background-color: #888;
}

div.body {
	padding-bottom: 40px; /* bottom bar height */
}

div.content {
	
	position: relative;
	padding-bottom: 50px;
	z-index: 5;
	
	min-height: 300pt;
	
	/*background-image: linear-gradient(bottom, rgb(255,255,255) 68%, rgb(235,235,235) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 68%, rgb(235,235,235) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 68%, rgb(235,235,235) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 68%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 68%, rgb(235,235,235) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.68, rgb(255,255,255)),
		color-stop(1, rgb(222,222,222))
	);*/
background: rgb(208,216,219); /* Old browsers */
background: -moz-linear-gradient(top, rgba(208,216,219,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,216,219,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(208,216,219,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(208,216,219,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(208,216,219,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(208,216,219,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d8db', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
}

div.main {
	width: 800px;
	margin: 0 auto;
}

div.bottom-bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	clear: both;
	z-index: 0;
	height: 40px;
	color: #777;
	text-size: 12px;

	background-color: rgb(235, 235, 235);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(150,150,150)),
		color-stop(0.125, rgb(228,228,228)), /* 5px/40px = 0.125 */
		color-stop(1, rgb(255,255,255))
	);

	background-image: -linear-gradient(top, rgb(150,150,150) 0, rgb(228,228,228) 5px, rgb(255, 255, 255) 100%);
	background-image: -o-linear-gradient(top, rgb(150,150,150) 0, rgb(228,228,228) 5px, rgb(255, 255, 255) 100%);
	background-image: -moz-linear-gradient(top, rgb(150,150,150) 0, rgb(228,228,228) 5px, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(top, rgb(150,150,150) 0, rgb(228,228,228) 5px, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(top, rgb(150,150,150) 0, rgb(228,228,228) 5px, rgb(255, 255, 255) 100%);
}

div.bottom-bar-container {
	width: 800px;
	margin: 0 auto;
}

div.bottom-bar-container div.copyright {
	padding-top: 10px;
	margin-left: 15px;
}

