/**************************
*       Common CSS        *
/*************************/

.main
{	
	font-family:Arial;
	color:#000000;
	font-size:9.75px;
	left:0px;
	text-align:left;
}

.contentTextRight
{
	position:relative;
	float:left;
	width:754px;
	padding: 5px 5px 5px 5px;	
}

.contentTextRight h2
{
	font-size:9.75px;
	font-weight:bold;
}

.contentTextRight h1
{
	font-size:20px;
	font-weight:bold;
}

.contentTextRight img
{
	position:relative;
	width:300px;
	top: 0px;
	left: 0px;
}

.imageLeft
{
	position:relative;
	width:300px;
	float:left;
}

.imageLeft img
{
	position:relative;
	width:300px;	
}

.contentTextRight ul
{
	color:#000000;
}

.CatalogoServicosListCss
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	width:100%;
}

.CatalogoServicosListCss:hover
{
	background-color:#cccccc;
}

.SiteMapPath
{
    color:Black;
}

.SiteMapPath a
{
    color:Black;
}

.btnLogout
{
	color: white;
	background-repeat: no-repeat;
	background-color: #303030;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	text-transform:capitalize;
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 55px;
	border-style: none;
	cursor: hand;
	cursor: pointer;
}

.PrivateMenu a
{
    font-weight:bold;
    font-family:Arial;
    font-size:12px;
    color: white;
    text-decoration:underline;
}

.PrivateMenu
{
    font-family:Arial;
    font-size:12px;
    color: white;
    font-weight:bold;
}

.DynamicMasterMsgError
{
    font-family: Arial;
	background: #303030;
	color: #EE1C24;
	font-size: 10px;
	position: relative;
	left: 0px;
	height: 25px; /*margin-bottom:5px; 	padding-bottom:5px;*/
	line-height:2em;
	/*padding-left:7px;*/
	border-top:1px dashed #AA1C24;
	border-right:1px solid White;
}

.DynamicMasterMsgSuccess
{
    font-family: Arial;
	background: #303030;
	color: #73FF55;
	font-size: 10px;
	position: relative;
	left: 0px;
	height: 25px; /*margin-bottom:5px; 	padding-bottom:5px;*/
	line-height:2em;
	/*padding-left:7px;*/
	border-top:1px dashed #73FF73;
	border-right:1px solid White;
}

.DynamicMasterMsgInfo
{
    font-family: Arial;
	background: #303030;
	color: Yellow;
	font-size: 10px;
	position: relative;
	left: 0px;
	height: 25px; /*margin-bottom:5px; 	padding-bottom:5px;*/
	line-height:2em;
	/*padding-left:7px;*/
	border-top:1px dashed Yellow;
	border-right:1px solid White;
}

.UserLink
{
    color:#EE1C24
}

.UserLink:hover
{
    color:Gray
}