@charset "utf-8";
/* CSS Document */

body {
background-image: url(../img/bg/bg_twitter.png);
background-repeat:repeat-x;
border:0px;
padding:0px;
}

.home_title {
color:#476FA5;
font-family:Georgia, Times New Roman, Times, serif;
font-size:35px;
text-decoration:underline;
}

.agenda_title {
color:#7193C1;
font-family:Georgia, Times New Roman, Times, serif;
font-size:35px;
text-decoration:underline;
}

.palestra_title {
color:#8BA7CD;
font-family:Georgia, Times New Roman, Times, serif;
font-size:35px;
text-decoration:underline;
}

.localiza_title {
color:#BCCCE2;
font-family:Georgia, Times New Roman, Times, serif;
font-size:35px;
text-decoration:underline;
}

.contato_title {
color:#E0E8F1;
font-family:Georgia, Times New Roman, Times, serif;
font-size:35px;
text-decoration:underline;
}

.confirma_title {
color:#FF9900;
font-family:Georgia, Times New Roman, Times, serif;
font-size:35px;
text-decoration:underline;
}

.text_body {
color:#0B131C;
font-family:Georgia, Times New Roman, Times, serif;
font-size:16px;
}

.full {
width:967px;
height:768px;
}

.header {
width:697px;
height:100px;
padding-top:10px;
}

.middle {
width:700px;
height:500px;
}

.middle_inline {
display:inline;
float:left;
width:0px;
height:500px;
}

.menu {
float:left;
width:267px;
height:440px;
padding-top:60px;
}

.menu_btn {
float:left;
width:247px;
height:32px;
padding-right:10px;
}

.tab_home {
float:left;
width:27px;
height:500px;
background-image:url(../img/tabs/home.png);
background-repeat:no-repeat;
}

.tab_agenda {
float:left;
width:27px;
height:500px;
background-image:url(../img/tabs/agenda.png);
background-repeat:no-repeat;
}

.tab_confirma {
float:left;
width:27px;
height:500px;
background-image:url(../img/tabs/laranja.png);
background-repeat:no-repeat;
}

.tab_contato {
float:left;
width:27px;
height:500px;
background-image:url(../img/tabs/laranja.png);
background-repeat:no-repeat;
}

.tab_localiza {
float:left;
width:27px;
height:500px;
background-image:url(../img/tabs/localiza.png);
background-repeat:no-repeat;
}

.tab_palestrantes {
float:left;
width:27px;
height:500px;
background-image:url(../img/tabs/palestrantes.png);
background-repeat:no-repeat;
}

.content {
float:left;
width:586px;
height:480px;
background-color:#FFFFFF;
overflow-x:none;
overflow-y:auto;
padding-top:10px;
padding-bottom:10px;
padding-left:30px;
padding-right:30px;
}

.tab_left {
float:left;
width:27px;
height:500px;
background-image:url(../img/tabs/left.png);
background-repeat:no-repeat;
}

.tab_right {
float:left;
width:27px;
height:500px;
background-image:url(../img/tabs/right.png);
background-repeat:no-repeat;
}

.footer {
width:640px;
height:120px;
padding-top:10px;
}

.form_btn_yes {
background:url(../img/btn/form/yes.png);
width:140px;
height:46px;
font-family:Georgia, Times New Roman, Times, serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
border:none;
}

.form_btn_yes:hover {
background:url(../img/btn/form/yes_over.png);
}

.form_btn_no {
background:url(../img/btn/form/no.png);
width:140px;
height:46px;
font-family:Georgia, Times New Roman, Times, serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
border:none;
}

.form_btn_no:hover {
background:url(../img/btn/form/no_over.png);
}