#resizable { width: 900px; height: 150px; padding: 0.5em; }
#resizable h3 { text-align: center; margin: 0; }
    /*Global*/
*{
    padding: 0;
    margin: 0;
        }
	/* General */
    a{
color:#fff;
}
.preview{
    padding:10px;
    font-size:1.5em;
}
.dmz{
color:black;font: 62.5% Verdana, sans-serif;
}
.mmt{
color:black;font: 62.5% Verdana, sans-serif;
}
.mmc{
	display:none;
}
    #cssdropdown { height:29px; white-space:nowrap; list-style-type:none; width:445px;}

	/* Head links */
	#cssdropdown li { float:left; display:inline; }
	#cssdropdown li.headlink a {height:29px; display: block; }
    #cssdropdown li.dropDownSolid {height:29px; width:150px; border:1px black solid;  background-color:#FF7722;}

    /* Child lists and links */
	#cssdropdown li.headlink ul { height:29px; display: none; text-align: left; position:relative; z-index:100;}
	#cssdropdown li.headlink:hover ul {height:29px; display: block; }
	#cssdropdown li.headlink ul li a { padding: 5px 5px 0px 5px; height: 29px; }
	#cssdropdown li.headlink ul li a:hover {height:29px; background-color: #333; }

/*General*/
html {
    color: #ffffff;
    background-image: url(../img/tileInverse.png);
    height:100%;
    width:100%;
}
body {
    background-image: url(../img/bgTile.png);
    background-repeat: repeat-x;
    height:100%;
    width:100%;
    text-align:left;
}
#right_float{
    float:right;
    width:345px;
}
#container{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:950px;
}
#contentContainer{
    width:100%;
}
#hiddenContainer{
    width:100%;
}

#header{
    background-image: url(../img/fullHead.png);
    background-repeat: no-repeat;
    height: 209px;
    width: 1021px;
}
#buttonZenyLadder{
    background-image: url(../img/buttonZenyLadder.png);
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    z-index: 30;
}
#buttonHome{
    background-image: url(../img/buttonHome.png);
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    z-index:30;
    float:left;
}
#buttonServerInfo{
    background-image: url(../img/buttonServerInfo.png);
    background-repeat: no-repeat;
    height: 29px;
    width: 89px;
}
#buttonWiki{
    background-image: url(../img/buttonWiki.png);
    background-repeat: no-repeat;
    height: 29px;
    width: 89px;
}
#buttonGameCenter{
    background-image: url(../img/buttonGameCenter.png);
    background-repeat: no-repeat;
    height: 29px;
    width: 89px;
}
#buttonCommunity{
    background-image: url(../img/buttonCommunity.png);
    background-repeat: no-repeat;
    height: 29px;
    width: 89px;
}
#buttonShop{
    background-image: url(../img/buttonShop.png);
    background-repeat: no-repeat;
    height: 29px;
    width: 89px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.pretty {
    color:black;
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('../img/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
    color:black;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }


/*Mesalation Container*/
#mesalation {
    float:right;
}
#mesalation_top {
    background-image: url(../img/mesalationTop.png);
    background-repeat: no-repeat;
    width:345px;
    height:92px;
}
#mesalation_mid {
    background-image: url(../img/mesalationMid.png);
    background-repeat: repeat-y;
    padding:0px 10px 0px 10px;
    width:345px;
    height:auto;
}
#mesalation_low {
    background-image: url(../img/mesalationLow.png);
    background-repeat: no-repeat;
    width:345px;
    height:20px;
    margin-bottom:10px;
}

#logonBar {
}
#logon_top {
    background-image: url(../img/logonTop.png);
    background-repeat: no-repeat;
    width:952px;
    height:26px;
}
#logon_mid {
    background-color: #769FB5;
    background-image: url(../img/logonMiddle.png);
    background-repeat: repeat-y;
    padding:0px 10px 0px 10px;
    width:931px;
    height:auto;
}
#logon_low {
    background-image: url(../img/logonBottom.png);
    background-repeat: no-repeat;
    width:952px;
    height:25px;
    margin-bottom:10px;
}
#loginHidden{
    display:none;
    padding:10px;
    height:auto;
    width:100%;
}

/*News Container*/
#news {
    float:left;
}
#news_top {
    background-image: url(../img/newsTop.png);
    background-repeat: no-repeat;
    width:530px;
    height:88px;
}
.news_break {
    margin-bottom:15px;
    padding:10px;
    background-color:#9e9c96;
}
.download_break {
    margin-bottom:12px;
    padding:10px;
    background-color:#990000;
}
#news_midContent {
    margin-left:10px;
    width:90%;
    padding:10px;
    background-color:#3e6c86;
}
#news_mid {
    background-image: url(../img/newsMid.png);
    background-repeat: repeat-y;
    width:530px;
    height:auto;
}
#news_low {
    background-image: url(../img/newsLow.png);
    background-repeat: no-repeat;
    width:530px;
    height:17px;
    margin-bottom:10px;
}
/*Options*/
#options {
    float:right;
}
#options_top {
    background-image: url(../img/optionsTop.png);
    background-repeat: no-repeat;
    width:244px;
    height:87px;
}
#options_mid {
    background-image: url(../img/optionsMid.png);
    background-repeat: no-repeat;
    padding:0px 10px 0px 10px;
    width:244px;
    height:20px;
}
#options_low {
    background-image: url(../img/optionsLow.png);
    background-repeat: no-repeat;
    width:244px;
    height:14px;
    margin-bottom:10px;
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

