body {
	background: #333333;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
}

#page {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 770px;
}

#logo {
	height: 52px;
	margin: 0px 0px 15px 0px;
	width: 107px;
}

#header {
	background: url(art/header-bg.jpg) top left no-repeat;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin: 0px 0px 15px 0px;
	padding: 1px 6px;
	width: 758px;
}

#header a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#content {
	margin: 0px;
	padding: 0px 6px;
	width: 758px;
}

h1 {
	color: #f9c806;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

h2 {
	color: #f9c806;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

a {
	color: #cccccc;
}

a:hover {
	color: #f9c806;
}

.option {
	border-left: 1px dashed #cccccc;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 15px;
	width: 358px;
}

form {
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	padding: 0px;
}

label {
	clear: both;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 100px;
}

input, select, textarea {
	background: #000000;
	border: 1px solid #cccccc;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	height: 16px;
	margin: 0px 102px 8px 0px;
	padding: 1px 2px;
	width: 150px;
}

select, input.submit {
	height: 20px;
	width: 156px;
}

textarea {
	height: 85px;
}

#new-ticket {
	width: 508px;
}

#new-ticket input, #new-ticket textarea {
	margin-right: 10px;
	width: 200px;
}

#new-ticket input.checkbox {
	margin-right: 190px;
	width: auto;
}

#new-ticket select {
	margin-right: 10px;
	width: 206px;
}

#new-ticket p {
	clear: both;
}

#new-ticket p.error {
	clear: none;
}

.required {
	color: #f9c806;
}

.error {
	color: #f9c806;
	float: left;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	width: 192px;
}

#retrieve-tracking {
	width: 508px;
}

#retrieve-tracking input {
	margin-right: 10px;
	width: 200px;
}

#retrieve-tracking p.error {
	clear: none;
}

#ticket-details {
	background: #444444;
	border: 1px solid #999999;
	margin: 0px 0px 15px 0px;
	padding: 10px 20px 0px 20px;
	width: 716px;
}

#inner-content #ticket-details {
	width: 596px;
}

#ticket-details p {
	height: 16px;
	line-height: 16px;
}

#ticket-details p b {
	color: #f9c806;
	display: inline-block;
	width: 110px;
}

.ticket {
	background: #444444;
	border: 1px solid #999999;
	margin: 0px 0px 15px 0px;
	padding: 10px 20px 0px 20px;
	width: 716px;
}

#inner-content .ticket {
	width: 596px;
}

.ticket p {
	/*height: 16px;*/
	line-height: 16px;
}

.ticket p b {
	color: #f9c806;
	display: inline-block;
	width: 110px;
}

.ticket p.messageheader, .ticket p.attachmentheader {
	color: #f9c806;
	font-weight: bold;
}

.ticket p.message {
	background: #333333;
	border: 1px solid #999999;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

.ticket p.attachment {
	margin: 0px;
	padding-left: 25px;
}

/* staff section style */
#login-form {
	width: 230px;
}

#login-form label {
	width: 60px;
}

#login-form input {
	margin-right: 0px;
	width: 150px;
}

#menu {
	border: 1px solid #aaaaaa;
	float: left;
	list-style: none;
	margin: 0px 10px 0px 0px;
	padding: 1px 1px 0px 1px;
	width: 106px;
}

#menu li a {
	background: #444444;
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0px 0px 1px 0px;
	padding: 0px 3px;
	text-decoration: none;
	width: 100px;
}

#inner-content {
	float: left;
	width: 638px;
}

#ticketoverview {
	width: 100%;
}

#ticketoverview th, #ticketoverview td {
	text-align: left;
	padding: 2px;
}

#ticketoverview td.low {
	color: #FFFF00;
}

#ticketoverview td.medium {
	color: #FF6600;
}

#ticketoverview td.high {
	color: #ff0000;
}

#inner-content #new-ticket {
	width: 508px;
}

#inner-content #new-ticket input, #inner-content #new-ticket textarea {
	margin-right: 10px;
	width: 200px;
}

#inner-content #new-ticket input.checkbox {
	margin-right: 190px;
	width: auto;
}

#inner-content #new-ticket select {
	margin-right: 10px;
	width: 206px;
}

#inner-content #new-ticket p {
	clear: both;
}

#inner-content #new-ticket p.error {
	clear: none;
}