/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0107
*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-color: #B6A68D;
}

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  */

#h-ctr {
    display: block;
    margin: auto;
    width: 1000px;
    height: 198px;
    text-align: center;
    float: none;
    clear: both;
    background-image: url(./images/head.jpg);
    background-repeat: no-repeat;
    vertical-align: bottom;
}

h1 {
    float: none;
    margin: auto;
    font-size: 22pt;
    text-transform: capitalize;
    text-align: left;
    color: #EFDD47;
    font-weight: bold;
    font-style: normal;
    padding: 80px 10px 0px 460px;
    _padding-top: 50px;
}


h1 a {
    color: #FF0000;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #E84645;
text-decoration: none;
}

.description {
    color: #E84645;
    padding-top: 3px;
    padding-left: 104px;
    _padding-top: 0px;
}


#m-ctr {
    text-align: center;
    float: none;
    font-size: 9pt;
    height: 30px;
    width: 1000px;
    overflow: hidden;
    margin: auto;
    background-color: #003152;
        -moz-border-radius-topleft:      6px;
    -moz-border-radius-topright:     6px;
    -webkit-border-top-left-radius:  6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-left-radius:   6px;
    -khtml-border-top-right-radius:  6px;
}
        

#m-ctr ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#m-ctr ul li {
    display: block;
    _display: inline;
    float: left;
    width: auto;
    padding-top: 0px;
    _padding-top: 7px;
    margin: 0px;
    background-image: url(./images/li.jpg);
    background-repeat: no-repeat;
    background-position: center right;
}

#m-ctr ul li:hover {
}

#m-ctr ul li a { 
    display: block;
    _display: inline;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    _height: 30px;
    padding: 8px 11px 8px 11px;
    text-decoration: none;
    background-image: url(./images/menu.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

#m-ctr ul li.current_page_item  { 
text-decoration: none;
}

#m-ctr ul li.current_page_item a{ 
    color: #F3F1B8;
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-repeat: no-repeat;
    background-position: top center;
  }

#m-ctr ul li a:hover {
    color: #F3F1B8;
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}



/*   END HEADER  */

/*  MAIN */

#mn-ctr {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 15px;
}

/*   END MAIN  */

/*   #POST  */


#c-ctr {
    margin-bottom: 10px;
    color: #000000;
    float: left;
    margin: auto;
    background-color: #F6F3EE;
    width: 998px;
    padding: 15px 1px 15px 1px;
        -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.p-ctr {
    display: block;
    float: none;
    width: 765px;
    _width: 765px;
    margin-left: 5px;
    margin-bottom: 15px;
    padding: 0px;
}


.p-ctr a {
    color: #ff0000;
    font-weight: normal;
    text-decoration: none;
}


.p-ctr a:hover {
   color: #003152;
   text-decoration: none;
   
}

.p-ctr-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    padding: 7px;
    padding-left: 10px;
    margin: 0px;
    color: #ffffff;
    text-align: left;
    letter-spacing: normal;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    background-color: #003152;
 }

.p-ctr-title a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.p-ctr-title a:hover {
    color: #ff0000;
    text-decoration: none;
}

.t-ctr {
    display: block;
    margin: 0px;
    padding: 7px;
    padding-top: 1px;
    color: #000000;
    background-image: url(./images/post.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

.datatable .widget-bottom ul, .p-ctr ul, .datatable .widget-bottom ol, .p-ctr ol {
	margin:5px;
	padding:0px;
}

.datatable .widget-bottom ul li, .p-ctr ul li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
	list-style-type:square;
}
.datatable .widget-bottom ol li, .p-ctr ol li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
}
.p-ctr img {
	float:left;
margin:5px 5px 5px 0px;
}

.t-f {
    background-image: url(./images/postfoot.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    text-align: right;
    padding: 5px 36px 7px 6px;
}

.t-f a{
    font-weight: bold;
}

.p-date {
    color: #003152;
    padding: 4px 0px 4px 0px;
    font-size: 8pt;
    font-weight: bold;
}

/*   END post-div  */

/*   FOOTER  */
#f-ctr {
    display: block;
    clear: both;
    border-top: none;
    margin: auto;
    width: 1000px;
    height: 80px;
    text-align: center;
    background-image: url(./images/foot.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #003152;
        -moz-border-radius-topleft:      9px;
    -moz-border-radius-topright:     9px;
    -webkit-border-top-left-radius:  9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-left-radius:   9px;
    -khtml-border-top-right-radius:  9px;
}

#f-ctr-links {
    display: block;
    padding: 35px 5px 0px 5px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #94B4CA;
}

#f-ctr-links a {
    color: #ffffff;
    font-weight: bold;
}

#f-ctr-links a:hover {
    color: #94B4CA;
    text-decoration: none;
}


/* SIDEBAR ITEMS 
************************************/

#s-ctr {
display: block;
float: right;
width: 200px;
    color: #9A9898;
margin-right: 5px;
margin-bottom: 0px;
margin-top: 0px;
    padding: 0px;
}

#s-ctr ul li h4 {
    width: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px 7px 7px 15px;
    margin: 0px;
    color: #ffffff;
    text-align: left;
    letter-spacing: normal;
    background-image: url(./images/h2.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #003152;
    border-left: 6px solid #FF0000;
}


#s-ctr ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

#s-ctr ul li ul {
    padding: 5px 0px 0px 0px;
    margin: 0px;
    color: #000000;
    border: 1px solid #EEE8DE;
    background-color: #F6EEDA;
    background-image: url(./images/side.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}


#s-ctr ul li ol {
    list-style: none;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    color: #000000;
    border: 1px solid #EEE8DE;
    background-color: #F6EEDA;
    background-image: url(./images/side.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#s-ctr ul li ul li, #s-ctr ul li ol li {
    border: none;
    padding: 0px;
    margin: 0px;
    padding-left: 7px;
    background-image: url(./images/border1.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
}



#s-ctr a {
    display: block;
    text-decoration: none;
    color: #003152;
    padding: 7px 3px 7px 15px;
    margin: 0px;
}

#s-ctr a:hover {
    display: block;    
    text-decoration: none;
    color: #ff0000;
}

#s-ctr ul li ul li:hover, #s-ctr ul li ol li:hover {
    background-image: url(./images/border1-hover.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#s-ctr .banners {
    text-align: center;
    padding: 5px;
    margin: 0px;
        color: #000000;
    border: 1px solid #EEE8DE;
    background-color: #F6EEDA;
    background-image: url(./images/side.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;

}

#s-ctr .banners a {
    background-image: none;
    padding-left: 0px;
    border: none;
}

#s-ctr .banners a:hover {
    background-image: none;
    border: none;
    background-color: transparent;
}


#s-ctr .sidebar-post a {
    background-image: none;
    padding-left: 10px;
}


#s-ctr .sidebar-post a:hover {
    text-decoration: none;
}

#s-ctr .banners a:hover {
    text-decoration: none;
}

#s-ctr .banners  img {
    margin-bottom: 5px;
}

#s-ctr .banners  object, #s-ctr .banners  embed {
    margin-bottom: 5px;
 }
 
#s-ctr .date {
    text-align: left;
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 998px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 10px;    
    padding: 5px 1px 5px 1px;
    margin-top: 0px;
    margin-bottom: 15px;
    background-color: #F6F3EE;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}


.w-ctr {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.datatable {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 2px 10px 2px;
    background-image: url(./images/cell.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #ffffff;
    -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;
}

.datatable * {
    width: auto;
    float: none;
}

.datatable h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px 7px 7px 15px;
    margin: 0px;
    color: #ffffff;
    text-align: left;
    letter-spacing: normal;
    background-image: url(./images/h2.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #003152;
    border-left: 6px solid #FF0000;
}

.datatable h2 a {
    color: #F3F1B8;
    text-decoration: none;
}
.datatable h2 a:hover {
    color: #ffffff;
    text-decoration: none;
}


.datatable .widget-bottom {
    margin: 0px;
    padding: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #E7DFD0;
    border-top: none;
    border-bottom: none;
}

.datatable .widget-bottom object, .datatable .widget-bottom embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.datatable .widget-bottom table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    }

.datatable .widget-bottom table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    background-color: #DFDFDF;
    color: #000000;
}


.datatable .widget-bottom table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #000000;
}

td.popular_line-2, td.popular_line-5, td .popular_line-6, td.popular_line-7, td.popular_line-8 , td.popular_line-9, td.popular_line-10  {
	text-align: center; 
	vertical-align: middle;
}

td.popular_line-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.popular_line-3, td.popular_line-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;
}
.form-rowb0 {
    background-image: url(./images/border.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.jot-field {
    background-image: url(./images/border.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.datatable .widget-bottom table tr.form-rowb0  td, .datatable .widget-bottom table tr.jot-field  td {
}

.even:hover, .odd:hover {
    background-image: url(./images/border-hover.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.datatable a {
    color: #003152;
    text-decoration: none;
}
.datatable a:hover {
    color: #ff0000;
    text-decoration: none;
}

.datatable .widget-bottom table tr td a {
    color: #003152;
    text-decoration: none;
    display: block;
}
.datatable .widget-bottom table tr td a:hover {
    color: #ff0000;
    text-decoration: none;
    display: block;
}

.datatable .widget-bottom table tr td img {
    border: none;
}

.datatable .footer {
    margin: 0px;
    padding: 7px 10px 7px 7px;
    margin-top: 0px;
    font-size: 8pt;
    text-align: right;
    font-weight: bold;
    width: auto;
    float: none;
    clear: both;
    color: #403E3E;
    border: 1px solid #E7DFD0;
    background-color: transparent;
    border-top: none;
    -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;
}

.datatable .footer a {
    font-weight: bold;
    font-size: 8pt;
    color: #003152;
    text-decoration: none;
    
    
}
.datatable .footer a:hover {
    color: #FF0000;
    text-decoration: none;
}

.image, .banneritem {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.tablenewsbar img {
    text-align: center;
    vertical-align: middle;
}

.content, .contentainer {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.content h1, .contentainer h1,
.content h2, .contentainer h2,
.content h3, .contentainer h3,
.content h4, .contentainer h4,
.content h5, .contentainer h5,
.content h6, .contentainer h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.content p, .contentainer p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.content ul, .contentainer ul, .content ol, .contentainer ol{
    margin-left: 20px;
    padding-left: 10px;
}


.datatable img {
    border: none;
    margin: 0px;
}


/*** TAB STYLES *************************************************************/

/* Color tab styles */

.chapter, .widget-bottom ul.moduletable_momenteelhotcasino li.moduletable_text {
    background-color: #DBD4CA;
    color: #000000;
    border: 1px solid #D6CEC1;
}
.widget-bottom ul.moduletable_momenteelhotcasino li {
    background-color: #000000;
}
.widget-bottom ul.moduletable_momenteelhotcasino li, .widget-bottom ul.moduletable_momenteelhotcasino li h4 {
    color: #003152;
}

/* Common tab styles */

.widget-bottom ul.moduletable_momenteelhotcasino {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
    margin-top: 4px;
}
.widget-bottom ul.moduletable_momenteelhotcasino li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 0 0 4px;
    background-color: #EBE8E3;
    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;
}
.widget-bottom ul.moduletable_momenteelhotcasino li.moduletable_text {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.widget-bottom ul.moduletable_momenteelhotcasino h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.widget-bottom ul.moduletable_momenteelhotcasino li.moduletable_text h4 {
    font-weight: bold;
}
.widget-bottom ul.moduletable_momenteelhotcasino li:hover {
    text-decoration: none;

}


.widget-bottom ul.moduletable_momenteelhotcasino h4:hover {
        color: #ff0000;
}

.widget-bottom ul.moduletable_momenteelhotcasino li.moduletable_text h4:hover {
    color: #ff0000;
}

.widget-bottom .chapter {
    margin: 0;
    padding: 5px;    
}

.widget-bottom .chapter h1,
.widget-bottom .chapter h2,
.widget-bottom .chapter h3,
.widget-bottom .chapter h4,
.widget-bottom .chapter h5,
.widget-bottom .chapter h6 {
    margin: 0;
}

