/* General Settings */

* {margin: 0px; padding: 0px;}

body {

}
a:link {font-size: 12px; font-weight: bold; color: #64acff; text-decoration: none;}
a:visited {font-size: 12px; font-weight: bold; color: #64acff; text-decoration: none;}
a:hover {font-size: 12px; font-weight: bold; color: #64acff; text-decoration: underline;}
a:active {font-size: 12px; font-weight: bold; color: #64acff; text-decoration: none;}

a.PageNumbers:link {font-size: 15px; font-weight: bold; color: #64acff; text-decoration: none;}
a.PageNumbers:visited {font-size: 15px; font-weight: bold; color: #64acff; text-decoration: none;}
a.PageNumbers:hover {font-size: 15px; font-weight: bold; color: #64acff; text-decoration: underline;}
a.PageNumbers:active {font-size: 15px; font-weight: bold; color: #64acff; text-decoration: none;}

a.gameBreadcrumb:link {font-size: 14px; color: #f2b854; text-decoration: none;}
a.gameBreadcrumb:visited {font-size: 14px; color: #f2b854; text-decoration: none;}
a.gameBreadcrumb:hover {font-size: 14px; color: #f2b854; text-decoration: underline;}
a.gameBreadcrumb:active {font-size: 14px; color: #f2b854; text-decoration: none;}

h3 {
	text-align: left;
	font-family:arial, helvetica, sans-serif;
	font-size: 12px; 
	color: #ffffff;
	padding-left: 4px;
	padding-bottom: 4px;
}

/* Toolbar style */

#toolbar {
	width: 90%;
	min-width: 700px;
	margin: 0 auto;
	position: fixed;
	bottom: 0px;
	left: 5%;
	height: 27px;
	background-color: #efefef;
	border: #cccccc 1px solid;
	font-size: 13px;
	z-index: 999999999;
}
.tool_tag {
	position: absolute;
	left: 35%;
	top: 5px;
	text-align: center;
	color: #999999;
	z-index: -1;
}
.toolsearch{
	margin-top: 2px;
	background-image: url(/images/toolbar/sfield.gif);
	background-repeat: no-repeat;
}
input#q {
	border: 0px;
}
.searchfield{
	height: 14px;
	font-size: 12px;
	vertical-align: top;
	margin-top: 2px;
	background: transparent;
}
.left_toolcell {
	width: auto;
	height: 27px;
	float: left;
	background-color: #efefef;
	border-top: #ffffff 1px solid;
	border-right: #cccccc 1px solid;
	border-left: #ffffff 1px solid;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 99999999;
}

.right_toolcell {
	width: auto;
	height: 27px;
	float: right;
	background-color: #efefef;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-left: #cccccc 1px solid;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 9999999;
}

/* Start Share Tool */

.custom_images a {
    width: 23px;
    height: 23px;
    margin: 0;
    padding: 0;
}

.custom_images a:hover img {
    opacity: 1;
}

.custom_images a img {
    opacity: 0.75;
}

/*  End Share tool  */
/* End Toolbar style */


/* Slider Start */


/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	float:left;
	position:absolute;
	left:35%;
	text-align:left;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
  	color: white;
  	font-size: 80%;

}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    /* position: absolute; */   /*Panel will overlap  content */
    position: relative;   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
#panel .content input.field2 {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 140px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}


.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}


/* Slider End */
.smalltext {

}

/* Overall */
#wrapper {
	margin: 0 auto;
	width: 1000px;
	border: #333333 0px solid;
}
.fillertop {
	width: 100%;
	height: 0px;
}
.logo {
	width: 267px;
	height: 100px;
	background: url(/images2/blue/logo.gif);
	float: left;
}
.topad {
	width: 728px;
	height: 90px;
	margin-top: 4px;
	float: left;
}
.centerad {
	width: 996px;
	margin-bottom: 8px;
	text-align: center;
	float: left;
}
.menu {
	width: 996px;
	height: 30px;
	padding-top: 0px;
	border-top: #999999 1px solid;
}
.main {
	width: 996px;
	height: auto;
	text-align: center;
}
.cat_list {
	background-color: #ffffff;
	margin-top: 0px;
	padding-bottom: 5px;
	border: #64acff 1px solid;
	color: #000000;
	z-index: 9999999;
}
.welcome {
	width: 265px;
	height: 213px;
	float: left;
	margin-right: 11px;
	margin-bottom: 8px;
	background: url(/images2/blue/welcomebox.gif);
	text-align: left;
}
.dailygame {
	width: 354px;
	height: 213px;
	float: left;
	margin-right: 11px;
	margin-bottom: 8px;
	background: url(/images2/blue/gamebox.gif);
	text-align: left;
}
.dailygame2 {
	width: 354px;
	height: 213px;
	margin-right: 11px;
	margin-bottom: 8px;
	background: url(/images2/blue/gamebox.gif);
}
.main_top {
	width: 996px;
	height: 13px;
	background: url(/images2/blue/main_top.gif);
	background-repeat: no-repeat;
}
.main_mid {
	width: 996px;
	background: url(/images2/blue/main_mid.gif);
	background-repeat: repeat-y;
}
.main_bot {
	width: 996px;
	height: 13px;
	background: url(/images2/blue/main_bot.gif);
	background-repeat: no-repeat;
}
.main_text {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.tournament {
	width: 354px;
	height: 213px;
	float: left;
	margin-bottom: 8px;
	background: url(/images2/blue/gamebox.gif) no-repeat;
	text-align: left;
}
.halfgame {
	width: 174px;
	height: 213px;
	float: left;
	margin-bottom: 8px;
	background: url(/images2/blue/halfgame.gif);
	text-align: left;
}
.halfgame2 {
	width: 174px;
	height: 213px;
	margin-bottom: 8px;
	background: url(/images2/blue/halfgame.gif);
	text-align: left;
}
.boxad {
	width: 300px;
	height: 250px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}
.categories {
	width: 685px;
	height: 261px;
	float: left;
	background: url(/images2/blue/categorybox.gif);
	text-align: left;
}
.footer {
	width: 996px;
	height: 40px;
	margin-top: 6px;
	margin-bottom: 20px;
	border-top: #999999 1px solid;
}
.welcomeboxtext {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.dailygameboxtext {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.tournamentboxtext {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.categoryboxtext {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.catimg {
 float: left;
}
.feat_high_b {
	padding-left: 6px;
	border-left: #90c3ff 1px solid;
}


/* Residual from original template */

.pageNumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.privatemessageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sendmessageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.messagecellheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.messagesubject {font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.messagefrom {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.messagesummary {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.messagedate {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.privatemessagesubject {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.privatemessageprofileinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.privatemessageprofileusername {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.privatemessagedate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.privatemessagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.memberlistboxtitles {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
}
.memberlistabc {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.memberlistusers {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.memberlistpages {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
}

/* The End */