html, body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body
{
	text-align: center;
	font-size: 10pt;
	font-family: Verdana;
	color: #888C93;
	background: url(images/bg.gif) #142249;
/*	background: url(images/bg_b.png) left top repeat-x #142249;*/
}
a
{
	font-family: Verdana;
	font-size: 9pt;
	color: #FF5300;
	text-decoration: underline;
	cursor: pointer;
}
a:hover
{
	text-decoration: none;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6
{
	margin: 4px 0px;
}
h1, h2, h2 a
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
	padding-top: 2px;
}
h1
{
	background-image: url(images/bg_title.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 15px;
}
h2, h2 a
{
	color: #888C93;
	text-decoration: none;
}
h4, h4 a
{
	text-decoration: none;
}
.bd
{
	margin: 0 auto 0 auto;
	width: 830px;
}
.top
{
	background: url(images/bg_main.png) left top repeat-x;
	background-color: #000000;
	border: 1px solid #272B33;
	border-bottom: 0px;
	margin-top: 20px;
}
.main
{
	border: 1px solid #272B33;
	border-top: 0px;
	margin-bottom: 20px;
}
.bar
{
	background-color: #000000;
}
.content
{
	background-color: #000000;
	padding: 10px;
}
.preview
{
	background-image: url(images/bg_preview.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 11px;
}
.preview a
{
	font-size: 11px;
}
.preview_l
{
	background: url(images/bg_preview_l.gif) no-repeat;
}
.preview_r
{
	background: url(images/bg_preview_r.gif) no-repeat;
}
.menu {background-color: #242424;}
.menu ul, .menu form
{
	list-style-type: none;
	margin: 0px 15px;
	padding: 10px 0px;
}
.menu ul li {height:1%; background:url(images/bg_hr.png) repeat-x 0 100%; padding:5px 0;}
.menu a
{
	text-decoration: none;
}
.menu a:hover
{
	text-decoration: underline;
}
.hr
{
	background-image: url(images/bg_hr.png);
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	margin: 3px 0px;
}
.footer
{
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	font-size: 9pt;
}
.footer_l
{
	background: url(images/bg_footer_l.gif) no-repeat;
}
.footer_r
{
	background: url(images/bg_footer_r.gif) no-repeat;
}
#spinner
{
	position: absolute;
	z-index: 100;
}
/* message */
#msg
{
	padding: 4px;
	color: #FFFFFF;
	font-size: 10px;
}
#msg.info
{
	background: url(images/msg_info.gif) repeat-x;
}
#msg.error, #msg.debug
{
	background: url(images/msg_error.gif) repeat-x;
}
/* path */
.path, .path a
{
	color: #4D4D4D;
	font-size: 8pt;
	text-decoration: none;
}
.path a:hover
{
	text-decoration: underline;
}
/* form */
table.form
{
	background-color: #000000;
	border-collapse: collapse;
	margin: 10px 5px;
}
table.form td, table.form th
{
	border: 1px solid #888C93;
}
table.form th
{
	background-color: #000000;
	text-align: center;
	white-space: nowrap;
}
/* form elements */
label
{
	font-size: 9pt;
}
select, textarea, .input
{
	background-color: #888C93;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
}
.file
{
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	margin-right: 3px;
}
span.asterisk
{
	font-weight: bold;
	color: #CC0000;
}
span.error
{
	display: block;
	color: #CC0000;
	font-size: 10px;
}
.tips, .tips a
{
	font-size: 10px;
}
.panel, .info_panel
{
	padding: 10px 5px;
	font-size: 9pt;
}
.info_panel
{
	font-style: italic;
}
.pagination
{
	padding: 10px 5px;
}
.pagination, .pagination a
{
	font-size: 8pt;
	font-weight: normal;
}
.text, .text a
{
	font-size: 10pt;
	text-align: justify;
	line-height: 18px;
}
.smalltext, .smalltext a
{
	font-size: 8pt;
	text-align: justify;
	line-height: 16px;
}
.buy
{
	margin: 5px 0px;
}
.buy, .buy a
{
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}
.buy img
{
	margin-right: 5px;
}
div#qTip
{
	padding: 3px;
	border: 1px solid #CCCCCC;
	display: none;
	background: #999;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
	background-color: #F4F4F4;
	background: #000000;
	color: #888C93;
}
/* list */
table.list
{
	background-color: #000000;
	border-collapse: collapse;
	margin: 10px 5px;
}
table.list td, table.list th
{
	border: 1px solid #888C93;
}
table.list th
{
	background-color: #000000;
	text-align: center;
	white-space: nowrap;
}
/* tbl */
table.tbl
{
	border-collapse: collapse;
	background-color: #000000;
}
table.tbl td, table.tbl th
{
	border: 1px solid #888C93;
	background-color: #000000;
}
