@font-face {
    font-family: 'MyUnderwoodRegular';
    src: url('MyUnderwood-webfont.eot');
    src: url('MyUnderwood-webfont.eot?#iefix') format('embedded-opentype'),
         url('MyUnderwood-webfont.woff') format('woff'),
         url('MyUnderwood-webfont.ttf') format('truetype'),
         url('MyUnderwood-webfont.svg#MyUnderwoodRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SwissCondensed';
    src: url('swz721lc.eot');
    src: url('swz721lc.eot?#iefix') format('embedded-opentype'),
         url('swz721lc.woff') format('woff'),
         url('swz721lc.ttf') format('truetype'),
         url('swz721lc.svg#SwissCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EraseDust';
    src: url('EraseDusteot');
    src: url('EraseDust.eot?#iefix') format('embedded-opentype'),
         url('EraseDust.woff') format('woff'),
         url('EraseDust.ttf') format('truetype'),
         url('EraseDust.svg#EraseDust') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Helvetica", "Arial",  "Verdana", "sans-serif";
    margin:0;
    padding:0;
    /*background: #ede8d4;*/
    background: url('../imagens/fundo_abertura.jpg');
}

p {
    text-align:justify;
}

.swiss {
    font-family: "SwissCondensed";
}
.erase {
    font-family: "EraseDust";
}

.tit {
    font-size: 30px;
    color: #ff9900;
    font-weight: bold;
}

a {
    color: #0370A2; 
    text-decoration: none;
}
a:hover {
    color: #993300; 
    text-decoration: underline;
}

.separador {
    clear:both;
}

#header {
    height:90px;
    background: url('../imagens/header.jpg') no-repeat;
}

#footer {
    font-size:10px;
    padding:3px;
    height:34px;
    line-height:34px; 
    background-color:#3399CC;
    border-top:1px solid #3366ff;
    padding-left:12px;
    padding-right:12px;
    color:#FFF;
}

#footer a{
    color:#FFF;
    text-decoration:none;
}
#footer a:hover{
    color:#ff0000;
    text-decoration:none;
}

#mainBody {
    width:810px;
    height:555px;
    margin:0;
    padding:0;
}

#mainAula {
    width:810px;
    height:495px;
}
#mainPag {
    width:810px;
    height:471px;
    margin:0;
    padding:0;
}
#content {
    padding:10px;
}
#imgAula {
    width:810px;
    height:498px;
    margin:0;
}
#txtAula {
    text-align:justify;
    padding:5px;
    overflow:auto;
}
#caption {
    display: none;
    margin: 0;
    padding:0;
    width:95%;  
}
span.destaque {
    color: red;
}
#container {
    margin: auto;
    color:#0c8aa3;
    font-size: 1.3em;
    font-family: "SwissCondensed";
}

#menuAula {
    font-size:10px;
    width:810px;
    height:70px;
    margin:0;
    padding:0;
    background: url('../imagens/aula_fundo.jpg') no-repeat;
}

.som {
    width:50px;
    height:55px;
    margin-top:10px;
}

#error_msg {
    margin-top:11px;
    padding:15px;
    background-color: #cc0000;
    border: 1px solid #000;
    color: #FFF;
    font-weight: bold;
    text-align:justify;
    font-size: 12px;
}
.error {
    color: #cc0000; 
    font-weight: bold;
    font-style: italic;
    font-size: 10px;
}

.tooltip {
    display:none;
    background:transparent url(../imagens/black_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#eee;
    border:0px;
    margin:0px;
    z-index:1000;
}

/**
 * FORM
 */
 form p {
     margin:4px;
     padding:0;
 } 
 
.form_label {
    display: inline-block; 
    font: 12px Arial, sans-serif;
    font-weight: bold;
    padding: 2px;
    width: 150px;    
}
input {
    font: 12px Arial, sans-serif;
    color: #000;
    border: 1px solid #999999;
    padding: 6px;
}
select {
    font: 12px Arial, sans-serif;
    color: #000;
    border: 1px solid #999999;
    padding: 4px;
}
.input_highlight {
    background-color: #ff3333;
    color: #FFF;
    border: 1px solid #993300;
}
#loadingCep {
    color: #cc0000;
    font-style: italic;
    font-size: 10px;
    margin-left: 5px;
}
.button {
	display: inline-block;
	padding: 10px 18px;
	margin-right: 8px;
        margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;
	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3); -webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3); box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none !important;
	overflow: visible;
}

.button:hover, .button:focus {
	text-decoration:none;
} 
.button-blue {	
	color: #fff;
	background: #39aad4; /* Old browsers */
	background: -moz-linear-gradient(top, #41c4f4 0%, #39aad4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41c4f4), color-stop(100%,#39aad4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #41c4f4 0%,#39aad4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #41c4f4 0%,#39aad4 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #41c4f4 0%,#39aad4 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c4f4', endColorstr='#39aad4',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #41c4f4 0%,#3a8fb6 100%); /* W3C */
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border: 1px solid #3a8fb6;
}
.button-blue:hover {
	color: #fff;
	background: #0189bc; /* Old browsers */
	background: -moz-linear-gradient(top, #14bcfb 0%, #0189bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14bcfb), color-stop(100%,#0189bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14bcfb', endColorstr='#0189bc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #14bcfb 0%,#0189bc 100%); /* W3C */
	border: 1px solid #0370A2;
}
.button-blue:focus {
	color: #FFF;
        background: #ffa14c; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9900 0%, #ffa14c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#ffa14c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9900 0%,#ffa14c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9900 0%,#ffa14c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff9900 0%,#ffa14c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ffa14c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff9900 0%,#ffa14c 100%); /* W3C */
        border: 1px solid #ff8b10;
}

.button-red {	
	color: #fff;
        background: #ff3333;  /* Old browsers */
	background: -moz-linear-gradient(top,  0%, #ff3333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0033), color-stop(100%,#ff3333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc0033 0%,#ff3333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc0033 0%,#ff3333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #cc0033 0%,#ff3333 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0033', endColorstr='#ff3333',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #cc0033 0%,#3a8fb6 100%); /* W3C */
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
        border: 1px solid #990000;
}
.button-red:hover,.button-red:focus {
	color: #fff; 
        background: #8f0c0c; /* Old browsers */
	background: -moz-linear-gradient(top, #a91313 0%, #8f0c0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a91313), color-stop(100%,#8f0c0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a91313 0%,#8f0c0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a91313 0%,#8f0c0c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a91313 0%,#8f0c0c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a91313', endColorstr='#8f0c0c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a91313 0%,#8f0c0c 100%); /* W3C */
	border: 1px solid #990000;
}

.button-white {	
	color: #000;
        background: #f2f2f2;  /* Old browsers */
	background: -moz-linear-gradient(top,  0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cecece 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cecece 0%,#f2f2f2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #cecece 0%,#f2f2f2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #cecece 0%,#f2f2f2 100%); /* W3C */
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
        border: 1px solid #cecece;
}
.button-white:hover {
	color: #FFF;
        background: #ffa14c; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9900 0%, #ffa14c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#ffa14c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9900 0%,#ffa14c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9900 0%,#ffa14c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff9900 0%,#ffa14c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ffa14c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff9900 0%,#ffa14c 100%); /* W3C */
        border: 1px solid #ff8b10;
}
.button-white:focus {
	color: #FFF;
        background: #ffa14c; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9900 0%, #ffa14c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#ffa14c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9900 0%,#ffa14c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9900 0%,#ffa14c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff9900 0%,#ffa14c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ffa14c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff9900 0%,#ffa14c 100%); /* W3C */
        border: 1px solid #ff8b10;
}