/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #666666 url(images/backs.png) repeat-y center top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 120px;
	margin: auto auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header.jpg);
	text-align: justify;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: auto auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
	text-align: justify;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: auto auto;
	padding: 20px 0px 0px 0px;
	text-align: justify;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
	text-align: justify;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #99CCFF;
	text-align: left;
}
.field_status {
	background: #333333;
	width: 210px;
	border: 1px solid #FF0000;
	margin-bottom: 8px;
}
.st_side_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.st_fields_popup {
	border-collapse:collapse;
	border-style: none;
}
.st_fields_popup td{
	border: 1px solid #999999;
}
.st_fields_popup th{
	font: 10px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #FFFFFF;
	border-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.st_field_popup_title {
	font: 10px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #7D7D7D;
	padding-bottom: 5px;
	text-align: center;
}
.st_field_popup_fields {
	font: 10px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #FFFFFF;
	padding: 5px;
	background-color: #000000;
	border-bottom: 1px solid #E2E2E2;
}
.st_field_popup_fields a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}
.st_field_popup_fields a:hover{
	color: #33CC00;
}
.st_field_status_open {
	border-bottom: 1px solid #E2E2E2;
	background-color: #00CC00;
	width: 16px;
}
.st_field_status_pend {
	border-bottom: 1px solid #E2E2E2;
	background-color: #FFCC00;
	width: 16px;
}
.st_field_status_closed {
	border-bottom: 1px solid #E2E2E2;
	background-color: #FF0000;
	width: 16px;
}
.st_field_status_table {
	border-collapse:collapse;
}
.st_field_status_table td {
	border: 1px solid #666666;
	padding: 5px;
	color: #FFFFFF;
}
.st_field_status_table th{
	border: 1px solid #666666;
	padding: 5px;
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #023662;
}
.st_field_status_table a:link, .st_field_status_table a:visited {
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.st_field_status_table a:hover{
	color: #FF9900;
}
.st_field_status_table td.closed {
	background-color: #EA0000;
	color: #FFFFFF;
	text-align: center;
}
.st_field_status_table td.open {
	background-color: #289D1C;
	color: #FFFFFF;
}
.st_field_status_table td.pending {
	background-color: #FFCC00;
	color: #000000;
}
/************* FOOTER ************/

#footer {
	clear: both;
	width: 771px;
	margin: auto auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}