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

* {
	padding:0;
	margin:0;
	border:0;
} 
html, body {
	height:100%;
	min-height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#444444;
	background: #000000 url(images/bkg2.jpg) top left repeat-x;
}
#outer {
	width:960px;
	margin:0 auto;
}
#header {
	height:80px;
	/*background: transparent url(images/adminheader.jpg) top left no-repeat;*/
}
#header h1 {
	color:#FFFFFF;
	font-size:36px;
	margin-left:30px;
	padding-top:30px;
}
#content {
	width:960px;
	background-color:#EFEFEF;
	overflow:hidden;  /* forces the background color to be displayed behind the left and right content areas */
}
#left {
	width:180px;
	float:left;
	border:1px solid #FFFFFF;
	padding:20px 4px 10px 4px;
}
#sidenotes {
	font-size:11px;
}
#right {
	width:770px;
	float:right;
	margin:20px 0;
}
#right p {
	padding:3px 20px;
	margin:5px 0px;
}
#right ul {
	padding:0 20px 0 40px;
	margin:5px 0px;
}
#footer {
	clear:both;
	text-align:center;
	color:#FFFFFF;
	background-color:#111111;
	padding:6px 10px;
	/*margin-top:-14px;*/
}
#footer a {
	color:#FFFFFF;
}
#footer p {
	font-size:10px;
}
h2 {
	font-size:28px;
	line-height:30px;
	padding:10px 10px 0 10px;
	color:#333300;
}
h3 {
	font-size:16px;
	padding:5px 20px;
	color:#006599;
}
a img {
	border:0;
}
p.instructions {
	font-size:11px;
	font-style:italic;
	padding:0;
}
/***************** administration forms ********************/
.adminform {
	padding:20px 20px 0 40px;
	font-size:10px;
}
.formlabel {
	font-size:11px;
	padding:5px 0;
}
.formlabeltext {
	font-size:11px;
	padding:2px;
	height:180px;
	padding-left:20px;
}
input, textarea, select {
	border:1px solid #CCCCCC;
	background-color:#f3f3f3;
	padding:2px;
	margin:0 5px 0 0;
	line-height:12px;
}
.controlset label, 
.controlset input { 
	font-size:11px;
	display: inline; 
	float: none; 
}
.controlset { 
	margin-left: 40px; 
}
div.adminform label.error, 
div.adminform span.error { 
	color: #C00; 
}
div.adminform input.error,
div.adminform textarea.error { 
	border-color: #C00; 
	background-color: #FEF; 
}
div.adminform input:focus,
div.adminform input.error:focus,
div.adminform textarea:focus,
div.adminform textarea.error:focus {	
	border-color:#000066;
	background-color:#FFFFFF;
}

.reqd {
	color:#CC0000;
}
div.errors {
	width:500px;
	border:3px solid #FF0000;
	padding:5px 20px;
	color:#FF0000;
	font-size:14px;
	text-align:center;
}
div.messages {
	width:500px;
	border:3px solid #339933;
	padding:5px 20px;
	color:#339933;
	font-size:14px;
	text-align:center;
}
/***************** button formatting **********************/
.buttonrow {
	clear:both; 
	padding:20px 0 10px 20px;
	font-size:14px;
	display:block;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:3px 7px 3px 0;
	background-color:#F7F4EE;
    border:1px solid #AAAAAA;
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    font-size:90%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    /*font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
    /*background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;*/
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/********************* table formatting *******************/
.tablewrapping {
	padding:10px 20px;
}
table.data {
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#222222;
	font-size: .75em;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	}
table.data a {
	color:#0000CC;
	text-decoration:none;
	border-bottom:1px dotted;
	}
table.data a:visited {
	color:#444;
	font-weight:normal;
	}
table.data a:visited:after {
	content:"\00A0\221A";
	}
table.data a:hover {
	border-bottom-style:solid;
	}
table.data thead th,
table.data thead td,
table.data tfoot th,
table.data tfoot td {
	border:1px solid #333333;
	background-color:#333300;
	border-width:1px 0;
	}
table.data th {
	font-weight:bold;
	line-height:normal;
	padding:0.5em;
	text-align:left;
	color:#FFFFFF;
	}
table.data tbody th,
table.data td {
	padding:0.5em;
	text-align:left;
	vertical-align:top;
	}
table.data tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
table.data tbody th a:link,
table.data tbody th a:visited {
	font-weight:bold;
	}
table.data tbody td,
table.data tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
table.data tbody tr.odd th,
table.data tbody tr.odd td {
	border-color:#EBE5D9;
	background-color:#F7F4EE;
	}
table.data tbody tr:hover td,
table.data tbody tr:hover th {
	background-color:#FFFFFF;
	border-color:#C87A03;
	}
table.data caption {
	font-weight:normal;
	font-size:1.1em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}
