html
{
	margin: 0px;
	background-color: #F0F0F0;
	height: 100%;
	background-image: url('../imagens/fundo.png');
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

#pageTop, #pageBody, #pageFooter
{
    padding: 0px 10px 0px 10px;
    margin: 0px auto 0px auto;
	width: 780px;
}

#pageTop
{
	margin-top: 10px;
    height: 5px;
	background-image: url('../imagens/fundoTopo.png');
	background-repeat: no-repeat;
}

#pageBody
{
	min-height: 450px;
	background-image: url('../imagens/fundoBody.png');
	background-position: 50% 50%;
	background-repeat: repeat-y;
}

#pageHeader
{
	height: 85px;
	background-image: url('../imagens/fundoCabecalho.png');
	background-repeat: repeat-x;
}

#headerTitle
{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 120px;
	height: 100%;
	background-image: url('../imagens/logo.png');
 	background-repeat: no-repeat;
	background-position: 50% 35%;
}

#headerTitle span
{
	display: none;
}

#menu
{
	margin: 10px;
	min-height: 15px;
	padding: 6px 5px;
	background-color: #F0F0F0;
	background-image: url('../imagens/fundoMenu.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	border: #E0E0E0 1px solid;
}

#menu a img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

#menu a
{
	cursor: pointer;
   /*color: #0032FF;*/
	color: #414141;
	text-decoration: none;
	border: #CCCCCC 1px solid;
	background-color: #FCFCFC;
	padding: 2px 3px;
	line-height: 16px;
	vertical-align: middle;
}

#menu a:hover
{
	color: #FF9000;
	border: #AAAAAA 1px solid;
	background-color: #FDFDFD;
}

#content
{
    margin: 10px 10px 0px 10px;
	min-height: 300px;
	padding: 5px;
	overflow: auto;
}

#content p
{
	margin-left: 10px;
}

#fixedContent
{
	margin: 5px 0px 0px 10px;
	padding: 0px;
}

#playerObj
{
}

#playerDisplay
{
	line-height: 16px;
	vertical-align: top;
}

.container
{
	background-color: #FFFFFF;
	border: #F0F0F0 1px solid;
}

#pageFooter
{
   	height: 35px;
	background-image: url('../imagens/fundoRodape.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	color: #999999;
}

.inactiveContainer
{
	background-color: #F0F0F0;
	border: #E0E0E0 1px solid;
}

.centrado
{
	text-align: center;
	vertical-align: middle;
	margin: 0px auto 0px auto;
}

a img
{
	border-width: 0px;
}

