/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0098

*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-color: #000000;
}

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  */

#top-div {
    display: block;
    margin: auto;
    width: 1000px;
    height: 261px;
    text-align: center;
    float: none;
    clear: both;
    background-image: url(./images/head.jpg);
    background-repeat: no-repeat;
}

h1 {
    float: none;
    margin: auto;
    padding-top: 84px;
    font-size: 22pt;
    text-transform: capitalize;
    text-align: center;
    color: #7C7B7B;
    font-weight: bold;
    font-style: normal;
}


h1 a {
    color: #7C7B7B;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #ffffff;
text-decoration: none;
}

.description {
    color: #7C7B7B;
    _color: #ffffff;
}


#nav-div {
    text-align: center;
    float: right;
    font-size: 9pt;
    margin: 62px 10px 0px 0px;
    _margin-top: 26px;
    height: 30px;
    width: 800px;
    overflow: hidden;
}
        

#nav-div ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#nav-div ul li {
    display: block;
    _display: inline;
    float: right;
    width: auto;
    padding-top: 0px;
    _padding-top: 7px;
    margin: 0px;
}

#nav-div ul li:hover {
}

#nav-div 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;
}

#nav-div ul li.current_page_item  { 
text-decoration: none;
}

#nav-div ul li.current_page_item a{ 
    color: #666666;
    text-decoration: underline;
  }

#nav-div ul li a:hover {
    color: #ffffff;
    text-decoration: underline;

}



/*   END HEADER  */

/*  MAIN */

#parent-div {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
}

/*   END MAIN  */

/*   #POST  */


#middle-div {
    margin-bottom: 10px;
    color: #AAAAAA;
    float: left;
    width: 780px;
    margin: auto;

}

.text-div {
    display: block;
    float: none;
    width: 765px;
    _width: 765px;
    margin-left: 5px;
    margin-bottom: 15px;
    padding: 0px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
        background-color: #121212;
        padding: 0px 5px 15px 5px;
            background-image: url(./images/post.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}


.text-div a {
    color: #DBC404;
    font-weight: normal;
    text-decoration: none;
}


.text-div a:hover {
   color: #FF0102;
   text-decoration: none;
   
}

.text-div-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    padding: 7px;
    margin: 0px;
    color: #CE1805;
    text-align: center;
    letter-spacing: normal;
    border-bottom: 1px solid #DB1804;
    background-image: url(./images/title.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.text-div-title a {
    font-weight: bold;
    color: #CE1805;
    text-decoration: none;
}

.text-div-title a:hover {
    color: #FB1E08;
    text-decoration: none;
}

.inerm-div {
    display: block;
    margin: 0px;
    padding: 7px;
    padding-top: 1px;
    color: #AAAAAA;
    background-color: #191919;
    background-image: url(./images/entry.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #080808;
}

/*   END post-div  */

/*   FOOTER  */
#bottom-div {
    display: block;
    clear: both;
    border-top: none;
    margin: auto;
    width: 1000px;
    height: 161px;
    text-align: center;
    background-image: url(./images/foot.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

#bottom-div-links {
    display: block;
    padding: 125px 5px 0px 5px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #949494;
}

#bottom-div-links a {
    color: #FBC258;
    font-weight: bold;
}

#bottom-div-links a:hover {
    color: #949494;
    text-decoration: none;
}


/* SIDEBAR ITEMS 
************************************/

#s-box {
display: block;
float: right;
width: 200px;
color: #363535;
margin-right: 5px;
margin-bottom: 0px;
margin-top: 0px;
    padding: 0px 5px 10px 5px;
    background-color: #121212;
        -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

#s-box ul li h4 {
    width: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px;
    margin: 0px;
    color: #DBC404;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/h4.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #DBC404;
        -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;
}


#s-box ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin: 0px;
}

#s-box ul li ul {
    padding: 5px 0px 10px 0px;
    margin: 0px;
    color: #AAAAAA;
    background-color: #191919;
}

#s-box ul li ol {
    list-style: none;
    padding: 5px 0px 10px 0px;
    margin: 0px;
        color: #AAAAAA;
    background-color: #191919;
}

#s-box ul li ul li, #s-box ul li ol li {
    border: none;
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    background-image: url(./images/side.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #222222;
}


#s-box a {
    display: block;
    text-decoration: none;
    color: #FF0102;
    padding: 7px 10px 7px 15px;
    margin: 0px;    
}

#s-box a:hover {
    display: block;    
    text-decoration: none;
    color: #E97403;
    background-image: url(./images/link-hover.jpg);
    _background-image: url(./images/li-hover.gif);
    background-position: center left;
    background-repeat: no-repeat;
}

#s-box ul li ul li:hover, #s-box ul li ol li:hover {
    background-color: #000000;
}

#s-box .banners {
    text-align: center;
    padding: 5px;
    margin: 0px;
        color: #AAAAAA;
    background-color: #191919;

}

#s-box .banners a {
    background-image: none;
    padding-left: 0px;
    border: none;
}

#s-box .banners a:hover {
    background-image: none;
    border: none;
    background-color: transparent;
}


#s-box .sidebar-post a {
    background-image: none;
    padding-left: 10px;
}


#s-box .sidebar-post a:hover {
    text-decoration: none;
}

#s-box .banners a:hover {
    text-decoration: none;
}

#s-box .banners  img {
    margin-bottom: 5px;
}

#s-box .banners  object, #s-box .banners  embed {
    margin-bottom: 5px;
 }
 
#s-box .date {
    text-align: left;
    color: #E97403;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 998px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 0px;    
    padding: 5px 1px 5px 1px;
    margin-top: 0px;
}


.separate-div {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.comtext {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 2px 10px 2px;
    padding: 0px 3px 0px 3px;
    background-color: #121212;
    background-repeat: repeat-x;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.comtext * {
    width: auto;
    float: none;
}

.comtext h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 8px;
    margin: 0px;
    color: #E97403;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/h2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #E97403;    
}

.comtext h2 a {
    color: #F89A05;
    text-decoration: none;
}
.comtext h2 a:hover {
    color: #E97403;
    text-decoration: none;
}


.comtext .newsletterTextInput {
    margin: 0px;
    padding: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #AAAAAA;
    background-color: #191919;
    background-image: url(./images/content.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    border: 1px solid #151515;
    border-top: none;
}

.comtext .newsletterTextInput object, .comtext .newsletterTextInput embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.comtext .newsletterTextInput table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    }

.comtext .newsletterTextInput table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    color: #ffffff;
    background-color: #2E2E2E;
}


.comtext .newsletterTextInput table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #AAAAAA;
}

td.rating2-2, td.rating2-5, td .rating2-6, td.rating2-7, td.rating2-8 , td.rating2-9, td.rating2-10  {
	text-align: center; 
	vertical-align: middle;
}

td.rating2-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.rating2-3, td.rating2-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;
}
.comment-author {
    background-color: transparent;
}

.contentleftarea772 {
background-color: transparent;
}

.comtext .newsletterTextInput table tr.comment-author  td, .comtext .newsletterTextInput table tr.contentleftarea772  td {
border-bottom: 1px solid #222222;
border-top: 1px solid #000000;
}

.even:hover, .odd:hover {
   background-color: #000000;
}

.comtext a {
    color: #FF0102;
    text-decoration: none;
}
.comtext a:hover {
    color: #DBC404;
    text-decoration: none;
}

.comtext .newsletterTextInput table tr td a {
    color: #FF0102;
    text-decoration: none;
    display: block;
}
.comtext .newsletterTextInput table tr td a:hover {
    color: #DBC404;
    text-decoration: none;
    display: block;
}

.comtext .newsletterTextInput table tr td img {
    border: none;
}

.comtext .footer {
    margin: 0px;
    padding: 7px;
    font-size: 8pt;
    text-align: right;
    font-weight: bold;
    width: auto;
    float: none;
    clear: both;
    color: #CDCACA;
    border-top: 1px solid #161616;
    background-image: url(./images/cellfoot.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

.comtext .footer a {
    font-weight: bold;
    font-size: 8pt;
    color: #FF0102;
    text-decoration: none;
    
    
}
.comtext .footer a:hover {
    color: #DBC404;
    text-decoration: none;
}

.sketch, .sketch {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.moduletable_momenteelhotcasino img {
    text-align: center;
    vertical-align: middle;
}

.index_service_text_bonushunter, .div_last_comments {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.index_service_text_bonushunter h1, .div_last_comments h1,
.index_service_text_bonushunter h2, .div_last_comments h2,
.index_service_text_bonushunter h3, .div_last_comments h3,
.index_service_text_bonushunter h4, .div_last_comments h4,
.index_service_text_bonushunter h5, .div_last_comments h5,
.index_service_text_bonushunter h6, .div_last_comments h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.index_service_text_bonushunter p, .div_last_comments p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.index_service_text_bonushunter ul, .div_last_comments ul, .index_service_text_bonushunter ol, .div_last_comments ol{
    margin-left: 20px;
    padding-left: 10px;
}


.comtext img {
    border: none;
    margin: 0px;
}






/*** TAB STYLES *************************************************************/

/* Color tab styles */

.tabdiv, .newsletterTextInput ul.detail li.detail {
    background-color: #191919;
    color: #ffffff;
    border: 1px solid #000000;
}
.newsletterTextInput ul.detail li {
    background-color: #000000;
}
.newsletterTextInput ul.detail li, .newsletterTextInput ul.detail li h4 {
    color: #ffffff;
}

/* Common tab styles */

.newsletterTextInput ul.detail {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.newsletterTextInput ul.detail li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 1px 0 0;
    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;
}
.newsletterTextInput ul.detail li.detail {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.newsletterTextInput ul.detail h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.newsletterTextInput ul.detail li.detail h4 {
    font-weight: bold;
}
.newsletterTextInput ul.detail li:hover {
    text-decoration: underline;
}

.newsletterTextInput .tabdiv {
    margin: 0;
    padding: 5px;
}

.newsletterTextInput .tabdiv h1,
.newsletterTextInput .tabdiv h2,
.newsletterTextInput .tabdiv h3,
.newsletterTextInput .tabdiv h4,
.newsletterTextInput .tabdiv h5,
.newsletterTextInput .tabdiv h6 {
    margin: 0;
}

