/* by vitorgga */
a, a:link, a:visited {
 color: #000000;
}
a:hover, a:hover * {
 color: #047EC4;
 cursor: pointer; cursor: hand;
}

body {
 background: #004E94 url('design/background.jpg') top center repeat-y;
}

hr {
 clear: both;
 border: 1px solid #E3F2FD;
 height: 1px;
}

input, select, textarea {
 background: #FFFFFF url('design/input.jpg') top repeat-x;
 border: 1px solid #999999;
 color: #000000;
}
input[type=checkbox], input[type=radio] {
 background: none;
 border: 0px solid;
}
button {
 background: url('design/index_videos.jpg') center center; 
 border: 1px solid #FFFFFF;
 color: #FFFFFF;
 font-weight: bold;
 margin: 0px 2px;
}

.item { border-bottom: 1px solid #CCCCCC; cursor: pointer; cursor: hand; }
.item:hover { background: #F2F2F2; border-bottom: 1px solid #000000; }

#conteudo {
 padding: 10px 37px;
}

.conteudo2 {
 background: #FFFFFF;
 margin: 10px;
 padding: 0px 5px;
}

h1 {
 clear: both;
 background: url('design/h1.gif') left center no-repeat;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 16pt;
 padding: 12px;
 margin: 0px 0px 4px 0px;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
 color: #000000;
}
h2 {
 clear: both;
 background: url('design/h2.jpg') bottom repeat-x;
 font-family: "Trebuchet MS",Tahoma;
 font-weight: normal;
 font-size: 12pt;
 padding: 6px 0px;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
 color: #000000;
}
h3 {
 clear: both;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 22pt;
 color: #333333;
 padding: 10px 0px;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
 color: #C7BCAA;
}

.banners_vertical img, .banners_vertical embed, .banners_vertical object {
 margin: 0px 0px 5px 0px;
}

.off {
 filter:alpha(opacity=25);
 -moz-opacity:.25;
 opacity:.25;
}

.dfix {
 content: '.'; clear: both; display: inline-block;
}

#tinymce, #tinymce p, #tinymce div, .rte_documento, .rte_documento p, .rte_documento div {
 margin: 10px;
 text-align: justify;
 text-indent: 20px;
 line-height: 150%;
}

body.mceContentBody {
   background: #FFFFFF;
}

/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/

.inputAlert {
 border: 1px solid red;
}

.rodape {
 padding: 7px;
}

.menu1, .menu2 {
 text-align: center;
 display: inline-block;
}
.menu1 a, .menu2 a, .menu2 dl dt img {
 padding: 4px 10px;
 display: inline-block;
}
.menu1 a:hover {
 background: #E3F2FD;
}

.portalaluno_menu a {
 padding: 10px;
 border-bottom: 1px solid #FFFFFF;
}
.portalaluno_menu a:hover {
 background: #FFFFFF; 
}