﻿
ul, li, img {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;color: #002d56;}
a:hover {text-decoration: underline;}
a.login {text-decoration: none;color: #FF0000;}
a.login:hover {text-decoration: underline;}
a img {border: none;}

/*br {
	clear: left;
}*/

.fr {
	float: right;
	padding: 1em 0 1em 1em;
} 
.fl {
	float: left;
	padding: 1em 1em 1em 0;
}

/* CONTAINER */
.container {
	float: left;
	margin: auto;
	width: 970px;
	background-image:url('./images_1024/containerBG.png');
	background-repeat: repeat-y;	
}
.container ul li a {
	list-style-type: none;
}
.mainContainer{
	margin: auto;
}
.mainContainer ul li a {
	list-style-type: none;
}
/* HEADER */
.header {
	position: relative;
	/*background: url(images_1024/header.jpg) no-repeat;*/
	overflow: hidden;
}
#topBox {
	float: left;
	width: 970px;
	height: 183px;
}
#topBoxBar{	
	float: left;
	clear: both;
	width: 958px;
	margin-top: 0px;	
	margin-bottom: 0px;
	padding: 9px 0px 10px 12px;		
	letter-spacing: 4px;
	font-size: 24px;
	color: #FFF;
}

/* Login */
#loginArea {	
	position: absolute;
	top: 2px;
	right: 10px;
	width: 234px;
	height: 170px;		
	background:url("images_1024/box_bg.gif") center center no-repeat;
	padding: 3px 20px;	
	/*filter:alpha(opacity=80);   /* Internet Explorer       */
    /*-moz-opacity:0.8;           /* Mozilla 1.6 and below   */
    /*opacity: 0.8;               /* newer Mozilla and CSS-3 */	
	font-weight: normal;
	line-height: 1em;
	/*text-align:left;*/
	color: black;
}
/*#loginArea .login_row input:focus, #loginArea .login_row input:hover {
	border:1px solid #333333;
}*/
#loginArea .login_row {
	float: left;
	clear: both;
	width: 234px;
	padding-top:6px;
    
}
#loginArea label {
	float: left;
	clear: both;
	font-size: 12px;
	height: 2px;

	padding: 6px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
}
#loginArea input {
	float: right;
	width: 130px;
	margin: 0px 0px 4px 0px;
}
/*#header #login #login_button, #header #login #join_button{*/
#loginArea .extra {
	float: left;
	width: 110px;
	height: 10px;	
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	font-size: 12px;
}
#loginArea .input_button {
	float: left;
	width: 124px;
	padding: 0px 6px;	
	margin: 0px 0px 3px 0px;
	font-size: 14px;	
	/*float: right;
	margin-right: 18px;*/
}
#loginArea #alert {
	float: left;	
	font-size: 12px;
	margin-top: 3px;
	/*margin-left: 20px;*/
	padding-left: 1px;
}
#loginArea .logout {
	float: left;	
	height: 14px;
	padding: 0px;
	margin-left: 40px;
	margin-bottom: 10px;
	font-weight: bold;
}
#loginArea .extra_logout {
	float: left;
	width: 110px;
	height: 14px;		
	margin-bottom: 10px;
}
#loginArea .logout_input_button {
	float: left;
	clear: both;
	width: 100px;
}


/* SIDEBAR */
#sidebar {
	width: 188px;
	height: 1200px;
	float: left;
/*	background: #FFF8CE;*/
	margin: 0px;
	padding: 0px;	
}
#sidebar ul#nav li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	padding-left: 8px;
	line-height: 1.7em;
	font-size: 1.5em;
	background: #FF5400 url(images_1024/color/normal.gif);
}
#sidebar ul#nav li:hover {
	border-top: 1px solid white;	
}
#sidebar ul#nav li#nav_home { behavior: url("IEFixes.htc"); }
#sidebar ul#nav li#nav_home:hover, #sidebar ul#nav li#nav_home.hover { background: #bcbcbc url(images_1024/color/roll_home.gif); }

#sidebar ul#nav li#nav_comic { behavior: url("IEFixes.htc"); }
#sidebar ul#nav li#nav_comic:hover, #sidebar ul#nav li#nav_comic.hover { background: #bcbcbc url(images_1024/color/roll_comic.gif); }

#sidebar ul#nav li#nav_game { behavior: url("IEFixes.htc"); }
#sidebar ul#nav li#nav_game:hover, #sidebar ul#nav li#nav_game.hover { background: #bcbcbc url(images_1024/color/roll_game.gif); }

#sidebar ul#nav li#nav_activity { behavior: url("IEFixes.htc"); }
#sidebar ul#nav li#nav_activity:hover, #sidebar ul#nav li#nav_activity.hover { background: #bcbcbc url(images_1024/color/roll_activity.gif); }

#sidebar ul#nav li#nav_contactus { behavior: url("IEFixes.htc"); }
#sidebar ul#nav li#nav_contactus:hover, #sidebar ul#nav li#nav_contactus.hover { background: #bcbcbc url(images_1024/color/roll_contactus.gif); }

#sidebar ul#nav li a {
	color: #ffffff;
	display: block;
}
#sidebar #nav li a:hover {
	text-decoration: none;
}
#sidebar #calendar {
	margin: 1em .4em 1em .4em;
}
#sidebar ul#events {
	text-align: center;
}
#sidebar ul#events li {
	margin-bottom: .7em;
}

/* RIGHTBAR */
#rightbar {
	float: right;	
	width: 181px;
	/*background: #FFF8CE;*/
	/*border: 1px solid pink;*/
	margin: 0px;
	padding: 0px;	
}
#rightbar ul#events {
	text-align: left;
	text-decoration: none;
}
#rightbar ul#events li {
	margin-bottom: .7em;
	text-decoration: none;
}

/* MAIN CONTENT */
#mainBox {
	width: 585px;
	float:left;
	/*width: 601px;*/
	/*padding: 0px 8px;
	background: #FFF;*/
}
/*#mainBox {
}*/
#mainBox div {
	overflow: hidden;
}/*
#tier1, #tier2, #tier3 {
	margin-bottom: 1em;
}
#tier1 div, #tier2 div, #tier3 div#news, #tier3 div div {
	border: 1px solid #FF5400;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 1em;
}*/

.footer {
	clear: both;
	text-align: center;
	float:center;
	width: 970px;
	height: 520px;
	background: #FFF;
}


table.stats
{color: #fff;
width: 500px;
/*background-color: #ffffff;*/
border: 0px #fff solid;
border-collapse: collapse;

}

table.stats td
{/*background-color: #ffffff;*/
color: #ffffff;
padding: 6px;
text-align: center;
border: 2px #ffffff solid;}

table.stats td.hed
{/*background-color: #ffffff;*/
color: #ffffff;
text-align: left;
border-bottom: 2px solid #FFFFFF;
} 
