/* GLOBAL STYLES */
html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 11px; }

h1{ font-size: 18px; padding-bottom: 2px; font-weight: normal; }

h1{ color: #000000; font-size: 18px; }
h2{ color: #000000; font-size: 16px; }
h3{ color: #000000; font-size: 15px; }
h4{ color: #000000; font-size: 13px; }
h5{ color: #000000; font-size: 12px; }
h6{ color: #000000; font-size: 10px; }
h4,h5,h6{ padding: 0px; margin: 0px; }


body{ margin: 0px; padding: 0px; text-align: center; color: #000000; background-image: none; background-color: #FFFFFF; }

#pageContainer{ background-color: #FFFFFF; background-image: none; position: relative; padding: 0px; margin: 0px auto 0px auto; width:600px; border: 0px solid #FFFFFF; }

#contentbg{
    background-image: none;
}


/* END GLOBAL STYLES */

/* HEADER/MENUBAR/SEARCHBAR STYLES */

#header{ display: none; }

/* MENUBAR STYLES */
#menubar{ display: none; }
/* END MENUBAR STYLES */

/* SEARCH BAR STYLES */
#searchBar{ display: none; }
/* END SEARCH BAR STYLES */

/* END HEADER/MENUBAR/SEARCHBAR STYLES */

/* LEFT MENU STYLES */
.dleftmenu{ display: none; }
/* END LEFT MENU STYLES */

/* COLUMN MAIN */
#contentContainer{position: relative; margin-top: 0px; padding: 0px; }
#contentTable{ width: 100%; }

#columnLeft{ display: none; }
#columnRight{ display: none; }

#contentContainer{
    background-color: #FFFFFF;
    color: #000000;
}
#columnMain{
    background-image: none;
}
#cmainExtra{
    background-image: none;
}
#content{
    position: relative;
    background-color: #FFFFFF;
    color: #000000;
}


#copyright{
    position: relative;
    margin: 0px;
    padding: 4px 4px 16px 4px;
    font-size: 9px;
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
}
#copyright div{ padding-top: 4px; font-size: 9px; }
#copyright a{ font-weight: bold; font-size: 9px; text-decoration: underline;  }
#copyright a:hover{ text-decoration: none; }

#bbb{
    display: none;
}

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    text-decoration:none;
    font-weight: bold;
    text-align: center;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
}
td.cell{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    text-align: left;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

/* END DATA TABLES */


/* FORM ELEMENTS */

input, select{
    font-weight: normal;
    font-size: 12px;
}
.button, a.button{
    background-color: #B5BDC7;
    border: 1px outset #CCCCCC;
    color: #000000 !important;
}
.buttonOver, a.button:hover{
    background-color: #CED3DA;
    border: 1px inset #CCCCCC;
    color: #000000 !important;
}
.button, .buttonOver{
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 2px;
    height: 18px;
    cursor: pointer;
    text-decoration: none;
}
a.button, a.buttonOver{
    padding: 2px;
}
html>body .button{
    background-repeat: no-repeat;
    background-position: bottom right;
}
html>body .buttonOver{
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* END FORM ELEMENTS */

.articleRate .sliderContain{
    display: none;
}

/* PLUGIN OBJECTS */
.bgzobject{display: none;}
/* END PLUGIN OBJECTS */

object{
    display: none;
}

a{
    font-weight: normal;
}