body
{
    background:url(../images/bg.jpg) no-repeat center top #D9F2FF;
    font-family:Arial, sans-serif;
    padding:0;
    font-size:11px;
    margin:0 auto;
    color: black;
}

.clear{
    clear:both;
}

a{
    color:#256c89;
}

h2{
    font-size:18px;
    color:#256c89;
    font-weight:normal;
    padding:0px 0 15px 0;
    margin:10px;
    margin-top:5px;
    margin-bottom:-10px;
    clear:both;

}

h3{
    font-size:18px;
    color:#256c89;
    font-weight:normal;
    padding:15px 0 5px 20px;
    margin:0px;
    clear:both;
}

#main_container{
    margin:0 auto;
    width:1200px;
    padding:0px 0 0px 0;
}

.header{
    width:1200px;
    height:100px;
}

.header_login{
    width:600px;
    margin:auto;
}

.logo{
    float:left;
    padding:35px 0 0 0;
}

.input31{width:19px;}
.input47{width:35px;}
.input80{width:68px;}
.input91{width:79px;}
.input107{width:95px;}
.input120{width:120px;}
.input160{width:148px;}
.input203{width:191px;}
.input253{width:241px;}
.input300{width:300px;}
.input320{width:300px;}
.input333{width:481px;}
.select66{width:66px;}
.select190{width:178px;}
.larg-60{width:60px;}
.larg-100{width:100px;}
.larg-120{width:120px;}
.larg-150{width:150px;}
.larg-180{width:180px;}
.larg-200{width:200px;}
.txt1{width:246px; height:98px;}

.right_header{
    width:350px;
    float:right;
    text-align:right;
    padding:40px 0 0 0;
}
.right_header a{
    margin:0 5px 0 5px;
    text-decoration:underline;
    color:#000066;
}

.right_header a.messages{
    background:url(../images/comment.png) no-repeat right;
    padding-right:20px;
}

.right_header a.logout{
    background:url(../images/user_logout.png) no-repeat right;
    padding-right:20px;
}

.main_content{
    margin:0 auto;
    width:1200px;
    height:auto;
    padding:0px 0 50px 0;
    min-height: 500px;
    max-height: 800px;
    float:left;
}

/*---------------- menu----------------------*/
.menu {font-size:11px;
       padding:0px 10px 0 10px;
       float:left;
       width:1180px;
       background:url(../images/menu_bg.jpg) no-repeat center top #fff;
       margin-bottom: 5px;
       }


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:34px;}

/* style the sub-level lists */
.menu ul ul {width: auto;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:34px;line-height:34px;}

/* style the sub level list items */
.menu ul ul li {display:block;height:auto;position:relative;line-height:1em; width:auto;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:11px;text-decoration:none;color:#fff;padding:0 21px 0 17px;}
.menu a.current{background:url(../images/menu_bg.gif) repeat-x center;}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#57c0e8; border-bottom:1px #81dafc solid; color:#fff;width:12em;height:100%;line-height:1em;padding:1em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#57c0e8;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#57c0e8;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:url(../images/arrow.gif) no-repeat right #309dc7;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:url(../images/arrow.gif) no-repeat right #088bb4;}

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;background:url(../images/menu_bg.gif) repeat-x center;}
.menu :hover > a {color:#fff;background:url(../images/menu_bg.gif) repeat-x center;}
/* second */
.menu ul ul a:hover{color:#fff;background:url(../images/menu_bg_a.gif) repeat-x center;}
.menu ul ul :hover > a {color:#fff;background:url(../images/menu_bg_a.gif) repeat-x center;}
/* third */
.menu ul ul ul a:hover {background:url(../images/menu_bg_a.gif) repeat-x center;}
.menu ul ul ul :hover > a {background:url(../images/menu_bg_a.gif) repeat-x center;}
/* fourth */
.menu ul ul ul ul a:hover {background:url(../images/menu_bg_a.gif) repeat-x center;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:0;width:14em; z-index:999;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; );}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

.center_content{
clear:both;
}

.menuacaorapida li {
    list-style-type: none;
    height: 30px;
    font: 14px arial;
    font-weight: bolder;
    background: url(../images/menu_bg_a.gif) repeat-x;
    padding-top: 10px;
    padding-left: 20px;
}

.menuacaorapida li a {
    text-decoration: none;
    cursor: pointer;
    color: white;
}

.divperc50larg {
    float:left;
    width: 49%;
}

.divperc100larg {
    float:left;
    width: 99%;
}

.div50percalt {
    float: left;
    height: 250px;
    width: 97%;
    padding-left: 10px;
}

.topoportal {
    text-align: center;
    padding-top: 15px;
}

.tabs {
    min-height: 670px;
}

.subtabs1 {
  min-height: 500px;
}


.formulario {
    float: left;
    width: 95%;
    margin-bottom: 0px;
}


.formulario li{
      list-style-type: none;
      line-height: 25px;
      margin-bottom: 4px;
      float: left;
}

.li100perc {
    width: 100%;
}

.li50perc {
    width: 50%;
}

.li55perc {
    width: 50%;
}

.li30perc {
    width: 30%;
}

.li20perc {
    width: 20%;
}

.formulario label {
    float: left;
    min-width: 150px;
    height: 18px;

}



/*--------- Área de pesquisas do sistema */
.campospesquisa {
    float: left;
    width: 98%;
}

.campospesquisa ul {
    line-height: 28px;
}

.campospesquisa li {
    float: left;
    list-style-type: none;

}

.campospesquisa label {
    float: left;
    min-width: 120px;
}


/*--------- Área de pesquisas do sistema */


/* Formatação de tabela */
.rounded-corner {
    margin:0px;
    width:100%;
    text-align: left;
    border-collapse: collapse;
}
.rounded-corner thead th.rounded-company {
    width:26px;
    background: #60c8f2 url('../images/left.jpg') left top no-repeat;
}
.rounded-corner thead th.rounded-q4 {
    background: #60c8f2 url('../images/right.jpg') right top no-repeat;
}
.rounded-corner th {
    padding: 8px;
    font-weight: normal;
    font-size: 13px;
    color: #039;
    background: #60c8f2;
}
.rounded-corner td {
    padding: 8px;
    background: #ecf8fd;
    border-top: 1px solid #fff;
    color: #669;
}
.rounded-corner tfoot td.rounded-foot-left {
    background: #ecf8fd url('../images/botleft.jpg') left bottom no-repeat;
}
.rounded-corner tfoot td.rounded-foot-right {
    background: #ecf8fd url('../images/botright.jpg') right bottom no-repeat;
}
.rounded-corner tbody tr:hover td {
    background: #d2e7f0;
}

/* -------- Acompanhamento do associado */
#identificaacompcliente {
    width: 95%;
    text-align: center;
}

#acompclienteextrato {
    list-style-type: none;
    line-height: 28px;
    float: left;

}

#acompclienteextrato li {
    float: left;
    list-style-type: none;
}

#acompclienteextrato label {
    min-width: 130px;
    float: left;
}

#acompclienteidentificacao {
    float:left;
    width: 95%;
}

#acompclienteidentificacao {
    list-style-type: none;
    line-height: 28px;
    float: left;
}

#acompclienteidentificacao li {
    float: left;
    list-style-type: none;
}

#acompclienteidentificacao label {
    min-width: 130px;
    float: left;
}

/* -------- FIM - Acompanhamento do associado */

.resultadopesquisameiopagina {
    max-height: 250px;
    overflow: auto;
}

.labelnovo {
    text-align: center;
    font-weight: bold;
    color: red;
    margin-bottom: 3px;
}

.label50 {
    width: 50px;
}

.camposportabilidade {
    float: left;
    width: 95%;
}


.camposportabilidade li{
      list-style-type: none;
      line-height: 26px;
      margin-bottom: 10px;
      float: left;
}

.camposportabilidade label {
    float: left;
    min-width: 80px;
    height: 18px;
}

.mens_info {
    font-size: 14px;
    color: blue;
    float: left;
    vertical-align: middle;
}

#resultadoconsulta {
    float: left;
    width: 100%;
    float:left;
}

#barrabotoes{
    float: left;
    width: 100%;
}


.hidden {
    display:none;
}

input.erro {
    border: solid 1px red;
}


#listaerro2 {
  border: 1px solid red;
  background-color: #FFFF66;
  width: 80%;
  list-style: none;

}

#listaerro2 li {
  border: none;
  font-size: 14px;
  line-height: 25px;
  color: black;
}

#sub1_listaerro1, #sub1_listaerro2, #sub2_listaerro2, #sub3_listaerro2, #sub4_listaerro2, #sub5_listaerro2, #sub6_listaerro2, #sub7_listaerro2 {
  border: 1px solid red;
  background-color: #FFFF66;
  width: 80%;
  list-style: none;

}

#sub1_listaerro1 li, #sub1_listaerro2 li, #sub2_listaerro2 li, #sub3_listaerro2 li, #sub4_listaerro2 li, #sub5_listaerro2 li, #sub6_listaerro2 li, #sub7_listaerro2 li {
  border: none;
  font-size: 14px;
  line-height: 25px;
  color: black;
}


.direita {
    text-align: right;
}


/* Undo some styles from the master stylesheet */
/* CSS for checklists */
.checklist {
	border: 1px solid #ccc;
	list-style: none;
	height: 230px;
	overflow: auto;
	width: 540px;
    float: left;
}

.checklist label{
  float: left;
  font-size: 12px;
  width: 500px;
}

.checklist li { background: none; padding-left: 0; width: 500px;}

.checklist, .checklist li {
    margin:0;
    padding: 0;

}
.checklist label { display: block; padding-left: 20px; text-indent: 10px; }
.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }


/* grade de horários da semana */
#gradehorarios {
    width: 90%;
    border: 1px solid black;
    float:left;
    list-style-type: none;
}

.tblhorarios {
    width: 50%;
    border: 1px solid black;

}

/* ---- Divulgação de vagas no site */
.divulgacaosite{
    font: 14px Arial;
    margin:0 auto;
    width:1200px;
    height:auto;
    padding:0px 0 50px 0;
    min-height: 500px;
    max-height: 800px;
    float:left;
}


.fundoazul {
    background-color:#19417E;
    line-height: 25px;

}

.fontebranca {
    color: white;
}

.aviso {
    background-color: #D5E9F9;
}

.aviso p {
    padding-left: 15px;
    font-weight: bolder;
    color: #19417E;
}

.vagatitulo {
    font-weight: bolder;
}

#visualizarvaga {
    color: #000099;
}

#visualizarvaga h2 {
    color: #000099;
    font-weight: bolder;
}

#visualizarvaga table {
    font-size: 12px;
    float: left;
    width: 95%;
    margin-bottom: 0px;
}

#visualizarvaga table tr{
    height: 30px;
}

#visualizarvaga table td{
    padding-left: 15px;
}

.fundoescuro {
    background-color: #BBDDFF;
    font-weight: bolder;
}

.black {
    color: black;
}

.azulclaro {
    color: #D2F7FF;
}


.linksite {
    color: #19417E;
}

/* Cadastros externos */
.cadastroexterno{
    font: 14px Arial;
    margin:0 auto;
    width:1200px;
    padding:0px 0 0px 0;
    height:auto;
    min-height: 500px;
    max-height: 800px;
    float:left;
}

.main_content_site{
    margin:0 auto;
    width:1100px;
    height:auto;
    padding:0px 0 50px 0;
    min-height: 400px;
    max-height: 800px;
    float:left;

}

.tabs_site {
    min-height: 580px;
}

.checklistmeiatela {
	list-style: none;
	height: 230px;
	overflow: auto;
	width: 540px;
    float: left;
}

.checklistmeiatela label{
  float: left;
  font-size: 12px;
  width: 500px;
}

.checklistmeiatela li { background: none; padding-left: 0; width: 500px;}

.checklistmeiatela, .checklistmeiatela li {
    margin:0;
    padding: 0;

}
.checklistmeiatela label { display: block; padding-left: 20px; text-indent: 10px; }
.checklistmeiatela label:hover, .checklistmeiatela label.hover { background: #777; color: #fff; }

.alinhaformalirica {
    vertical-align: top;
    text-align: center;
}
