html, body{ color: #000; margin: 0; }
body { background: url('../images/background_site.gif'); }

#server_error a, a { text-decoration: none; color:#546A76; font-weight:bold; }
#server_error a:hover, a:hover { color:#000; }

#mainContent{ border: 0px solid; width: 980px; margin: 0 auto; }
#mainContent .shadowLeft{ width:14px; height:950px; /*background: url('../images/internal_shadow_left.jpg') 2px no-repeat;*/ float:left; display:none; }
#mainContent .shadowRight{ width:13px; height:950px; /*background: url('../images/internal_shadow_right.jpg') no-repeat;*/ float:right; display:none; }

/* only Safari */
#mainContent:first-of-type{ border: 0px solid; width: 980px; margin: 0 auto; }
#mainContent .shadowLeft:first-of-type{ width:15px; height:950px; /*background: url('../images/internal_shadow_left.jpg') 2px no-repeat;*/ float:left; display:none; }
#mainContent .shadowRight:first-of-type{ width:15px; height:950px; /*background: url('../images/internal_shadow_right.jpg') no-repeat;*/ float:right; display:none; }


#mainContent .contentTop { position:inherit; width:981px; height:290px; background:url('../images/internal_background_top.jpg') repeat-x; display:block; float:left; }
#mainContent .topLogo { margin-left:33px; margin-top:20px; }

#mainContent .menu { width:566px; height:46px; margin-right:17px; margin-top:40px; float:right; }
#mainContent .menu a { display:block; float:left; }
#mainContent .home { width:98px; height:46px; background:url('../images/internal_menu.jpg') 0 -50px no-repeat; }
#mainContent .home:hover { background:url('../images/internal_menu.jpg') no-repeat; }
#mainContent .news { width:108px; height:46px; background:url('../images/internal_menu.jpg') -98px -50px no-repeat; }
#mainContent .news:hover { background:url('../images/internal_menu.jpg') -98px 0 no-repeat; }
#mainContent .programing { width:141px; height:46px; background:url('../images/internal_menu.jpg') -206px -50px no-repeat; }
#mainContent .programing:hover { background:url('../images/internal_menu.jpg') -206px 0 no-repeat; }
#mainContent .history { width:113px; height:46px; background:url('../images/internal_menu.jpg') -347px -50px no-repeat; }
#mainContent .history:hover { background:url('../images/internal_menu.jpg') -347px 0 no-repeat; }
#mainContent .contact { width:106px; height:46px; background:url('../images/internal_menu.jpg') -460px -50px no-repeat; }
#mainContent .contact:hover { background:url('../images/internal_menu.jpg') -460px 0 no-repeat; }

#mainContent .topPresenter { *margin-top:26px !important; }
#mainContent .topPresenter, x:default { margin-top:30px; } /* only Firefox */
#mainContent .topPresenter:first-of-type{ margin-top:30px; } /* only Safari */

#internalContent { width:981px; min-height:auto; background:url('../images/internal_background_content.jpg') repeat-x #BED3DE; margin-top:-4px; }
#internalContent, x:default { margin-top:-5px; *margin-top:-4px; } /* only Firefox */
#internalContent .internalTitle { margin-left:45px; margin-top:15px; }
#internalContent .titleShadow { margin-left:2px; *margin-top:-3px !important; width:976px; height:16px; background:url('../images/internal_programing_shadow.jpg') no-repeat; }
#internalContent .titleShadow, x:default { margin-top:10px; } /* only Firefox */
#internalContent .titleShadow:first-of-type { margin-top:0px; } /* only Safari */
#internalContent .resumeTop { margin-left:45px; margin-top:17px; width:850px; }
#internalContent .resumeTop, p, #server_error a { font-family:arial, verdana; font-size:13px; color:#546A76; }
#internalContent .programingPrevious { margin-left:45px; margin-top:140px; *top:155px; border:0px; float:left; }
#internalContent .gridPrograming { width:756px; height:362px; margin-top:38px; margin-left:27px; overflow:hidden; float:left; }

.SlidingPanels { position:relative; width:756px; height:362px; overflow:hidden; float:left; }
.SlidingPanelsContentGroup { position:relative; width:1000%; }
.SlidingPanelsContent { width:756px; height:362px; overflow:hidden; float:left; }
.programingMedia { width:248px; height:170px; margin:2px; float:left; }

#internalContent .programingNext { margin-left:27px; margin-top:140px; *top:155px; border:0px; float:left; }

/* HISTORIA */
#historyContent { margin-top:60px; margin-left:45px; *margin-left:25px; width:670px; float:left; }
#historyContent { font-family:arial, verdana; font-size:13px; color:#546A76; }
#teamContent { margin-top:17px; margin-left:10px; width:212px; float:left; }
#teamContent .title { margin-bottom:10px; }
#teamContent .spacinFooter { height:143px; *height:139px; display:block; }

/* CONTATO */
#formContact { margin-top:60px; margin-left:45px; width:485px; *width:495px; float:left; }
#formContact label { width:70px; margin-right:10px; float:left; }
#formContact label { font-family:arial, verdana; font-size:13px; color:#546A76; text-align:right; }
#formContact .text { width:400px; height:17px; margin-bottom:10px; border:1px solid #546A76; }
#formContact select { font-family:arial, verdana; font-size:13px; color:#546A76; margin-bottom:10px; }
#formContact textarea { width:400px; height:150px; margin-bottom:10px; border:1px solid #546A76; }
#formSubmit { width:70px; height:27px; margin-left:413px; *margin-left:418px; background: url('../images/btn_enviar.jpg') no-repeat; border:0px; cursor:pointer; }
#formMessages { margin-top:59px; margin-left:10px; width:300px; float:left; }
#formContact .spacinFooter { height:58px; *height:45px; display:block; }

/* SUCESSO E ERRO */
#ErrorMessage { position:relative; width:100%; padding:4px; margin-bottom:10px; border-left:5px solid #FF0000; background-color:#fffdde; }
#ErrorMessage { font-family:arial, verdana; font-size:12px; color:#000000; }
#ErrorMessage b { color:#FF0000; }

#SuccessMessage { position:relative; width:100%; padding:4px; margin-bottom:10px; border-left:5px solid #008641; background-color:#fffdde; }
#SuccessMessage { font-family:arial, verdana; font-size:12px; color:#000000; }
#SuccessMessage b { color:#008641; }

#footerContent { position:relative; margin-top:80px; float:left; background:#BED3DE; }
#footerContent .separatorTop { background:url('../images/internal_separator_top.jpg') no-repeat; width:980px; *width:981px; height:16px; }
#footerContent .separatorBottom { background:url('../images/internal_separator_bottom.jpg') no-repeat; width:980px; *width:980px; height:16px; margin-top:30px; }
#footerContent .copyright { font-family:arial, verdana; font-size:11px; color:#546A76; float:left; margin-left:27px; margin-top:7px; *margin-top:5px; }
#footerContent .development { font-family:arial, verdana; font-size:11px; color:#546A76; float:right; margin-right:27px; margin-top:0px; *margin-top:0px; }
.blue_stripe { border-top:1px solid #FFF; width:100%; height:8px; overflow:hidden; background:#6D97B2; clear:both; }

/* ERROR */
#server_error { margin: auto; width:90%; height:330px; clear:both; }
#server_error .alert { background:url(../images/alert.gif) no-repeat; }
#server_error p { margin:30px 0 0 0; padding:0 0 0 50px; }
#server_error ul { margin:0 0 0 23px; *margin-left:65px; }
