@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background: #FCFCFC;
	font: 12px Verdana, Geneva, sans-serif;
}
a {
	color: #669AD3;
}
h1 {
	font: normal 24px Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
}
h2 {
	font: bold 14px Verdana, Geneva, sans-serif;
	margin-top: 0px;
}
li {
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #333;
}
table {
	background: #FEFEFE;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
table .value {
	text-align: right;
}

th {
	border-bottom: 2px solid #999;
	padding: 4px;
	text-align: left;
}
td {
	border-bottom: 1px dotted #CCC;
	padding: 4px;
}


form {
	float: left;
	border: 1px solid #CCC;
	background: #FEFEFE;
	padding: 10px;
	position: relative;
	margin: 5px 0px;
}
textarea {
	width: 700px;
	height: 100px;
}

form strong {
	color: #669AD3;
	font: italic normal 11px Verdana, Geneva, sans-serif;
	margin-right: 4px;
}
form em {
	color: #999;
	font: italic 11px Verdana, Geneva, sans-serif;
	margin-right: 4px;
}
form li.pad {
	margin-left: 85px;
}

form #submit {
	width: 100px;
}
form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
label {
	width: 85px;
	display: block;
	float: left;
	text-align: right;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px 2px 2px 0px;
	font-weight: bold;
}
input {
	font: 12px Verdana, Geneva, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 200px;
}


.clear_both {
	clear: both;
}
ul.alert li {
	color: #669AD3;
}


#page {
	margin: 0px auto;
	width: 976px;
	background: #FFF;
}
#header {
	height: 100px;
	background: #F0F0F0 url(/images/header-bg.gif);
	position: relative;
	border-top: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
	border-left: 1px dashed #CCC;
}
#header h1 {
	display: block;
	position: absolute;
	left: 15px;
	top: 25px;
}
#header h1 a {
	font: bold 28px Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #333;
}
#header h1 a span {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #669AD3;
	position: absolute;
	top: 5px;
	display: block;
	left: 100%;
}
#header h2 {
	display: block;
	margin: 0px;
	font: normal 11px Verdana, Geneva, sans-serif;
	color: #666;
	position: absolute;
	left: 15px;
	top: 55px;
}
#header #login {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}
#header ul {
	position: absolute;
	right: 10px;
	bottom: -1px;
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#header ul li {
	float: left;
}
#header ul li a {
	background: #666;
	color: #FFF;
	text-decoration: none;
	padding: 8px 10px;
	margin: 0px 2px;
	display: block;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	font-weight: bold;
}
#header ul li.member a {
	background: #669AD3;
}
#header ul li a:hover {
	text-decoration: underline;
}
#header ul li a.current {
	background: #FFF;
	color: #666;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #999;
}
#header ul li.member a.current {
	color: #669AD3;
}
#content {
	border-top: 1px solid #CCC;
	padding: 20px 25px 100px;
	border-right: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	border-left: 1px dashed #CCC;
	background: url(/images/content-bg.gif) no-repeat right bottom;
}
#footer {
	color: #999;
	text-align: right;
	padding: 5px;
	font: 11px Verdana, Geneva, sans-serif;
	background: #FCFCFC;
}
pre {
	font: 13px "Courier New", Courier, monospace;
}
#subnav {
	height: 30px;
	position: relative;
	border-bottom: 1px solid #CCC;
}
#subnav ul {
	position: absolute;
	left: -2px;
	bottom: -1px;
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#subnav ul li {
	float: left;
}
#subnav ul li a {
	background: #666;
	color: #FFF;
	text-decoration: none;
	padding: 8px 10px;
	margin: 0px 2px;
	display: block;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	font-weight: bold;
}
#subnav ul li a:hover {
	text-decoration: underline;
}
#subnav ul li a.current {
	background: #FFF;
	color: #666;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #CCC;
}
