
body
{
	font-size: 9pt;
	margin: 0px;
	font-family: Verdana;
}

body.Editor
{
	background-color: #9ebef5;
}

body.FreeTextBox
{
	margin: 10px;
}

td
{
	font-size: 9pt;
	font-family: Verdana;
}

h1
{
	font-family: Tahoma;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;

	margin-bottom: 10px;
	margin-top: 0px;
	
	background-image: url(/ServicoBE/Images/BulletBlue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

h2
{
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;

	background-image: url(/ServicoBE/Images/BulletBlueSmall.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;		
}

hr
{
	color: #d1c9be;
	height: 1px;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Master page classes */

.content
{
	padding-top			: 0px;
	padding-bottom		: 0px;
	padding-left		: 0px;
	padding-right		: 0px;
}

.sidebar
{
	padding-top			: 0px;
	padding-bottom		: 0px;
	padding-left		: 5px;
	padding-right		: 5px;
}

.footer
{
	padding-top			: 0px;
	padding-bottom		: 0px;
	padding-left		: 0px;
	padding-right		: 0px;
		
	font-size			: 8pt;
	font-family			: Verdana;
	color				: White;
}

/* Links */

a
{
	display: inline-block;
	
	color: #1e419b;
	text-decoration: none;
	font-weight: bold;

	background-image: url(/ServicoBE/Images/ArrowBlue1.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 12px;	
}

a:hover
{
	color: #cc0000;
	background-image: url(/ServicoBE/Images/ArrowBlue2.gif);
}

a.NoArrow
{
	background-image: none;
	padding-right: 0px;
}

a.Breadcrumb
{
	color:#cc0000;
	text-decoration: none;
	background-color: #eeeeee;
	background-image: none;
	padding: 2px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: solid 1px #eeeeee;
	display: inline-block;
}

a.Breadcrumb:hover
{
	text-decoration: none;
	background-color: #dddddd; /*#d1c9be;*/
	border: solid 1px #888888;
}



/* skmMenu */

.Menu
{
	color: White;
	cursor: default;
}

.SubMenu
{
	background: navy;
	width: 180px;
}

.MenuItem
{
	color: White;
}

.SubMenuItem
{
	color: White;
}

.MenuItemOver
{
	background: navy;
	color: yellow;
}

.SubMenuItemOver
{
	color: yellow;
}

.MenuSpacer
{
	height: 2px;
	background: #1E419B;
}


