@CHARSET "UTF-8";

/******** Main interface ********/

body {
	font-family: sans-serif;
	font-size: 12px;
	background-color: #bebdbe;
}

#topBar {
	width: 100%;
}

#topBar>div {
	margin: 5px;
	padding: 5px;
}

#left {
	width: 20%;
	min-height: 100%;
	float:left;
}

#left>div {
	min-height: 100%;
	margin: 5px;
	padding: 5px 5px 5px 5px;
}

#left h1 {
	font-size: 120%;
}

#left .item:hover{
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
}

#middle {
	width: 80%;
	float:left;
}

#middle>div {
	margin: 5px;
}

#contentHeader {
	padding: 5px;
}

#content {
	padding: 5px;
}

#middle h1 {
	font-size: 130%;
}

#middle h2 {
	font-size: 115%
}

#middle h3 {
	font-size: 100%
}

#bottomBar {
	clear: both;
	width: 100%;
}

#bottomBar>div {
	margin: 5px;
	padding: 5px;
}

/******** Forms ********/

form fieldset {
	border: 1px solid #cccccc;
	margin-top: 20px;
}

form legend {
	font-size: 130%;
	font-style: italic;
}

/*** Form Subset ***/

fieldset .form_subset {
	padding: 10px 0px 20px 0px;
}

fieldset .form_subset_header {
	border-bottom: 1px solid #cccccc;
	font-size: 115%;
	font-style: italic;
}

fieldset form_subset_content {
}

fieldset .form_subset h3 {
	font-size: 100%;
	font-style: italic;
	margin: 15px 0px 5px 0px;
}

/*** Form Rows ***/

.form_row {
	clear: both;
	padding: 2px 0px 2px 0px;
}

.form_row label {
	display: inline-block;
	width: 20%;
	min-width: 200px;
}

.form_row input, .form_row textarea {
	background-color: #cccccc;
	border: none;
}

.form_row input {
	width: 100px;
	text-align: right;
}

.form_row textarea {
	background-color: #d0d0d0;
}

/******** Special styles ********/
.warning-text {
	color: #dd0000;
}
