/* AR Lottery CSS | system.css | 2009-09-30 */

/* HTML Elements */
dl {
  margin: 0.5em 0 1em 0.5em;
}

dl dd {
  margin: 0 0 .5em 1em;
}

fieldset {
  border:1px solid #C8DBEA;
}

legend {
  font-weight: bold;
  color: #3c78a7;
}

p {
  margin: 10px 0;
}

a:link, a:visited {
  color: #3c78a7;
  text-decoration:none
}

a:hover, a:active {
  color: #3c78a7;
  text-decoration:underline;
}

a:focus{
  outline: none;
}

a img {
  border:0;
}

acronym, abbr, span.caps {	
  font-size: 0.9em;
  letter-spacing: .07em;
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #999;
}

.tabs li {
  margin-left:0;
}

/* Text*/

h1, h2, h3, h4 { color:#000;}
h1 {font:2.3em "Lucida Bright", "Lucida Fax", Georgia, serif;}
h2 {font:1.6em "Helvetica Neue", Arial, Helvetica, sans-serif;}
h3, h4{font:1.4em "Helvetica Neue", Arial, Helvetica, sans-serif;}


/* theme code and blockquote elements */

code {
  display:block;
  font: 1.0em 'Courier New', Courier, Fixed;
  padding: 10px;
  margin:10px;
}	

blockquote {
  padding: 10px;
  line-height:1.5em;
  margin:10px;
}

#page blockquote, #page  code {
  border-top: 1px solid #DAE7F1;
  border-bottom: 1px solid #DAE7F1;
  background-color: #EDF3F8;
}

#page blockquote blockquote {
  background-color: #DAE7F1;
}

#page .comment blockquote {
  border-top: 1px solid #C8DBEA;
  border-bottom: 1px solid #C8DBEA;
  background-color: #DAE7F1;
}

#page .comment blockquote blockquote {
  background-color: #EDF3F8;
}

/* Structure */

#head {
  width: 100%;
  border-bottom: 1px dashed #D3D3D3;
  margin: 0 auto;
  padding-top: 1em;
}


#page {
  padding: 0 10px;
}

#page-wrapper {
  width: 950px;
  margin: 55px auto 0;
  background: #fff;
  border-radius: 5px 5px 0 0 ;
}

/* Form Elements */

.field {
  padding: 2px;
  background:#fff;
}

#logo { 
  margin: -3.5em 0em 1em 5.5em;
  z-index: 99;
}

#banner-region {
  margin-top: 20px;
  float:right;
}

#banner-region .block-search{
  font-size:0.7em;
}

#sitename {
  float:left;
  height:60px;
  font-size:4em;
}

#tagline {
  margin-top:5px;
  font-size:1em;
  color:#333;
  clear:left;
}

#top {
  padding:0;
  background:none;
}

#top .block {
  margin:0 0px 5px 0;
  padding:0;
  display:inline;
  float:left;
}

#top #gutter-div, #widebanners #gutter-div {
  width:5px;
}

#top .block:last {
  margin:0 0px 5px 0;
}

#headline, #widebanners {
  float:left;
  padding:0px;
  margin:0 5px 0 0;
}


#widebanners .block {
  margin:0 0 5px 0;
  padding:0;
  display:inline;
  float:left;
}

#widebanners .block:first {
  margin-left: 0;
}

.with-featured {
  width:700px;
}

.no-featured {
  width:900px;
}

#featured {
  width:245px;
  float:right;
  padding:0px;
  float:right;
}

#featured .block {
  margin-bottom: 5px;
}

#featured .clearfloat {
  margin-top:7px;
  margin-bottom:8px;
}


#middle {
  width: 905px;
  margin: 0 0 10px 0px;
  height: 1em;
}

#middle .block-menu{
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  width: 905px;
}

#middle .block-menu h2{
  display: none;
}

#middle a:link, #middle a:visited {
  color: #fff;
  text-decoration:none
}

#middle a:hover, #middle a:active {
  color: #e3193e;
  text-decoration:none;
}

#middle ul { 
  text-align:center;
  padding:0;
}

#middle li {
  display:inline;
  margin-right:20px;
}

#middle ul.menu li.last {
  margin-right:0px;
}


#bottom {
  display:table;
  width: 905px;
  margin-top:10px;
}

#headline p {
  padding-bottom:15px;
}

#headline p, #featured .block p {
  margin:0;
}

/* Content Page*/

#content {
  background: #fff;
  float:right;
  padding: 15px;
  clear:right;
}

#content-bottom {
  margin-top:10px;
}

.with-sidebar {
  width:570px;
}

.no-sidebar {
  width:875px;
}

#content .breadcrumbs, #content .breadcrumbs a {
  font-weight:bold;
  color:#333;
}

#content .content {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#content .block{
  margin:0 0px 10px 0;
  padding:0;
  display:inline;
  float:left;
}

#content #gutter-div {
  width:5px;
}

#content-top .block:last{
  margin:0 0px 10px 0;
}

#content .content .clearfloat {
  border-bottom:1px solid #ccc;
  margin:10px 0px;
}

#content .content ul, #content .content ol{
  margin-bottom:15px;
}

#content .content li{	
  list-style:square;
  line-height:1.7em;
}

#content .content ol li{	
  list-style:inherit;
}

#content .content li ul li{	
  list-style:square;
  margin-left:20px;
}

.content .links {
  padding-left:20px;
}

.links li {
  margin-left:0px!important;
}

#content table {
  border:1px solid #C8DBEA;
  border-collapse: separate;
  padding:0;
  margin:0px 0 10px 0;
}

#content table th {
  background-color:#C8DBEA;
  padding: 2px 5px;
  color: #3c78a7;
  line-height:1.5em;
}

#content table th, .topics, .posts, .last-reply , .created {
  text-align:center;
}

#content table td {
  padding: 2px 5px;
  line-height:1.5em;
}

#content tr.odd {
  background-color: #edf5fa;
}

#content tr.even {
  background-color: #E7F2F9;
}

#content h1 {
  background: #fff;
  padding-bottom: 10px;
}

#content {
  min-height: 500px;
}

#tabs-wrapper {
  display: block;
}

.picture img {
  padding:2px;
  border: 1px solid #C8DBEA;
  background:#fff;
  margin-top:5px;
}

.field-field-pdf {
  float:left;
}

/* System messages*/
.messages {
  padding: 10px;
  margin:10px 0;
}

.status {
  border: 1px solid #C8DBEA;
  background-color: #DAE7F1;
  color: #3c78a7;
}

/* Tops block */

#tops {
  height: 400px;
  width: 700px;
  overflow:hidden;
  position:relative;
}

#tops-images {
  float:left;
  position:absolute;
  width:10000px;
  left:0px;
  z-index:0;
}

#tops-images div {
  float:left;
}

#tops-nav {
  margin-top: 369px;
  height: 32px;
  position:absolute;
  z-index:999;
  width: 700px;
  display:block;
}

#tops > #tops-nav {
  display:none;
  background: url(../images/bg-top-fade.png) repeat-x bottom;
}

#tops:hover #tops-nav {
  display:block;
}

#left-button {
  float:left;
}

#right-button {
  float:right;
}


/* Sidebar */
#sidebar {
  width:295px;
  float:left;
  margin:0px 0px 0px 0px;
  background: none;
  padding: 10px 0px;
  color: #fff;
}

#sidebar h2 {
  color: #fff;
}

#sidebar .content p, #sidebar .content span{
  margin: 0px;
  padding: 0px;
}

#sidebar .odd h3 {
  background:#3c78a7;
}

#sidebar .block{
  width:295px;
  float:left;
  padding:0px;
  margin:0px 0px 10px 0px;
}

#sidebar .block-menu{
  padding:10px 20px 10px 10px;
  width:265px;
}

#sidebar ul .menu {
  padding: 10px 0px 10px 10px;
}

#sidebar a:link, #sidebar a:visited {
  color: #fff;
  text-decoration:none
}

#sidebar a:hover, #sidebar a:active {
  color: #e3193e;
  text-decoration:none;
}

#sidebar ul {
  margin:0px;
  padding:0px;
}

#sidebar li {
  display:block;
  padding:4px 0px 2px 13px;
  margin:0;
}

#sidebar li ul li:last-child{
  display:block;
  padding:2px 0px 0px 13px;
}

.poll .title {
  margin-bottom:10px;
  font-weight:bold;
}

/* survey bullet */

.no-bullets {
  list-style-type: none;
}

/* Fix menu CSS by overriding the default icons. */

/* comments */

.comment {
  background-color:#EDF3F8;
  margin: 10px 0 0 0;
  padding: 0px;
}

.comment .author-data {
  float:left;
  width:120px;
  height:100%;
  text-align:center;
  line-height:1.1em;
}

.comment .author-data  div{
  margin-top:5px;
}

.comment .comment-main {
  margin-left:120px;
  border-left:1px solid #C8DBEA;
  min-height: 200px;
  height: auto !important;
  height: 200px;
}

.comment .content {
  padding: 10px;
}

.comment-header {
  background-color: #DAE7F1;
  border-bottom:1px solid #C8DBEA;
  padding: 0 5px;
}
.comment-header .submitted {
  float:left;
  font-weight:bold;
}

.comment-header .comment-link {
  float:right;
}

.comment .new {
  float:right;
  color:#CC0000;
  padding: 0 10px;
}

.comment .links {
  float:left;
  clear:both;
  text-align:right;
  display:block;
  background-color:#DAE7F1;
  border-top:1px solid #C8DBEA;
  width:100%;
}

.comment .links ul{
  padding: 0px 5px;
}

/* Footer*/

#footer-region {
  background: none repeat scroll 0 0 #D7DD38;
  border-top: 1px dashed #bdb866;
  font-size:1em;
  width: 950px;
  margin-left:auto;
  margin-right:auto;
  padding: 5px 0px;
}

#footer-region .block {
  margin-top: 5px;
  margin-bottom: 10px;
}

#footer-region .block-menu h2{
  display: none;
}

#footer-region ul, #footer-region ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-region ul {
  text-align: center;
}

#footer-region ul li {
  display: inline;
  padding-right: .65em;
  margin-right: 65px;
}

#footer-region ul li.last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0px;
}

#footer-region ul li {
  cursor: pointer;
}

#footer-region ul li:hover, #footer-region ul li a:hover {
  color: #fff;
  text-decoration: none;
}

#footer-region a, #footer-region a:visited {
  color: #2F4F4F;
}

#footer-region h3{
  text-transform: lowercase;
  margin: 0;
  font-weight: bold;
}

#footer-region h3 {
  color:#fff;
}

#footer {
  color: #FFF0F5;
  margin: 0 auto;
  max-width: 600px;
  font-size: 0.95em;
  padding: 1em;
  text-align: center;
}

#footer p {
  line-height: 1.4em;
}

#footer a {
  color: #8CC8F7;
}

/* Bottom area with Meeting view */
#bottom {
  width: 905px;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  color: #fdfda4;
}

/*Latest meeting view*/

.view-latest-meeting{
  text-align:center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px 0 15px 0;
}

.view-latest-meeting div {
  display:inline;
}

.view-latest-meeting .views-row div{
  margin-left: 30px;
}

/* Float Properties*/

.clearfloat:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfloat {
  display: inline-block;
}

.leftfloat {
  float: left;
}


/* Hides from IE-mac \*/
* html .clearfloat {
  height:1%;
}

*+html .clearfloat {
  height:1%;
}

.clearfloat {
  display:block;
}

/***** Pager Navigation links *****/
.pager ul {
  padding:0px!important;
  margin:10px 0px!important;
  font-size:0.82em;
}

.pager li {
  padding: 2px!important;
  margin:10px 2px!important;
  text-decoration: none;
  border: 1px solid #C8DBEA!important;
  color: #3c78a7;
  background-color: #EDF3F8;
  background-image:none!important;
}

.pager li a {
  color: #3c78a7;
}

.pager li:hover  {
  background-color: #DAE7F1!important;
}

.pager li a:hover  {
  text-decoration: none;
}

/* Hack to show the pager properly in blocks - not pefect as it is no longer centered */
.block .pager li {
  float:left;
}


/*Instant games View*/

div.view-Instant-Games div.view-filters {
  margin-bottom: 20px;
}
div.view-Instant-Games .views-row, div.view-latest-instant .views-row{
  float:left;
  text-align:center;
  width: 215px;
}

.view-Instant-Games .view-header img {
  padding: 20px;
  margin-bottom: -30px;
}

.view-Instant-Games .view-header {
  margin-bottom: 40px;
  text-align:center;
}

/* Instant game page */

.field-field-game-data td{
  text-align: right;
}

.field-field-click-text {
  font-size: 1.5em;
  text-align: center;
}

.field-field-ticket-images {
  margin-bottom: 20px;
}

/* special claims page background */

#claim-background {
  position:absolute;
  margin-left: 450px;
}

#claim-background img{
  margin-top: -281px;
}


/* ROUNDED CORNERS */
#rounded-content {
  margin-bottom: 10px;
}

.rounded{display:block}

.rounded * {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF;
}

.rounded1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #b8b8b8;
  border-right:1px solid #b8b8b8;
  background:#e0e0e0;
}

.rounded2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #8f8f8f;
  border-right:1px solid #8f8f8f;
  background:#e7e7e7;
}

.rounded3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
}

.rounded4 {
  border-left:1px solid #b8b8b8;
  border-right:1px solid #b8b8b8;
}

.rounded5 {
  border-left:1px solid #e0e0e0;
  border-right:1px solid #e0e0e0;
}

.roundedfg {
  background:#FFFFFF;
}

/* countdown */

#tops-countdown {
  position:absolute;
  font-size: 1.5em;
  bottom:-3px;
  color: #fff;
  width:700px;
  background-color:black;
  text-align:center;
}

#tops-countdown span {
  text-align:center;
  padding: 6px 180px;
  line-height: 2em;
  z-index:999;
}

/*********  FROM PFP  *********/

.PrizeList {width: 675px; margin-top: 5px; padding-left: 40px;}
.Prize {position: relative; width: 150px; height: 265px; border: 1px solid #ccc; text-align: center; float: left; margin: 0px 5px 10px 0px; background-color: white; color: #000000;}
.Prize p {margin: 0 10px; padding-top: 5px;}
.Prize a {color: #015383; text-decoration: underline; font-weight: bold;}
.prizeDesc
{
  text-align: center;
  width: 140px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 180px;
}
.Points {font-weight: bold;}
.ListInfo {height: 15px; border-top: 1px solid #c8c8c8; padding: 5px 10px 1; margin-top: 10px; color: #000000; width:675px; }
.Displaying {float: left;}
.ItemsPerPage {float: right;}
.ItemsPerField {float: right; margin: -2px .5em 0 5px;}
.ItemsPerField select {font-size: 11px;}
.Pages {float: right;}
.Pages a {color: #015383; margin: 0 .2em; padding: 0 .25em; text-decoration: underline;}
.Pages a.active {color: #333; text-decoration: none; border: 1px solid #c8c8c8; background: #fff;}

.ClearCol {clear: both;}

.PrizeContent {background-color: #ffffff; width: 675px;}

.DetailsLeft {width: 315px; text-align: left; float: left;}
.DetailsLeft img {margin-top: 30px;}
.DetailsLeft a {color: #000000;}
.DetailsLeft a:visited {color: #000000;}

.DetailsRight {width: 335px; text-align: left; float: left; padding-top: 22px;}
.DetailsRight table tr{background-color: #ffffff;}
.DetailsRight .details {margin-bottom: 35px;}
.DetailsRight td {background:  #ffffff; color: #ffffff; border: 0px; vertical-align: middle; padding: 0px 0px 3px 0px;}
.DetailsRight td select { border: 1px solid #85a2bc;}
.DetailsRight input { border: 1px solid #85a2bc;}
.DetailsRight input#submit {border: none;}
.DetailsRight td.attribute {width: 6.5em; color: #000000; text-align: right; padding-right: 10px;}
.DetailsRight img {margin-top: 10px;}

.cartTable
{
  width: 675px;
}
.cartTable tbody tr th
{
  text-align: left;
}
.orderTotal
{
  float:right;
  padding-right: 100px;
  font-size: 14px;
  font-weight: bold;
}
#add_prize_to_cart table tr td
{
  color: #000000;
}	

/*need all button-related css, and the button files in their correct paths*/
.buttons a {text-decoration: none;}
.button1, .button2, .button3 {
  cursor:pointer;
  background: transparent url('/app_assets/images/buttons/bg_btn1_rt.png') no-repeat top right;
  color: #FFF;
  display: block;
  float: left;
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 15px; /* sliding doors padding */
  text-decoration: none;
  text-shadow: 1px 1px 1px #000; /* adds drop shadow for compatible browsers */
  border: none;
}

.button1 span, .button2 span, .button3 span, .button1 input, .button2 input, .button3 input{
  background: transparent url('/app_assets/images/buttons/bg_btn1_left.png') no-repeat;
  display: block;
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#FFF;
  height: 24px;
  border:none;
  line-height: 24px;
  padding: 0 0 0 15px;
  text-shadow: 1px 1px 1px #000; /* adds drop shadow for compatible browsers */
  border: none;
}

/* reset background image for buttons 2 and 3 */

.button2 {
  background-image:url('/app_assets/images/buttons/bg_btn2_rt.png');
  border: none;
}

.button2 span, .button2 input {
  background-image:url('/app_assets/images/buttons/bg_btn2_left.png');
  border: none;
}

.button3 {
  background-image:url('/app_assets/images/buttons/bg_btn3_rt.png');
  border: none;
}

.button3 span, .button3 input {
  background-image:url('/app_assets/images/buttons/bg_btn3_left.png');
  border: none;
}

/* set active state */

.button1:active, .button2:active, .button3:active {
  background-position: bottom right;
  color: #E7E7E7;
  outline: none; /* hide dotted outline in Firefox */
}

.button1:active span, .button2:active span, .button3:active span, .button1 input:active, .button2 input:active, .button3 input:active {
  background-position: bottom left;
  outline: none;
  padding: 1px 0 0 15px; /* push text down 1px */
}

.button1:active span, .button2:active span, .button3:active span {
  height: 23px;
  line-height:23px;
  border: none;
}
.CartButtons {float:left;}
.CartButtons p a {color:#fff; text-decoration:none;}
.CartButtons .buttons {float:left; text-align:right;}

* html .CartButtons {padding-right: 50px;}
.CartButtons img {margin-left: 15px;}

ul.TooMuchLinks {list-style: none; margin: 0px; padding: 0px;}
ul.TooMuchLinks li {padding: 4px 0px;}
ul.TooMuchLinks li a {color: white; text-decoration: none;}
ul.TooMuchLinks p {margin: 0px;}

/*  PFP users */

.accountNav{background:#ffffff; border:1px solid #DEDEDE; width:680px; padding:10px;margin:10px 0px;}
* html .accountNav{margin:10px 0px;}
.accountNav li{display:inline; border-right:1px solid #000; padding:0 5px; color: #000000; margin-left: 10px;}
.accountNav li.first{padding-left:0;}
.accountNav li.last{border:none;}
.accountNav li a{color:#000000; text-decoration:underline;}
.accountNav li a:visited{color:#000000; text-decoration:underline;}

.pointsTable{width:700px; border-top:1px solid #DEDEDE; border-left:1px solid #DEDEDE; border-right:1px solid #DEDEDE; margin:10px 0;}
* html .pointsTable{width:700px;}
.pointsTable th, .pointsTable td{padding-top:8px; padding-bottom:8px; padding-right:8px; border-bottom:1px solid #DEDEDE; font-size:13px; background:#ffffff;}
.pointsTable th{background-image: url(/graphics/global/tableheader_bg_t.png); background-repeat: repeat-x; color:#FFF; font-weight:bold;}
.pointsTable th a{color:#FFF; text-decoration: underline; font-weight:bold;}
.pointsTable td.adjustColRight{text-align:right;}
.pointsTable td.adjustColCtr{text-align:center;}
.pointsTable td.adjustColCtr span{color:#FD0303;}
.pointsTable tr td a {text-decoration: underline; color: #000000;}
.pointsTable td .new {color: #cc0202; font-weight: bold; padding-left: 15px;}

.faqTable { 
  border-right: 0px solid none;
  border-left: 0px solid none;
}

.faqTable tr.answer ul li {
  padding-top: 1em;
  list-style: none;
}

.faqTable tr.answer td {
  padding-bottom: 2em;
}

.faqTable td {
  vertical-align: top;
}
/*  home page  */

.homepage_copy
{
  width: 833px;
  padding-left: 30px;
  padding-top: 20px;
}

/* TEST */

#s3slider {
  width: 875px; /* important to be same as image width */
  height: 448px; /* important to be same as image height */
  position: relative; /* important */
  overflow: hidden; /* important */
  padding-top: 10px;
}

#s3sliderContent {
  width: 875px; /* important to be same as image width or wider */
  height: 448px;
  position: relative; /* important */
  top: 0; /* important */
  margin-left: 0; /* important */
}

.s3sliderImage {
  float: left; /* important */
  position: relative; /* important */
  display: none; /* important */
  margin-left: 0px;
}

/* END TEST */
.HomeBannerTop {
  width: 875px;
  height: 449px;
  padding-top: 10px;
  position:relative;
  overflow:hidden;
}
.BannerReel{
  position:relative;
  top: 0;
  left: 0;
}
.BannerReel a img {
  float: left;
  z-index: 1;
}
.HomeBannerTop img
{
  width: 875px;
  height: 449px;
}
.HomePFPLogo
{
  margin-top: -90px;
  z-index: 100;
}
.HomePFPLogo img
{
  position: relative;
  z-index: 100;
}

/*  home page - slider */

.FeaturedPrizes p a {text-decoration: underline;}

.FeaturedContent{
  position:relative;
  overflow:hidden; 
  width:283px;	
  height:158px; 
  left: 0px;
  background:url(/graphics/home/bg_featured-top-red.gif) no-repeat top left; 	padding: 0;
  background-color: #ffffff;
  border: 1px solid #ff0000;
  float: left;
}
.FeaturedContent .items {
  width:20000em;
  position:absolute;
  clear:both;
  height:160px;
  background-color: #ffffff;
}
.FeaturedContent .items div {
  float:left;
  width: 255px;
  padding: 0 15px;
  height:160px;
  background-color: #ffffff;
  color: #000000;
}
.FeaturedContent .items div .prizeImg {float:left; margin-right:5px; margin-bottom:150px;}
.FeaturedContent .items div .sale {position:relative; z-index:2px; left:1px; float:left; margin-right:-48px;}
.FeaturedContent .items div p {margin-top: -10px;}
.FeaturedContent .items div p a {color: #000000;}
.FeaturedContent h1{padding:5px 0 0 15px; font-size:14px; font-weight:bold; color:#000; height:29px; margin:0;}

.FeaturedContentTop
{
  background: #ffffff;
  background-image: url(/graphics/global/featuredH.jpg);
  background-repeat: no-repeat;
  width:657px; 
  height:3px; 
  position:relative; 
  top:-4px; 
  left:2px;
}
.FeaturedContentBottom
{
  background: #ffffff;
  background-image: url(/b/i/featuredH.jpg);
  background-repeat: no-repeat;
  width:657px; 
  height:3px; 
  position:relative; 
  top:-4px; 
  left:2px;
}

.Content {margin-top:15px;}

.scrollLeft{position:absolute; top:-3px; left:-25px; height:1px; background-image:url(/graphics/home/arrow-right-red.gif);}
#leftArrow {position: relative; left: -2px;}
.scrollRight{position:absolute; top:-3px; right:-5px; height:1px;}
#rightArrow {position: relative; left: 2px;}
.sorter {padding-right: 5px;}

.pointsDisplay
{
  font-weight: bold;
  color: #ff0000;
}
.addressList
{
  list-style-type: none;
}
.aboutList
{
  font-size: 22px; 
  color: #00275F; 
  font-weight: bold;
}
.aboutTable tr td
{
  border: none;
}
.button3 input
{
  cursor:pointer;
}
.button2 input
{
  cursor:pointer;
}
.subitem
{
  list-style-type: lower-roman;
  margin-left: 50px;
}
.subsubitem
{
  list-style-type: lower-alpha;
  margin-left: 70px;
}
/**********DRAWINGS**************/
.Drawing
{
  padding: 20px 0;
}
.drawingImage
{
  float: left;
  height: 125px;
  width: 125px;
}
.drawingContent
{
  float: left;
  padding-left: 40px;
  width: 300px;
}
.drawingDates
{
  float: left;
  padding-left: 40px;
  width: 160px;
}
.drawingDetails
{

}
.drawingPrizeDetails
{

}
.drawingPrice
{

}
.HipEmail
{
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 10px;
  padding-right: 10px;
  /*border: 1px solid black;*/
  text-align: left;
}
.highlight
{
  background-color: #FFF47F;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #8f8f8f;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font-weight: bold;
}
ul.tabs li.active a
{
	color: #8f8f8f;
	font-weight: bold;
}
ul.tabs li a:hover {
	background: #8f8f8f;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
table.drawings_table {
	width: 825px;
	border-collapse: collapse;
	display: none;
}
table.drawings_table th {
	border: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #C4FF8B;
	text-align: center;
}
.drawings_table tr.colHead  td{
	font-weight: bold;
	background-color: #C0BEFF;
	text-align: center;
}
.drawings_table tr td {
	text-align: center;
	border: 1px solid black;
	padding: 5px 15px;
}
table.winners_table {
	width: 825px;
	border-collapse: collapse;
	display: none;
}
table.winners_table th {
	border: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #C4FF8B;
	text-align: center;
}
.winners_table tr.colHead  td{
	font-weight: bold;
	background-color: #C0BEFF;
	text-align: center;
}
.winners_table tr td {
	text-align: center;
	border: 1px solid black;
	padding: 5px 15px;
}
.pollDiv {
	background-image: url('/app_assets/images/common/roundedbox.png');
	background-repeat: no-repeat;
	width: 711px;
	height: 434px;
	padding: 25px;
}
.pollTable th, 
.pollTable td {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 25px;
	background: none;
}

#updated p {
	font-size: 16px;
	font-weight: bold;
	background-color: #19245E;
	color: #ffffff;
	padding: 5px 10px;
}	
#home-funplay {
	cursor: pointer;
  background: transparent url('/b/i/homepage/funplay/bg-funplay.png') no-repeat;
  padding-left: 0px;
  padding-top: 5px;
  height: 175px;
}

.scImg {
  padding:4%;
  margin:0;
}

#Page .details p {
  margin-top: 10px;
}

.rules-list {
  list-style-type: upper-latin;
}

.rules-list li {
  padding: 5px; 
  font-weight: bold;
  font-size: 12px;
}

.rules-list li li {
  font-weight: normal;
}
.rules-list li ul {
  list-style-type: decimal;
}

.rules-list  ul  ul {
  list-style-type: lower-roman; 
}

.rules-list ul ul ul {
  list-style-type: decimal; 
}

.rules-disclaimer {
  border: 1px solid black;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.rules-disclaimer p {
  padding: 10px;
}

.details {
  display: none;
}

.rules h3 {  
  color: #3C78A7;
  cursor: pointer;
}

.rules h3:hover {  
  text-decoration: underline;
}

#rule-link {
  width: 100%;
  display: inline;
  border: 1px solid black;
}

#rule-link li {
  display: inline;
}

#rule-link a {
  font-size: 16px;
  font-weight: bold;
}
