@import url('reset.css');
@import url('navigation.css');
@import url('default.css');
@import url('type.css');

body{
	color:#454545;
	background:#333 url(images/starfield_bg.jpg) repeat-x bottom fixed;
	background:#333 url(images/painted_bg.jpg) repeat-x bottom fixed;
}

a{
	color:#369;
}

/*
	Misc
*/
#page-title, .section-title{
	font-size:22px;
	color:#148;
	background:#eff9ff url(images/light-blue-bottom-gradient.gif) repeat-x bottom;
	border-bottom:1px solid #dcf1ff;
	line-height:40px;
	padding:0 10px;
	margin:0;
}

.subtitle{
	font-size:13px;
	text-transform:uppercase;
	line-height:40px;
	text-align:right;
	margin-top:-38px;
	padding:0 10px;
	color:#368;
}

.disclaimer{
	padding:10px;
	background:#ffe;
	border:1px solid #fe9;
}

.expired{
	color:#c30;
}

/*
	Elements
*/

#container{
	background:#fff;
}



.logo{
	height:45px;
	width:140px;
	background:#333 url(images/top-logo.png) no-repeat;
	position:absolute;
	right:0;
	top:0;
}
.logo a{
	display:block;
	width:140px;
	height:45px;
	text-indent:-5000px;
}

#footer{
	background:#222 url(images/dark-gray-top-shadow.gif) repeat-x top;
	padding:20px;
	color:#ddd;
	border-bottom:1px solid #111;
}

/*
	Forms
*/

.text, .textarea, .password, .select{
	padding:3px;
	background:#fafaf0;
	border:1px solid #f3f3f0;
	color:#4f3930;
	margin-bottom:5px;
}

.text input, .textarea input, .password input{
	color:#666;
	border:1px solid #ccc;
	border-top:1px solid #aaa;
	font-size:18px;
	display:block;
	padding:6px;
}

.select select{
	font-size:18px;
	display:block;
}

.text label, .textarea label, .password label, .select label{
	display:block;
	line-height:24px;
}

.checkbox{
	padding:10px;
}

.submit{
	text-align:right;
	padding:0 20px;
}

.submit input{
	border:3px solid #8bc;
	border-bottom:3px solid #7ab;
	background:#adf;
	color:#169;	
	padding:5px 9px;
	font-size:14px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

/*
	Tables
*/

table{
	border-collapse:collapse;
}

tr{
	border-bottom:1px solid #f0f0f0;
}

td{
	border:1px solid #eee;
}

td p{
	margin-bottom:0;
}

th{
	background:#fafaf0;
	border-bottom:1px solid #eeeee0;
	color:#4f3930;	
}

tbody th{
	text-align:right;
}

.empty{
	font-size:14px;
	color:#777;
	padding:10px;
	background:#f6f6f0;
}