/* GENERAL STYLES -------------------------------------------------------------- */

body
{
	color:black;
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:white;
	/*background-position:bottom center;
	background-repeat:no-repeat;
	background-image:url(../img/watermark.gif);*/
}

iframe
{
	color:black;
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:transparent;
}

u {margin-bottom:1px;}

.hidden
{
	display:none;
}


table.example
{
	margin:8px;
	background-color:#666;
}

table.example th
{
	background-color:#83c482;
	color:black;
	padding-left:5px;
	padding-right:5px;
	line-height:16px;
}

table.example td
{
	background-color:#fff;
	color:Black;
	padding:2px;
}

/* OVERLIB --------------------------------------------------------------------- */

div#overDiv
{
	position:absolute;
	visibility:hidden;
	z-index:1000;
	text-align:center;
}

table.overtable, table.overbet
{
	margin:0;
	background-color:white;
}

table.overtable td, table.overbet td
{
	text-align:center;
	width:auto;
	background-color:#fff6c6;
	padding:2px 4px 2px 4px;
}

table.overbet td
{
	text-align:left;
}



/* TEXT FLOW -------------------------------------------------------------------- */


table th {
	background-color:#aa1f27;
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	height:18px;
	text-align:left;	
	color:black;
}

table td {
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div.link_stripe {
	font-size:10px;	
	margin:3px 6px 0 6px;
	border-top:1px dashed #bfbfbf;
	border-bottom:1px dashed #bfbfbf;
	padding:1px 0 0 5px;
/*	text-align:right; */
	text-transform:uppercase;
	height:16px;
	line-height:16px;
}

div.link_stripe a
{
	margin:0 0 0 0;
}

#accountBox .link_stripe
{
	margin:5px 6px 0 5px;
	padding:0 0 0 5px;
	height:110px;
	border:none;
}

div.link_stripe a
{
	margin:0 auto;
	color:#666;
}

#accountBox .link_stripe a:hover, .link_stripe a:hover
{
	color:#AB1F27;
}

#accountBox .link_stripe
{
	text-transform:none;
	margin-bottom:0;
}

#accountBox .link_stripe a
{
	font-size:12px;
	font-weight:bold;
	color:#0f820c;
	position:relative;
	top:5px;
	
}

#accountBox .link_stripe ul
{
	margin:0;
	padding:6px 0 0 0;
	display:block;
	width:213px;
}

#accountBox .link_stripe ul li
{
	border-top:1px solid #b3b9c3;
	display:block;
	width:100%;
	clear:both;
	height:50px;
	padding:4px 0 0 5px;
}

#accountBox .link_stripe ul img
{
	float:left;
	margin-right:10px;
	width:50px;
	height:43px;
}

div.section {
	margin:0;	
	padding:10px;
	font-size:11px;
	line-height:14px;
}

div.subsection {
	margin:5px;
	width:100%;
}

div.section p {
	padding:0;
	margin:0;
	line-height:14px;
}

div.section h2 {
	font-size:11px;
}


div.filter_left, div.filter_right {
	/*padding:6px 6px 3px 8px;	*/
	padding:0;
	margin:0;
	height:40px;
	vertical-align:middle;	
}

div.filter_left {text-align:left;}
div.filter_right {text-align:right;}

div.filter_left form , div.filter_right form
{
	margin:0;
	vertical-align:middle;
}

div.filter_left table, div.filter_right table
{
	margin:8px 3px 0 0;
}

div.filter_left td, div.filter_right td
{
	vertical-align:middle;
}

div.filter_left .button_small, div.filter_right .button_small {
}


div.filter_left select, div.filter_right select
{
	width:auto;
}

img.icon {
	position:relative;
	top:4px;
	margin-right:7px;
}


/* FORM ELEMENTS ---------------------------------------------------------------- */

form {
	margin:0;
	padding:0;
}


form.filter {
	margin:0;
	padding:0;
}

select {
	font-size:11px;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	margin:0 3px 0 3px;	
	padding:0;	
	width:100px;	
}

input {
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;		
}

textarea {
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}


input.tbox, input.search_box {
	font-size:11px;
	border:1px solid #b3b9c3;
	background-color:white;
	color:#000;
	text-align:left;
	vertical-align:middle;
	width:34px;	
	height:17px;
	line-height:17px;
	margin: 2px 0 2px 0;
	padding:0 0 0 1px;	
	_padding-top:1px;
}

input.search_box {
	width:99px;
	margin-right:2px;
	height:18px;
}



/* BUTTONS ---------------------------------------------------------------------- */

.button_small, .button_login, .button_medium, .button_large, .button_large_disabled
{
	font-weight:normal;
	font-size:11px;
	color: #000;
	text-align:center;	
	padding:0;
	margin:0;
	line-height:18px;
	height:18px;
	border:none;
	vertical-align:middle;
}


.toggle_button
{
	position:relative;
	font-weight:normal;
	font-size:11px;
	color: #000;
	text-align:center;	
	padding:0;
	margin:0;
	line-height:18px;
	height:18px;
	border:none;
	top:-2px;
}

.button_small 
{
	width:31px;
	background-image:url("../img/button_small.gif");
	background-repeat:no-repeat;
	background-color: transparent;
}

.button_login
{
	width:100px;
	background-image:url("../img/button_small.gif");
	background-repeat:no-repeat;
	background-color: transparent;
}

.button_medium 
{
	width:65px;
	background:url("../img/button_medium.gif") no-repeat transparent;
}

.mauve
{
	background-image:url("../img/mobile_submit_button.gif");
	height:25px;
	width:90px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family:helvetica;
}

.button_large, .button_large_disabled
{
	width:113px;
	background-image:url("../img/button_large.gif");
	background-repeat:no-repeat;
	background-color: transparent;
}

.button_large_disabled
{
	background-image:url("../img/button_large_disabled.gif");
}


a.button_large, a.button_medium, a.button_small, a.toggle_button
{
	text-decoration:none;
	display:block;
}

a.button_small:hover, a.button_large:hover, a.button_medium:hover
{
	color:#aa1f27;
}

.toggle_button
{
	width:65px;
	background-image:url("../img/button_checknone.gif");
	background-repeat:no-repeat;
	background-color: transparent;
	padding:0;
	margin:0;
	line-height:20px;
	height:18px;
	text-align: left;
	text-indent: 25px;
}

.button_row .checked
{
	background-image:url("../img/button_checkall.gif");
	padding:0;
	margin:0;
	line-height:20px;
	height:18px;
	text-align: left;
	text-indent: 25px;
}




/* HEADER ----------------------------------------------------------------------- */

h1 {
	position:relative;
	top:9px;
	border:none;
	text-align:left;
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:center right;
	background-color:transparent;
	color:white;	
	margin:0;
	padding:0;
	height:18px;
	line-height:18px;
	text-transform:uppercase;	
	width:auto;
}


h2 
{
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #ab1f27;
	margin:0 0 2px 0;
	padding:0 0 1px 1px;
}

h3
{
	display:inline;
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:4px 0 2px 0;
	padding:0;	
}


h4
{
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	margin:4px 0 2px 0;
	padding:0;	
}

h5
{
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
	text-transform:uppercase;
}




/* LINKS ----------------------------------------------------------------------- */

a{
	color:#666;
	text-decoration:none;
}

a:hover {color:#ab1f27;}
a img {border:none;}


a.overlink, a.overlink:hover
{
	background-color:transparent;
	text-decoration:none;
	color:black;
}

a.arrow, a.menuitem {
	background-image:url("../img/link_arrow.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:10px;
	margin:2px 4px 2px 8px;
}

a.mailto {
	color:#ab1f27;
	text-decoration:none;	
	padding-left:20px;
	background-image:url("../img/icon_email.gif");
	background-repeat:no-repeat;
	background-position:0 0;
}

a.mailto:hover {
	color:black;	
}


a.menuitem {
	line-height:14px;
	margin:0;			
}



a.boxbutton_min
{	
	margin:0;
	margin-left:12px;
	padding:0;
	background-image:url("../img/boxbutton_min.gif");
	background-position:center right;
	background-repeat:no-repeat;
}


/* LISTS ----------------------------------------------------------------------- */

ul {
	margin:0;
	padding:0;
	list-style-type:none;	
}


ul.squarelist {
	list-style-type:square;	
}



/* BOXES ----------------------------------------------------------------------- */
/*mod by hork*/
div.box, div.small_box {
	margin:0 0 3px 0;
	background-color:transparent;
}

div.small_box {
	float:left;	
	width:261px;
	margin:0;	
	text-align:right;
}

div.gamead_row {
	height:200px;	
}

div.box_header, div.closed
{
	background:url("../img/box_header_bgnd.gif") no-repeat center right;
	vertical-align:bottom;
	height:24px;	
	line-height:24px;
	border:none;
	text-align:left;
}

div.closed
{
	background-image:url("../img/box_header_bgnd_closed.gif");
}

div.box_header a, div.box_header h1
{
	position:relative;
	top:0;
	border:none;
	text-align:left;
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url("../img/box_left_corner.gif");
	background-repeat:no-repeat;
	background-position:top left;
	color:#0f820c;
	margin:0;
	padding:0;
	height:24px;
	line-height:24px;
	text-transform:uppercase;	
	text-indent:9px;
	width:100%;
	display:block;
}

div.box_header a:hover 
{
	color:#aa1f27;
}

div.box_emptyheader {
	background-image:url("../img/box_header_bgnd.gif");
	background-repeat:no-repeat;
	background-position:top right;
	height:8px;	
	line-height:8px;
	margin:0;
	padding:0 0 0 0;
	border:none;
	text-align:left;
	display:block;
}

div.box_emptyheader span
{
	position:relative;
	top:0;
	border:none;
	text-align:left;
	font:0px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url("../img/box_left_corner.gif");
	background-repeat:no-repeat;
	background-position:top left;
	color:#EE6611;
	margin:0;
	padding:0 0 0 0;
	height:8px;
	line-height:0px;
	text-transform:uppercase;	
	text-indent:10px;
	width:100%;
	display:block;
}

div.box_content, .boxProgress
{
	position: relative;
	margin:0;
	padding:7px 0 0 0;	
	border-right:1px solid #bfbfbf;
	border-left:1px solid #bfbfbf;
	background-color:white;
	text-align:left;
}

div.box_content p, .boxProgress p
{
	margin:0;
	padding:3px 8px;
	line-height:14px;
	font-size:11px;
}

div.box_footer
{
	background-image:url("../img/box_footer.gif");
	background-repeat:no-repeat;
	background-position:center right;
	background-color:#fff;
	height:20px;
	margin:0;
}

div.footer_corner
/*mod by hork*/
{
	background-image:url("../img/footer_corner.gif");
	background-repeat:no-repeat;
	background-position:center left;
	height:20px;
	margin:0;
}



div.small_box img
{	
	margin-top:1px;
	margin-bottom:3px;
	width:257px;
}

div.small_box div.box_header
{
	background-image:url("../img/box_header_bgnd.gif");
	background-repeat:no-repeat;
	background-position:center right;
	width:100%;
}

div.small_box div.box_header h1
{
	background-image:url("../img/box_title.gif");
	background-repeat:no-repeat;
	background-position:center right;
	width:190px;
}


div.small_box p {	
	padding:0 4px 4px 4px;
	color:black;	
	margin:0;
	line-height:14px;
}


div.small_box table.default_oddtable {
	margin:0 0 3px 3px;
	padding:0;
	width:255px;
	border-top:1px dashed #d5d5d5; 
	border-bottom:1px dashed #d5d5d5; 
}

div.small_box table.default_oddtable a {
	text-decoration:none;	
}



/* COLOR MESSAGES ----------------------------------------------------------------------- */

div.colormessage
{
	border-top:3px double #999;
	border-bottom:3px double #999;
	padding:4px 0 4px 0;
	margin:4px 4px 0 3px;
	
}

div.colormessage div
{
	font-size:11px;
	padding:3px;
	line-height:13px;
}

div.colormessage a
{
	color:#aa1f27;
}


div.colormessage div.error
{
	background-color:#d48f93;
}


div.colormessage div.success
{
	background-color:#87c085;
}

div.colormessage div.info
{
	/*background-color:#adc2d6;*/
	background-color:#d48f93;
}


.messages {
	margin: 0 auto 0 auto;
	width: 98%;
	margin-bottom: 4px;
}

.messages .info {
	border: 1px solid #597e57;
	background-color: #87c085;
	padding: 2px;
}

.messages .error {
	border: 1px solid #916164;
	background-color: #d48f93;
	padding: 2px;
}


img.progress
{
	position:relative;
	top:4px;
	margin-right:6px;
}

/* TABLES ----------------------------------------------------------------------- */

table.formular
{	
	background-color:#ccc;
}

table.formular th
{
	color:white;
}

table.formular td
{	
	background-color:#FFF;
}


.cmsContainer
{
	border:1px solid red;
}


/* MESSAGES ----------------------------------------------------------------------- */
div.message
{
	/*display:block;*/
	line-height:12px;
	margin:3px 0 0 0;
	padding:1px 0 1px 0;
	border-bottom:3px double #666;
	font:10px Tahoma, Verdana, Arial;
	text-align:left;
}

.message
{
	border:none;
}

.message h5
{
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:11px;
	text-transform:uppercase;
}

.message div
{
	margin:2px 0 2px 0;
	padding:3px 4px 3px 4px;
}

.error div
{
	background-color:#d48f93;
}

.info div
{
	background-color:#9ab6d2;
}

.completed div
{
	background-color:#87c085;
}

.attention div
{
	background-color:red;
}


/* DYNAMIC ODD BANNERS ---------------------------------------------------- */

.leftAd
{
	float:left;
  	margin-right:6px;
}

.rightAd
{
	margin-right:0;
	float:left;
}

.gameAdWrapper
{
	/*margin-bottom:8px;*/
	display:block;
}

.gameAdWrapper em
{
	line-height:3px;
	height:3px;
	font-size:3px;
	color:white;
}

.gameAdvertisement .box_content, .gameAdvertisement .progress
{
  text-align:center;
  font-size:11px;
  padding:0 7px 0px 6px;
}

.gameAdvertisement .odds
{
 /* margin:7px 7px 0 6px;*/
 	margin:4px 0 0 4px;
  	padding:0;
  	text-align:left;
}

.gameAdvertisement .progress
{
  display:none;
}

.updating .progress
{
  display:block;
  line-height:40px;
  background:url("../img/icons/updating.gif") no-repeat center center;
}

.updating .box_content p, .updating .box_content .odds, .updating .box_content img, .updating h4
{
  display:none;
}

.gameAdvertisement img
{
  margin-bottom:6px;
}

.gameAdvertisement h4
{
  height:11px;
  line-height:11px;
  text-align:left;
  text-indent:4px;
  margin:0;
  padding:0px;
}

.gameAdvertisement .box_content p
{
  text-align:left;
  background:#FFF;
  text-indent:0;
  /*margin:0 7px 7px 6px;*/
  padding:0 4px 4px 4px;
  margin:0;
}

.gameAdvertisement ul
{
  margin:0;
  padding:0;
  list-style-type:none;
}

.gameAdvertisement li
{
  height:19px;
  line-height:19px;
  margin:0;
  padding:0 0 0 4px;
}

.gameAdvertisement li.caption
{
  background:url("../img/banner_tipptype_name.gif") repeat-x top left #b6b5b5;
  font-weight:bold;
  letter-spacing:1px;
}

.gameAdvertisement li.pair
{
  background-color:#efefef;
}

.gameAdvertisement li a
{
  float:right;
  width:80px;
  text-align:right;
  padding-right:4px;
  color:black;
  text-decoration:underline;
}

.gameAdvertisement li a:hover
{
  color:#aa1f27;
}



/* DIFFERENT TYPES ---------------------------------------------------------- */

.Type1
{
  width:250px;
}

.Type1, .Type1 .box_header h1
{
  width:250px;
}

.Type1 img
{
	width:235px;  
}

.Type1 .box_content *
{
  font-size:11px;
}

.infoBox
{
  border:1px solid #666;
  background-color:#adc2d6;
  margin:12px 12px 0px 7px;
  padding:4px 0 4px 0;
}

.arlandDebugWindow {
	overflow: scroll;
	text-align: left;
	z-index: 10000; 
	background-color: white;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	top: 0; 
	right: 0;
	width: 40%; 
	height: 30%;
	position:absolute; 
	border: 1px solid black; 
	font-family: Lucida Console; 
	font-size: 10px;
}

.arlandDebugWindow .caption
{
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-bottom: 1ps solid black;
	cursor: pointer;
}

.spinnerOverlayBg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity = 80);
	background-color: white;
	background-image: url(../img/icons/progress3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

.spinnerOverlayBg .spinnerOverlay {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	margin-top: 24px;
}

.messages {
	margin: 0 auto 0 auto;
	width: 98%;
	margin-bottom: 4px;
}

.messages .info {
	border: 1px solid #597e57;
	background-color: #87c085;
	padding: 2px;
}

.messages .error {
	border: 1px solid #916164;
	background-color: #d48f93;
	padding: 2px;
}

.selflimited .button
{
	font:11px Arial,Tahoma,Verdana, sans-serif;
	font-weight:bold;
	color: #FFF;
	text-align:center;	
	padding:0;
	margin:0;
	line-height:27px;
	height:27px;
	border:none;
	display: block;
	width:100%;
	background:url("../img/buttons/large.gif") repeat-x top left transparent;
	cursor:pointer;
}

.selflimited .button_disabled
{
	color: #888;
}

.selflimited .limit .progress
{
	height: 12px;
	width: 100%;
	border: 1px solid #808080;
}

.selflimited .box_content
{
	padding: 10px;
}

.selflimited .message {
	text-align: center;
	border: 0;
	padding: 2px 5px 2px 5px;
	margin-bottom; 5px;
	font-size: 11px;
}

.selflimited .messageInfo {
	background-color: #87C085
}

.selflimited .messageError {
	background-color: #D48F93;
}

.selflimited h2
{
	font-size: 13px;
	color: #0F820C;
	border-bottom-color: #0F820C;
}

.selflimited .limit
{
	padding-bottom: 20px;
}

.selflimited .limit div.error
{
	text-align: center;
	color: red;
	padding-bottom: 5px;
}

.selflimited .limit .details
{
	padding-right: 80px;
	margin-bottom: 5px;
}

.selflimited .limit .details .detailsLine
{
	margin-bottom: 2px;
}

.selflimited .limit .details .detailsLine .label
{
	width: 58%;
	display: block;
	float: left;
	font-weight: bold;
}

.selflimited .limit .details .detailsLine .value
{
	width: 38%;
	display: block;
	float: left;
}

.selflimited .limit .details .detailsLine .clearIt
{
	clear: left;
}


.selflimited .limit .progress
{
	clear: right;
	font-size: 10px;
	background-image: url(../img/bgnd/progress_grey.gif);
}

.selflimited .limit .progress .used
{
	height: 12px;
	float: left;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.selflimited .limit .progress .notUsed
{
	height: 12px;
	float: left;
}

.selflimited .limit .progress .usedGreen
{
	background-image: url(../img/bgnd/progress_green.gif);
}

.selflimited .limit .progress .usedOrange
{
	background-image: url(../img/bgnd/progress_orange.gif);
	color: white;
}

.selflimited .limit .progress .usedRed
{
	background-image: url(../img/bgnd/progress_red.gif);
	color: white;
}

.selflimited .limit .limitInfo .actions
{
	float: right;
	width: 65px;
	margin-left: 15px;
}

.selflimited .limit .limitEdit form
{
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 60px;
	position: relative;
}

.selflimited .limit .limitEdit .editLine
{
}

.selflimited .limit .limitEdit .editLine .label
{
	width: 150px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}

.selflimited .limit .limitEdit .editLine .tbox
{
	position: absolute;
	top: 0;
	left: 150px;
	width: 150px;
	display: block;
	float: left;
}

.selflimited .limit .limitEdit .editLine input.error
{
	border-color: red;
}

.selflimited .limit .limitEdit .editLine .clearIt
{
}


.selflimited .limit .limitEdit .actions
{
	position: absolute;
	right: 0;
	width: 210px;
	top: 25px;
}

.selflimited .limit .limitEdit .actions .button
{
	float: left;
	width: 100px;
	margin-left: 5px;
}
