/*
Theme Name: JackpotLook
Theme URI: 
Description: Themes
Version: 1.0
Author: 
Author URI:	
*/

/*	GENERAL	*/

* {
	font-family: Verdana;
	font-size:11px;
    line-height: 130%
}
h1 {
	font-size: 150%;
	padding-top:15px;
    padding-left: 0px;
    padding-bottom: 8px;
    margin-bottom: 0px;
	color:#333333;
    border-bottom: 0px dotted;
    border-color: #cccccc;

}
h2 {
	font-size: 102%;
	padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom:20px;
	color:#333333;
    border-bottom: 1px dotted;
    border-color: #cccccc;

}
a {
	color: #3165ca;
	text-decoration: none;
    
}
img {
    border: 0px solid;
    border-color: #ffffff;
}
.trivia {
    padding-top: 5px;
    padding-bottom: 15px;
}
.trivia ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.trivia li {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	margin-right: 5px;
	margin-left: 5px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
 
}
body {
	background-image:url('images/bg.gif');
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#c8dce6;
	margin:0px 0;
}
span.bold {
	font-weight:bold;	
}
span.clear {
	display:block;
	width:0;
	height:0;
	margin:0;
	padding:0;
	clear:both;	
}

/* DIVs	*/

#pageHolder {
	width:960px;
	margin:0 auto;
    border: 1px solid;
    border-color: #a1c1d1;
}
#adHolder {
	width:960px;
    height: 90px;
	margin:0 auto;
}
#whitePage {
	width:944px;
   	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:0px; 
}
#post {
   	padding-left:10px;
	padding-right:8px;  
}
#pageFooter {
	width:946px;
	margin:8px auto;	
}
#pageHead {
	width:950px;
	clear:both;
}
#mainmenu {
	width:940px;
	height:50px;
	list-style-type: none;
}
#greenTitle {
	width:950px;
	height:67px;
}
#newsmenu {
	margin:0 auto;
	width:962px;
	height:37px;
	list-style-type: inline;
}
#newsmenusub {
	margin:0 auto;
	width:962px;
	height:30px;
	list-style-type: inline;
}
#content {
	width:610px;
	float:left;
	margin-bottom:8px;
	padding-left: 5px;
}
#main h1 {
	font-size: 150%;
	padding-top:15px;
    padding-left: 0px;
    padding-bottom: 10px;;
	color:#333333;
    border-bottom: 0px dotted;
    border-color: #cccccc;
    margin: 0px;
    
}
#contentinner {
	width:700px;
	float:left;
	margin-bottom:8px;
	padding: 5px;
}
#rightCol {
	width:310px;
	float:right;
	margin-bottom:8px;
}
#contentFooter {
	width:960px;
    font-size: 10px;
    background-color: #a1c1d1;
    padding-bottom: 4px;
    color: #ffffff;
    min-height: 80px;
	clear:both;
    margin-left: -8px;
    margin-bottom: -8px;
    
}
#copyrightFooter {
	width:944px;
	padding:8px 8px;
    min-height: 45px;
	clear:both;
}

/*	WHITEPAGE	*/

#whitePage {
	background-color:#FFFFFF;
}

/*	PAGEFOOTER	*/

#pageFooter {
	background-color:#ffffff;
	padding-bottom:10px;
}
#pageFooter span.top {
	display:block;
	width:100%;
	height:14px;
	clear:both;
}
#pageFooter div.info {
	padding-top: 0px;
    padding-left: 12px;
    padding-right: 5px;
}
#pageFooter div.info div.footermessage {
	float:left;
	width:230px;
    padding-top: 5px;
	margin-right:17px;
	font-size:10px;
	color:#3e4852;
}
#pageFooter div.info div.footermessage h2 {
	font-size:13px;
	padding-top:0px;
    padding-bottom: 3px;
	margin:0;
	color:#3e4852;
	border-bottom:2px solid #3e4852;
    margin-bottom: 3px;
}
#pageFooter div.info div.footermessage p {
	margin:0 0 5px;
	font-size:10px;
}

/*	GAMELEGAL	*/
#gamelegal {
	list-style-type:none;
	list-style-position:outside;
	float:right;
	margin: 0px;
	padding:0;
	
}
#gamelegal li {
	float:left;
	display:block;
	margin-left:0px;
	
}
/*	MAINMENU	*/

#mainmenu {
	
}
#mainmenu ul.menu {
	list-style-type:none;
	list-style-position:outside;
}
#mainmenu ul.menu li {
	margin-left:10px;
	float:left;
	display: inline;
}
#mainmenu ul.menu li a {
	line-height:30px;
	color:#505050;
}
#mainmenu ul.menu li a:hover {
	color:#000000;
}
/*	SEARCHFORM	*/

#searchForm {
	margin-left:5px;
	float:right;
    padding-top: 50px;
    padding-right: 50px;
}
#searchForm input{
	border:0;
}

#searchForm div.inputField {
	width:102px;
	height:25px;
	background-image:url('images/SERACHBOX.jpg');
	background-repeat:no-repeat;
	float:left;
}
#searchForm div.inputField input {
	width:80px;
	height:14px;
	font-size:9px;
	line-height:9px;
	margin:8px 17px;
	background-color:Transparent;
}
#searchForm input.okButton {
	width:87px;
	height:25px;
	background-image:url('images/SEARCH.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	float:left;
	margin-left:3px;
	cursor:pointer;
}

/*	NEWSMENU	*/
#newsmenu {
	background-image:url('images/back.JPG');
	background-repeat:repeat-x;
	background-position:0 0;   
}
#newsmenu ul.menu {
	list-style-type:none;
	list-style-position:inside;
    margin-left: -78px;
    margin-top: 2px;
	position:left;
}
#newsmenu ul.menu li {
	height:36px;
	float:left;
	padding-right:2px;
	background-repeat:no-repeat;
	background-position:right;
	list-style-type: none;
}
#newsmenu ul.menu li a {
	display:block;
	height:37px;
	line-height:37px;
	font-size:10px;
	padding:0 20px;
	color:#000000;
	text-decoration:none;
	background-repeat:repeat-x;
	background-position:0 0;
}
#newsmenu ul.menu li a:hover {
	background-position:0 -35px;
    background-color: #5ba7cd;
    color: #ffffff;
}
#newsmenu ul.menu li a.selected, #newsmenu ul.menu li a.selected:hover {
	color:#003300;
	background-position:0 -74px;
}
#newsmenu ul.menu li.current_page_item a {
	color: #ffffff;
	display:block;
    font-weight: bold; 
}

/*	GREENTITLE	*/

#greenTitle {
	font-size:12px;
	background-color:#005C15;
	background-repeat:repeat-y;
	background-image:url('images/bg-pageGreenFade.jpg');
	color:#FFFFFF;	
}
#greenTitle h2 {
	float:right;
	color:#FFFFFF;
	font-size:22px;
	font-weight:normal;
	margin:20px 20px 0 0;
	padding:0;
}

/*	CONTENT		*/

#content ul.homeNews {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
#content ul.homeNews li {
	float:left;
	width:287px;
    min-height: 370px;
	padding-bottom:28px;
	background-image:url(images/bottombox2.JPG);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0 8px 8px 0;
}
#content ul.homeNews li h2 {
	width:287px;
    border: 0px;
    color: #333333;
	font-size:12px;
	height:31px;
	margin:0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right:0px;
	font-size:12px;
	line-height:28px;
	background-image:url('images/topbox.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
}
#content ul.homeNews li div.info {
	padding:0 9px;
	background-image:url('images/bg-homeInfoBox.jpg');
	background-repeat:repeat-y;
	background-position:-702px 0;
}
#content ul.homeNews li div.info a.newslist {
	display:block;
	text-decoration:none;
}
#content ul.homeNews li div.info a.newslist img {
	border:1px solid #009933;
	width:65px;
	height:50px;
	float:left;
	margin:6px 0;
	background-color:#009933
}
#content ul.homeNews li div.info a.newslist div {
	float:right;
	width:253px;
	padding:3px 6px;
	background-image:url('images/bg-newsList.jpg');
	background-repeat:repeat-x;
	background-position:0 0;
}
#content ul.homeNews li div.info a.newslist div h3 {
	margin:0;
	padding:0;
	font-size:10px;
	color:#125e82;  
}
#content ul.homeNews li div.info a.newslist div p {
	margin:0;
	padding:0;
	font-size:10px;
	color:#616064;
}

/*	SUB CONTENT	*/

#articlecontrol div.votes {
	float:left;
}
#articlecontrol div.votes a {
	width:18px;
	height:18px;
	display:block;
	font-size:0;
	line-height:0;
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	margin-right:7px;
}
#articlecontrol div.votes a.fullstar {
	background-image:url('images/img-fullStar.gif');
}
#articlecontrol div.votes a.emptystar {
	background-image:url('images/img-emptyStar.gif');
}
#articlecontrol div.votes span {
	font-size:11px;
	color:#656565;
	line-height:18px;
}
#articlecontrol div.controls {
	float:left;	
}

#articlecontrol div.controls ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
#articlecontrol div.controls ul li {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
#articlecontrol div.controls ul li a {
 	padding-left:20px;
 	display:block;
 	background-repeat:no-repeat;
 	background-position:left;
 	font-size:10px;
 	text-decoration:none;
 	color:#0099e2;
 	height:18px;
 	line-height:18px;
}
#articlecontrol div.textsize {
	line-height:18px;
	font-size:12px;
	color:#656565;
	float:left;
	display:block;
	margin-left:5px;
}
#articlecontrol div.textsize a {
	display:block;
	height:18px;
	width:18px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	float:left;
}
#articlecontrol div.textsize a.larger {
	background-image:url('images/btn-upArrow.gif');
}
#articlecontrol div.textsize a.smaller {
	background-image:url('images/btn-downArrow.gif');
}

#articlecontrol div.info, #articlecontrol div.info p {
	clear:both;
	font-size:11px;
	color:#656565;
}

#articlecontent {
	font-size:12px;
	color:#656565;
}
#articlecontent img {
	float:left;
	margin:10px 15px 10px 7px;	
}
#articlecontent p {
	font-size:12px;
	color:#656565;
	margin:0 0 10px;
}
#articlecontent a {
	font-size:12px;
	color:#ed56ab;
	text-decoration:none;
}
#articlecontent a:hover {
	text-decoration:underline;
}
#articlecontent h2,h3,h4,h5,h6 {
	font-size:13px;
	color:#656565;
	font-weight:bold;
	margin:10px 0 10px;
	padding:0;
}

#articlecomments {
	font-size:11px;
}



#commentform input {
	border: 1px;
}




#articlecomments span.ammount {
	display:block;
	clear:both;
	font-size:14px;
	font-weight:bold;
	color:#ed56ab;
}
#articlecomments form.commentpost {
	
}
#articlecomments form.commentpost h2 {
	font-size:14px;
	font-weight:bold;
	color:#ed56ab;
	padding:0;
	margin:10px 0;
}
#articlecomments form.commentpost label {
	font-size:11px;
	font-weight:bold;
	color:#646464;
}
#articlecomments form.commentpost label.small {
	font-size:10px;
	font-weight:normal;
	color:#646464;
	font-style:italic;
	clear:both;
	display:block;
}
#articlecomments form.commentpost input.text {
	border:1px solid #bbbbbb;
	background-image:url('images/bg-commentField.gif');
	background-repeat:repeat-x;
	background-position:top;
	padding:3px 4px;
	color:#666666;
	font-size:11px;
	width:280px;
	margin:7px 0;
}
#articlecomments form.commentpost textarea.textarea {
	border:1px solid #bbbbbb;
	background-image:url('images/bg-commentField.gif');
	background-repeat:repeat-x;
	background-position:top;
	padding:3px 4px;
	color:#666666;
	font-size:11px;
	width:560px;
	height:120px;
	margin:7px 0;	
}
#articlecomments form.commentpost div.textareacontrol {
	width:560px;
	text-align:right;
	color:#cccccc;
}
#articlecomments form.commentpost div.textareacontrol a {
	font-size:10px;
	color:#cccccc;
}
#articlecomments form.commentpost ul.toolrow {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;	
}
#articlecomments form.commentpost ul.toolrow li {
	float:left;	
}
#articlecomments form.commentpost ul.toolrow li a {
	display:block;
	cursor:pointer;
	width:24px;
	height:22px;
	background-repeat:no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:3px;
}
#articlecomments form.commentpost img.securityImage {
	width:140px;
	height:30px;
	overflow:hidden;
	display:block;
	clear:both;
}

/*	RIGHTCOL	*/

#rightCol {
}
#rightCol span.top {
	display:block;
	width:100%;
	height:9px;
	clear:both;
	background-image:url('images/bg-rightCol.gif');
	background-repeat:no-repeat;
	background-position:0 0;
}
#rightCol div.info {
	padding:0 8px;
	background-repeat:repeat-y;
	background-position:-636px 0;
}
.greenBox div.info {
	padding:0 8px;
	background-image:url('images/bg-rightBoxes.jpg');
	background-repeat:repeat-y;
	background-position:-608px 0;
}
.greenBox div.info h3 {
	font-size:18px;
	color:#009933;
	padding:0;
	margin:0 0 5px;
	text-align:center;
}
.greenBox div.info form.emailsignup {
	margin:0 0 0 35px;
}
.greenBox div.info form.emailsignup input.text {
	font-size:12px;
	background-color:#fff2e2;
	border:1px solid #ffdfb9;
	color:#d08427;
	padding:5px 5px;
	width:176px;
}
.greenBox div.info form.emailsignup input.submit {
	overflow:hidden;
	text-indent:-9999px;
	width:28px;
	height:23px;
	font-size:0;
	line-height:0;
	background-image:url('images/btn-sendButton.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
}
#rightCol div.greenBox div.info div.RSSinfo {
	margin-left:35px;
	background-image:url('images/img-rssicon.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	padding:8px 0 0 55px;
	min-height:42px;
	font-size:11px;
	color:#000000;
	width:136px;
	margin-top:5px;
}
#rightCol div.greenBox div.info div.RSSinfo a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#rightCol div.whiteBox {
	width:304px;
	background-image:url('images/bg-rightWhite.gif');
	background-repeat:no-repeat;
	background-position:-304px bottom;
	padding-bottom:14px;
}
#rightCol div.whiteBox span.top {
	display:block;
	width:100%;
	height:14px;
	clear:both;
	background-image:url('images/bg-rightWhite.gif');
	background-repeat:no-repeat;
	background-position:0 0;
}
#rightCol div.whiteBox div.info {
	padding:0 8px;
	background-image:url('images/bg-rightWhite.gif');
	background-repeat:repeat-y;
	background-position:-608px 0;
	font-size:20px;
	text-align:center;
}
#rightCol div.whiteBox div.info h3 {
	font-size:18px;
	font-weight:bold;
	color:#25a2c1;
	margin:0;
	padding:0;
}
#rightCol div.whiteBox div.info a {
	font-size:50%;
	color:#e53887;
	text-decoration:none;
	font-weight:bold;
}

/*	FOOTERMENU	*/
#footermenu {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
#footermenu li {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
#footermenu li a {
 	padding-left:20px;
 	display:block;
 	background-repeat:no-repeat;
 	background-position:left;
 	font-size:10px;
 	text-decoration:none;
 	color:#0099e2;
}


/*	COPYRIGHTFOOTER	*/

#copyrightFooter {
	font-size:10px;
	background-color:#a1c1d1;
	color:#FFFFFF;
}
#copyrightFooter a,#copyrightFooter a:visited,#copyrightFooter a:hover  {
	font-size:10px;
	color:#FFFFFF;
}
.alignleft {
	padding: 2px;
	float: left;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
}
.alignright {
	padding: 2px;
	float: right;
	margin-left: 8px;
	border: 1px solid #CCCCCC;
}
.frontNews {
	padding: 4px;
	font-size: 9px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
   
}
.frontNews img {
	padding: 2px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 4px;
 
}
.frontNews p {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#mainadvertarea {
	background-image:url('images/homepageboxtop.jpg');
   	background-repeat:no-repeat;
    width: 948px;
    height: 260px;
	padding-top: 40px;;
    padding-left: 8px;
}
#stackback {
    background-color: #bbd6e1;
    width: 574px;
    height: 226px;
    padding-top: 2px;
    padding-left: 2px;
}
#sitemonth {
    background-color: #bbd6e1;
    width: 345px;
    height: 223px;
    padding-top: 2px;
    padding-left: 0px;
}
#advertarea1 {
	background-image:url('images/box1.jpg');
   	background-repeat:no-repeat;
    width: 568px;
    height: 105px;
	padding-left: 14px;
    padding-top: 12px;
    margin-top: -5px;
    float: left;
}
#advertarea6 {
    width: 400px;
    height: 105px;
	padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
    float: left;
}
#advertarea2 {
	background-image:url('images/box2.jpg');
   	background-repeat:no-repeat;
    width: 353px;
    height: 105px;
	margin:0;
	padding-left: 8px;
    padding-top: 12px;
    margin-top: -5px;
    float: right;
}
.advertarea3 {
	background-image:url('images/box3.jpg');
   	background-repeat:no-repeat;
    width: 578px;
    height: 100px;
	padding-left: 8px;
    padding-top: 12px;
    margin-top: 10px; 
    font-size: 10px;
    margin-left: -5px;   
}
.advertarea4 {
    font-size: 10px;
    color: #333333;
    width: 400px;
    height: 90px;
	padding-left: 150px;
    padding-top: 5px;
}
#topstripe {
	background:#000000;
}
#sidebar {
	width:310px;
	float:right;
    margin-right:15px;
	margin-bottom:8px;
    margin-top: 30px;
    padding: 0px;
}
#sidebarsingle {
	width:300px;
	float:right;
    margin-right:4px;
	margin-bottom:8px;
    margin-top: 15px;
}
#sidebarads {
    color: #666666;
    font-size:9px;
    width: 306px;
    height: 300px;
   	float:center;
    background-color: #eeeeee;
    border: 1px solid;
    margin-top:31px;
    border-color: #cccccc;
    padding-top: 10px;
    padding-left: 6px;
    padding-bottom: 2px; 
}
#sidebaradsnote {
    color: #666666;
    font-size:10px;
    width: 306px;
    height: 130px;
   	float:center;
    background-color: #eeeeee;
    border: 1px solid;
    margin-top:5px;
    border-color: #cccccc;
    padding-top: 8apx;
    padding-left: 6px;
    padding-bottom: 2px;
} 
#sidebaradsnote h2 {
	font-size: 102%;
	padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom:20px;
	color:#333333;
    border-bottom: 1px dotted;
    border-color: #cccccc;

         
}
#sidebarads a {
    color: #666666;
    
}
#sidebaradsbottom {
    color: #666666;
    width: 306px;
    height: 300px;
    background-color: #eeeeee;
    border: 1px solid;
    border-color: #cccccc;
    margin-top: 10px;
    padding-top:6px;
    padding-left: 6px;
    padding-bottom: 2px;
}
#sidebaradsbottom a {
    color: #666666;    
}
.greenBox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.greenBox li {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	margin-right: 5px;
	margin-left: 5px;
}
.greenBox {
	width:155px;
    float: right;
	padding-bottom:23px;
    margin-top:10px;
	margin-bottom:8px;

}
.greenBox h2 {
	display:block;
	width:155px;
    float: right; 
	height:23px;
	clear:both;
	font-size:12px;
	line-height:23px;
	font-weight:bold;
	color:#666666;
    text-indent:5px;
    padding-bottom: 7px;
}
/*	NEWSMENU	*/
#newsmenusub {
	background-image:url('images/');
	background-repeat:repeat-x;
	background-position:0 0;   
}
#newsmenusub ul.menu {
	list-style-type:none;
	list-style-position:inside;
    margin-left: -78px;
    margin-top: 2px;
	position:left;
}
#newsmenusub ul.menu li {
	height:30px;
	float:left;
	padding-right:2px;
	background-repeat:no-repeat;
	background-position:right;
	list-style-type: none;
}
#newsmenusub ul.menu li a {
	display:block;
	height:30px;
	line-height:30px;
	font-size:10px;
	padding:0 30px;
	color:#000000;
	text-decoration:none;
	background-repeat:repeat-x;
	background-position:0 0;
}
#newsmenusub ul.menu li a:hover {
	background-position:0 -30px;
    background-color: #cccccc;
    color: #ffffff;
}
#newsmenusub ul.menu li a.selected, #newsmenu ul.menu li a.selected:hover {
	color:#003300;
	background-position:0 -74px;
}
#newsmenusub ul.menu li.current_page_item a {
	color: #ffffff;
	display:block;
    font-weight: bold; 
}
#sidebarinner {
	width:160px;
    border-left: 5px solid;
    border-color: #faf8f8;
	float:right;
    margin-right:15px;
	margin-bottom:8px;
    margin-top: 0px; 
}
#sidebarinner h2 {
    color:#000000;
    font-size: 11px;
   	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
    text-indent: 3px;
    margin-bottom: 5px;
}
#insideTabs {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 30px;
	height: 31px; 
    margin-left:3px;    
}
#insideTabs a {
	display: block;
	float: left;
	background-color: #f3f3f3;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
    margin-left: 5px;
	margin-right: 8px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;

}
#insideTabs a:hover {
	color: #000000;
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}
#insideTabs li {
	display: inline;
}
#pagecontent {
	width:555px;
	float:left;
	padding-bottom:18px;
	margin-left: 8px;
}
#complaints {
    padding-top: 25px;
	margin-bottom:8px;
	margin-right: 8px;
}
.review{
	padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    display: block;
   	margin-right:2px;
    margin-left: 0px;
	overflow: hidden;
    background-color: #ffffff;
	vertical-align: top;
    margin-top: 0px;
	border-top: 1px solid #cccccc;
    text-align:left;
}
.review h2{
    color:#000000;
    background-color: #f3f3f3;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-bottom: -1px;
    text-indent: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
    
}
.review a {
    font-weight: bold;
	font-size: 100%;
	color: #;
}
.review dl {
	padding-top: 2px;
    padding-bottom: 2px;
	font-size: 8pt;
    margin-top: -3px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.review dt {
	width: 120px;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 8pt;
	font-weight: bold;
    border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333333;
    text-indent: 5px;
}
.review dd {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	display: block;
	float: left;
	width: 140px;
    font-size: 8pt;
	text-align: left;
 	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333333;
}
.box {
	border: 1px solid #cccccc;
    padding: 5px;
}
/**************************** PLUE TABLE IN POST *******************/
.bluePost {
	background-color: #ffffff;
    margin-top: 5px;

}
.bluePostInner {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 550px;
}
.bluePost th {
	background-color: #f3f3f3;
	color: #333333;
	text-align: left;
    height: 25px;
   	width: 550px;
    margin-top: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #2e5987;

}
.bluePost td {
	color: #333333;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #333333;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #2e5987;
}
.bluePost a {
  	font-weight: bold;

}
.star {
    height: 31px;
    width: 75px;
	background-image:url('images/bonus_star_bg.png');
	background-repeat:no-repeat;
	background-position:left;
	margin:0px 0;
    color: #ffff00;
   	font-weight: bold;
    padding-top: 10px;
    padding-left: 11px;
    text-decoration: underline;
}
.envelope {
    height: 51px;
    width: 135px;
	background-image:url('images/bonus-code-bg2.png');
	background-repeat:no-repeat;
	background-position:left;
	margin:0px 0;
    color: #ffffff;
   	font-weight: bold;
    padding-top: 27px;
    padding-left: 2px;
}
.captionbox {
    width:125px;
    width:125px;
    float:left;
    margin-right:10px;
    font-style:italic;
    font-size:smaller;
    text-align:center;
}
.captionimage {
    align:left;
}
.captionboxr {
    width:200px;
    width:200px;
    margin-bottom:5px;
    float:right;
    padding:10px;
    margin-left:10px;
    border: solid thin #2698C5;
}
.captionimager {
    align:right;
}
.logo {
    height: 70px;
    width: 375px;
    margin-right: 200px;
    margin-top: 20px;
    border: 0;
    float: left
}
.logo a img {
    border: 0px;
}
.images {
    height: 60px;
    width: 150px;
    padding-top: 20px
}
#newsletter {
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-position:left;
    height: 200px;
	padding-top: 11px;;
    padding-left: 0px;
    padding-right: 15px;
    border-top: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-bottom: 0px solid;
    border-color: #cccccc;
    margin-top: 7px;
    margin-bottom: 15px;
}    
#newsletter h2 {
   	font-size:13px;
    background-position: top-center;
    background-repeat: no-repeat;
	padding-top:0px;
    padding-left: 0px;
    padding-bottom:3px;
	color:#3e4852;
	border-bottom:1px solid #cccccc;
    margin-bottom: 15px;
    text-indent: 0px;
}
#newsletter span {
    margin-left: 120px;
}
.newslettertext {
    padding-left: 90px;
    padding-top: 5px;
    padding-right: 15px;
    border: 0px solid;
    border-color: #cccccc;
    margin-top: 0px;
    margin-bottom: 0px;
} 
.newslettertext ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}  
.newslettertext li {
	background-image:url('images/star.png');
	background-repeat:no-repeat;
	background-position:left;	
	margin-left:20px;
    padding-left: 10px;
	margin-bottom:10px;
    padding-bottom: 3px;
    text-indent: 15px;  
}
.feature {
    width: 575px;
	padding-left: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 140%;
	font-size: 11px;
    color: #666666;
	overflow: hidden;
	vertical-align: top;
	background-color: #ffffff;
	border-top: 1px dotted #333333;
}
.feature h2 {
	font-size:105%;
	padding-top:0px;
    padding-left: 10px;
    padding-bottom:7px;
	color:#3e4852;
    text-indent: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border: 0px;
}
.feature h2 a {
	font-size:105%;
	padding-top:0px;
    padding-left: 0px;
    padding-bottom:7px;
	color:#3165ca;
    text-indent: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border: 0px;
}
.feature img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.feature a {
	padding: 0px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 100%;
}
.feature span img {
	background-color: #ffffff;
	float: right;
	color: #FFFFFF;
}
.feature p {
	margin-bottom:2px;
	margin-top:0px;
	font-size:10px;
}
.contact {
	border: 1px;
}
.moduletable {
    padding-top: 20px;
}
.moduletable-two {
    width: 303px;
    min-height: 220px;
    border-top: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-bottom: 0px solid;
    border-color: #f3f3f3;
    background-color: #f9d9ed;
    padding: 7px;
    line-height: 160%;
}
.moduletable h2{
    width: 315px;
    height: 15px;
	background-image:url('images/topnews.png');
    background-position: top-center;
    background-repeat: no-repeat;
	font-size:11px;
	padding-top: 9px;
    padding-left: 0px;
    padding-bottom: 9px;
    padding-right: 5px;
	color:#ffffff;
	border-bottom:0px solid #3e4852;
    margin-bottom: 0px;
    text-indent: 12px;
}
#nl-text ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
    float: left;
}  
#nl-text li {
	background-image:url('images/thumbsup.gif');
   	font-weight: bold;
    font-size: 10px;
	background-repeat:no-repeat;
	background-position:left;	
	margin-left: 0px;
    padding-left: 10px;
	margin-bottom:10px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-top: 5px;
    text-indent: 15px;  
    float: left;
}
.sign {
    padding-top: 10px;
    padding-left: 15px;
}
.sign input.freebonus {
    color: #ffffff;
    background-color: #e95699;
  	font-weight: bold;
    text-align: center;
	width:134px;
	height:25px;
    padding: 2px;
	font-size: 10px;
	float:left;
    margin-top: 11px;
	margin-left:0px;
	cursor:pointer;
}
.modulebottom {
    width: 315px;
	background-image:url('images/bottomnews.png');
    background-position: top-center;
    background-repeat: no-repeat;
	padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
	color:#3e4852;
}
.boxes {
    color: #e95699;
   	font-weight: bold;
    float: left;
    width: 300px; 
    padding-left: 15px;
    padding-top: 15px;
}
.boxes input.box {
   	width:200px;
	height:15px;
    padding: 2px;
	font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
	margin-left:0px;
}
.smallBox h1{
    color: #333333;
  	font-size: 115%;
	padding-top:0px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom:20px;
    border-bottom: 1px dotted;
    border-color: #cccccc;
}   
.newsimage {
    padding-top: 5px;
    float: left;
    width: 40px;
}
.newstext {
    padding-top: 5px;
    float: right;
    width: 250px;
}
#nl-text {
    float: left;
    padding: 5px;
    width: 160px;
}
.tournaments {
	overflow: hidden;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
            }
        
        .tournaments img {
	float:  left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
        }
        .tournaments a {
	display: block;
	text-align: center;
	margin-right: 5px;
	font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 8px;
	padding-left: 8px;
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
}
        .tournaments h2 {
	color: #333333;
	padding: 5px;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: none;
	font-size: 120%;
    border: 0px;
            }
            
        .tournaments p {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
}
#advertarea11 {
    width: 728px;
    height: 90px;
	padding-left: 0px;
	padding-right: 0px;
    padding-top: 0px;
    margin: 0px;
    float: left;
}
#advertarea12 {
    width: 230px;
    height: 90px;
	padding-left: 0px;
	padding-right: 0px;
    padding-top: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #cccccc;
    border-style: solid;
    float: right;
}