@charset "utf-8";
/* CSS Document */

html, body
{
	height: 100%;
	
	margin: 0px;
	padding: 0px;
	
	font-family: Arial;
	font-size: 13px;
	color: #127794;
}

a:link, a:visited, a:hover a:active
{
	color: #127794;
}

.header .logo
{
	position: relative;
	z-index: -10;
	margin-left: 40px;
	margin-bottom: 0px;
}

.header .accountlogo
{
	float: right;
	position: absolute;
	z-index: -10;
	right: 0px;
	margin-bottom: -10px;
}

div.pagebar
{
	height: 50px;
}

div.pagebar div.breadcrumbs
{
	float: left;

	margin-left: 60px;
	
	#margin-left: 60px;
	-margin-left: 20px;

	
	margin-top: 10px; 
	height: 30px;
	
	font-weight: bold;
}

div.pagebar div.breadcrumbs a,
div.pagebar div.breadcrumbs a:link,
div.pagebar div.breadcrumbs a:visited,
div.pagebar div.breadcrumbs a:active
{
	margin-left: 5px;
	margin-right: 5px;
	
	text-decoration: none;
}

div.pagebar div.breadcrumbs a:hover
{
	color: #668b9e;
}

div.pagebar div.pagetitle
{
	float: right;

	margin-top: 10px; 
	margin-right: 30px;

	font-size: 16px;
	font-weight: bold;
}

div.pagebar div.additional
{
	float: right;

	margin-top: 10px; 
	margin-right: 25px;
	-margin-right: 13px;

}

.common.notice
{
	margin-top: 100px;
	text-align: center;
}

div.common.pageload.holder 
{
	width: 99%;
	
	position: absolute;
	
	text-align: center;
}

div.common.pageload.message
{
	margin-top: 300px;
	
	width: 250px;
	height: 120px;

	padding: 5px;
	padding-top: 40px;
	
	margin-left: auto;
	margin-right: auto;

	border: 7px solid #E0E0E0;
	background-color: #127794;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: white;
}

div.common.pageload img
{
	margin-right: 5px;
}