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

body {
	color:#111111;
	background-color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
}

br.clear {
	clear:both;
}
a, a:hover, a:visited {
	color:#0099cc;
	text-decoration:none;
}
a.current {
	color:#00000;
}
img, a img {
	border:none;
}
img.minimal {
	margin:0;
	padding:0;
	border:none;
}
h1, h2, h3, h4, h5 {
	color:#0099cc;
}
h1 {
	font-size:22px;
	/*text-transform:uppercase;*/
	font-weight:500;
	margin:5px 0 15px 0;
}
h2 {
	margin-top:0;
	font-weight:400;
}
h3 {
	margin:0;
	padding:0;
	font-size:14px;
}
table, tr, td {
	margin:0;
	padding:0;
	vertical-align:top;
}

p {
	margin:3px 0;
	padding:0;
}
/*-------------------------*/

div#main {
	width:862px;
	height:544px;
	margin:20px auto;
	padding:0px;
}
div#header {
	width:857px;
	height:108px;
	margin:0;
	padding:0;
}
img#logo {
	margin:5px 0 0px 0;
}
div#loginlogout {
	/*float:right;
	margin:95px 0 10px 0;
	border:1px solid #eeeeee;*/
	width:inherit;
	text-align:right;
	clear:both;
}
div#sidebar {
	width:160px;
	margin-left:120px;
	margin-right:-2px;
	padding:0;
	float:left;
	text-align:left;
}
div#sidebar-cms {
	width:180px;
	margin-left:100px;
	margin-right:-2px;
	padding:0;
	float:left;
	text-align:left;
}
#sidebar img.top {
	padding:0 0 10px 0;
}
#sidebar-cms img.top {
	padding:0 0 10px 20px;
}
#sidebar img, #sidebar-cms img {
	padding:10px 0;
}
#sidebar a.subnav, #sidebar-cms a.subnav {
	margin-left:15px;
	font-weight:bold;
}
#sidebar a.current, #sidebar-cms a.current {
	color:#000000;
}
div#contentframe {
	float:left;
	width:580px;
	margin:0;
	padding:0;
}
div#contentblock {
	background:#eaeaea url(../graphics/background.png) bottom no-repeat;
	width:580px;
	min-height:300px;
	padding:0 0 140px 0;
	margin:0;
}
div#content {
	text-align:left;
	padding:20px 30px 0 30px;
	margin:0;
}
div#content-cms {
	text-align:left;
	padding:20px 15px 0 20px;
	/*padding:10px;*/
	margin:0 0 5px 0;
}
/* FORMS */
form {
	width:inherit;
	padding:10px;
	margin:0 -10px;
	border:1px solid #cccccc;
}
form.subtle {
	margin:0;
	padding:0;
	border:none;
}
form#login {
	width:50px;
	padding:0;
	margin:0;
	border:none;
	float:right;
	text-align:right;
	margin-top:95px;
}
label {
	padding-top:1px;
}
.fieldlabel {
	font-weight: bold;
	color: #000000;
	/*vertical-align:middle;*/
	text-align:left;
}
input {
	margin:3px 0;
}
input[type="text"] {
	border:1px solid #cccccc;
}
input[type="submit"] {
	font-size:0.9em;
}
input.toppadded {
	margin-top:10px;
}
.required {
	color:#CC3300;
}
.problem {
	color:#CC3300;
	font-weight:bold;
}

/* END FORMS */

div#filler {
	height:100px;
}
div#footer {
	width:579px;
	text-align:left;
	margin:8px 0 0 0;
	color:#818285;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

li {
	list-style-image:url(../graphics/littlesquare.gif);
}
ul.simple li, ul.sortlist li, ul li.sortlist {
	list-style:none;
	list-style-image:none;
}
li.sortlist {
	margin:0 0 10px 0;
}
li.team {
	list-style-image:url(../graphics/littlesquare.gif);
	margin-bottom:20px;
}
li.teamlist {
	list-style-image:url(../graphics/littlesquare.gif);
	margin-bottom:2px;
}
li.toppadded {
	margin-top:35px;
}
li p {
	margin-top:2px;
}
ul#editmenu {
	width:180px;
}
ul#editmenu li {
	list-style:outside;
	list-style-image:url(../graphics/edit.gif);
	list-style-position:outside;
	width:180px;
	height:20px;
	margin-bottom:20px;
	padding:0;
}
ul#editmenu li a, ul#editmenu li a img {
	margin:0;
	padding:0;
}
.padded {
	padding:10px;
}
.smaller {
	font-size:0.9em;
}
.footnote {
	font-size:0.9em;
	font-style:italic;
}
p.right {
	width:100%;
	text-align:right;
}
p.floatright {
	float:right;
	text-align:right;
}
span.subtle {
	color:#999999;
}
span.indent {
	margin-left:15px;
}
/*-------------------------*/

blockquote {
	padding:0;
	margin:5px 50px 10px 50px;
}

/*-------------------------*/

#devnotes {
	width:860px;
	margin:10px auto;
	display:compact;
	color:#333333;
	padding:5px;
	margin:5px;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	border:1px solid red;
}
.notice {
	color:#990000;
}
.code {
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	color:#660066;
}
.debug {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	color:#FF6600;
}
.error {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color:#CC0066;
}
.lineinfo {
	font-family:"Courier New", Courier, mono;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color:#666666;
}
.msg {
	padding:5px;
	width:inherit;
	margin:5px -10px;
	color:#c00;
	border:1px solid #c00;
	background-color:#FEF1ED;
}