/* Contains the CSS we use for Wild Imp... */
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 94%;
	margin: 0 3%;
}
*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
	position: relative;
}
a.login{ background: url(http://wildimp.com/templates/images/loginkey.png) no-repeat center center;  }
a.register{ background: url(http://wildimp.com/templates/images/block.png) no-repeat center center;  }
a.contactus{ background: url(http://wildimp.com/templates/images/contactus.png) no-repeat center center;  }
a.chatroom{ background: url(http://wildimp.com/templates/images/openchatroom.png) no-repeat center center;  }
#footpanel a.chat{
	background: url(http://wildimp.com/templates/images/usersonline.png) no-repeat 15px center;
	width: 228px;
	border-left: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/
#footpanel a.home{
	background: url(http://wildimp.com/templates/images/home.png) no-repeat 10px center;
	width: 40px;
	padding-left: 35px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanel a.fr{
	background: url(http://wildimp.com/templates/images/friendrequests.png) no-repeat 10px center;
	width: 140px;
	padding-left: 35px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanel a.pms{
	background: url(http://wildimp.com/templates/images/pmbox.png) no-repeat 10px center;
	width: 150px;
	padding-left: 35px;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanel a.playerslist{
	background: url(http://wildimp.com/templates/images/members.png) no-repeat 15px center;
	width: 85px;
	padding-left: 45px;
	border-left: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanel a.randomgame{
	background: url(http://wildimp.com/templates/images/randomgame.png) no-repeat 15px center;
	width: 100px;
	padding-left: 45px;
	border-left: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanel a.allgames{
	background: url(http://wildimp.com/templates/images/viewallgames.png) no-repeat 15px center;
	width: 70px;
	padding-left: 45px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/
a {
	text-decoration:none
}
#footpanel a small {
	text-align: center;
	width: 120px;
	background: url(http://wildimp.com/templates/images/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -40px; /*--Position tooltip 35px above the list item--*/
	left: 50%;
	margin-left: -63px; /*--Center the tooltip--*/
	z-index: 9999;
}
#footpanel a logindiv {
	text-align: center;
	width: 120px;
	height: 21px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e3e2e2;
	background:url(http://wildimp.com/templates/images/topborder.gif) repeat-x top;
	border: 1px solid #c3c3c3;
	display: none; /*--Hide by default--*/
	color: #000000;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover logindiv{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%;
	margin-left: -65px; /*--Center the tooltip--*/
	z-index: 9999;
}
#footpanel a largediv {
	text-align: center;
	width: 150px;
	height: 21px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e3e2e2;
	background:url(http://wildimp.com/templates/images/topborder.gif) repeat-x top;
	border: 1px solid #c3c3c3;
	display: none; /*--Hide by default--*/
	color: #000000;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover largediv{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%;
	margin-left: -81px; /*--Center the tooltip--*/
	z-index: 9999;
}
#footpanel a signupdiv {
	text-align: center;
	width: 150px;
	height: 21px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e3e2e2;
	background:url(http://wildimp.com/templates/images/topborder.gif) repeat-x top;
	border: 1px solid #c3c3c3;
	display: none; /*--Hide by default--*/
	color: #000000;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover signupdiv{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%;
	margin-left: -78px; /*--Center the tooltip--*/
	z-index: 9999;
}
img.nohover {
	border:0;
}

img.hover {
	border:0;
	display:none;
}

A:hover img.hover {
	display:inline;
}

A:hover img.nohover {
	display:none;
}

.viewallgames {
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #FFFFFF; 
}

.breadcrumb {
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
}

.gametitle {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #ecf8ff; 
	font-weight: bold;
}

.normalgamedesc {
	font-size: 10px; 
	color: #353535;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.gamedesctext {
	font-size: 12px; 
	color: #353535;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


.normaltext {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.normalbluetext {
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005992;
}

.latesttext {
	color: #FFFFFF; 
	font-size:13px; 
	font-weight:bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.gameinfo {
	color: #FFFFFF; 
	font-size:13px; 
	font-weight:bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.normalgreentext {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #577700;
}

.darknormalgreentext {
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0c6800;
}

.darkinfogreentext {
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0c6800;
}

.bdarknormalgreentext {
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0c6800;
	font-weight: bold;
}

.bluelinks {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005992;
	text-decoration: underline;
}

.errors {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bc0000;
	text-decoration: underline;
}

.errorbar {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #900000;
	font-weight: bold;
}

.resultbar {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #497709;
	font-weight: bold;
}

.populartitle {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #448107;
}
.didyouknow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1D689A;
}

.currentpageline {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e2ffae;
	text-decoration: line-through;
}

.currentpage {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e2ffae;
}

.currentpagen {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e2ffae;
}

.currentpagenl {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e2ffae;
	font-weight: bold;
}

.otherpage {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e2ffae;
}

.featuredtitle {
	font-size: 11px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #1D689A; 
	white-space:nowrap;
}

.whitelargetext {
	font-size: 15px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
}

.yellowsmalltext {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #aba100; 
}

.featuredinfo {
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #232323; 
}

.subtitleinfo {
	font-size: 14px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #1D689A; 
}

.featuredtitlelarge {
	font-size: 13px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #1D689A; 
}

.catgametitle {
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #1D689A; 
}

#gameinformation {
	padding:0;
	margin:0;
}

#gameinformation li {
	list-style-type:none;
	display: inline;
	padding: 0px 0px 0px 0px;
}

.tb-rounded {
	border:0;
	background: transparent url(http://wildimp.com/templates/images/rounded.gif) no-repeat top left;
	height: 22px;
	width: 220px;
	padding-top: 4px;
   	padding-left: 5px;
	padding-right: 50px;
	font-weight: bold;
	color: #4c7da2;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-align: center;
}

.captcha {
	border:0;
	background: transparent url(http://wildimp.com/templates/images/rounded_captcha.gif) no-repeat top left;
	height: 22px;
	width: 160px;
	padding-top: 4px;
   	padding-left: 5px;
	padding-right: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #4c7da2;
	font-size: 12px; 
	text-align: center;
}


.searchbox {
	border: 1px solid #46b11c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px; 
	font-weight: bold;
	color: #1f9612;
	width: 140px;
	text-align: center;
}


input.submitbutton {
	width: 85px;
	height: 35px;
	border: none;
	background: transparent url(http://wildimp.com/templates/images/submitbutton.gif) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
input.ssubmitbutton {
	width: 61px;
	height: 25px;
	border: none;
	background: transparent url(http://wildimp.com/templates/images/smallsubmit.gif) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
input.reviewbutton {
	width: 61px;
	height: 25px;
	border: none;
	background: transparent url(http://wildimp.com/templates/images/reviewbutton.gif) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
input.replybutton {
	width: 61px;
	height: 25px;
	border: none;
	background: transparent url(http://wildimp.com/templates/images/replybutton.gif) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
input.sendbutton {
	width: 61px;
	height: 25px;
	border: none;
	background: transparent url(http://wildimp.com/templates/images/sendmessagebutton.gif) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
input.uploadbutton {
	width: 73px;
	height: 30px;
	border: none;
	background: transparent url(http://wildimp.com/templates/images/uploadsubmit.gif) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
input.updatebutton {
	width: 73px;
	height: 30px;
	border: none;
	background: transparent url(http://wildimp.com/templates/images/updatebutton.gif) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
input.searchbutton {
	width: 72px;
	height: 18px;
	border: none;
	background: transparent url(http://wildimp.com/templates/images/search.gif) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

a:active {text-decoration: none; }

.login_button_forgot {
	margin: 0px;
  	padding: 0px !important;
  	border: 0px;
  	background: transparent url('login2.gif') no-repeat scroll top right;
  	color: #FFF;
  	display:block;
	width:72px;
	float: right;
  	height: 18px;
  	margin-right: 6px;
  	margin-top:10px;
  	padding-right: 12px !important;
  	text-decoration: none;
  	overflow: hidden;
  	font-size: 12px;
  	outline: none !important;
  	cursor: pointer;
  	font-weight: bold;
}
.login_button {
	margin: 0px;
  	padding: 0px !important;
  	border: 0px;
  	background: transparent url('login.gif') no-repeat scroll top right;
  	color: #FFF;
  	display:block;
	width:72px;
	float: right;
  	height: 18px;
  	margin-right: 6px;
  	margin-top:10px;
  	padding-right: 12px !important;
  	text-decoration: none;
  	overflow: hidden;
  	font-size: 12px;
  	outline: none !important;
  	cursor: pointer;
  	font-weight: bold;
}
.login_button span {
	background: url('spacer.gif') no-repeat left top;
	display: block;
	line-height: 30px;
	padding: 0px 0px 0px 12px;
	outline: none !important;
	float:right;
}
a.logoutbutton:link, a.logoutbutton:visited { text-decoration: none; background: url(logoutbutton.gif) no-repeat; text-align: left; vertical-align: middle; width: 100%; height: 35px; display: block }
a.logoutbutton:hover { text-decoration: none; background-position: 0px -35px }

.maingamebg {
width:109px;
height:106px;
background:url(http://wildimp.com/templates/images/randomgamesblank.gif)
}

.maingamebglong {
width:109px;
height:125px;
background:url(http://wildimp.com/templates/images/favoritegamesbg.gif)
}

a.badgetooltip span {display:none; padding:2px 3px; margin-left:-100px; width:130px;}
a.badgetooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}
