﻿
body 
{
    background: #F9F9F7;
    font-size:medium;
    font-family: "trebuchet ms", helvetica, sans-serif;
    color: #000000;
}

p
{
    margin-bottom: 14px;
    text-align: justify;
}

#inner 
{
    padding: 13px 30px 13px 30px;
}

#header
{
	position: relative;
	background: #000099;
	margin-bottom: 0px;
	height: 55px;
	color: #fff;
	padding-left: 20px;
}

#header h1
{
    font-weight:normal;
    font-size: 23px;
    padding-top:12px;
}

#menu
{
	background-position: #FFFFCC;
	position: relative;
	background: #FFFFCC;
	height: 47px;
	padding-left: 5px;
}

#menu ul li
{
    display: inline;
    line-height: 52px;
    padding-left: 3px;
}

#menu ul li.first
{
    border-left: 0px;
}

#menu ul li a
{
    background-color: transparent;
    padding: 6px 12px 8px 12px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

#menu ul li a:hover
{
	background: #FFFF66;
	color: #000000;
	text-decoration: none;
}

#maincontent
{
    position:relative;
    padding:10px 3px 10px 3px;

	width:80%;

	/* add space below header */
	top:50px;
	position:relative;
	
	/*center block*/
	margin-left:auto;
	margin-right:auto;
}

#maincontent #form
{
	/* make a left column */
	float:left;
	margin-left:auto;
	margin-right:auto;
}

#form #result
{
	color: Red;
	text-align: center;
	
	/* above form - w/o shifting form position */
	position: absolute;
	float:left;	
	top: -30px;
}

#list
{
	clear:both;	
	list-style: none;
}

#list .item
{
	clear:both;
}

#list .alternateitem
{
	clear:both;
	background-color: Gray;
}

div.row
{
	width:100%;
	clear:both;	
	padding:.1em;
}

span.formLabel
{
	float:left;
	width:10em;
	text-align:right;
	padding-right: .1em;
	vertical-align:top;
}

span.formControl
{
	float:left;
	clear:left;
	width:100%;
	padding:.1em;
}

span.formSubmit
{
	float:right;
}

.EditButton
{
	width: 3em;
	float:left;
	color:Gray;
}

.DeleteButton
{
	width:4em;
	float:left;
}

.EditButton A
{
	color:Green;
}

.DeleteButton A
{
	color:Red;
}

.DeleteButton .RestoreButton A
{
	color:Green;
}

