/* Layout
 */
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	background-color:#ffffff;
	color:#000000;
	margin:0px;
	background-image:url(/images/grid.jpg);
}
div {
	font-family:sans-serif;
	font-size:12px;
}
div.warning {
	position:absolute;
	top:10px;
	left:50px;
	width:400px;
	z-index:1;
	padding:15px;
	border:2px dashed #ff0000;
	background-color:#ffffa0;
}
div.warning a {
	color:#ff0000;
}
div.website {
	width:900px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
div.logo {
	height:125px;
	background-image:url(/images/logo.jpg);
	border-bottom:1px solid #000000;
}
div.topbar {
	height:18px;
	border-bottom:1px solid #000000;
	background-color:#b0b0d0;
	text-align:right;
}
div.topbar a {
	color:#b0b0d0;
}
div.topbar a:hover {
	cursor:default;
}
div.menu {
	float:left;
	width:129px;
	background-color:#e8e8ff;
	border-right:1px dashed #a0a0a0;
	padding:10px 0px 0px 10px;
	position:absolute;
	top:145px;
	bottom:0px;
	font-size:11px;
}
div.menu ul {
	padding-left:0px;
	margin-top:0px;
	margin-left:0px;
}
div.menu li {
	list-style:none;
}
div.menu li:before {
	content:"-";
	margin-right:5px;
}
div.menu li a {
	color:#6060a0;
}
div.menu li a:hover {
	color:#4040ff;
}
div.menu li span.extra {
	color:#f00000;
	margin-left:5px;
	font-size:10px;
	position:relative;
	bottom:2px;
}
div.content {
	float:right;
	background-color:#ffffff;
	padding:10px 20px 20px 20px;
	width:720px;
	min-height:400px;
}
div.content a {
	color:#6060ff;
	font-style:italic;
}
div.bottom {
	color:#404040;
	width:350px;
	margin:9px auto 20px auto;
	text-align:center;
	height:14px;
	font-size:10px;
	background-color:#a0a0a0;
	border-left:1px solid #909090;
	border-right:1px solid #909090;
}
div.clear {
	clear:both;
}

/* Element defaults
 */
form {
	margin:0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color:#4040a0;
	font-size:20px;
	margin-top:0px;
}
h2 {
	color:#4040a0;
	font-size:15px;
	margin:0px;
}
h3 {
	font-size:12px;
	margin-bottom:0px;
}
font.warning {
	color:#e00000;
	font-weight:bold;
}
span.seperator {
	color:#808080;
	margin-left:10px;
	margin-right:10px;
}
ul.subpage {
	position:absolute;
	right:10px;
	color:#000000;
	margin:0px;
}
ul.subpage li {
	display:inline;
	list-style:none;
}
ul.subpage li {
	margin-right:5px;
	font-size:10px;
}
ul.subpage li:before {
	content:"|";
	margin-right:5px;
}
ul.subpage li:first-child:before {
	content:"";
}
ul.subpage a {
	color:#6060a0;
	font-style:normal;
}

/* Error box
 */
fieldset.internal_errors {
	position:fixed;
	left:10px;
	top:10px;
	right:10px;
	background-color:#ffff60;
	border:1px solid #ff0000;
	font-family:sans-serif;
	padding:10px;
	-moz-opacity:.85;
}
fieldset.internal_errors legend {
	color:#000000;
	background-color:#ffff00;
	border:1px solid #ff0000;
}
fieldset.internal_errors legend img.close {
	cursor:pointer;
	position:relative;
	top:3px;
	left:5px;
}
/* table list style
 */
table.list {
	border:1px solid #000000;
	border-spacing:1px;
}
table.list th {
	background-color:#000060;
	color:#ffffff;
	font-size:14px;
}
table.list td {
	font-size:12px;
	padding-left:5px;
	border-top:1px solid #d0d0d0;
}
table.list tr.click:hover {
	background-color:#c0ccff;
	cursor:pointer
}

/* webform styles
 */
input.text {
	background-color:#f0f0ff;
	border:1px solid #000000;
	margin-right:5px;
}
input.text:focus {
	background-color:#d0d0ff;
}
input.button {
	padding:0px 25px 0px 25px;
}
select.text {
	background-color:#f0f0ff;
	border:1px solid #000000;
}
textarea.text {
	background-color:#f0f0ff;
	border:1px solid #000000;
}
textarea.text:focus {
	background-color:#d0d0ff;
}
