﻿@import url("Common.css");
@import url("DetailedPagesImages.css");


/*********************************************
	Regra Geral
*********************************************/

div#ContentCenter
{
	/*padding-left: 90px;*/
	padding-top: 15px;
}

ol.IndentedList
{
	margin-left: 38px;
	margin-bottom: 50px;
}

ol.IndentedList li h4 a
{
	color: #336699;	
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}

ol.IndentedList li h4 a:hover
{
	text-decoration: underline;
}

ul.IndentedList, 
div.IndentedList ul, 
div.IndentedList ol
{
	margin-left: 18px;
}

ul.IndentedList, 
div.IndentedList ul, 
div.IndentedList ol
{
	margin-left: 18px;
}

/*********************************************
	Area de cabeçalho centralizado
*********************************************/

div#HeaderCenter div#SubTitle
{
	position: absolute;
	top: 20px;
	width: 750px;
	height: 80px;
}

div#HeaderCenter div#SubTitle .SubTitleIcon
{
	position: absolute;
	left: -80px;
	top: 8px;
}

div#HeaderCenter div#SubTitle h2
{
	text-indent: -9999px;
	margin-top: 48px;
	left: -0px;
}

div#HeaderCenter div#SubTitle h3:first-letter
{
	font-weight: bold;
}

div#HeaderCenter div#SubTitle h3
{
	font-size: medium;
	font-weight: normal;
	margin-top: -10px;
	padding-bottom: 2px;
	font-variant: small-caps;
	margin-left: 114px;
	text-align: right;
	width: 455px;
}

div#HeaderCenter div#SubTitle div.SectionDivisor
{
	visibility: hidden;
	margin-bottom: 20px;
	height: 1px;
	clear: both;
	background-image: url('../Images/Gradient.Separator.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 100px;
	width: 500px;
}

div.ContentTopFiller
{
	Height: 45px;
}


/*********************************************
	Menu secundário
*********************************************/

div#SubMenu
{
	position: absolute;
	left: -180px;
	top: -28px;
	padding-top: 94px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 10px;
	border-bottom: 1px #ededed solid;
	border-left: 1px #ededed solid;
	font-size: small;
}

div#SubMenu ul
{
	list-style: none;
}

div#SubMenu ul li
{
	padding-bottom: 10px;
}

div#SubMenu ul li a
{
	text-decoration: none;
}

div#SubMenu ul li a:hover
{
	text-decoration: underline;
}
