/* -------------------- ELEMENTS -------------------- */
.border { border: 1px dotted black; }

body
{
background: #000 url("Images/texture.png") repeat;
padding: 0px; margin: 0px;
height: 100%; width: 100%;
font-size: 14px;
font-family: "Lucida Console", Monaco, monospace;
}

.container
{ 
background: #FFF; 
margin: 0px auto;
margin-top: 0px;
margin-bottom: 0px;
width: 1006px; 
}

.container-border
{
margin: 0px auto;
margin-top: 0px;
margin-bottom: 0px;
width: 1004px;
border: 1px dotted black;
}

.logo
{
float: left;
background: url("/Images/logoBGz.png") no-repeat;
height: 100px; width: 150px;  
border-bottom: 1px dotted black;
}

.banner
{
float: left;
display: inline;
height: 75px; width: 854px; 
border: none;
}

.links
{
float: left;
padding-top :0px;
height: 25px; width: 854px;
border-left: none;
border-bottom: 1px dotted black;
} 

.leftmenu
{ 
float: left;
clear: both;
min-height: 0px; width: 150px; 
border-top: none;
} 

.content
{
float: left;
min-height: 575px; width: 813px; 
margin: 0px 0px 0px 0px;
padding: 20px 20px 40px 20px;
overflow: hidden;
border-left: 1px dotted black;
}

.contentwide
{
float: left;
min-height: 575px; width: 964px;
margin: 0px 0px 0px 0px;
padding: 20px 20px 40px 20px;
overflow: hidden;
border: none;
}

.footer
{ 
clear: both;
height: 100px; width: 1004px;
border-top: 1px dotted black;
} 

.center-div
{
position: relative;
color: black;
text-align: center;
}

/* -------------------- COMIC -------------------- */

.comicImg
{
margin: 0px auto;
padding: 0px;
height: 400px; width: 800px;
border: 1px dotted black;
}

/* -------------------- LINKS -------------------- */

.menu ul
{
width: 150px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
font-size: 14px;
}

.menu li
{
margin: 0px 0px 0px 0px;
border-bottom: 1px dotted black;
}

.menu a
{
display: block;
padding: 2px 0px 1px 3px;
text-decoration: none;
color: #000000;
background-color: #FFF;
}

.menu a:link {color: #000000;}
.menu a:visited {color: #000000;}
.menu a:active {color: #000000;}

.menu a:hover
{
color: #222222;
background-color: #DDD;
}

.menu-header
{
font-size: 11px;
color: #555;
background-color: #EEE;
}

a{color: #0000CC; text-decoration: none;}
a:link {color: #0000CC;}
a:visited {color: #0000CC;}
a:active {color: #0000CC;}
a:hover {color: #CC0000;}

/* -------------------- TABS -------------------- */

ul.tabs
{
list-style: none;
margin: 0px 0px 0px 15px;
padding: 0px 0px 0px 0px;
}

ul.tabs li
{
display: block;
float: left;
margin: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px 0px;
}
	
ul.tabs li a 
{
height: 19px;
display: block;
color: #555;
background: #EEE;
font-size: 13px;
font-family: "Trebuchet MS", sans-serif;
text-decoration: none;
margin: 0px 0px 0px 0px;
padding: 5px 10px 0px 10px;
border: 1px dotted black;
border-bottom: none;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}

.tabs a.active
{
color: #000;
background-color: #FFF;
border-bottom: 2px solid white;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}

.tabs a.active:hover
{
color: #000;
background-color: #FFF;
border-bottom: 2px solid white;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}

ul.tabs li a:hover
{
color: #555;
background-color: #EEE;
}

/* -------------------- OTHER -------------------- */

table.tborder
{
border-collapse: collapse;
border-spacing: 0;
border: 1px solid black;
}

table.tborder th 
{
text-align: left;
font-weight: normal;
border: 1px solid black;
padding: 5px;
}

table.tborder td
{
border: 1px dotted black;
border-collapse: collapse;
margin: 0px;
padding: 5px;
text-align: left;
}

blockquote
{
background: #EEE;
padding: 10px;
border: 1px dotted black;
border-radius: 5px;
}

/* ---------- GAMES BOX --------- */
.contBox
{
position: relative;
float: left;
width: 240px;
height: 75px;
margin-top: 20px;
margin-left: 10px;
padding-right: 10px;
}

.contTitle
{
background: #EFEFEF;
position: absolute;
margin-left: 10px;
min-width: 60px;
height: 12px;
padding: 5px;
z-index: 5;
border-radius: 5px;
}

.contCont
{
background: #FFF;
position: absolute;
margin-top: 15px;
width: 220px;
min-height: 30px;
padding: 15px 5px 5px 5px;
border-radius: 5px;
}

