/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0132
*/

* {
    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  */

#top-div {
    display: block;
    margin: auto;
    width: 1000px;
    height: 201px;
    text-align: center;
    float: none;
    clear: both;
    background-image: url(./images/head.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}


h1 {
    margin: auto;
    font-size: 22pt;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    padding: 55px 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: #BD0101;
text-decoration: none;
}

.description {
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    text-align: center;
    _padding-top: 3px;
}

#nav-div {
    text-align: center;
    float: none;
    font-size: 9pt;
    height: 30px;
    width: 770px;
    overflow: hidden;
    padding: 3px 230px 0px 0px;
    margin: auto;
    margin-top: 0px;
    background-image: url(./images/menu.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
        

#nav-div ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#nav-div ul li {
    display: block;
    _display: inline;
    float: left;
    width: auto;
    _height: 30px;
    margin: 0px;
    background-image: url(./images/li.jpg);
    background-position: top right;
    background-repeat: repeat-y;
    _padding-top: 7px;
}

#nav-div ul li:hover {
}

#nav-div ul li a { 
    display: block;
    _display: inline;
    color: #BD0101;
    font-size: 9pt;
    font-weight: bold;
    _height: 30px;
    padding: 6px 7px 9px 7px;
    text-decoration: none;
    margin-right: -1px;
    }

#nav-div ul li.current_page_item  { 
text-decoration: none;
}

#nav-div ul li.current_page_item a{ 
     color: #2A829A;
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: bottom;
    background-repeat: repeat-x;

    }

#nav-div ul li a:hover {
    color: #2A829A;
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}



/*   END HEADER  */

/*  MAIN */

#parent-div {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding: 0px 0px 20px 0px;
    border-top: none;
    }

/*   END MAIN  */

/*   #POST  */


#middle-div {
    float: left;
    width: 760px;
    _width: 750px;
    margin: auto;
}

.text-div {
    display: block;
    float: left;
    width: 739px;
    _width: 730px;
    margin-left: 7px;
    padding: 0px;
    border: 2px solid #BEBEBE;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    background-color: #ffffff;
    padding: 2px;
    margin-bottom: 15px;
    background-image: url(./images/post.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}


.text-div a {
    color: #187994;
    font-weight: normal;
    text-decoration: none;
    
}


.text-div a:hover {
    color: #BD0101;
   text-decoration:  none;
   
}

.text-div-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    padding: 6px 5px 6px 19px;
    margin: 0px;
    color: #258099;
    text-align: left;
    letter-spacing: normal;
    background-color: #DDE3DF;
        -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;
 }

.text-div-title a {
    font-weight: bold;
    color: #258099;
    text-decoration: none;
}

.text-div-title a:hover {
    color: #BD0101;
    text-decoration: none;
}

.inerm-div {
    display: block;
    margin: 0px;
    padding: 1px 7px 10px 20px; 
    color: #3F3F3F;
    background-color: #DDE3DF;
    background-image: url(./images/border.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    }

.p-date {
margin: 0px;
color: #BD0101;
font-size: 9pt;
font-weight: bold;
}


/*   END post-div  */

/*   FOOTER  */
#bottom-div {
    display: block;
    clear: both;
    margin: auto;
    width: 1000px;
    height: 156px;
    text-align: center;
    margin-bottom: 20px;
    background-image: url(./images/foot.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

#bottom-div-links {
    display: block;
    padding: 74px 0px 0px 0px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
}

#bottom-div-links a {
    color: #052A3C;
    font-weight: bold;
}

#bottom-div-links a:hover {
    color: #000000;
    text-decoration: none;
}



/*  BAR ITEMS 
************************************/

#s-box {
display: block;
float: right;
width: 228px;
margin-right: 7px;
margin-bottom: 0px;
margin-top: 0px;
    padding: 0px;
}

#s-box ul li h4 {
    width: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 15px 5px 14px 5px;
    margin: 0px;
    color: #ffffff;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/h4.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}


#s-box ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    padding-bottom: 22px;
    background-image: url(./images/widget.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#s-box ul li ul {
    padding: 10px 10px 0px 0px;
    margin: 0px 0px 0px 5px;
    color: #3F3F3F;
    background-image: url(./images/side.jpg);
    background-position: top center;
    background-repeat: repeat-y;
}


#s-box ul li ol {
    list-style: none;
    padding: 10px 10px 0px 0px;
    margin: 0px 0px 0px 5px;
    color: #3F3F3F;
    background-image: url(./images/side.jpg);
    background-position: top center;
    background-repeat: repeat-y;
}

#s-box ul li ul li, #s-box ul li ol li {
    border: none;
    padding: 0px;
    margin: 0px;
    padding-left: 17px;
}



#s-box a {
    display: block;
    text-decoration: none;
    color: #CAF3FF;
    padding: 7px 3px 7px 20px;
    margin: 0px;
    font-weight: normal;
    background-image: url(./images/link.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

#s-box a:hover {
    display: block;    
    text-decoration: none;
    color: #ffffff;
    background-image: url(./images/link-hover.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

#s-box ul li ul li:hover, #s-box ul li ol li:hover {

}


#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 .banners {
    text-align: center;
    padding: 10px 10px 5px 5px;
    margin: 0px 0px 0px 5px;
    color: #3F3F3F;
    background-image: url(./images/side.jpg);
    background-position: top center;
    background-repeat: repeat-y;
}





#s-box .sidebar-post a {
    background-image: none;
    padding-left: 18px;
}


#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: #ffffff;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 998px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 0px;    
    padding: 20px 1px 30px 1px;
    margin-bottom: 20px;
    background-color: #052A3C;
    background-image: url(./images/chart.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    -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;
}


.separate-div {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.moduletable_text {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 1px 10px 1px;
    background-color: #DDE3DF;
    padding: 6px 3px 6px 3px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    background-color: #DDE3DF;
    border: 1px solid #B6B6B6;
}

.moduletable_text * {
    width: auto;
    float: none;
}

.moduletable_text h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    margin-bottom: 6px;
    color: #ffffff;
    text-align: center;
    letter-spacing: normal;
    background-color: #BD0100;
    background-image: url(./images/h2.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border: 1px solid #ffffff;
}

.moduletable_text h2 a {
    color: #ffffff;
    text-decoration: none;
}
.moduletable_text h2 a:hover {
    color: #F9DB81;
    text-decoration: none;
}


.moduletable_text .widget_pages {
    padding: 0px;
    margin: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #3F3F3F;
    background-color: #ffffff;
    border: 1px solid #D8D5C6;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    }

.moduletable_text .widget_pages object, .moduletable_text .widget_pages embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.moduletable_text .widget_pages table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #5094A7;
        -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    }

.moduletable_text .widget_pages table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    color: #ffffff;
}


.moduletable_text .widget_pages table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #333333;
}

td.comment-input-2, td.comment-input-5, td .comment-input-6, td.comment-input-7, td.comment-input-8 , td.comment-input-9, td.comment-input-10  {
	text-align: center; 
	vertical-align: middle;
}

td.comment-input-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.comment-input-3, td.comment-input-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;
}
.menuX {
    background-color: #EFEFEF;
    background-image: url(./images/even.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

.contentcontentarea381 {
    background-color: #ffffff;
}

.moduletable_text .widget_pages table tr.menuX  td, .moduletable_text .widget_pages table tr.contentcontentarea381  td {
    border-bottom: 1px solid #D8D5C6;
}

.even:hover, .odd:hover {
    background-color: #DCDCDC;
    background-image: none;
}

.moduletable_text a {
    color: #187994;
    text-decoration: none;
}
.moduletable_text a:hover {
    color: #BD0101;
    text-decoration: none;
}

.moduletable_text .widget_pages table tr td a {
    color: #187994;
    text-decoration: none;
    display: block;
}
.moduletable_text .widget_pages table tr td a:hover {
    color: #BD0101;
    text-decoration: none;
    display: block;
}

.moduletable_text .widget_pages table tr td img {
    border: none;
}

.moduletable_text .footer {
    padding: 6px;
    padding-left: 10px;
    font-size: 8pt;
    text-align: left;
    font-weight: bold;
    width: auto;
    float: none;
    clear: both;
    color: #3F3F3F;
    margin-top: 6px;
    background-image: url(./images/cell-foot.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    background-color: #C9C9C9;
    border: 1px solid #ffffff;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;    
}

.moduletable_text .footer a {
    font-weight: bold;
    font-size: 8pt;
    color: #ffffff;
    text-decoration: none;
    
    
}
.moduletable_text .footer a:hover {
    color: #BD0101;
    text-decoration: none;
}

.random-posts-thumb, .postsingle_ads_b {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.eStore_remove_item_button img {
    text-align: center;
    vertical-align: middle;
}

.points, .contentcontentarea381 {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.points h1, .contentcontentarea381 h1,
.points h2, .contentcontentarea381 h2,
.points h3, .contentcontentarea381 h3,
.points h4, .contentcontentarea381 h4,
.points h5, .contentcontentarea381 h5,
.points h6, .contentcontentarea381 h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.points p, .contentcontentarea381 p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.points ul, .contentcontentarea381 ul, .points ol, .contentcontentarea381 ol{
    margin-left: 20px;
    padding-left: 10px;
}


.moduletable_text img {
    border: none;
    margin: 0px;
}   

/*** TAB STYLES *************************************************************/

/* Color tab styles */

.textSMALLBOX, .widget_pages ul.provisions li.wording {
    background-color: #ffffff;
    color: #3F3F3F;
    border: 1px solid #DDDACD;
}
.widget_pages ul.provisions li {
    background-color: #DDDACD;
}
.widget_pages ul.provisions li, .widget_pages ul.provisions li h4 {
    color: #000000;
}

/* Common tab styles */

.widget_pages ul.provisions {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
    margin-top: 4px;
}
.widget_pages ul.provisions li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 0 0 4px;
    background-color: #DDDACD;
    border: 1px solid #DDDACD;
    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;
}
.widget_pages ul.provisions li.wording {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.widget_pages ul.provisions h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.widget_pages ul.provisions li.wording h4 {
    font-weight: bold;
}
.widget_pages ul.provisions li:hover {
    text-decoration: none;

}


.widget_pages ul.provisions h4:hover {
        color: #BD0101;
}

.widget_pages ul.provisions li.wording h4:hover {
    color: #BD0101;
}

.widget_pages .textSMALLBOX {
    margin: 0;
    padding: 5px;    
}

.widget_pages .textSMALLBOX a {
}

.widget_pages .textSMALLBOX a:hover {
}

.widget_pages .textSMALLBOX h1,
.widget_pages .textSMALLBOX h2,
.widget_pages .textSMALLBOX h3,
.widget_pages .textSMALLBOX h4,
.widget_pages .textSMALLBOX h5,
.widget_pages .textSMALLBOX h6 {
    margin: 0;
}

