﻿/*20090302 > JSR > Estilos da página (common) */

.TopOfPage{
	width:974px;
	height:2px;
	background-image:url(Images/PageTop.gif);
	background-repeat:no-repeat;
	margin:auto;
}

.BottomOfPage{
	width:974px;
	height:2px;
	background-image:url(Images/PageBottom.gif);
	background-repeat:no-repeat;
	margin:auto;
}

.MainDiv
{
	background-image:url(Images/MainDivBkg.gif);
	background-repeat:repeat-y;
	width:974px;
	margin:auto;
	padding:0px;
}

.TableHeaderHP{
	background-image:url(Images/HomeTop.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:970px;
	margin:0px 2px;
}

.Td_LogoHome{
	width:140px;
	height:147px;
	background-image:url(Images/logohome.gif);
	background-repeat:no-repeat;
	background-position:top center;
	cursor:pointer;
	padding-left:20px;
}

.TopMenu{
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
	vertical-align:top;
	padding-top:5px;
	padding-right:10px;
}

.TopMenu a{
	color:#FFFFFF;
}

.TopMenu a:hover{
	text-decoration:underline;
}

.TableContentHP{
	background-image:url(Images/homebkg.jpg);
	background-repeat:no-repeat;
	width:970px;
	height:390px;
	margin:0px 2px;	
}

.TableContent{
	width:970px;
	margin:0px 2px;
	padding-bottom:15px;
	background-color:#FFFFFF;
	background-image:url(Images/PageTopPage.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.LeftSection{
	padding-left:10px;
	vertical-align:top;
	width:140px;
}


.RightSection
{			
	vertical-align:top;
	padding-left:10px;

}
.RightSectionPub
{
	width:130px;
	vertical-align:top;
	padding-left:15px;
}

.TextSection
{
	width:665px;
}

.TextSection img
{
	float:right;
	margin:0px 15px 15px 15px;
}

.TextSection h2
{
	margin-bottom:5px;
	font-size:14px;	
}

.Div_Logo{
	background-image:url(Images/logo.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:140px;
	height:147px;
	cursor:pointer;
}

.Content
{
	margin-top:15px;
}

.Footer{
	text-align:right;
	padding-right:10px;
	font-size:10px;
	color:#727272;
	width:974px;
	margin:auto;
	margin-top:2px;
}

/**/

.TextBoxDefault
{
	border:solid 1px #313131;
	font-size:11px;
}

.TextAreaDefault
{
	border:solid 1px #313131;
	font-size:11px;
}

/*Botoes*/

.CssButtonStyle
{
	background-image:url(Images/buttonbkg.gif);
	background-repeat:repeat-x;
	border:none;
	height:25px;
	color:#ffffff;		
}

.CssButtonStyle:hover
{
	background-image:url(Images/buttonbkgOV.gif);
}


/*20090316 > JSR > Right Section (Caixas do lado direito com destaques, etc)*/
.Box1
{
	background-image:url(/Common/Imagens/box1.gif);
	background-repeat: no-repeat;
	width: 130px;
	height:105px;
	padding-top:10px;
	text-align:center;
	color:#ffffff;
	cursor:pointer;
}

.Box2
{
	background-image:url(/Common/Imagens/box2.gif);
	background-repeat:no-repeat;
	width:130px;
	height:175px;
	padding-top:10px;
	text-align:center;
	color:#ffffff;
	cursor:pointer;
}

.Box3 {
	background-image:url(/Common/Imagens/box3.gif);
	background-repeat:no-repeat;
	width:130px;
	height:105px;
	cursor:pointer;
}

.Box5 {
	background-image:url(/Common/Imagens/Box5.gif);
	background-repeat:no-repeat;
	width:130px;
	height:103px;
	cursor:pointer;
	display: block;
	margin-top: 10px;
}



/* 20090302 > JSR > Menu Horizontal (Homepage) */
.MenuHorizontal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 6px;
	margin-left: 10px;
	width: 440px;
}

.MenuHorizontal .MenuItem{
	font-size:12px;
	vertical-align:top;
	padding:10px 0px 0px 10px;
	margin-left:10px;
}

.MenuHorizontal .MenuItem a:hover {
	text-decoration:underline;
}


.MenuGrupo{
	width:140px;
	height:152px;
	color:#b30302;
	background-image:url(Images/Menu1.gif);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:top;
}

.MenuCandidatos{
	width:140px;
	height:152px;
	color:#2a558d;
	background-image:url(Images/Menu2.gif);
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:top;	
}

.MenuEmpresas{
	width:140px;
	height:152px;
	color:#ff7600;
	background-image:url(Images/Menu3.gif);
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:top;	
}

.BtnMenuGrupo{
	background-image:url(Images/BtnNossoGrupoHome.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:150px;
	height:22px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	color:#ffffff;
	padding-bottom:2px;	
}

.BtnMenuCandidatos{
	background-image:url(Images/BtnCandidatosHome.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:150px;
	height:22px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	color:#ffffff;
	padding-bottom:2px;
}

.BtnMenuEmpresas{
	background-image:url(Images/BtnEmpresasHome.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:150px;
	height:22px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	color:#ffffff;
	padding-bottom:2px;	
}

/* 20090303 > JSR > Menu vertical (Todo o Site) */

.MenuVertical
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:5px;
	margin-top:25px;
}

.MenuVertical a:hover
{
	text-decoration:underline;	
}

.MenuVertical .BtnMenu1{
	vertical-align:top;
	background-image:url(Images/BtnNossoGrupo.gif);
	color:#ffffff;
	font-size:14px;
	width:130px;
	height:20px;
	text-align:center;
	cursor:pointer;
}

.MenuVertical .MenuGroup1{
	background-image:url(Images/Menu1V.gif);
	background-repeat:no-repeat;
	width:110px;
	height:120px;
	color:#b30302;
	padding:10px;
	font-size:12px;
}

.MenuVertical .MenuItem
{
	padding-top:5px;	
}

.MenuVertical .BtnMenu2{
	vertical-align:top;
	background-image:url(Images/BtnCandidatos.gif);
	color:#ffffff;
	font-size:14px;
	width:130px;
	height:20px;
	text-align:center;
	margin-top:3px;
	cursor:pointer;
}

.MenuVertical .MenuGroup2{
	background-image:url(Images/Menu2V.gif);
	background-repeat:no-repeat;
	width:110px;
	height:120px;
	color:#2a558d;
	padding:10px;
	font-size:12px;	
}

.MenuVertical .BtnMenu3{
	vertical-align:top;
	background-image:url(Images/BtnEmpresas.gif);
	color:#ffffff;
	font-size:14px;
	width:130px;
	height:20px;
	text-align:center;
	margin-top:3px;
	cursor:pointer;
}

.MenuVertical .MenuGroup3{
	background-image:url(Images/Menu3V.gif);
	background-repeat:no-repeat;
	width:110px;
	height:120px;
	color:#ff7600;
	padding:10px;
	font-size:12px;
}

/*20090316 > JSR > Painel rolante*/

.marquee
{
	width:110px;
	margin-top:5px;
	height:135px;
	text-align:left;
	font-size:11px;
	cursor:pointer;
}

.MarqueeItem:hover
{
	text-decoration:underline;
	cursor:pointer;
}