body {
	background-color: #F4F4FF;
	margin: 0;
	padding: 0;
	font-family: arial, verdana;
	height: 100%;
}

h1 {
	margin: 0.2em;
}

a {
	text-decoration: none;
	font-style: italic;
	color: #15A;
}

a:hover {
	text-decoration: underline;
}

div#sidebar {
    background-color: #E4E4FF;
    border-color: #E8E8FF;
    border-width: 2px;
    border-style: solid;
	position: absolute;
	text-align: left;
    left: 5px;
    top: 5px;
	width: 195px;
	z-index: 5;
}

div#sidebar h3 {
    text-align: center;
}

div#main {
	position: absolute;
	left: 210px; 
	z-index: 10;
}

div.notice {
	border: 2px solid #F0F0FF;
	background-color: #EEF;
	text-align: center;
	clear: both;
	float: right;
	width: 50%;
	margin-right: 3%;
    top: 4px;
}

div.error {
	border: solid 1px #B36B00;
	background-color: #FFCC80;
	text-align: left;
	clear: both;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

p {
	text-indent: 1.5em;
	margin-left: 1em;
	margin-right: 1em;
}

ul.vertmenu {
	margin: 1em;
	padding: 0;
}

ul.vertmenu li {
	list-style-type: none;
}

div#pageinfo {
	text-align: center;
	margin-right: 2em;
	margin-left: 2em;
	padding: .5em;
	background-color: #E6F4FF;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=50);
}

label {
	display: block;
}

input {
	margin-left: 3em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

input#submit {
	margin-left: auto;
	margin-right: 0;
}

#hide_changes {
	display: none;
}

div.ins {
	text-decoration: none;
	display: inline;
}

div.del {
	display: none;
	text-decoration: line-through;
}
