body {
	margin: 0;
	background-color: #ffffff;
}

body, input, select, textarea {
	font-family: verdana;
	font-size: 0.9em;
	color: #555555;
}

h1 { font-size: 1.2em; font-style: italic; color: #4385a7;}
h2 { font-size: 1.0em; font-style: normal; color: #555555;}

a {
	text-decoration: none;
	color: #555555;
}

hr {
    height: 1px;
    color: #4385a7;
    background: #4385a7;
    border: 0;
}

ul li {
	list-style-image: url('/img/li.gif');
}

table {
	border-collapse: collapse;
	width: 100%;
}

table tr th {
	border-bottom: 1px solid #4385a7;
/*	background-color: #f6f6f6; */
	font-weight: normal;
	font-size: 1.0em;
	text-align: left;
	color: #4385a7;
}

table tr td, table tr th {
	padding: 2px 16px 2px 0px;
	vertical-align: top;
}

table tr td:last-child, table tr th:last-child {
	padding-right: 16px;
}

table.first_ar tr td:first-child, table.first_ar tr th:first-child {
	text-align: right;
	white-space: nowrap;
}

table p {
	margin: 0px;
	padding: 0px;
}

.ar {
	text-align: right;
}

form {
	padding: 0px;
	margin: 0px;
}

label {
	display: inline-block;
	min-width: 170px;
	text-align: right;
	padding-right: 8px;
}

input, textarea {
	padding: 2px;
}

input[type='file'] {
	padding: 2px 0px 2px 0px;
}

input[type='text'], input[type='password'], textarea {
	margin: 2px 2px 2px 0px;
	width: 300px;
	border: 1px solid #aaaaaa;
}

input[type='submit'], select {
	margin: 2px 2px 2px 0px;
	min-width: 100px;
	border: 1px solid #aaaaaa;
}

textarea {
	width: 400px;
	height: 60px;
}

fieldset div.span4 {
}

#background {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -250px;
	width: 800px;
	height: 500px;
	background-image: url('/img/background.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#foreground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 500px;
	background-image: url('/img/foreground.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#logo img {
	padding-top: 65px;
	height: 35px;
}

#menu, #menu_bg {
	padding-top: 100px;
	padding-left: 52px;
}

#menu a, #menu_bg div {
	display: block;
	width: 130px;
	height: 20px;
	padding: 4px 12px 4px 4px;
	margin: 8px;
	text-align: right;
	color: #000000;
}

#menu_bg div {
	background-color: #32a0b7;
	opacity: 0.75;
}

#menu_bg div.hover, #menu_bg div.current {
	background-color: #006cff;
}

#menu a:hover {
/*	color: #ffffff; */
}

#menu_bg {
	opacity: 0.75;
}

#content {
	position: absolute;
	top: 60px;
	left: 230px;
	padding-right: 16px;
	height: 440px;
	overflow-y: auto;
}

#content a {
	font-weight: bold;
}

#content a:hover {
	color: #4385a7;
}
