/* ------------------------------- */
/* Global */

body {
	margin: 0;
	padding: 0; /* for Opera ! */
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial;
	font-size: 1em;
	line-height: 1.6em;
	position: relative;
	border-top: 1px solid black;
}
.gecko body {		
	opacity: 0.99; /* prevent flickering with opac changes */
}
div#header-wrap, div#main-wrap, div#footer-wrap {
	text-align: center;
}
div#main-wrap {
	margin-top:  80px;
	_margin-top: 0;
}
div#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
div#header, div#main, div#footer {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
img#spinner {
	visibility: hidden;
}
a.green, a.red, a.blue, a.orange, a.purple, a.grey {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	background: #68c524;
	padding: 3px 4px;
	border: 1px solid #68c524;
}
a.red {
	background: #b7163c;
	border-color: #b7163c;
}
a.purple {
	background: #5A3AB7;
	border-color: #5A3AB7;
}
a.orange {
	background: #ff8533;
	border-color: #ff8533;
}
a.blue {
	background: #368ecc;
	border-color: #368ecc;
}
a.grey {
	background: #ccc;
	border-color: #ccc;
}
div#flash {
	position: absolute;
	top: 0;
	width: 710px;
	line-height: 2.5em;
	padding: 0 20px;
	color: #fff;
	font-weight: bold;
	background: #368ecc;
	z-index: 2000;
}
div.error-messages {
	padding: 10px 10px 10px 10px;
	margin: 1em 0;
	font-weight: normal;
	border: 2px solid red;
	background: url(../images/grad_red.gif) top left repeat-x;

}
div.error-messages h3 {
	margin: 0;
	height: 40px;
	color: red;
	padding-left: 40px;
	padding-top: 5px;
	background: url(../images/icons/32x32/stop_32.gif) 0 0 no-repeat;
}
a {
	text-decoration: none;
}
div.buttons {
	position: absolute; 
	top: 2.2em; 
	right: 0;
}

/* ------------------------------- */
/* Header */

div#header-wrap {
	background: #000 url('../images/mesh1.gif') 50% bottom;
}
div#header {
	position: relative;
	height: 80px;
}
div#header a {
	text-decoration: none;
}
div#login {
	display: none;
}
div#sitetitle {
	position: absolute;
	bottom: 6px; 
	right: 0; 
}
div#sitetitle a {
	color: #fff; 
	font-weight: bold;
	background: none;
	border: none; 
	margin: 0; 
	font-weight: 700;
	font-size: 1.1em;
}
h1#logo {
	color: #4393F1;
	margin: 0;
	float: right;
	right: 0;
	top: 10px;
	letter-spacing: -2px;
	font-weight: bold;
	font-size: 1.2em;
}
h1#logo a {
	color: #4393F1;
}
h1#logo strong {
	color: #000 !important;
	font-weight: normal;
}
ul#nav {	
	position: absolute;
	left: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul#nav li {
	float: left;	
	margin: 0 1em 0 0;
	padding: 0;		
}
ul#nav li a {		
	line-height: 2.4em;
	display: block;
	margin: 0;
	color: #fff;
	text-decoration: none;
	padding: 0;
	font-weight: normal;
	background: none;
	border: none;	
}
ul#nav li.active a {
	background: #fff;
	color: #000;
	font-weight: bold;	
	padding: 0 0.7em;
}

/* ------------------------------- */
/* Content */

div#main {
	padding-top: .7em;
	_padding-top: 1.8em;
	position: relative;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
	color: #20252b;
	margin-bottom: 1em;
	letter-spacing: -1px;
}
h3 {
	font-weight: normal;
	font-size: 1.4em;
	color: #20252b;
	margin-bottom: 0.5em;	
}
p {
	margin: 0 0 0.8em 0;
}
table {
	border-collapse: collapse;
}
td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
th {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 0.9em;
	color: #000;
	height: 2.5em;
	text-align: left;
}
label {
	font-size: 0.8em;
	font-weight: 700;
	color: #333;
}
input, select {
	color: #324058;
	font-size: 1.2em;
	font-family: 'Georgia', 'Monaco', 'Arial';
}
input {
	padding: 2px 3px;
}
input.text {
	font-size: 1.6em;
	height: 1.3em;
	width: 742px;
	margin: 0;
	padding: 3px 3px 0 3px;
	font-family: 'Georgia', 'Monaco', 'Arial';
}
input.half {
	width: 345px !important;
}
textarea {
	font-size: 1.2em;
	height: 4em;
	width: 99%;
	color: #324058;
	margin: 0;
	padding: 3px;
	font-family: 'Georgia', 'Monaco', 'Arial';
}
textarea.tall {
	font-size: 1.2em;
	height: 10em;
	width: 99%;
	color: #324058;
	margin: 0;
	padding: 3px;
	font-family: 'Georgia', 'Monaco', 'Arial';
}
textarea.part {
	font-size: 0.8em;
	height: 34em;
	padding: 0;
	width: 725px;
	font-family: 'Monaco', 'Courier', 'Arial';
}
input.button {
	margin-bottom: 0.8em;
	font-size: 1.2em;
	padding: 3px;
}


/* ------------------------------- */
/* Footer */

div#footer-wrap {
	clear: both;
	padding-top:  5em;
	margin-bottom: 2em;
}
