/* main layout classes */
html {
	background: #000000;
}

body { 
	margin: 0px;
	font-family: verdana;
	font-size: 13px;
	color: #dddddd;
}

#title_bar { 
	margin: 0px;
	background-image: url(/web/default/img/top-right.jpg);
	background-repeat: repeat-x; width: 100%;
	height: 104px;
}

#main_nav_sliver {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	float: left;
}

#main_navigation {
	width: 100%;
	font-family: arial;
	font-size: 13px;
	background: #2E0B86;
	margin: 0px;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 104px;
	padding-right: 0px;
}
#main_nav_links {
	margin-left: 85px;
}
#main_nav_links a,
#main_nav_links a:link {
	text-decoration: none;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}
#main_nav_links a:hover {
	text-decoration: none;
	color: #dddddd;
}
#main_nav_links a:visited {
	text-decoration: underline;
	color: #ffffff;
}

#left_side_sliver {
	margin: 0px;
	float: left;
	position: absolute;
	left: 0px;
	top: 119px;
}

#left_side_bar {
	margin: 0px;
	float: left;
	position: absolute;
	left: 0px;
	top: 131px;
}

#main_page {
	position: absolute;
	top: 125px;
	left: 65px;
}

#end_navigation {
	padding-top: 10px;
	clear: left;
	font-family: arial;
	font-size: 11px;
	text-align: center;
	width: 100%;
}

#help {
	background: #eeeeee;
	border: 1px solid #dddddd;
	z-index: 1000;
	visibility: hidden;
	position: absolute;
	width: 100px;
	height: 100px;
	overflow: auto;
}

/* default styles by tag */
legend {
	font-weight: bold;
	background: #dddddd;
	color: #444444;
	border: 1px solid #444444;
	padding: 4px;
}
label {
	font-weight: bold;
	width: 200px;
	display: block;
	margin-top: 3px;
	margin-bottom: 2px;
	float: left;
	clear: left;
}
fieldset{
	width: 620px;
	padding: 5px;
}
input {
	background: #dddddd;
	margin-top: 3px;
	margin-bottom: 2px;
}
input.text,
select{
	background: #dddddd;
	width: 400px;
	margin-top: 3px;
	margin-bottom: 2px;
}
textarea {
	background: #dddddd;
	width: 400px;
	height: 200px;
	margin-top: 3px;
	margin-bottom: 2px;
}
fieldset {
	margin-top: 6px;
	margin-bottom: 6px;
}
div {
	margin-top: 2px;
	margin-bottom: 2px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
table {
	font-family: verdana;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
th {
	font-weight: bold;
	color: #ffffff;
	background: #444444;
	padding: 5px;
}
th a,
th a:link,
th a:visited {
	display: block;
	padding: 2px;
	text-decoration: none;
	background: #2E0B86;
	color: #ffffff;
	border: 1px outset #ffffff;
}
th a:hover {
	text-decoration: none;
	background: #ffffff;
	color: #2E0B86;
	border: 1px inset #ffffff;
}
td {
	border: 1px solid #dddddd;
	padding: 3px;
}
a, a:link {
	text-decoration: none;
	color: #bbbbff;
}
a:hover {
	text-decoration: underline;
	color: #ffdddd;
}
a:visited {
	text-decoration: underline;
	color: #bbbbff;
}
img {
	border: 0px;
}

/* required fields and error message classes */
.error {
	color: #1903BE;
	font-weight: bold;
	border: 1px solid #887CE3;
	padding: 4px;
	background: #F1F1F1;
}
p.required,
label.required {
	color: #FF283C;
	font-weight: bold;
}
input.required,
textarea.required,
select.required {
	background: #EF9AA2;
}
p.optional,
label.optional {
	color: #008080;
	font-weight: bold;
}
input.optional,
textarea.optional,
select.optional {
	background: #93D2D2;
}


/* navigation */
a.btn {
	text-decoration: none;
	color: #444444;
	display: block;
	float: left;
	border: 1px #444444 outset;
	background: #dddddd;
	padding: 2px;
	margin-right: 3px;
}
a:hover.btn {
	color: #dddddd;
	background: #444444;
	border: 1px #dddddd inset;
}

/* classes */
.instr {
	border: 1px outset #ffffff;
}
.header {
	font-size: 18px;
}
.header a,
.header a:link,
.header a:hover,
.header a:visited {
	font-size: 14px;
}
.hw {
	width: 600px;
}
.dim {
	color: #888888;
	font-weight: normal;
}

.thumb {
	float: left;
	padding: 2px;
	margin: 2px;
	background-color: #000000;
	text-align: center;
	vertical-align: center;
}
