/* CSS 2.1 */

/************************************************/
/* Global */
/************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 800px;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 10pt;
	background-color: #000000;
	background-image: url(../images/back-full3.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

a {
	color: #ff861b;
}

a:hover {
	color: #ffffff;
}

a img {
	border-color: #ff861b;
}

a:hover img {
	border-color: #ffffff;
}

li {
	list-style: none;
}

input,
select,
textarea {
	border: 1px solid #999999;
	font-size: 12px;
	background-color: #f0f0f0;
}

table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

th {
	padding-bottom: 10px;
}

tr.spacer {
	height: 10px;
}

td {
	vertical-align: top;
}

/************************************************/
/* Layout */
/************************************************/

#logo {
	margin: 20px 0px 0px 20px;
}

#info {
	margin: 20px 20px 0px 0px;
	float: right;
	font-size: 8pt;
}

#tag {
	padding: 110px 0px 0px 24px;
}

#login a:hover {
	color: #303030;
}

#header {
	height: 140px;
	background-image: url(../images/WEB--LOGO.gif);
	background-position: center top;
	border-bottom: 2px solid #000000;
}

#header_clear {
	background: #363636;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	clear: both;
	height: 1px;
	margin-bottom: 20px;
}

#layout {
	margin: 0px auto 0px auto;
	width: 752px;
}

#content {
	width: 512px;
	margin-left: 200px; /* #menu width */
	padding: 10px 20px 0px 20px;
}

#content-wide {
	width: 712px;
	padding: 10px 20px 0px 20px;
}

#footer {
	clear: both;
	padding: 20px 0px 20px 0px;
	font-size: 8pt;
	text-align: center;
}

#footer a {
	padding: 0px 5px 0px 5px;	
}

/************************************************/
/* Menu */
/************************************************/

#menu {
	float: left;
	width: 200px;
}

#menu div.spacer {
	height: 5px;
	background: none;
}

#menu a {
	width: 200px;
	display: block;
	text-decoration: none;
	background: #000000;
	text-indent: 20px;
	line-height: 20px;
	height: 20px;
	margin-top: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#menu a:hover {
	background: #303030;
	color: #ffffff;
}

/************************************************/
/* Box */
/************************************************/

div.box {
	border: 2px solid #000000;
}

div.box-header {
	margin-left: 10px;
	float: left;
	position: absolute;
	font-family: sans-serif;
	font-size: 12pt;
	line-height: 24px;
	font-weight: bold;
	color: #ff861b;
}

div.box-link {
	float: right;
	margin: -22px 10px 0px 0px;
}

div.box-top {
	height: 13px;	
	border-top: 1px solid #464646;
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
	background-color: #303030;
}

div.box-bottom {
	height: 12px;
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
	border-bottom: 1px solid #363636;
	background-color: #000000;
}

div.box-content {
	background: #000000;
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;

	border-bottom: 1px solid #363636;
	padding: 10px;
}

/************************************************/
/* General */
/************************************************/

div.title {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

div.button {
	width: 100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

div.button a {
	margin: 0px 30px 0px 30px;
}

div.stagger {
	text-align: right;
}
