/**** Hawthorne CSS ****/
/* HTML Defaults */

body
{
background-image: url('/images/woodbg.jpg');
background-color: #E0C191;
background-repeat: repeat-x;
background-attachment: fixed;
padding: 0;
margin: 0;
font-family: Verdana;
font-size: 10pt;
}

H2 {
  margin: 0px;
  font-size: 14pt;
  font-weight: normal;
  color: #790e06;
}

.container_second_level
   {
       width:1000px;
/*       margin:0 auto; */
       margin-bottom: 15px;
       padding:0 0 15px 0px;
       background-image: url('/images/container_bg.jpg');
   }
 .container_home
   {
       width:1000px;
/*       margin:0 auto; */
       margin-bottom: 15px;
       padding:0 0 0 0px;
       background-image: url('/images/container_bg.jpg');
   }


.content_home
   {
       width:1000px;
       margin-top:5px;
       padding:0 0px;
 /*      background-image: url('/images/page_bg.gif'); */
      background-color: #ffcc66;
   }
 .content_second_level
   {
       width:770px;
       margin: 15px 0;
       padding: 0 0 10px 0;
       float: left;
       background: #fee5a5;
/*       background-image: url('/images/content_bg.jpg');*/
    }
 .search_bar
   {
       width:1000px;
       padding:5 0px;
    }
 .search_bar td
   {
       font-size: 7pt;
       font-weight: bold;
       color: #fff;
       font-family: verdana,arial;
       text-align: right;
    }
  .search_bar input, .search_bar button
    {
       background-color: #ffcc66;
    }

    #newsletterSignup div {
      display: inline-block;

    }

.content_right
   {
       width:210px;
       margin:0;
       padding:0 0px;
   }

.shadow_sides
   {
       width:930px;
       margin:0 auto;
       padding:0 0px;
       /*background: url('/images/shadow_bg_sides2.png') top left repeat-y;*/
   }
.shadow_top
   {
       width:930px;
       height:10px;
       margin:0 auto;
       padding:0 0px;
       /*background: url('/images/shadow_bg_top2.png') bottom left no-repeat;*/
   }

.shadow_bot
   {
       width:930px;
       height:10px;
       margin:0 auto;
       padding:0 0px;
       /*background: url('/images/shadow_bg_bot2.png') top left no-repeat;*/
   }


.margin_header
   {
       width: 200px;
       height:24px;
       font-size: 10pt;
       font-weight: bold;
       color: #ffffff;
       /*background: url('/images/menu_bg.gif') top left repeat-x;*/
       letter-spacing: 1px;
       padding-top:4px;

    }

.content_header
    {
       width: 100%;
       height:34px;
       font-size: 15pt;
       font-family: "Arial Black", Arial, sans-serif;
       font-weight: 900;
       letter-spacing: 2px;
       color: #000000;
       padding: 0px 0px 1px 10px;
     }
.menu_bottom
    {
       font-family: Verdana;
       letter-spacing: 1px;
       color: #ffffff;
     }
 .menu_bottom a
    {
  text-decoration: none;
  font-size:10pt;
  font-weight:bold;
  color:white;
  font-family: Verdana;
    }
 .menu_bottom a:hover
 {
  text-decoration: underline;
 }

UL.pdf-icon {
	list-style-type: none;
}
UL.pdf-icon LI {
	background: url(/images/pdf-icon.png) no-repeat left top;
	padding: 7px 0px 8px 40px;
	margin: 4px 0;
}

ul.tabs
  {
    width: 100%;
    display: table;
    list-style-type: none;
    margin-left: 0;
    padding-top: 0;
    border-spacing: 2px;
    margin-bottom: 0;
  }
ul.tabs li
  {
    padding: 0;
    margin: 0;
    padding-top: 0;
    display: table-cell;
    background: black;
    border-radius: 6px 6px 0 0;
    padding-right: 1px;
    text-align: center;
    vertical-align: middle;
  }
ul.tabs li a
  {
    display: block;
    padding: 6.5px;
    font-family: arial;
    font-size: 7pt;
    color: #fff;
    text-decoration: none;
  }
ul.tabs li a:hover
  {
    color: #ccc;
  }

ul.left_menu
  {
    list-style-type: none;
    padding-top: 0px;
    padding-left: 0px;
    margin: 15px 10px;
    width: 180px;

  }
ul.left_menu li
{
  margin-bottom: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: url(images/menu_button_bg.jpg);
  background-repeat: repeat-y;
  text-align: center;
}
ul.left_menu li.green
{
	background-image: url(images/menu_button_bg_green.jpg);
}
ul.left_menu li.dark-green
{
  background-image: url(images/menu_button_bg_dark_green.jpg);
}
ul.left_menu li.light-green
{
  background-image: url(images/menu_button_bg_light_green.jpg);
}
ul.left_menu li.light-blue
{
  background-image: url(images/menu_button_bg_blue.jpg);
}
ul.left_menu li.orange
{
  background-image: url(images/menu_button_bg_orange.jpg);
}
ul.left_menu li.btn-link {
  background: none;
  padding: 4px 0;
}
ul.left_menu li.btn-link:before {
  color: maroon;
}
ul.left_menu li.btn-link a, ul.left_menu li.btn-link a:hover {
  color: maroon;
  display: inline-block;
  font-size: 12px;
}
ul.left_menu li.btn-link a:hover {
  text-decoration: underline;
}
ul.left_menu li a
  {
    display: block;
/*    padding: 1em 4px 1em 4px; */
    font-family: Arial, sans-serif;
    font-weight: 800;
/*    font-weight: bold; */
    font-size: 8pt;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
ul.left_menu li a:hover
  {
    color: #ccc;
  }
  ul.left_menu li.light-blue a:hover
  {
    color: #fff;
  }


P,TD, DIV  { font: 10pt Verdana; }

INPUT,TEXTAREA,SELECT,button { font: 10pt Verdana;
    border: 1px solid #505050;
    background-color: #f5f5f5;
  }

UL  { margin-top: 5px; margin-left: 15px; padding-left: 0px; }

/* Colors */
.r  { color: #C42634; }
.g  { color: #505050; }
.gn { color: #006000; }
.lg { color: #a0a0a0; }
.dg { color: #404040; }
.t  { color: #008080; }
.gbg  { background-color: #808080; }
.lgbg { background-color: #e5e5e5; }
.dgbg { background-color: #505050; }
.llgbg  { background-color: #f5f5f5; }
.tbg  { background-color: #e0e0d5; }
.ltbg { background-color: #eaeae5; }
.lybg { background-color: #ffffcc; }
.dtbg { background-color: #b0b0a0; }
.gldbg { background-color: #ffcc66; }
.ppl  { background-color: #D5ADD0; }
.w  { color: #ffffff; }
.blk    { color: #000000; }
.wbg  { background-color: #ffffff; }


/* Sizes */
.bg { font-size: 12pt; }
.s  { font-size: 8pt; }
.s TD, .s P { font-size: 8pt; }
.ss { font-size: 7pt; }
.ss TD { font-size: 7pt; }
.h  { font-size: 14pt; font-weight: bold; }
.sn { font-size: 9pt; }
.n  { font-size: 10pt; }
.m      { font-size: 10pt; }
.v  { font-family: Verdana; }
.hdr  { font-size: 14pt; border-bottom: 1px solid #606060; }

/* Decoration & Spacing */

.p  { padding: 4px; }
.pp { padding: 8px; }
.pl { padding-left: 4px; }
.ml { margin-left: 6px; }
.mr { margin-right: 16px; }
.bml  { margin-left: 16px; }
.rbml { margin-left: 24px; }
.bmr  { margin-right: 16px; }
.rbmr { margin-right: 24px; }
.sp { line-height: 150%; }
.ssp  { line-height: 200%; }
.b  { font-weight: bold; }
.i  { font-style: italic; }
.u  { text-decoration: underline; }
.nu { text-decoration: none; }
.tsp  {letter-spacing: 3px; }
.tssp {letter-spacing: 2px; }
.bdr  { border: 1px solid #505050; }
.bdr-t  { border-top: 1px solid #505050; }
.bdr-b  { border-bottom: 1px solid #505050; }
.bdr-r  { border-right: 1px solid #505050; }
.bdr-l  { border-left: 1px solid #505050; }
.nbdr { border: none; }
.ctr { text-align: center; }
.lshift { margin-left: 0px; margin-right: 4px; }
A.hvr   { text-decoration: none; }
A.hvr:hover { text-decoration: underline; }
a.nav:hover { color: maroon; }
.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
.frame { padding: 5px; border: 1px solid #aaa; }
p.frame { padding: 05px; border: 1px solid #aaa; text-align: left; font-size:10px; color:#404040; }
a {
  text-decoration: none;
  font-size:10pt;
  font-weight:bold;
  color:maroon;
  font-family: Verdana;
}

.margin a {

  color:#ffffff;
}
.style1 {
  color: #979595;
  font-weight: bold;
}

.style2 {
  color: #008ADD;
  font-weight: bold;
}

form
{
  margin:0px;
}

.mnav {
  list-style: none;
  background-color: #2069A2;
  border-left:  1px solid #505050;
  border-right:  1px solid #505050;
  margin: 0;
  padding: 0;
}


.mnav LI {
  border-bottom: 1px solid #225588;
}

.mnav A {
  padding: 2px 1px 2px 5px;
  display: block;
  font: bold 9pt Arial;
  color: #ffffff;
  text-decoration: none;
}

.mnav A:hover {
  background-color: #6BA7C1;
  color: #ffffff;
  text-decoration: none;
}
.mnav A:visited {
  color: #ffffff;
}

.float {
  position: absolute;
  display: none;
  z-index: 99;
}

.floatv { position: absolute; z-index: 99; }
.hidden { display: none; }

.btn {
  width: 130px;
  height: 25px;
  background: none;
  background-image: url(/images/button_bg.gif);
  background-repeat: no-repeat;
  border: none;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  vertical-align: middle;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

/*
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
*/
/******* End tab styles ****************/
div.form-container { margin: 15px; padding: 20px; background-color: #FFF; border: #aaa 1px solid; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #000000; font-size: 120%; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label,
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error,
div.form-container span.error { color: #C00; }
div.form-container label em,
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus,
div.form-container textarea:focus { background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label,
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 340px; }

.errorMessage {
  background: white;
  border: 2px solid #b70009;
  color: #b70009;
  padding: 5px;
  border-radius: 5px;
  font-size: 11pt;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#header-bet-online-btn, #header-watch-video-btn, #header-club-hawthorne-btn, #header-xpressbet-btn, #header-points-bet-btn {
  color: #fff;
  display: inline-block;
  padding: 9px 15px;
  text-align: center;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#header-buttons-wrapper {
    position: absolute;
    width: 350px;
    right: 120px;
    top: 45px;
    text-align: center;
}

#header-buttons-heading {
  color: #800000;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 14px;
}

#header-club-hawthorne-btn {
  border: 1px solid #db8b11;
  background-color: #f9a11b;
  float: left;
  margin-left: 5px;
  /*
  position: absolute;
  bottom: 8px;
  right: 160px;
  */
}

#header-club-hawthorne-btn:hover {
  background-color: #f2ac42;
}

#header-xpressbet-btn {
  border: 1px solid #081a32;
  background-color: #0d223f;
  padding: 8px 30px 7px 30px;
  float: left;
  margin-left: 8px;
  /*
  position: absolute;
  bottom: 8px;
  right: 120px;
  */
}

#header-xpressbet-btn:hover {
  background-color: #18365f;
}

#header-bet-online-btn, #header-watch-video-btn {
  position: absolute;
  border: 1px solid #003f1a;
  background-color: #006228;
  bottom: 50px;
  right: 120px;
}

#header-bet-online-btn:hover, #header-watch-video-btn:hover {
  background-color: #007f3a;
}

#header-watch-video-btn {
  padding: 10px 15px;
  right: 340px;
}

#header-points-bet-btn {
  border: 1px solid #081a32;
  background-color: #0a0a0a;
  padding: 8px 30px 7px 30px;
  float: left;
  margin-left: 8px;
}


/* Bootstrap alert styles */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success a {
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info a {
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning a {
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger a {
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}
/* End bootstrap alert styles */