* { margin: 0; padding: 0; }
html, body, #main { height: 100% }
body, div {
	font-family: Arial, Helvetica, sans-serif
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333
}
h1, h2 { font-family: Arial, Helvetica, sans-serif; padding: 0; margin: 0 }
h3 { margin-top: .5em; }
#main { padding: 1em; }
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x; text-align: center }
#banner a { color: white; }
fieldset { padding: 8px; }
legend { font-weight: bold; }

pre { margin-bottom: 1em; }
li { list-style-type: none; }
.basic, #list2, #list3, #navigation {
	width:657px;
}

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 657px;
	font-family: Arial, Helvetica, sans-serif;
}
.basic div {
	background-color: #FFF;
	float: left;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	color: #0d2c5b;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	padding-left:0px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color:#0d2c5b;
	background-color: #FFF;
	border-top: 1px solid #0d2c5b;
	border-bottom: 1px solid #0d2c5b;
	width: 647px;
	margin-bottom: 5px;
}
.basic a:hover {
	background-color: white;
	color: #80cfe2;
}
.basic a.selected {
	color:#0d2c5c;
	background-color: #FFF;
	cursor:default;
}

#navigation {
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#5263AB 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
	font-size:11px;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
	font-size:11px;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}

