body
{
    margin: 10 px;
    margin-top: 0px;
    color: #666666;
    overflow-x: hidden;
    background-color: #ededed;
    background-image: url(../images/bgbody.gif);
    background-repeat: repeat-x;
}

body, td, input, select, textarea, button
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
}

h1
{
    color: #ff9900;
    font-size: 3em;
    margin-bottom: 0.7em;
    font-family: "Helvetica Condensed", "Arial Narrow", "Arial", "Tahoma", Verdana;
    font-weight: normal;
    letter-spacing:-1px;
}

h2
{
    color: #ff9900;
    font-size: 1.9em;
    margin-bottom: 0.7em;
    font-family: "Helvetica Condensed", "Arial Narrow", "Arial", "Tahoma", Verdana;
    font-weight: normal;
    letter-spacing:-1px;
}

h3
{
    color: #ff9900;
    font-size: 1.5em;
    margin-bottom: 0.7em;
    font-family: "Helvetica Condensed", "Arial Narrow", "Arial", "Tahoma", Verdana;
    font-weight: normal;
    letter-spacing:-1px;
}

input, select, textarea
{
    border: 1px solid #666666;
    background-color: #fff9f0;
}

button
{
    border: 1px outset #ff9900;
    background-color: #ff9900;
    background-image: url(../images/bg_button.gif);
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

#s_Window h1 img
{
    border: none;
}

#s_topHeader
{
    background-color: #ff9900;
    display: block;
    height: 12px;
}

#s_Header
{
    background-color: #ffffff;
    display: block;
    height: 91px;
}

#s_Logo
{
    float: left;
    height: 91px;
    background-color: #ffffff;
}

#s_Busca
{
    float: right;
    vertical-align: center;
    margin-top: 20px;
    margin-right: 5px;
}

#s_Banner
{

}

#s_MainContents
{
    display: block;
    text-align: left;
    width: 800px;
    background-color: transparent;
    padding: 0px;
    overflow-x: hidden;
    margin-top: 40px;
}

div.teste, div#teste
{
    background-color: #ff9900;
}

#s_Contents_Big
{
    display: block;
    background-color: #ffffff;;
    text-align: left;
    border-left: 2px solid #efefef;
    border-right: 2px solid #efefef;
}

#s_Contents
{
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    text-align: left;
    background-image: url(../images/bg_contents.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    border: 1px solid transparent; /* sei lah pq corrige problema de margem */
}

#s_Contents a
{
    text-decoration: none;
    font-weight: bold;
    color: #ff9900;
}

#s_Contents a:hover
{
    text-decoration: underline;
    font-weight: bold;
}

#s_Div
{
    display: block;
    height: 5px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#s_Footer
{
    clear: both;
    font-weight: bold;
    text-align: center;
    color: #666666;
    border-top: 1px solid #eaeaea;
    height: 28px;
    margin-top: 5px;
    padding: 0px;
    padding-top: 5px;
    padding-right: 5px;
    overflow-y: hidden;
}

#s_Footer p a
{
    color: #666666;
}

#s_Window
{
    padding: 5px;
    /*background-color: #FFFFFF;*/
    margin-top: 5px;
    width: 100%;
    display: block;
}

/* Menu Horizontal */
.detHead
{
    background-color: #e8e8f1;
    white-space: nowrap;
    width: 140px;
    display: block;
}
.detField
{
    font-weight: bold;
}

/* Propriedades do Menu */
#s_MenuH
{
    display: block;
    padding: 0px;
    padding-left: 5px;
    background-color: #ff9900;
    border-top: 1px #ffe6bf solid;
    border-bottom: 1px #e48900 solid;
}

.topItemNormal td {
    font-family: "Arial", "Tahoma", Verdana;
}

.topMenu {
    border: none;
    background-color: #ff9900;
}

.submenu {
    background-color: #e0e0e0;
    border-width: 1px;
    border-style: solid;
    border-color: #AAAAAA;
}

.topItemNormal {
    background-color: #ff9900;
    font-weight: bold;
    color: #666666;
    cursor: hand;
    height: 27px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

.topItemOver {
    background-color: #666666;
    font-weight: bold;
    color: #ff9900;
    cursor: hand;
    height: 27px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

.topItemOver td{
    font-family: "Arial", "Tahoma", Verdana;
}

.itemNormal {
    color: #000000;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    display: block;
    width: 100%;
    padding: 3px;
}

.itemOver {
    color: #000000;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    display: block;
    width: 100%;
    padding: 3px;
}

/* Propriedades das notícias */
#s_News
{
    margin-bottom: 5px;
    border-bottom: 1px solid #E7E7EE;
    font-size: 11px;
    background-color: none;
}

#s_NewsTitle
{
    margin: 0px;
    display: block;
    width: 100%;
    font-weight: bold;
}
#s_NewsTitle a
{
    color: #ff9900;
    text-decoration: none;
    margin: 0px;
    display: block;
}
#s_NewsTitle a:hover
{
    text-decoration: underline;
    margin: 0px;
    display: block;
}

#s_NewsResume
{
    margin-left: 22px;
    clear: both;
}

#s_SaibaMais a
{
    text-decoration: none;
    display: block;
    margin: 0px;
    color: #666666;
    border-bottom: 1px solid #ffffff;
    padding-left: 2px;
    border-left: 2px solid #ff9900;
    margin-bottom: 2px;
}
    
#s_SaibaMais a:hover
{
    border-left: 2px solid #5C5C73;
    border-bottom: 1px solid #e0e0e0;
    text-decoration: none;
}

#s_Footer_Powered img
{
    border: 1px solid #ff9900;
}

#s_Footer a
{
    text-decoration: none;
    color: #ffffff;
}

#s_Footer a:hover
{
    text-decoration: underline;
}

img
{
    behavior: url(css/iepngfix.htc)
}

