/**
 * Instituto Aprendiz
 * Desenvolvido por Tiago M. / Web4Inside Desenvolvimento web
 *                             (www.web4inside.com.br)
 * 2009-07-27
 */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #f3f3f3;
    color: #666;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 13px;
    margin: 15px 0;
}

img { border: 0; }

.success {
    background: #E4FFDD;
    border-color: #090;
}

.error {
    background: #FFE1E2;
    border-color: #900;
}



/** Formatação de textos/links */
a { color: #666; }
a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
    color: #c00;
    font-weight: normal;
}

h1 {
    font-size: 15px;
}
h2 {font-size:15px; margin-top:8px; font-weight:bold;}
h3 {
    font-size: 13px;
    margin-top: 5px;
}

p { padding: 5px 0; }

ul { list-style-position: inside; }

.bold { font-weight: bold; }

/** Inputs */
input.bt_entrar {
    background: url('../images/bt_entrar.gif');
    height: 21px;
    width: 54px;
}

input.log,
input.pwd {
    width: 105px;
}

/** Para divs flutuantes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.img {
    border: 2px solid #CCC;
    padding: 1px;
}

/** Escopo geral */
#base {
    background: #fff;
    margin: auto;
    padding: 5px;
    width: 880px;
}

#topbar {
    color: #fff;
    background: url('../images/topbar.gif') repeat-x;
    height: 25px;
    line-height: 25px;
    padding: 0 7px;
}

#topbar input {
    border: 0;
}

/** Cabeçalho */
#header {
    background: url('../images/banner.png') no-repeat;
    border: 1px solid #f0f0f0;
    height: 148px;
    margin: 5px 0;
}

#main {
}

/** Barra lateral */
#sidebar {
    margin-top: -5px;
    margin-right: 10px;
    width: 170px;
}

#sidebar ul li {
    list-style: none;
    margin-top: 5px;
}

#sidebar ul li a, h1, h3 {
    background: url('../images/navbar.gif') repeat-x;
    border: 1px solid #efefef;
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    text-decoration: none;
}

#sidebar ul li a:hover { text-decoration: underline; }

/** Segunda coluna */
#columntwo {
    margin-top: -5px;
    width: 160px;
}

#columntwo ul {
    list-style-type: square;
    list-style-position: inside;
    padding: 5px;
}

#columntwo ul.box {
    background: url('../images/list_bg.gif') bottom repeat-x;
    border: 1px solid #efefef;
    margin-top: 5px;
}
#columntwo ul.box li {
    font-size: 10px;
    padding: 2px 0;
}

/** Conteúdo */

#content {
    width: 700px;
    margin-bottom: -5px;
}
#box {
color:#FFF;
text-align:center;
padding: 8px 0;
background:  url(../images/box.gif) no-repeat;
width:166px;
height:125px;
}

/** Rodapé */
#footer {
    border-top: 1px solid #f0f0f0;
    font-size: 11px;
    padding: 3px 5px 0;
    margin-top: 5px;
}
