/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0138
*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-color: #ffffff;
}

img {
    border: none;
}

a:active, a:focus, a:visited {
    text-decoration: none;
    outline: none;    
}

h2, h3, h4 {
font-family : Verdana, Arial, Palatino, Sans-Serif;
}

h3, h4, h5, h6  {
    padding: 5px 0px 5px 10px;
    font-size: 10pt;
    font-family : Verdana, Arial, Palatino, Sans-Serif;
}

ul {
    margin: 0px;
    padding: 0px;
}

/*   HEADER  */

#ctr-head {
    display: block;
    margin: auto;
    width: 1000px;
    height: 199px;
    text-align: center;
    float: none;
    clear: both;
    background-image: url(./images/head.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}


h1 {
    float: none;
    margin: auto;
    font-size: 22pt;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    padding:  70px 0px 0px 0px;
}


h1 a {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
    color: #1673C1;
text-decoration: none;
}

.description {
    text-align: center;
    color: #1673C1;
    margin-top: 15px;
    text-align: center;
}

#ctr-menu {
    text-align: center;
    float: none;
    font-size: 9pt;
    height: 53px;
    width: 780px;
    overflow: hidden;
    padding: 0px 85px 0px 135px;
    margin: auto;
    margin-top: 0px;
    background-image: url(./images/menu.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
        

#ctr-menu ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#ctr-menu ul li {
    display: block;
    _display: inline;
    float: left;
    width: auto;
    margin: 0px;
    _padding-top: 19px;
}

#ctr-menu ul li:hover {
}

#ctr-menu ul li a { 
    display: block;
    _display: inline;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    padding: 19px 10px 19px 10px;
    text-decoration: none;
    }

#ctr-menu ul li.current_page_item  { 
text-decoration: none;
}

#ctr-menu ul li.current_page_item a{ 
    color: #3184C9;
    text-decoration: none;
    background-image: url(./images/hover.png);
    _background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
}

#ctr-menu ul li a:hover {
    color: #3285C9;
    text-decoration: none;
    background-image: url(./images/hover.png);
    _background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
}



/*   END HEADER  */

/*  MAIN */

#ctr-main {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding: 20px 0px 0px 0px;
    _padding-top: 40px;
    background-image: url(./images/main.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    }

/*   END MAIN  */

/*   POST  */


#ctr-content {
    float: right;
    width: 780px;
    _width: 770px;
    margin: auto;
}

.ctr-post {
    display: block;
    width: 775px;
    float: right;
    _width: 765px;
    margin-right: 5px;
    padding: 0px;
    margin-bottom: 15px;
}


.ctr-post a {
    color: #1673C1;
    font-weight: normal;
    text-decoration: none;
    
}


.ctr-post a:hover {
    color: #FC8D3B;
   text-decoration:  none;
   
}

.ctr-post-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    padding: 5px;
    padding-left: 100px;
    margin: 0px;
    color: #ffffff;
    text-align: left;
    letter-spacing: normal;
    background-color: #FC8D3B;
    background-image: url(./images/title.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    -moz-border-radius-topright:     9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-right-radius:  9px;
    -moz-border-radius-bottomright:     9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-right-radius:  9px;
 }

.ctr-post-title a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.ctr-post-title a:hover {
    color: #1673C1;
    text-decoration: none;
}

.ctr-text {
    display: block;
    margin: 0px;
    padding: 1px 7px 7px 7px; 
    color: #606060;
    }

.ctr-date {
width: auto;
margin: 0px 0px 0px 7px;
padding-top: 10px;
color: #1673C1;
font-size: 9pt;
font-weight: bold;
    background-image: url(./images/post.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

/*   END ctr-post-div  */

/*   FOOTER  */
#ctr-foot {
    display: block;
    clear: both;
    margin: auto;
    width: 1000px;
    height: 159px;
    text-align: center;
    margin-bottom: 10px;
    background-image: url(./images/footer.jpg);
    background-position: top center;
    background-repeat: repeat-y;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

#ctr-foot-links {
    display: block;
    padding: 105px 0px 0px 0px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #FEF9A9;
}

#ctr-foot-links a {
    color: #ffffff;
    font-weight: bold;
}

#ctr-foot-links a:hover {
    color: #FEF9A9;
    text-decoration: none;
}



/*  BAR ITEMS 
************************************/

#ctr-side {
display: block;
float: left;
width: 200px;
margin-left: 5px;
margin-bottom: 0px;
margin-top: 0px;
    padding: 0px;
}

#ctr-side ul li h4 {
    width: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 11px 5px 11px 5px;
    margin: 0px;
    color: #ffffff;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/h4.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    background-color: #28ABD0;
    -moz-border-radius-topright:     9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-right-radius:  9px;
    -moz-border-radius-bottomright:     9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-right-radius:  9px;
}


#ctr-side ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

#ctr-side ul li ul {
    padding: 5px 0px 5px 0px;
    margin: 0px;
    color: #606060;
    background-image: url(./images/post.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}


#ctr-side ul li ol {
    list-style: none;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    color: #606060;
    background-image: url(./images/post.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#ctr-side ul li ul li, #ctr-side ul li ol li {
    border: none;
    padding: 0px;
    margin: 0px;
    padding-left: 5px;
}



#ctr-side a {
    display: block;
    text-decoration: none;
    color: #154F85;
    padding: 7px 3px 7px 25px;
    margin: 0px;
    font-weight: normal;
    background-image: url(./images/link.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

#ctr-side a:hover {
    display: block;    
    text-decoration: none;
    color: #FC8D3B;
    background-image: url(./images/link-hover.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

#ctr-side ul li ul li:hover, #ctr-side ul li ol li:hover {
}

#ctr-side .banners {
    text-align: center;
    padding: 5px;
    margin: 0px;
    color: #606060;
    background-image: url(./images/post.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#ctr-side .banners a {
    background-image: none;
    padding-left: 0px;
    border: none;
}

#ctr-side .banners a:hover {
    background-image: none;
    border: none;
    background-color: transparent;
}


#ctr-side .sidebar-ctr-post a {
    background-image: none;
    padding-left: 10px;
}


#ctr-side .sidebar-ctr-post a:hover {
    text-decoration: none;
}

#ctr-side .banners a:hover {
    text-decoration: none;
}

#ctr-side .banners  img {
    margin-bottom: 5px;
}

#ctr-side .banners  object, #ctr-side .banners  embed {
    margin-bottom: 5px;
 }
 
#ctr-side .date {
    text-align: left;
    color: #606060;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 998px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 20px;    
    padding: 0px 1px 0px 1px;
    margin-bottom: 20px;
}


.ctr-wrap {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.comtext {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 1px 10px 1px;
    padding: 0;
 }

.comtext * {
    width: auto;
    float: none;
}

.comtext h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding:  7px;
    margin: 0;
    color: #ffffff;
    text-align: center;
    letter-spacing: normal;
    background-color: #499519;
    background-image: url(./images/h2.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    -moz-border-radius-topright:     9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-right-radius:  9px;
}

.comtext h2 a {
    color: #DDFBCB;
    text-decoration: none;
}
.comtext h2 a:hover {
    color: #ffffff;
    text-decoration: none;
}


.comtext .tablecasinositeshead {
    padding: 0px;
    margin: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #606060;
    background-color: #F1F2F4;
    border: 1px solid #E1E3E8;
    border-top: none;
    background-image: url(./images/cell.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    -moz-border-radius-bottomleft:      9px;
    -moz-border-radius-bottomright:     9px;
    -webkit-border-bottom-left-radius:  9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius:   9px;
    -khtml-border-bottom-right-radius:  9px;  
    }

.comtext .tablecasinositeshead object, .comtext .tablecasinositeshead embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.comtext .tablecasinositeshead table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    }

.comtext .tablecasinositeshead table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    color: #5F5F5F;
}


.comtext .tablecasinositeshead table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #7C8991;
}

td.menu-wrapper-2, td.menu-wrapper-5, td .menu-wrapper-6, td.menu-wrapper-7, td.menu-wrapper-8 , td.menu-wrapper-9, td.menu-wrapper-10  {
	text-align: center; 
	vertical-align: middle;
}

td.menu-wrapper-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.menu-wrapper-3, td.menu-wrapper-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}
.emptycell {
    background-color: transparent;
}
.compare2 {
    background-color: transparent;
}

.field-reviews {
    background-color: #ffffff;
}

.comtext .tablecasinositeshead table tr.compare2  td, .comtext .tablecasinositeshead table tr.field-reviews  td {

}

.even:hover, .odd:hover {
    background-color: #EDF8F3;
    background-image: none;
}

.comtext a {
    color: #1673C1;
    text-decoration: none;
}
.comtext a:hover {
    color: #FC8D3B;
    text-decoration: none;
}

.comtext .tablecasinositeshead table tr td a {
    color: #1673C1;
    text-decoration: none;
    display: block;
}
.comtext .tablecasinositeshead table tr td a:hover {
    color: #FC8D3B;
    text-decoration: none;
    display: block;
}

.comtext .tablecasinositeshead table tr td img {
    border: none;
}

.comtext .footer {
    padding: 6px;
    padding-left: 10px;
    font-size: 8pt;
    text-align: left;
    font-weight: bold;
    width: auto;
    float: none;
    clear: both;
    color: #606060;
    background-image: url(./images/cellfoot.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

.comtext .footer a {
    font-weight: bold;
    font-size: 8pt;
    color: #1673C1;
    text-decoration: none;
    
    
}
.comtext .footer a:hover {
    color: #FC8D3B;
    text-decoration: none;
}

.banners, .pix {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.charts .banners, .charts .pix {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.chapter img {
    text-align: center;
    vertical-align: middle;
}

.chapter, .form-rowb12 {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.chapter h1, .form-rowb12 h1,
.chapter h2, .form-rowb12 h2,
.chapter h3, .form-rowb12 h3,
.chapter h4, .form-rowb12 h4,
.chapter h5, .form-rowb12 h5,
.chapter h6, .form-rowb12 h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.chapter p, .form-rowb12 p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.chapter ul, .form-rowb12 ul, .chapter ol, .form-rowb12 ol{
    margin-left: 20px;
    padding-left: 10px;
}


.comtext img {
    border: none;
    margin: 0px;
}

/*** TAB STYLES *************************************************************/

/* Color tab styles */

.fliesstext762, .tablecasinositeshead ul.topics li.top10div {
    background-color: #ffffff;
    color: #606060;
    border: 1px solid #D4D7E0;
}
.tablecasinositeshead ul.topics li {
    background-color: #D4D7E0;
}
.tablecasinositeshead ul.topics li, .tablecasinositeshead ul.topics li h4 {
    color: #3E3E3E;
}

/* Common tab styles */

.tablecasinositeshead ul.topics {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
    margin-top: 4px;
}
.tablecasinositeshead ul.topics li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 0 0 4px;
    background-color: #D4D7E0;
    border-bottom: none;
    margin-top: 5px;
    padding: 3px 3px 3px 3px;
    -moz-border-radius-topleft:      4px;
    -moz-border-radius-topright:     4px;
    -webkit-border-top-left-radius:  4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-left-radius:   4px;
    -khtml-border-top-right-radius:  4px;
}
.tablecasinositeshead ul.topics li.top10div {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.tablecasinositeshead ul.topics h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.tablecasinositeshead ul.topics li.top10div h4 {
    font-weight: bold;
}
.tablecasinositeshead ul.topics li:hover {
    text-decoration: none;

}


.tablecasinositeshead ul.topics h4:hover {
        color: #1673C1;
}

.tablecasinositeshead ul.topics li.top10div h4:hover {
    color: #1673C1;
}

.tablecasinositeshead .fliesstext762 {
    margin: 0;
    padding: 5px;
    margin-bottom: 0px;
}

.tablecasinositeshead .fliesstext762 a {
}

.tablecasinositeshead .fliesstext762 a:hover {
}

.tablecasinositeshead .fliesstext762 h1,
.tablecasinositeshead .fliesstext762 h2,
.tablecasinositeshead .fliesstext762 h3,
.tablecasinositeshead .fliesstext762 h4,
.tablecasinositeshead .fliesstext762 h5,
.tablecasinositeshead .fliesstext762 h6 {
    margin: 0;
}

