@charset "utf-8";
body {
	background-color:#060606;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	margin-top:20px;
}



.main {
	margin-left:auto;
	margin-right:auto;
}

.top_menu {
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	width:80px
}

.top_menu_long {
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	width:110px
}

a:link {
	color:#cccccc;
	text-decoration:none
}
a:visited {
	color:#cccccc;
	text-decoration:none
}
a:active {
	color:#E46020;
	text-decoration:none
}
a:hover {
	color:#E46020;
	text-decoration:none
}


a.underlined:link {
	color:#E46020;
	text-decoration:underline
}
a.underlined:visited {
	color:#E46020;
	text-decoration:underline
}
a.underlined:active {
	color:#E46020;
	text-decoration:underline
}
a.underlined:hover {
	color:#cccccc;
	text-decoration:underline
}

a.orange_bold:link {
	color:#E46020;
	font-weight:bold;
	text-decoration:underline
}
a.orange_bold:visited {
	color:#E46020;
	font-weight:bold;
	text-decoration:underline
}
a.orange_bold:active {
	color:#E46020;
	font-weight:bold;
	text-decoration:underline
}
a.orange_bold:hover {
	color:#cccccc;
	font-weight:bold;
	text-decoration:underline
}

.arial_666666_12{
	font-size:12px;
	color:#666666
}

.arial_cccccc_14{
	font-size:14px;
	color:#cccccc;
	font-weight:bold
}

td.page_name {
	background-image:url(images/page_name.gif);
	background-repeat: no-repeat;
	font-size:26px;
	width:203px;
	height:177px;
	text-align:right;
	vertical-align:middle;
}
.searchbox{
	width:185px;
}

.arial_orange_bold_16{
	color:#E46020;
	font-size:16px;
	font-weight:bold
}

.arial_grey_bold_16{
	color:#cccccc;
	font-size:16px;
	font-weight:bold
}

.arial_grey_bold{
	color:#cccccc;
	font-weight:bold
}

.line{
	width:550px;
	border-top:1px solid #666666;
}

.line2{
	width:350px;
	border-top:1px solid #666666;
}

.line3{
	width:525px;
	border-top:1px solid #666666;
}

.content_zone{
	width:550px;
	height:160px
	}
	
.table_content_zone{
	width:570px
	}

td.ofthemonth {
vertical-align:top
}

INPUT.TEXT{
  background-color:#333333;
  border-width:0px;
  color:#cccccc;
  width: 241px;
  padding:2px
}

INPUT.submit{
  background-color:#333333;
  border-width:1px;
  color:#E46020;
  padding:5px;
  margin-right:10px
}

.TEXTAREA{
  background-color:#333333;
  border-width:0px;
  color:#cccccc;
  width: 241px;
  height:100px;
  padding:2px
}
.error
{
color:#FF0000}

td.line{
	border-top:1px solid #343434;
}