body, tr, td {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

body {
	background: #FFFFCC;
}

h1 {
	font-size: 16px;
}

img {
	border: 0px;
	text-align: center;
	vertical-align: middle;
}

input {
	border: 1px solid;
	border-top-color: #90C84B;
	border-left-color: #90C84B;
	border-right-color: #285E24;
	border-bottom-color: #285E24;
}

textarea {
	height: 150px;
	width: 96%;
	border: 1px solid;
	border-top-color: #90C84B;
	border-left-color: #90C84B;
	border-right-color: #285E24;
	border-bottom-color: #285E24;
}


select {
	border: 1px solid;
	border-top-color: #90C84B;
	border-left-color: #90C84B;
	border-right-color: #285E24;
	border-bottom-color: #285E24;
}

.formaction input {
	background-color: #90C84B;
}

.center {
	text-align: center;
	vertical-align: middle;
}

table.list {
	width: 100%;
}

table.list tr,
table.list td {
	background: #EFEFEF;
}

table.list th {
	font-weight: bold;
	padding: 4px;
	border: 1px solid #90C84B;
	color: #000000;
	background: url(../image/header_th.gif) repeat-x;
}

table.list td.subheader {
	font-weight: bold;
	border: 1px solid #90C84B;
}

table.form {
	border-spacing: 0px;
	width: 500px;
}

table.form td.title {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}

.formaction {
	text-align: center;
}

#site {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	clear: both;
	padding: 5px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

#headerbg {
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	height: 90px;
	position: absolute;
	top: 10px;
	width: 940px;
}


#header .headline {
	width:650px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
}

#header table {
	border-spacing: 0px;
	white-space: no-wrap;
}

#header td {
	font-size: 18px;
	font-weight: bold;
}

#content {
	float: left;
	padding: 10px;
	margin: 0px 10px 10px 10px;
	border: 0px;
	width: 700px
}

#content .link {
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
}

#content .link a {
	background: url(../image/arrow_green.gif) no-repeat;
	color: #000000;
	padding-left: 20px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	display: block;
}

#content .link a:hover {
	color: #90C84B;
}

tr.bugname,
td.bugname {
	font-weight: bold;
	font-size: 16px;
	background: #90C84B;
	height: 45px;
	text-align: center;
	vertical-align: middle;
}

tr.bugvalue,
td.bugvalue {
	background: #B6E761;
	margin-bottom: 10px;
}

td.spacer {
	line-height: 20px;
	border-top: 2px solid #000000;
	margin: 5px;
}

#message {
	filter: alpha(Opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
	margin-bottom: 5px;
}

/* styles of message div */
#message.info {
	font-weight: bold;
	color: white;
	background: #008000;
}

#message.warning {
	font-weight: bold;
	color: white;
	background: #FFA500;
}

#message.error {
	font-weight: bold;
	color: white;
	background: #FF0000;
}

.info {
	color: #008000;
	font-weight: bold;
}

.warning {
	color: #FFA500;
	font-weight: bold;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

/* styles for footer */
#footer {
	clear: both;
}

/* styles for menu */
#menu {
	background: url(../image/header_menu.png) no-repeat top left;
	background-color: #FFFFCC;
	float: left;
	padding: 0px;
	margin: 10px;
	width: 180px;
}

#menu div.menu {
	border: 2px solid #90C84B;
	padding: 2px;
	margin: 0px;
}

#menu ul {
	list-style-type: none;
	padding-left: 10px;
	margin: 0px;
}

#menu li {
	padding: 2px 2px 2px 0px;
	margin: 0px;
}

#menu a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	margin: 0px;
}

#menu a:hover,
#menu a.active:hover {
	color: #FFFFFF;
	background-color: #F8CC37;
	font-weight: bold;
}

#menu a:active,
#menu a.active {
	color: #FFFFFF;
	background-color: #99BBE8;
	font-weight: bold;
}

#menu img {
	padding-right: 5px;
}

#menu .userinfo {
	background-color: #90C84B;
	padding: 0px 5px 5px 5px;
	margin-top: 12px;
}

table.output,
th.output,
tr.output,
td.output {
	border: 1px solid #000000;
	border-spacing: 0px;
}

th.output,
td.output {
	padding: 4px 2px;
}


