div#header_gestform_logo_empresa{
	background-image: url("../imgs/main_layout/logo.png");
	background-repeat: no-repeat;
	background-position: center;
}


/* footer */
div#footerLine
{
    background-image:url(../imgs/main_layout/line.gif);
    background-repeat:repeat-x;
}
/* eof footer */



/* basic link class */
a.basicLink
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-transform:capitalize;
	letter-spacing:1px;
}
a.basicLink:visited
{
	color:#fff;
}
a.basicLink:hover
{
	color:#ccc;
}
a.basicLink:active
{
	color:#fff;
}
/* eof basic link class */
/* white link class */
a.whiteLink
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-transform:capitalize;
	letter-spacing:1px;
}
a.whiteLink:visited
{
	color:#fff;
}
a.whiteLink:hover
{
	color:#ccc;
}
a.whiteLink:active
{
	color:#fff;
}
/* eof white link class */
/* menu link class */
a.menuLink
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
	letter-spacing:1px;
}
a.menuLink:visited
{
	color:#fff;
}
a.menuLink:hover
{
	color:#ccc;
    text-decoration: underline;
}
a.menuLink:active
{
	color:#fff;
}
/* eof white link class */


/* icon activos/inactios */
.filter-btn .x-btn-text
{
   background-image: url('../imgs/icons/actBv.gif');
}

.x-btn-pressed.filter-btn .x-btn-text
{
	background-image: url('../imgs/icons/inactBv.gif');
}

.filter-grupo-btn .x-btn-text
{
   background-image: url('../imgs/icons/grupoActv.gif');
}

.x-btn-pressed.filter-grupo-btn .x-btn-text
{
	background-image: url('../imgs/icons/grupoInactv.gif');
}

/* eof icon activos/inactios */


/*
class: defaultTable
*/

table.defaultTable thead th{
	color:#900000;
}

table.defaultTable a:hover{
	color:#900000;
}
/* eof defaultTable */

/* modulo mensagens */
div.menuMsg
{
	height:20px;
	margin:0 auto -13px;
	text-align:center;
	width:960px;
}

div.menuMsgContent{
	float:right;
	padding-right:30px;
	text-align:center;
	font: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#900000;
	font-size:13px;

}

div.menuMsgContent a:link{
	color:#900000;
	text-decoration:none;

}
div.menuMsgContent a:visited{
	color:#900000;
    text-decoration:none;
}

div.menuMsgContent a:hover{
    text-decoration:underline;;
}

div.menuMsgIcon{
	float:left;
	padding-right:5px;
	padding-top: 2px;
}

#msgsNovas{
	font: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#01AEF0;
	font-size:13px;
}
/* eof modulo mensagens */

table.tableDisponibilidade tbody td
{
	border-top:1px #900000 solid;
}
