#leftcolumn
{
	float: left;
}

#rightcolumn
{
	float: right;
}

/*Mail Layout*/
#mailcontainer
{
	text-align: left;
	margin: 20px;
}

/*Admin Layout*/
#admincontainer
{
	text-align: left;
	margin: 30px 10px;
}

#adminbar
{
	background: #4c8ccd;
	padding: 1px 5px 3px;
	color: white;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
}

#adminnav
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#adminnav li
{
	padding: 0;
	margin: 0 10px;
	display: inline;
}

#adminnav li a
{
	color: white;
}

#adminfunctions a
{
	margin: 0 5px;
}

/*Specific Styling*/
form
{
	margin: 0;
	padding: 0;
}

div.textinput, div.submitinput, div.selectinput, div.textareainput, div.timeinput
{
	margin: 2px;
	width: 300px;
	text-align: right;
}

div.checkboxinput
{
	margin: 2px;
	width: 190px;
	text-align: right;
}

p.noteinput
{
	margin-left: 70px;
}

div.error
{
	color: red;
}

div.sectioninput, div.subsectioninput
{
	margin-top: 2em;
	margin-left: 50px;
}

table
{
	font-size: 9px;
	border-collapse: collapse;
}

table thead th
{
	background-color: #4c8ccd;
	color: white;
	padding: 3px;
	border: 1px solid #444;
}

td.yes
{
	width: 16px;
	height: 16px;
	background: white url(yes.png) no-repeat top center;
}

td.no
{
	width: 16px;
	height: 16px;
	background: white url(no.png) no-repeat top center;
}

td.yes span, td.no span
{
	display: none;
}

div.round
{
	margin: 10px 0;
}

table.bigtable
{
	position: absolute;
	left: 10px;
	background: white;
}

input, textarea, select
{
	vertical-align: middle;
}

.important
{
	font-weight: bold;
}

.note
{
	margin: 5px 10px;
	border: 1px solid #b4d4b7;
	background: #d7ecd8;
	padding: 2px;
}

td
{
	border: 1px solid #444;
	white-space: pre;
	empty-cells: show;
	padding: 2px;
}

pre
{
	font: 11px verdana, sans-serif;
}
