/*
===== 1: universal reset =====
*/

*{
/* set the fonts to a uniform size, including form fields as well as all headings etc. */
	font-size:12px;
	margin:0;
	padding:0;
	font-family: Verdana, Arial;

}

html            { min-width: 612px; }

BODY			{color: #999999;
				background-color: #222222;
				background: url('/img/raisestakes.gif');
				_text-align: center; }
A			    {text-decoration: none; color: #fff; font-weight: bold; }
A:Visited		{text-decoration: none; color: #fff; }
A:Hover			{text-decoration: none; color: #FF0000; }

IMG 			{border: 0px; }

HR				{height:1px; color:#DDDDDD; }
.bordered		{border: 1px solid #BBBBBB; }

h3,h4		{font-weight: normal;}
h4 a {font-size: 10px;}

p 			    {margin-top: 6px; }
form 			{margin-top: 0px; margin-bottom: 0px; }

.spaced			{letter-spacing: +3px; }
.compressed   	{letter-spacing: -2px; }
.clickable      {cursor: pointer;}
.clickable:hover	{background-color: #111; border: none; }

 INPUT,SELECT,TEXTAREA
 				{ background-color: #000; color: #fff; border: 1px #aa0000 solid;
          -moz-border-radius: 0.2em;
          -webkit-border-radius: 0.2em;
        }
 INPUT.button	{ font-weight: bold; cursor: pointer; }

 #wraphead {
	width: 612px;
	margin: 0 auto -131px auto;
/* recover from ie5 work around on the body*/
	text-align:left;
	position:relative;
	width: 735px;
	height: 202px;
	background: url('/img/lowstakes.net.gif') no-repeat;
	z-index: 90;
	cursor: pointer;
 }

 #wrap{
	width: 592px;
	margin: 0 auto;
/* recover from ie5 work around on the body*/
	text-align:left;
	position:relative;
}

 #maincontent {
			width: 572px;
			min-height:263px;
			_height: 250px;
            float: left;
            padding: 2px 10px 10px 30px;
            _padding: 82px 10px 10px 30px;
            background: url('/imgx/lowstakes_background.gif') no-repeat #333333;
 			border: 1px solid #401010;
 			margin: 40px 0 15px 0;
 			z-index: 95;
 			}

 #adcontent {
			width: 572px;
            float: left;
            padding: 10px 10px 10px 30px;
            background: url('/imgx/lowstakes_background.gif') no-repeat #333333;
 			border: 1px solid #401010;
 			margin: 40px 0 15px 0;
 			}

 .itemholder {
	margin:			40px 0 20px 0;
	border: 		none;
	color:			white;
	display: 		block;
 }


 .item_text {
 	margin-top: -7px;
 }

 .item_text p {
 	margin-top: 7px;
 }

 .profile_photo {
    border: 1px solid #401010;
 }
 hr.sweetline {
 	color: #ccc;
 }
 .comment {
	background: #282828;
	padding: 3px 9px 5px 9px;
	margin-right: 20px;
	line-height: 15px;
	margin-bottom:10px;
 }

 .comment_linked {
 	background-image: url('/img/linked_bg.gif');
 	background-repeat: no-repeat;
	background-position:  bottom left;
 }

 .event_like {
 	border-right: 1px solid #700;
 	border-left: 1px solid #700;
 }

 .comment h1 {
 	color: #d12;
 	font-size: 10px;
 }

 .comment h1.upcoming {
 	background: #c12;
 	color: #282828;
 	font-weight: bold;
 	margin: 2px -2px 4px -1px;
 	text-align: center;
 }


 .comment h2 {
 	color: #666;
 	text-align:right;
 	margin-top: -12px;
 	font-size: 10px;
 }
 .comment h3 {
 }
 .comment h4 {
 	font-size: 10px;
 	color: #888;
 }
 .headliner {
 	text-align: center;
 	letter-spacing: +8px;
	width: 550px;
	border-top: 1px #ddd dotted;
	border-bottom: 1px #ddd dotted;
	font-weight: bold;
	text-transform: uppercase;
 }
 .mouseover {
 	background-color: #2d2d2d;
 }
 #div_menu {
 	font-size: 9px;
 	line-height: 11px;
 	letter-spacing: 1px;
 }
 #div_menu a {
 	font-size: 9px;
 }
.clickable {
 	cursor: pointer;
}
input.hrefbutton
{
  cursor: pointer;
  text-decoration: none; color: #ff5; font-weight: bold;
  padding: 3px 12px 4px 12px;
	border: 1px solid #700;
	background-color: #222;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
}
a.hrefbutton {
	padding: 3px 12px 4px 12px;
	border: 1px solid #700;
	background-color: #222;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
}
a.hrefbuttonsmaller {
  padding: 3px 8px 4px 8px;
  border: 1px solid #700;
	background-color: #222;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
}
a.hrefbuttontiny {
  padding: 1px 5px 1px 5px;
  border: 1px solid #700;
	background-color: #222;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
}
a.hrefbutton:hover {
	border: 1px solid #444;
	background-color: #111;
}
.center {
	text-align: center;
	width: 530px;
}
.right {
	text-align: right;
	width: 530px;
}
.color_default {
	color: #fff;
}
.color_reddish, .color_reddish a:link, .color_reddish a:visited, .color_reddish a:active {
	color: #f00;
}
.color_reddish a:hover {
	color: #f00;
}
.color_pinkish, .color_pinkish a:link, .color_pinkish a:visited, .color_pinkish a:active {
	color: #f0f;
}
.color_pinkish a:hover {
	color: #f00;
}
.color_yellowish, .color_yellowish a:link, .color_yellowish a:visited, .color_yellowish a:active {
	color: #ff0;
}
.color_yellowish a:hover {
	color: #f00;
}
.color_blueish, .color_blueish a:link, .color_blueish a:visited, .color_blueish a:active {
	color: #08f;
}
.color_blueish a:hover {
	color: #f00;
}
.color_greenish, .color_greenish a:link, .color_greenish a:visited, .color_greenish a:active {
	color: #0f0;
}
.color_greenish a:hover {
	color: #f00;
}
.gameslot {
	background: #282828 top left no-repeat url('/images/corner.gif');
	padding: 3px 9px 5px 9px;
	margin-right: 0px;
	margin-left: 6px;
	_margin-left: 4px;
	line-height: 15px;
	margin-bottom:10px;
	float: left;
	border: solid #ddd;
	border-top: 0;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0;
	width: 160px;
	_height: 160px;
	min-height: 160px;
}
.gameslot_credittype_0 {
}
.gameslot_credittype_1 {
	background: #282828 top left no-repeat url('/images/corner1.gif');
}
.back_credittype_0 {
}
.back_credittype_1 {
	background: #282828 url('/images/moneypattern.gif');
}
.isfinished0 {
	border: solid #5a2a2a;
	border-top: 0;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0;
}
.isfinished1 {
	border: solid #3a3a3a;
	border-top: 0;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0;
}
.extra {
	width: 350px;
	background: #282828;
}
.gamebutton {
	background: #303030;
	float: left;
	width: 160px;
	_height: 66px;
	min-height: 66px;
	text-align: center;
	border: 1px #262626 solid;
	margin-right: 0px;
	margin-left: 4px;
	line-height: 15px;
	margin-bottom:10px;
	padding: 6px 9px 5px 9px;
}
.extrawide {
	width: 344px;
}
.gameresultline0 {
	color: #8be;
}
.gameresultline1 {
	color: #8eb;
}
.floatright {
float: right;
}
.floatleft {
float: left;
}
.clearboth {
clear: both;
}
.condition span.nr
{
  text-decoration: line-through;
}
.condition span.met
{
  color: #2d2;
}

.levelguaranteehelp h1
{
  margin-top: 10px;
  text-align: center;
}

#statusmonitor {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 123px;
  padding: 3px;
  background: #000;
  border: 1px #333 solid;
  z-index: 9999;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  font-size: 9px;
  text-align: center;
  filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}

#statusmonitor.alert {
  background-color: #222;
}

#statusmonitor span {
  font-size: 9px;
}

#statusmonitor span.highlight {
  color: #ddd;
}

#statusmonitor.alert span.highlight {
  color: #fff;
}

#statusmonitor span.ts {
  font-size: 8px;
}

#statusmonitor a
{
  font-size: 10px;
  color: #e00;
  font-weight: normal;
  text-decoration: underline;
}

#statusmonitor a:hover
{
  text-decoration: none;
}

.displaynone
{
  display: none;
}
