﻿
#blueHeader
{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    font-size:14px;
    font-weight:bold;
    color:White;
    width:580px;
    background: #a3ccda url(/Content/Images/bg_header.png) repeat-x;
    margin-bottom:0px;
}



/* channels */

.channels{
	margin: 0;
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	top: 36px;
	left: 186px; 
	z-index: 20;
}

.channels li {
	background: url(/Content/Images/Tabs/tab_small.png) no-repeat bottom left;
	margin: 5px 2px 0 0;
	padding: 0;
	display: block;
	float: left;
	cursor: pointer;
	width: 65px;
    height: 25px;
    text-align: center;
    text-shadow: 0 1px 0px rgba(0, 52, 102, 1.0);    
    -webkit-text-shadow: 0 -1px 0px rgba(0, 52, 102, 1.0);
    -moz-text-shadow: 0 -1px 0px rgba(0, 52, 102, 1.0);
    -o-text-shadow: 0 -1px 0px rgba(0, 52, 102, 1.0);
}

.channels li.new 
{
    height: 27px;
    padding-top: 3px;
    margin-top: 0px;
    background: url(/Content/Images/Tabs/tab_small_new.png) no-repeat top left;
}

.channels li.big
{
    width: 80px;
    background: url(/Content/Images/Tabs/tab_big.png) no-repeat top left;
}

.channels li.big.new
{
    width: 80px;
    background: url(/Content/Images/Tabs/tab_big_new.png) no-repeat top left;
}

.channels li.big.cur
{
    width: 80px;
    background: url(/Content/Images/Tabs/tab_big_active.png) no-repeat top left;
}

.channels li.big.cur.new
{
    width: 80px;
    background: url(/Content/Images/Tabs/tab_big_new_active.png) no-repeat top left;
}

.channels li.cur {
	background: url(/Content/Images/Tabs/tab_small_active.png) no-repeat bottom left;
	text-shadow: 0 -1px 0px rgba(0, 52, 102, 1.0);
	-webkit-text-shadow: 0 -1px 0px rgba(0, 52, 102, 1.0);
    -moz-text-shadow: 0 -1px 0px rgba(0, 52, 102, 1.0);
    -o-text-shadow: 0 -1px 0px rgba(0, 52, 102, 1.0);	
}

.channels li.cur.new {
	background: url(/Content/Images/Tabs/tab_small_new_active.png) no-repeat bottom left;
	text-shadow: 0 -1px 0px rgba(0, 52, 102, 1.0);
	-webkit-text-shadow: 0 -1px 0px rgba(0, 52, 102, 1.0);
    -moz-text-shadow: 0 -1px 0px rgba(0, 52, 102, 1.0);
    -o-text-shadow: 0 -1px 0px rgba(0, 52, 102, 1.0);	
}

.channels a {
	
	font-size: 13px;
	text-decoration: none;
	margin: 0 0 0 2px;
	padding: 7px 3px 0 0;
	display: block;
}

.channels li.new a {
	
	padding: 9px 3px 0 0;
}


.channels a:link, .channels a:visited {
	color: #fff;
}

/* IE5/Mac: \*//*/
.bchannels a {
	float: left;
}
/*  */

/* move all tabs to the left, to compensate for the double line between tabs */
.channels li {
	margin-left: -1px;
}


/*End Channels */

/* Header Styling */
.clockcomp{
	position:absolute;
    top:43px;
    left:120px;
}
.clockcomp p{	
	padding:2px 0 0 18px;
	margin:0;
	font-size:1em;
	color:#ffffff;
	font-weight:bold;
	background:url(/Content/Images/clock-home.png) no-repeat;
	height:18px;
}
.headerlogo 
{
     background-image:url(/Content/Images/boylepoker-logo.png);
     width: 330px;
     height:60px;   
     position:relative;
     top:-19px;
}

.homeheader a
{
    height: 20px;
    width: 156px;
    min-height: 20px;
    min-width: 156px;
    text-align:left;
    background: url(/Content/Images/gradient-red.png) repeat-x;
    text-shadow:0 -1px 0px rgba(144,20,23,1.0);
    list-style-type:none;
	font-size:1em;
	color:#ffffff !important;
	font-weight:bold;
	margin:0;
	text-decoration:none;	
	display:block;
	padding:5px 0 0 10px;
	position:relative;
	left:13px;
	top:-19px;
}
/* End Header Styling */



a {
	color: #0096db;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Start Header */

#header {
	margin: 0 auto;
	width: 1037px;
	height: 71px;
	position:relative;
}

/* End Header */


.headerPlaceholder 
{
    width:900px;
    position:relative;
}


#myAccount
{
    height:60px;
    width:1130px;
    overflow:hidden;
    border: none;
    z-index:1000;
    position:absolute;
    top: -17px;
    background-color:transparent;
}
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 3px #025F97;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFFFFF;
	background: url("/Content/Images/bg_header.png") repeat-x scroll left bottom transparent;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin:0 0 10px;
}

#popup_ok 
{
    height:21px;
    position:relative;
    top: -15px;
    width: 75px;
}

#popup_content #popup_message {
	background: url(/Content/images/info.gif) no-repeat;
	display:block;
	height:80px;
	padding-left:90px;
	font-family:tahoma,verdana,helvetica,sans-serif;
	color:#003466;
	font-size:12px;
}
#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message, #popup_messageSuccess {
	padding-left: 48px;
}
/*test */
/* End Footer 2 */

/* low balance pop up style  for Boyle Casino */
.blockMsg {
border: none !important;
background-color: transparent;
}

.btnCon button {
display: inline-block;
zoom: 1;
padding: 5px 18px;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px'PT Sans', Arial, sans-serif;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
}
/* ==========================================================================
   COMMON TABLE LAYOUT
   ========================================================================== */
.qDep section table {
    border-color: #e2e1e5;
    width: 100%;
    margin: 0;
    padding: 0;
}
.qDep section table tr {
    border-color:#e2e1e5;
}
.qDep section table tr td.title {
    border-right: 1px solid #e2e1e6;
    border-left: 1px solid #e2e1e6;
    border-top: 1px solid #eeedf2;
    border-bottom: 1px solid #c9c8cc;
    background: #e2e1e6 !important;
    font: 12px'PT Sans', Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}
.qDep section table tr td {
    padding: 0;
    margin: 0;
    border: 1px solid #E2E1E5!important; /* */
    border-left: 1px solid #fdfdfd;
	border-top: 1px solid #fdfdfd;
	
    border-right: 1px solid #c9c8cc;	
	border-bottom: 1px solid #c9c8cc;
    background: #EEEDF2!important; /* Updated */
/*    vertical-align: top*/
}
.blockOverlay { 
background: rgb(0, 0, 0) url('') 50% 50% no-repeat;
opacity: .60;
filter:Alpha(Opacity=60) !important; 
}
#lb-container
{
	width: 383px !important;	
    line-height: 1.4 !important;
}

/* -- deposit limit amount confirmation -- */
#dlc-container
{
	width: 500px !important;	
    line-height: 1.4 !important;
}
.dlc-sportsbook
{
	padding: 5px!important;
	background: url('../images/transparent-bg-border.png');
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
/* /-- end deposit limit amount confirmation --/ */


.lb
{
	padding: 5px!important;
	background: url('../images/transparent-bg-border.png');
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

.qDep
{
	border: 1px solid #666666;
	background: #fff;
}

.qDep header
{
	padding: 10px 0px;
	font-size: 19px;
	font-family: PT Sans, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #000000;
	background: #3569b4; /* Old browsers */
	background: -moz-linear-gradient(top,  #3569b4 0%, #0646a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3569b4), color-stop(100%,#0646a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3569b4 0%,#0646a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3569b4 0%,#0646a2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3569b4 0%,#0646a2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3569b4 0%,#0646a2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3569b4', endColorstr='#0646a2',GradientType=0 ); /* IE6-9 */
}

.qDep section
{
	background: #fff;
	padding: 0px 20px 0px 20px;
}

.qDep section h1
{
	font-size: 14px;
	margin:0.67em 0;
}

.qDep section table tbody tr td
{
	background: #fff!important;
	padding: 5px;
}

.qDep section table tbody tr td:first-child
{
	text-align: left;
}

.qDep section table tbody tr td:last-child
{
	text-align: right;
}

.qDep section.btnCon
{
	text-align: left;
	padding-bottom: 20px;
}

.qDep section.btnCon button
{
	width: 95px;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.qDep section.btnCon button.margRigh15
{
	margin-right: 15px;
}

.qDep section.btnCon button.gray
{
	border: 1px solid #b3b3b3;
	color: #282828;
	background: #e3e3e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #e3e3e3 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e3e3e3 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e3e3e3 0%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e3e3e3 0%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e3e3e3 0%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */

}

.qDep section.btnCon button.green
{
	border: 1px solid #529000;
	color: #fff;
	text-shadow: 0 -1px 0 #4d662c;
	font-weight: bold;
	background: #a3d166; /* Old browsers */
	background: -moz-linear-gradient(top,  #a3d166 0%, #65b200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3d166), color-stop(100%,#65b200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a3d166 0%,#65b200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a3d166 0%,#65b200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a3d166 0%,#65b200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a3d166 0%,#65b200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d166', endColorstr='#65b200',GradientType=0 ); /* IE6-9 */
}

.qDep section.btnCon button.orange
{
	border: 1px solid #cc7326;
	color: #fff;
	text-shadow: 0 -1px 0 #7d491c;
	background: #fb973f; /* Old browsers */
	background: -moz-linear-gradient(top,  #fb973f 0%, #fa8116 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb973f), color-stop(100%,#fa8116)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fb973f 0%,#fa8116 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fb973f 0%,#fa8116 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fb973f 0%,#fa8116 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fb973f 0%,#fa8116 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb973f', endColorstr='#fa8116',GradientType=0 ); /* IE6-9 */

}


/* low balance pop up style  for Boyle Sportsbook */

.lb-sportsbook
{
	padding: 5px!important;
	background: url('../images/transparent-bg-border.png');
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

.qDep-sportsbook
{
	border: 1px solid #666666;
	background: #fff;
}


    .qDep-sportsbook h2 {
        height: auto;
        font-size: 0.9em;
        background-image: none;
        line-height: 1.5em;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.qDep-sportsbook header
{
	padding: 10px 0px;
	font-size: 19px;
	font-family: PT Sans, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #000000;
	background: #3569b4; /* Old browsers */
	background: -moz-linear-gradient(top,  #3569b4 0%, #0646a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3569b4), color-stop(100%,#0646a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3569b4 0%,#0646a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3569b4 0%,#0646a2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3569b4 0%,#0646a2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3569b4 0%,#0646a2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3569b4', endColorstr='#0646a2',GradientType=0 ); /* IE6-9 */
}

.qDep-sportsbook section
{
	background: #fff;
	padding: 0px 20px 0px 20px;
}

.qDep-sportsbook section h1
{
	font-size: 14px;
	margin:0.67em 0;
}

.qDep-sportsbook section table tbody tr td
{
	background: #fff!important;
	padding: 5px;
}

.qDep-sportsbook section table tbody tr td:first-child
{
	text-align: left;
}


.qDep-sportsbook section table tbody tr td:last-child
{
	text-align: right;
}

.qDep-sportsbook section.btnCon
{
	text-align: left;
	padding-bottom: 20px;
}

.qDep-sportsbook section.btnCon button
{
	width: 135px;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.qDep-sportsbook section.btnCon button.margRigh15
{
	margin-left: 20px;
	margin-right: 15px;
}

.qDep-sportsbook section.btnCon button.gray
{
	border: 1px solid #b3b3b3;
	color: #282828;
	background: #e3e3e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #e3e3e3 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e3e3e3 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e3e3e3 0%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e3e3e3 0%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e3e3e3 0%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
}

.qDep-sportsbook section.btnCon button.green
{
	border: 1px solid #529000;
	color: #fff;
	text-shadow: 0 -1px 0 #4d662c;
	font-weight: bold;
	background: #a3d166; /* Old browsers */
	background: -moz-linear-gradient(top,  #a3d166 0%, #65b200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3d166), color-stop(100%,#65b200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a3d166 0%,#65b200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a3d166 0%,#65b200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a3d166 0%,#65b200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a3d166 0%,#65b200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d166', endColorstr='#65b200',GradientType=0 ); /* IE6-9 */
}

.qDep-sportsbook section.btnCon button.orange
{
	border: 1px solid #cc7326;
	color: #fff;
	text-shadow: 0 -1px 0 #7d491c;
	background: #fb973f; /* Old browsers */
	background: -moz-linear-gradient(top,  #fb973f 0%, #fa8116 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb973f), color-stop(100%,#fa8116)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fb973f 0%,#fa8116 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fb973f 0%,#fa8116 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fb973f 0%,#fa8116 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fb973f 0%,#fa8116 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb973f', endColorstr='#fa8116',GradientType=0 ); /* IE6-9 */
}
.adjustLB {
    width: 383px !important;
    margin: 0 auto;
}