html, body{
	height: 100%;
	width: 100%;
}

#body {
	background: #1D79B8 url(../images/cosmosbiprobg2.jpg) no-repeat center top;
	font: 12px/20px Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

a {
	color: #0066CC;
	line-height: 20px;
	text-decoration: none;
	
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	line-height: 24px;
	list-style: none;
	background: url(../images/icons/bullet_star.png) no-repeat left center;
	padding-left: 20px;
}

h1{
	font-size: 24px;
	color: #1D79B8;
	line-height: 30px;
	font-weight: normal;
}
ul.overview li {
	background: url(../images/icons/bullet_orange.png) no-repeat left center;
}


a:hover{
	color: #158AFF;
}

form{
	margin: 0px;
	padding: 0px;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}
#page_wrapper {
	margin: 0px auto;
	width: 960px;
}
#content_container {
	margin-top: 70px;
	background: #FFFFFF;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 60px;
}
#header {
	position: relative;
	height: 110px;
}
#header_content {
	padding-top: 10px;
}
#logo {
	padding: 0px 0px 0px 25px;
	float: left;
	top: -5px;
	position: relative;
}
#header_right {
	width: 500px;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 25px;
}
#navbar {
	background: #1160A7 url(../images/navbg.jpg) repeat-x;
	padding: 0px 3px 0px 10px;
}

#navbar a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#breadcrumb {
	position: relative;
	color: #333333;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
}
#breadcrumb_content {
	padding: 10px 22px 10px 30px;
}
#content {
	clear: both;
	position: relative;
}
#maincol{
	min-height: 430px;
}
.maincontent {
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
}
.maincontent a {
	text-decoration: underline;
}

.sidebar {
	padding: 20px 0px;
	font-size: 14px;
}


#leftcol {
	width: 168px;
}
.leftcolumn {
}

.productquicklinks ul {
	margin: 20px 0px 0px;
	padding: 0px;
}
.productquicklinks li {
	background: url(none);
	font: bold small-caps 11px/24px Arial, Helvetica, sans-serif;
}
.supportquicklinks ul {
	margin: 20px 0px 0px;
	padding: 0px;
}
.supportquicklinks li {
	background: url(none);
	font: bold small-caps 11px/24px Arial, Helvetica, sans-serif;
}

#rightcol {
	width: 198px;
}
#footer {
	clear: both;
	background: #1161A7 url(../images/footerbg.jpg) repeat-x;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	position: relative;
}
.footer{
	clear:both;
	color: #FFFFFF;
}
#footer_content {
	padding: 20px;
}
.loginarea {
	width: 600px;
	margin: 50px auto 0px;
	position: relative;
}
.loginarea .label {
	color: #333333;
	font-weight: bold;
}

.loginarea input {
	font-size: 14px;
	color: #003366;
}
.loginarea .rememberme {
	font-size: 11px;
}

.adminleftmenu{
}

.adminleftmenu ul {
	margin: 20px 0px 0px;
	padding: 0px;
}
.adminleftmenu li {
	background: url(none);
	font: bold small-caps 11px/24px Arial, Helvetica, sans-serif;
}

.memberleftmenu{
}

.memberleftmenu ul {
	margin: 20px 0px 0px;
	padding: 0px;
}
.memberleftmenu li {
	background: url(none);
	font: bold small-caps 11px/24px Arial, Helvetica, sans-serif;
}
.toolbar{
	position: relative;
}

.toolbar ul {
	margin: 20px 0px 0px;
	padding: 0px;
}
.toolbar li {
	background: url(none);
	font: 12px/24px Arial, Helvetica, sans-serif;
	float:left;
	margin: 0px;
	padding: 0px;
}
.toolbar li a {
	font-size: 12px;
	padding: 5px;
	text-decoration: underline;
}
.toolbar li a:hover {
	color: #990000;

}

.toolbar li a.add_button{
	background: url(../images/icons/add.png) no-repeat left center;
	position: relative;
	padding-left: 20px;
}

