@charset "utf-8";

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #d3d3d3;
}
body {
	background-color: #c0c6ac;
	margin-top: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow-x: hidden;
}

form { margin: 0; padding: 0; }

/* links */
a {
	font-size: 11px;
	color: #d3d3d3;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #d3d3d3;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #d3d3d3;
}

/* form */
input, textarea, button {
	background-color: #222;
	border: 1px solid #2F2F2F;
	color: #d3d3d3;
	font-size: 11px;
	padding: 4px;
}
input[disabled] {
	background-color: #202020;
	border: 1px solid #292929;
	color: #999;
}
select, option {
	padding: 1px;
	margin: 4px;
	background-color: #222;
	border: 1px solid #2F2F2F;
	color: #d3d3d3;
	font-size: 11px;
	vertical-align: middle;
}
option {
	border: 0;
	margin: 0px;
}

/* page */
#wrap {
	display: block;
	position: relative;
	z-index: 1;
	width: 847px;
	top: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 239px;
	
}
#wrap .logo {
	position: absolute;
	top: 27px;
	left: 395px;
	width: 250px;
	height: 105px;
}
#topmenu {
	display: block;
	position: relative;
	width: 100%;
	height: 126px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}
#topmenu .corner {
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 0;
}


/* main menu */
#menu_main {
	margin-left: 13px;
}

#menu_main .button {
	position: relative;
	background-image: none;
	height: 37px;
	top: -3px;
	margin-right: 3px;
}
#menu_main .button a { text-decoration: none; }
#menu_main .button .border {
	background-image: none;
	width: 1px;
}
#menu_main .button .middle {
	height: 37px;
	padding-left: 12px;
	padding-right: 12px;
	color: #e6e5e5;
	font-weight: bold;
	text-transform: uppercase;
}
#menu_main .button:hover {
	background-image: url(../images/menu_item_bg.jpg);
	height: 37px;
}
#menu_main .button:hover .border {
	background-image: url(../images/menu_item_border.jpg);
	width: 1px;
}
#menu_main .button:hover .middle {
	height: 37px;
	background-image: url(../images/menu_item_middle.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-right: 12px;
}
#menu_main .button:hover .middle a {
	color: #0f2c29;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0px 0px 4px #B7F0F9;
}

#menu_main .separator {
	background-image: url(../images/menu_separator.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 2px;
	padding-right: 3px;
}

/* main menu - dropdown */
#dropmenudiv {
	position: absolute;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #b5b6b6;
	line-height: 18px;
	font-weight: bold;
	z-index: 10;
	background-color: #100f0e;
}
#dropmenudiv del, #dropmenudiv a {
	width: 100%;
	font-size: 12px;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	color: #b5b6b6;
	text-decoration: none;
	background-color: #2c2c2c;
	border-bottom: 1px solid #3d3d3d;
	text-align: left;
	font-weight: normal;
}
#dropmenudiv del { text-decoration: line-through; }
#dropmenudiv a:hover { 
	background-image: url(../images/menu_dropdown_bg.jpg);
	background-color: #0095ae;
	border-bottom: 1px solid #64c2cd;
	color: #ffffff;
	font-weight: bold;
}

/* menu - stats */
#menu_stats {
	position: absolute;
	top: 47px;
	left: 27px;
}

/* menu - login center */
#menu_login {
	position: absolute;
	top: 46px;
	right: 21px;
}
#menu_login input[type="text"], #menu_login input[type="password"] {
	background-image: url(../images/menu_login_field.jpg);
	background-repeat: no-repeat;
	width: 137px;
	height: 20px;
	border: 0; margin: 0; padding: 0;
	padding-left: 9px;
	padding-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #c3c3c3;
}
#menu_login input[type="submit"] {
	background-image: url(../images/menu_login_submit.jpg);
	width: 55px;
	height: 25px;
	border: 0; margin: 0; padding: 0;
}
#menu_login div.altlink {
	background-image: url(../images/menu_altlink.jpg);
	width: 119px;
	height: 20px;
	text-align: center;
}
#menu_login div.altlink:hover {
	background-image: url(../images/menu_altlink_hover.jpg);
}
#menu_login div.altlink:hover a {
	color: #ffffff;
}
#menu_login .altlink a {
	text-decoration: none;
	line-height: 20px;
}

/* content box */
#content_container {
	display: block;
	position: relative;
	background-color: #272727;
	width: 100%;
	float: left;
	margin-top: 21px;
}
#content_container .top {
	position: absolute;
	background: url(../images/contentbox_top.png) no-repeat top left;
	top: -6px;
	height: 6px;
	width: 847px;
}
#footer {
	bottom: 0;
	float: left;
	position: relative;
	background-color: #c0c6ac;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 57px;
	padding-bottom: 20px;
}

/* newsflash */
#newsflash {
	position: relative;
	top: 5px;
}
#newsflash .mid {
	position: relative;
	height: 42px;
	/*background-image: url(../images/newsflash_mid.jpg);*/
	background-color: #272727;
	width: 100%;
	line-height: 28px;
}
/*
#newsflash .left {
	position: absolute;
	left: -5px;
	background-image: url(../images/newsflash_left.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 31px;
}
#newsflash .right {
	position: absolute;
	right: -5px;
	background-image: url(../images/newsflash_right.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 31px;
}
*/
#newsflash a {
	text-decoration: none;
}

/* main content */
#contentbox {
	position: relative;
	width: 576px;
	height: auto;
	float: left;
	left: 10px;
}
#contentbox div.content {
	width: 570px;
	padding: 4px;
	padding-top: 9px;
	background-color: #1d1d1d;
}
#contentbox div.title {
	position: relative;
	left: -16px;
	background-image: url(../images/content_title.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 35px;
	margin-top: 3px; margin-bottom: 15px;
	padding-left: 15px;
}
#contentbox .title {
	color: #0f2c29;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 27px;
	text-shadow: 1px 1px 0px #61c0d0 
}
#contentbox h1.boxhead {
	display: block;
	background-image: url(../images/content_headline.jpg);
	width: 560px;
	height: 29px;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 27px;
	padding-left: 10px;
	color: #e0e0e0;
}
#contentbox h2.separator {
	font-size: 13px;
	padding: 5px;
	padding-left: 10px;
	background-color: #1A1A1A;
	color: #888;
	text-transform:uppercase;
	border-top: #2A2A2A 1px dashed;
	font-weight: bold;
	margin-top: 25px;
}
#contentbox small.subtitle {
	display: block;
	background-image: url(../images/content_subtitle.jpg);
	width: 560px;
	height: 30px;
	margin:0;
	font-size: 11px;
	line-height: 20px;
	padding-left: 10px;
	color: #6f6f6f
}
#contentbox small.subtitle a {
	font-weight: bold;
	text-decoration: none;
	color: #6f6f6f;
}
#contentbox small.subtitle a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #898989;
}
#contentbox div.action {
	position: relative;
	background-color: #131313;
	height: 28px;
	width: 540px;
	border-left: #191919 10px solid;
	border-right: #191919 10px solid;
	border-bottom: #191919 10px solid;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 26px;
	color: #bebebe;
}
.boxinner {
	position: relative;
	margin: 0; 
	padding: 0 15px 10px 15px;
	width: 540px;
	background-color: #191919;
	overflow: auto;
	font-size: 12px;
	line-height: 18px;
}
#contentbox div.action a { font-weight: normal; line-height: 26px; color: #bebebe; text-decoration: none; margin-right: 7px; }
#contentbox div.action a:hover { color: #ffffff; }
#contentbox div.action img { margin-right: 2px; }

/* content styles */
.boxinner table {
	background-color: #161616;
	margin: 1px;
	padding: 0;
}
.boxinner td {
	padding: 5px;
	font-size: 12px;
}
.boxinner th, .boxinner thead td {
	background-image: url(../images/content_headline.jpg);
	height: 29px;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 27px;
	color: #e0e0e0;
	padding: 0;
	padding-left: 10px;
}

/* submenu */
#subnavi {
	position: relative;
	margin-left: 595px;
	top: -12px;
	background-color: #1d1d1d;
	width: 242px;
	height: auto;
}
#subnavi .head {
	position: relative;
	background-image: url(../images/subnavi_box_top.jpg);
	width: 211px;
	height: 37px;
	padding-left: 15px;
	line-height: 32px;
	font-weight: bold;
	color: #a0a0a0;
}
#subnavi .mid {
	position: relative;
	background-color: #161616;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: 216px;
	color: #969696;
}
#subnavi .bottom {
	position: relative;
	background-image: url(../images/subnavi_box_bottom.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 226px;
	padding-bottom: 7px;
}

/* error & success */
.success_box {
	background-color: #bcff98;
	border: 1px solid #66db27;
	padding: 10px;
	margin: 10px;
	color: #347f0a;
	position: relative;
}
.success_box a:link, .success_box a:visited, .success_box a:active, .success_box a:hover { color: #347f0a; }

.failed_box {
	background-color: #ffcaca;
	border: 1px solid #e5a4a4;
	padding: 10px;
	margin: 10px;
	color: #de0606;
	position: relative;
}
.failed_box a:link, .failed_box a:visited, .failed_box a:active, .failed_box a:hover { color: #de0606; }

.tooltip {
  position: absolute;
  display: none;
  background-color: #FCFCFC;
  color: #000000;
  padding: 4px 10px;
  z-index: 10;
  width: 200px;
  border: 1px solid #CCCCCC;
}

.adminmodule {
	display: none;
	width: 100%;
}

table.invisible {
	background-color: transparent;	
}

#my_tt {
  position:absolute;
  width:200px;
  left:-300px;
  visibility:hidden;
  z-index:100;
  border:1px solid #ccc;
  background:#fff;
}

#my_tt p {
  margin:20px;
}

#block { 
background-color: #99CC33; 
width: auto; 
height: auto; 
border: 1px solid #009933; 
color: #006633; 
top: 220px; 
left: 220px; 
position: absolute; 
z-index: 1; 
display: none; 
}