/* CSS Document */
*{
	margin: 0px; padding: 0px; font-family: Verdana; font-size:14px;
}

body{
	border: 2px solid black;
	display:block;
	float:left;
	width: 99%;
}

#navigation{
background-color:#CCCCCC;
width: 250px;
display: inline;
float:left;
height: 100%;
border: none;
border-right: 1px solid black;
border-bottom: 1px solid black;
padding-top: 10px;
padding-bottom: 10px;
height: 100%;
margin-right: 10px;
}

#navigation a{
color: #990000;
text-decoration:underline;
font-weight: normal;
}

#navigation a.hover{
font-weight: bold;
}

#middle{
	margin-left: 260px;
}

#container{
width: 100%;
display:block;
float:left;
clear:both;
height: 100%;
min-height: 500px;
}

#top{
width: 100%;
height: 45px;
background-color:#999966;
color:#000000;
font-weight: bold;
font-size:20px;
text-align:center;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 2px solid black;
display: block;
float: left;
letter-spacing: 5px;
}

#bottom{
	border-top: 2px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	width: 100%;
	background-color:#999966;
	display: block;
	float: left;
	text-align:center;
	letter-spacing: 2px;
	font-size:12px;
	margin-top: 10px;
	clear: both;
}

hr{
margin-top: 10px;
margin-bottom:10px;
}

.light_gray_row{
	width: 600px;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.light_blue_row{
	width: 600px;
	background-color:#99CCFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.focused_row{
	width: 600px;
	border: 1px solid black;
	background-color: #FFCC00;
	padding-top: 5px;
	padding-bottom: 5px;
}



h1{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
}

input{
	margin-top: 5px;
	margin-bottom: 5px;
}

select{
	margin-top: 5px;
	margin-bottom: 5px;
}

textarea{
	margin-top: 5px;
	margin-bottom: 5px;
}
#middle li {
	margin-top: 5px;
	list-style-type: none;
}
#container #navigation #ql_selector {
	width: 225px;
	font-size: .8em;
}

fieldset {
	margin: 10px 20px 0 0;
	padding-left: 10px;
	padding-bottom: 5px;
}

legend {
	font-size: 1.2em;
}

#helpform label{
	position: relative;
	line-height: 25px;
	padding-top: 5px;
	display: block;
}

#helpform label input, #helpform select {
	position: absolute;
	left: 150px;
}

#helpform input #security {
	position: relative;
	left: 10px;
}

#submitbutton input {
	position: relative;
	left: 0;
}

