/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
font-family: Verdana, Arial, Helvetica, sans-serif;
position:absolute;
top: 0;
border: 1px solid #90afff; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-size: 11px;
font-weight: bold;
line-height:18px;
z-index:100;
background-color: #000;
width: 150px;
text-decoration: none;
visibility: hidden;
color: #fff;
}


.dropmenudiv_b a{
font-family: Verdana, Arial, Helvetica, sans-serif;
width: auto;
display: block;
text-indent: 5px;
background-image: url(images/button.gif);
background-color: #000;
border: 1px solid #90afff; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 2px 2px 2px 2px;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #fff;
text-decoration: none;
background-image: url(images/button2.gif);
}
/* ######### Style for Drop Down Menu ######### */

/* Comment element properties */

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #94A8D8;
	text-decoration: underline;
}

a.side {
	color: #EEE;
	text-decoration: none;
}

a:hover.side {
	color: #94A8D8;
	text-decoration: underline;
}

a.white, li.white a {
	color: #EEE;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #94A8D8;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #000;
	margin: 0px auto;
	}
hr {
	height: 1px;
	border: 1px solid #eee;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #EEE;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #ff0000;
	background-color: #333;
	border: 1px solid #999;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */


#Menu {
min-width: 980px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Menu ul {
list-style: none;
text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
margin: 0px; /* Just some margin to align the blue border below the menu */
padding: 7px 9px 7px 9px; 
background-position:center;
background-color: #000000;
background-image: url(images/buttonmenu.gif);
}

#Menu li {
cursor: pointer;
display: inline; /* Menu links are horizontally aligned using display: inline */
margin: 0px;
padding: 0px;
}
#Menu ul li {
margin: 0px;
padding: 0px;
}
#Menu li a {
background-position:center;
font-size: 12px;
padding: 7px 26px 7px 26px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
font-weight: bold;
color: #fff;
text-decoration: none;
background-color: #000000;
background-image: url(images/buttonmenu.gif);
}
#Menu li a:hover {
background-position:center;
background-image: url(images/button2menu.gif);
}
#Menu li a span {
padding: 0px 0px 0px 0px;
margin: 0px;
}
#Menu li a:hover span {
}
 

#profilm {
font-family: Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
margin: 0 auto;
width: 100%; /*WIDTH OF MAIN MENU ITEMS*/
text-align: center;
}
#profilm ul {
list-style: none;
text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
margin: 0px;/* Just some margin to align the blue border below the menu */
padding: 0px; 
}
#profilm li {
height: 22px;
padding: 0px; 
}
#profilm li a {
display: block;
background-position: center;
font-size: 11px;
padding: 5px 0px 5px 0px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
font-weight: bold;
color: #fff;
text-decoration: none;
background-color: #000000;
background-image: url(images/button.gif);
}
#profilm li a:hover {
background-image: url(images/button2.gif);
background-position:center;
}



#Database {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 100%;
}
#Database ul {
text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
margin: 0px 0 5px 0; /* Just some margin to align the blue border below the menu */
padding: 5px 0px 5px 0px; 
background-position:center;
background-image: url(images/button.gif);
}
#Database li {
display: inline; /* Menu links are horizontally aligned using display: inline */
}
#Database li a {
font-size: 11px;
padding: 5px 6px 5px 6px;
font-weight: bold;
color: #fff;
text-decoration: none;
background-position:center;
background-color: #000000;
background-image: url(images/button.gif);
}
#Database li a:hover {
background-position:center;
background-image: url(images/button2.gif);
margin: 5px 0 0 0;
}
#Database li a span {
}
#Database li a:hover span {
}


form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-position:center;
	background-color: #000;
	background-image: url(images/button.gif);
	height: 22px;
	border: 1px solid #303B56;
	margin-top: 2px;
}
.buttonmini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #fff;
	background-position:center;
	background-color: #000;
	background-image: url(images/button.gif);
	height: 18px;
	border: 1px solid #303B56;
	margin-top: 2px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #252F48;
	border: 1px solid #303B56;
	margin-top: 2px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #252F48;
	border: 1px solid #303B56;
}

.textbox2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #252F48;
	border: 1px solid #303B56;
}

/* Header and footer properties */

.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #000;
	background-image: url(images/button.gif);
	padding: 4px 10px 4px 10px;
}

.sub-header-left {
	width: 3px;
	height: 28px;
	background-color: #555;
	background-image: url(images/subheader-left.gif);
}

.sub-header-right {
	width: 3px;
	height: 28px;
	background-color: #555;
	background-image: url(images/subheader-right.gif);
}

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #000000;
	padding: 0px 0 2px 0;
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background-color: #000000;
	padding: 5px;
}

.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #000000;
	padding: 4px 4px 5px 4px;
}

.main-body {
	font-size: 11px;
	color: #DDD;
	background-color: #000000;
	border: 1px solid #90afff;
	padding: 5px;
}

/* Side-Panel properties */


.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #777;
	background-color: #000;
	padding: 4px 10px 0px 0;
	width: 170px;
}

.side-border-right {
	color: #777;
	background-color: #000;
	padding: 4px 0 0px 10px;
	width: 170px;
	margin: auto;
}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	background-image: url(images/side.gif);
  background-repeat: repeat-x;
	padding: 3px 4px 3px 4px;
}

.scapmain-left {
	width: 3px;
	height: 20px;
	background-color: #90afff;
	background-image: url(images/side.gif);
}

.scapmain-right {
	width: 3px;
	height: 20px;
	background-color: #90afff;
	background-image: url(images/side.gif);
}

.side-body {
	font-size: 10px;
	color: #BBB;
	background-color: #000;
	border: 1px solid #90afff;
	padding: 4px;
}

/* Center-Panel properties */

.news-gepigeny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border: 1px;
	border-color: #90afff;
	border-style: solid;
	background-color: #90afff;
	background-image: url(images/side.gif);
	background-repeat: repeat-x;
	padding: 3px 4px 3px 4px;
}

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 9px;
	color: #555;
	background-color: #222;
	border-width: 0px 0px 0px 0px;
	border-color: #333;
	border-style: solid;
	padding: 1px 1px 1px 1px;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #90afff;
	background-image: url(images/side.gif);
	background-repeat: repeat-x;
	padding: 4px 4px 4px 4px;
}

.capmain-left {
	width: 3px;
	height: 20px;
	background-color: #90afff;
	background-image: url(images/side.gif);
	background-repeat: repeat-x;

}

.capmain-right {
	width: 3px;
	height: 20px;
	background-color: #90afff;
	background-image: url(images/side.gif);
	background-repeat: repeat-x;

}

.main-bg {
	color: #DDD;
	background-color: #000;
	padding: 0px 0 0px 0;
}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #303B56;
}

.game_title {
	font-size: 16px;
	color: #FFF;
	background-color: #000;
	padding: 4px;
}

.game_menu_al {
	font-size: 11px;
	color: #FFF;
	background-color: #252F48;
	padding: 4px;
	border-top: 1px solid #90AFFF;
	border-right: 1px solid #90AFFF;
	border-bottom: 1px solid #90AFFF;
	border-left: 1px solid #90AFFF;
}

.game_menu {
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	border-top: 1px solid #90AFFF;
	border-right: 1px solid #90AFFF;
	border-bottom: 1px solid #90AFFF;
	border-left: 1px solid #90AFFF;
}


.comment-border {
	border-bottom: 1px solid #313F60;
}

.tbl {
	font-size: 11px;
	color: #BBB;
	background-color: #000;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #EEE;
	background-color: #000;
	padding: 4px;
}

.tbl1ecomp {
	font-size: 11px;
	color: #EEE;
	border: 1px solid #185300;
	background-color: #001733;
	padding: 4px;
}

.tblg1 {
	font-size: 11px;
	color: #EEE;
	background-color: #000;
	padding: 0px 4px 0px 2px;
}

.tbl2 {
	font-size: 11px;
	color: #EEE;
	background-color: #252F48;
	padding: 4px;
}
.tbl3 {
	font-size: 11px;
	color: #EEE;
	background-color: #252F48;
	padding: 4px;
}
.tbl3-adco {
	font-size: 11px;
	color: #EEE;
	background-color: #354366;
	padding: 4px;
}

.tbl4 {
	font-size: 10px;
	color: #EEE;
	background-color: #252F48;
	padding: 4px;
}
.tbl5 {
	font-size: 11px;
	color: #EEE;
	background-color: #000;
	padding: 1px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #252F48;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 9px;
	color: #FFF;
	background-color: #252F48;
	padding: 3px;
	margin: 0px 10px 0px 10px;
	border: 1px solid #444;
}

.poll {
	height: 6px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #EEEEEE;
}

.shoutboxname {
	display: inline;
  list-style: none;
	font-size: 9px;
	font-weight: bold;
	color: #17252E;
}

.shoutbox {
	display: inline;
	color: #999;
}

.shoutboxdate {
	display: inline;
	font-size: 8px;
	color: #777;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #555;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #222;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #28324B;
	border: 1px solid #999;
	padding: 2px 4px 2px 4px;
	margin: 3px;
}

.pagenav a {
	color: #ccc;
	background-color: #222;
	border: 1px solid #364260;
	padding: 2px 4px 2px 4px;
	margin: 3px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #364260;
	margin: 3px;
	text-decoration: none;
}
