﻿body
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

*
{
	margin: 0;
	padding: 0;
}

#unit
{
    margin-left: 0;
	padding-left: 0;
    list-style: none;	
}

#unit li
{
    font-weight: 300;
    padding-left: 15px;
	background-image: url(../img/client/wra-bullet-unit.gif);
	background-repeat: no-repeat;	
	background-position: 0 .2em;
}

#leftit
{
	float: right;
	width: 350px;
}

.fixedbox
{
	position: absolute;
	width: 100%;
	height: 49px;
	background-color: #EAEEFD;
	background-image: url(../img/client/wra-header-background.jpg);
	background-repeat: no-repeat;

}
.fixedbox2
{
	position: absolute;
	width: 100%;
	height: 10px;
	padding-top: 50px;
	background-color: #EAEEFD;
	background-image: url(../img/client/wra-header-bottom.background.jpg);
	background-repeat: no-repeat;

}
@media screen
{
	div.fixedbox
	{
		position: fixed;
	}
		div.fixedbox2
	{
		position: fixed;
	}
 
	* html
	{
		overflow-y: hidden;
	}
	* html body
	{
		height: 100%;
		overflow: auto;
	}
	* html div.fixedbox
	{
		position: absolute;
	}
		* html div.fixedbox2
	{
		position: absolute;
	}
}

.footer
{
	padding-left: 10px;
	padding-bottom: 15px;
}

#ToolboxSection
{
	float: right;
}

#SelectSection
{
}

#ExportSection
{
}

.MessageBox
{
	margin-bottom: 5px;
	border: 1px solid #DBA2A1;
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.MessageBox-Title
{
	padding: 5px 5px 5px 5px;
	margin: 0;
	background-color: #F7F7F7;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	border-bottom: 1px solid #DBA2A1;
}

img
{
	border: 0;
}

