﻿/* DEFAULTS
----------------------------------------------------------*/

@import url(navi.css);
@import url(menu.css);
@import url(galleriffic.css);

#rodape
{
    position: absolute;
    bottom: 0px;
}


body
{
    background: #000000;
    font-size: .80em;
    font-family: 'Segoe UI';
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

a:link, a:visited
{
    color: #FFCC00;
    width: 374px;
    right: 25px;
}

a:hover
{
    color: #FFCC00;
    text-decoration: none;
}

a:active
{
    color:  #FFCC00;
}

p
{
    margin-bottom: 10px;
    line-height: 1.0em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    border-style: none;
    border-width: thin;
    padding: 2px;
    margin: 2px;
    color:  #FFCC00;
    clip: rect(auto, auto, auto, auto);
    font-family: 'Segoe UI';
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}


.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    border-style: none;
    border-width: 1px;
    background-position: center center;
    width: 96%;
    margin: 4px auto 0px auto;
    color: #FFFFFF;
    background-repeat: inherit;
    background-attachment: fixed;
    background-color: #000000;
    height: 19px;

}


.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #000000 url('../Img/Facrisa.png') no-repeat;
    width: 18%;
    color: #FFFFFF;
    top: 15px;
    left: 6px;
    height: 20px;
}

.header h1
{
    font-weight: 100;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #FFFFFF;
    border: none;
    line-height: 2em;
    font-size: large;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;

}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size: x-small;
}

.letratotal
{
    font-family: 'Segoe UI';
    font-size: medium;
}

.totaliza
{
    border: 1px solid #666666;
    background-color: #000000;
    color: #FFFFFF;
    margin-left: 0px;
    margin-bottom: 0px;
    font-family: 'Segoe UI Semibold';
    font-size: medium;
}

.input
{
    border: 1px solid #666666;
    background-color: #000000;
    color: #FFFFFF;
    margin-left: 0px;
    margin-bottom: 0px;
}

.menor[type=text]
{
    text-transform: lowercase;
}

.inputv
{
    border: 1px solid #666666;
    background-color: #000000;
    color: #FFFFFF;
    text-align: right;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #000000;
    width:100%;
}



div.hideSkiplink
{
    background-color: #000000;
    width:100%;
    height: 5px;
}



div.menu
{
    padding: 4px 0px 4px 8px;
    position: absolute;
    top: 60px;
    left: 240px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}


div.menu ul li a, div.menu ul li a:visited
{
    background-position: center center;
    color: #FFFFFF;
    line-height: 4.36em;
    padding: 8px 28px 8px 28px;
    background-color: #696969;
    text-decoration: none; /*definimos a largura do box*/
    width: 300px; /* definimos a altura do box */
    height: 300px; /* definimos a cor de fundo do box */
    background-color: #0A0A0A; /* definimos o quão arredondado irá ficar nosso box */
    border-radius: 5px 5px 5px 5px;
}

div.menu ul li a:hover
{
    background-color: #191919;
    color: #FFCC00;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #CCCCCC;

    text-decoration: none;
}


div.imagem
{
    padding: 4px 0px 4px 8px;
    position: absolute;
    top: 60px;
    right: 17px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: inline;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    border: 1px solid #ccc;
    background-color: #000000;
    color: #FFFFFF;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 104%;
    margin-left: 0px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 1180px;
}

.login
{
    margin-left: auto;
    margin-right: auto;
    width: 43%;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-left: 280px;
    right: 10px;
    width: 1px;
}

.bt-01
{
    text-align: center;
}


.bt-01:hover
{
    cursor: pointer;
}


.bt-03
{
    display: inline-block;
    padding: 5px 12px 10px 12px;
    font: normal 12px/1.1em arial;
    border: 1px solid #808080;
    border-top-color: #A9A9A9;
    border-bottom-color: #696969;
    color: #000000;
    background: #FFCC66;
    background: -moz-linear-gradient(top, #FFCC66 0px, #FFCC66 51%, #FFCC66 47%, #FFCC66);
    background: -webkit-linear-gradient(top, #FFCC66 0px, #FFCC66 51%, #FFCC66 47%, #FFCC66);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 2px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
    text-align: center;
}


.bt-03:hover
{
    background: #D3D3D3;
    background: -moz-linear-gradient(top, #D3D3D3 0px, #696969 51%, #696969 47%, #D3D3D3);
    background: -webkit-linear-gradient(top, #D3D3D3 0px, #696969 51%, #696969 47%, #D3D3D3);
    color: #000000;
    cursor: pointer;
}



.Centraliza
{
    color: #003366;
    font-family: 'Segoe UI';
    text-transform: none;
    text-decoration: underline;
}

.Imagem
{
    border: thin double #C0C0C0;
    padding: inherit;
    margin: auto;
    position: fixed;
}


.mList
{
    font-family: 'Segoe UI';
    color: #FFFFFF;
    background-color: #000000;
}

.mGrid
{
    font-size: small;
    font-family: 'Segoe UI';
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 6px;
}  
.mGrid th
{
    color: #FFCC00;
    background: #000000;
    font-family: 'Segoe UI';
}

.mGrid .footer
{
    color: #FFFFFF;
    background: #000000;
    font-family: 'Segoe UI Semibold';
    font-size: large;
}


.centerh2
{
    margin-left: 0px;
    margin-right: auto;
    width: 98%;
    height: 27px;
}


.center
{
    border: 1px solid #696969;
    width: 100%;
    padding: 20px;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 10px;
    height: 9px;
    background-color: #000000;
    border: 1px solid #808080;
    -moz-box-shadow: 0 0 15px #2c2d30;
    -webkit-box-shadow: 0 0 15px #2c2d30;
    -msie-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; 
    
}

.PainelDentro
{
    border: 1px solid #696969;
    padding: 20px;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 10px;
    height: 9px;
    background-color: #000000;
    border: 1px solid #808080;
    -moz-box-shadow: 0 0 15px #2c2d30;
    -webkit-box-shadow: 0 0 15px #2c2d30;
    -msie-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    left: 40px;
    width: 700px;
}


.Bordas
{
    border: 1px solid #696969;
    padding: 20px;
    margin-left: 0px;
    margin-right: auto;
    width: 100%;
    margin-top: 20px;
}

.left
{
    margin-left:auto;
    width: 80%;
}

.readonly
{
    background-color: #333333;
    color: #FFFFFF;
    margin-left: 2px;
}


.Mensagem
{
    color: #FFFFFF;
    font-style: italic;
    background-color: #000000;
}



.BotoesData
{
    background-position: center center;
    background-color: #000000;
    color: #C0C0C0;
    background-image: url('../Img/Calendario.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 273px;
    left: 318px;
}

.modelo
{
    border-style: none;
    background-position: left center;
    background-image: url('../Img/modelo.png');
    background-repeat: no-repeat;
}


.CorLetrasPagina
{
    color: #FFFFFF;
}

.PosicaoImg
{
    position: absolute;
    top: 10px;
    left: 936px;
}


#geral
{
    position: relative;
    min-height: 100%;
    background-color: #000000;
}

* html #geral
{
    height: 100%;
}
fieldset
{
    position: absolute;
    left: 50%;
    top: 200px;
    width: 300px;
    height: 220px;
    padding: 25px;
    margin: -135px 0 0 -175px;
    background-color: #000000;
    border: 1px solid #808080;
    -moz-box-shadow: 0 0 15px #2c2d30;
    -webkit-box-shadow: 0 0 15px #2c2d30;
    -msie-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
fieldset h2
{
    margin: 0;
    padding: 0;
}
fieldset #content_login
{
    margin: 20px 0;
}
fieldset label
{
    display: block;
    padding: 10px 0 0 0;
}
fieldset input[type=text], fieldset input[type=password]
{
    width: 100%;
}
fieldset input[type=button], fieldset input[type=submit]
{
    background-color: #000000;
    padding: 10px;
    border: 1px solid #F5F5F5;
    -msie-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-weight: bold;
    color: #FFFFFF;
}




/* Calendario */

.Calendar{width:100%;border-color:#E9E9E9;}
.SelectedDayStyle{background:#f4f4f4;color:Maroon;}
.TodayDayStyle{background-color:#000000;color:White;}
.OtherMonthDayStyle{color:#cccccc;}
.DayHeaderStyle{background-color:#e9e9e9;background-image: url(images/blog/cal-header-bg.jpg);}
.DayStyle{border:1px solid #cccccc; height:40px;}
.TitleStyle{background-color:#ffffff; color:#000000;padding:2px;}



.MyTabStyle .ajax__tab_header
{
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #696969;
    background-color: #000000;
    
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer
{
    border-color: #808080;
    color: #FFFFFF;
    padding-left: 10px;
    margin-right: 3px;
    border: solid 1px #808080;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner
{
    border-color: #808080;
    color: #FFCC00;
    padding: 3px 10px 2px 0px;
    background-color: #000000;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer
{
    background-color: #696969;
    color: #FFFFFF;
    cursor: pointer;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner
{
    color: #696969;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer
{
    border-bottom-color: #808080;
    background-color: #333333;
    color: #FFFFFF;
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner
{
    color: #FFFFFF;
    border-color:  #808080;
}
.MyTabStyle .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #000000;
    border-top-width: 0;
    border: solid 1px  #808080;
    border-top-color:  #808080;
    color: #FFFFFF;
}


.TracoSepara
{
    display: block;
    margin: 0;
    padding: 5px 10px 5px 20px;
    color: #C0C0C0;
    background: url("../img/red_file.gif") no-repeat 10px center #000000;
    text-decoration: none;
    border-bottom: 1px dotted #666666;
    width: 190px;
}