body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	width: 100%;
	color: #333;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
}

#header
{
	width: 100%;
	height: 68px;
	background-color: #666666;
}

#header div
{
	float: right;
	color: #FFF;
	clear: both;
}

#menuBar
{
	width: 100%;
	border-bottom: 1px solid #444;
	clear: both;
	height: 1.7em;
}

#menuBar ul
{
	float: right;
	clear: both;
	height: 1.6em;
	line-height: 1.5em;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #444;
	width: 100%;
	background-color: #fec54d;
}

#menuBar ul li
{
	float: right;
	height: 100%;
	display: block;
	width: 8em;
	margin: 0;
	padding: 0;
	border-left: 1px solid #444;
}
#menuBar ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#menuBar ul li a:hover
{
	background-color: #ffd27b;
	color: #666666;
}

body.LogIssue #menuBar ul li a.LogIssue,
body.ViewIssues #menuBar ul li a.ViewIssues,
body.Reports #menuBar ul li a.Reports,
body.Profile #menuBar ul li a.Profile,
body.Admin #menuBar ul li a.Admin
{
	background-color: #ffd27b;
}

#content
{
	width: 900px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}

/*fieldset
{
	text-align: center;
}*/



fieldset td input, fieldset td select
{
	/*float: right;*/
}

label 
{
	width: 12em;
	display: block;
	text-align: left;
	color: #666;
	font-size: 0.8em;
}

.checkbox > label {
	display: inline;
	font-size: inherit;
}

legend
{
	font-size: 0.8em;
	font-weight: bold;
}

#content table 
{
	margin: 0;
	padding: 0;
}

select, input, textarea 
{
	width: 15em;
}

span.checkbox input
{
	width: 1em;
}
span.checkbox
{
	text-align: center;
}

select.double, input.double, textarea.double
{
	width: 42em;
}

div.buttons
{
	width: 100%;
	margin-top: 1em;
	text-align: center;
}

div.buttons input
{
	display: inline;
	width: 8em;
}

#content a
{
	font-weight: bold;
	text-decoration: none;
	color: #fec54d;
}

#content a:hover
{
	text-decoration: underline;
	color: #666;
}

th
{
	vertical-align: top;
}

.error
{
	font-weight: bold;
	color: Red;
}

.success
{
	font-weight: bold;
	color: Green;
}

span.error, span.success
{
	display: block;
	width: 100%;
	background-color: #c0262d;
	color: White;
	border: solid 1px #bcbdc0;
	text-align: center;
	padding: 5px;
}

span.success
{
	background-color: #8cc63e;
}

h1, h2, h3, h4, h5, h6, p
{
	text-align: left;
	margin: 1em 0 0.5em 0;
}

h1
{ font-size: 1.2em;}
h2
{ font-size: 1.0em;}
h3
{ font-size: 0.9em;}

p
{ margin: 0.5em 0}