﻿body
{
    background-color: #FFFFFF;
    background-image: url('/Content/Imagens/bg.jpg');
    background-repeat: repeat-x;
    font-size: 12px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000000;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p
{
    padding: 0 15px 5px 15px;
}

.page
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h5, h6
{
    font-size: 14px;
    color: #336699;
    font-weight: bold;
    margin: 0;
    padding: 0 15px 5px 15px;
}
h4
{
    font-size: 12px;
    color: #336699;
    font-weight: bold;
    margin: 0;
    padding: 0 15px 0px 15px;
}

#menuEsquerda li
{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 15px 5px 15px;
    list-style: none;
}

#menuEsquerda a
{
    text-decoration: none;
    color: #336699;
}

#menuEsquerda a:hover
{
    text-decoration: underline;
    color: #000;
}

#header
{
    width: 940px;
    height: 174px;
    background-image: url('/Content/Imagens/bg_header.jpg');
    background-repeat: no-repeat;
    background-position: left 17px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#header span
{
    display: none;
}

#header #title
{
    width: 270px;
    height: 165px;
    background-image: url('/Content/Imagens/logo_igpi.gif');
    background-repeat: no-repeat;
    background-position: 0px 35px;
    float:left;
}

#header #imgHeader
{
    margin-top: 54px;
    height: 80px;
    margin-left: 10px;
    width: 620px;
    display:block;
    float: right;
    margin-right: 17px;
    _margin-right: 8px;
}

#menucontainer
{
    background-image: url('/Content/Imagens/top_left_sidebar.jpg');
    background-repeat: no-repeat;
    height: 26px;
    padding: 0px;
}

#esquerda
{
    width: 247px;
    background-color: #FFF;
}

#main
{
    padding: 30px 30px 15px 30px;
    width: 621px;
    float: right;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#FlashID 
{
    padding:0;
    border:0;
    margin:0;
}

#footer
{
    background: url('/Content/Imagens/bg_footer.jpg') no-repeat 250px bottom;
    height: 86px;
    height: 120px;
    clear: both;
    padding: 0px;
}

#footer p
{
    color: #336699;
    font-size: 10px;
    padding: 0 15px 0px 15px;
    text-align: left;
}

.footerDireita
{
    float: right;
}

.footerEsquerda
{
    float: left;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    margin-left: 259px;
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
    width: 671px;
    text-align: right;
    background-color: #FFF;
}

ul#menu li
{
    display: inline;
    list-style: none;
    padding: 20px 15px 0 0;
}

ul#menu li a
{
    padding: 0 10px 0 0;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    line-height: 26px;
}

ul#menu li a:hover
{
    text-decoration: none;
    color: #336699;
}

ul#menu li a:active
{
    text-decoration: none;
    color: #336699;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border-collapse: collapse;
}

table td
{
    padding: 5px;
}

table th
{
    padding: 6px 5px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}



#logindisplay
{
    font-size: 10px;
    display: block;
    text-align: right;
    margin: 10px;
    color: #336699;
    line-height: 15px;
}

#logindisplay #password, #logindisplay #username
{
    float: right;
    _float: none;
    width: 145px;
    padding: 0;
    margin: 0;
}

#logindisplay a:link
{
    color: #336699;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #336699;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #336699;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.tbCalendar
{
    border: 1px solid #ffcc66;
    color: #663399;
    text-align: center;
}

table
{
    margin-left: 15px;
}

.tbCalendar .caption, #main th
{
    background-color: #990000;
    font-size: 14px;
    height: 25px;
    line-height: 20px;
    color: #ffffcc;
}

.tbCalendar .caption a
{
    color: #ffffcc;
    text-decoration: none;
}

.tbCalendar th
{
    background-color: #ffcc66;
    font-size: 10px;
    border: 1px solid #c0c0c0;
}

.tbCalendar td, #main td
{
    background-color: #ffffcc;
    font-size: 10px;
    border: 1px solid #c0c0c0;
}

.evento
{
    background-color: #990000 !important;
    color: #ffffcc !important;
    cursor: help;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left
{
    background-image: url(/Content/Imagens/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index: 101;
    left: -12px;
    height: 23px;
    width: 10px;
    top: -3px;
}

#JT_arrow_right
{
    background-image: url(/Content/Imagens/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index: 101;
    height: 23px;
    width: 11px;
    top: -2px;
}

#JT
{
    position: absolute;
    z-index: 100;
    border: 2px solid #CCCCCC;
    background-color: #fff;
}

#JT_copy
{
    padding: 10px 10px 10px 10px;
    color: #333333;
}

.JT_loader
{
    background-image: url(/Content/Imagens/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 12px;
}

#JT_close_left
{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight: bold;
}

#JT_close_right
{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight: bold;
}

#JT_copy p
{
    margin: 3px 0;
}

#JT_copy img
{
    padding: 1px;
    border: 1px solid #CCCCCC;
}

.jTip
{
    cursor: help;
}
#lbOverlay
{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}


#divTurma
{
    z-index: 1000;
}

#divAluno
{
    z-index: 1001;
}
#divAluno, #divTurma
{
    margin: auto;
    width: 400px;
    height: 300px;
    position: fixed;
    display: none;
    background-color: White;
    padding: 10px;
}

#divAlunos, #divTurmas
{
    overflow: auto;
}
