body
{
	margin: 			0;
	padding: 			0;
	font-size: 			10pt;
	font-family: 		sans-serif;
	background-color: 	#FFFFFF;
}

.logoheader
{
	border: 			0;
	margin: 			0;
	padding: 			0;
	background-image:	url( /static/images/bg_heading_mask.png );
	background-repeat:	no-repeat;
	background-color:	#104D8C;
	border-bottom: 		1px solid #104D8C;

	height:				60px;
	position:			relative;
}

.version-info
{
	position:			absolute;
	top: 				2px;
	right: 				5px;
	width: 				10px;
	height:				10px;
}

.version-info:before
{
	font-family:		FontAwesome;
	font-size:			12px;
	content:			"\f05a";
	color:				rgba( 255, 255, 255, 0.3 );
}

.version-info:hover
{
	cursor:				help;
}

.logo_image
{
	padding-left:	24px;
	padding-top:	4px;
}

.backgroundfiller
{
	position:		absolute;
	bottom:			10px;
	height:			10px;
	width:			100%;
	background-color:	#ffffff;
	opacity:		0.55;
}

.mainpanel td.spaced
{
	padding:	10px 10px 0px 0px;

}

.menu_collapser
{
	position:		absolute;
	bottom:			0;
/*
	left:			0px;
*/
}
