/** Add css rules here for your application. */

.body {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	font-family: Arial Unicode MS, Arial, sans-serif;
	font-size: 12px;
	background-color: #F9F8FA;
}

.container {
	margin: auto;
	width: 1020px;
	min-height: 100px;
	text-align:center;
	position: relative;
}
.mainpanel {
	width: 976px;
	border: 2px solid #5599DC;
	margin-top: 100px;
	min-height: 200px;
	background-color: #FFFFFF;
	padding-top: 75px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.top { 
	position: absolute;
	background-color: #1159A3;
	height: 100px;
	width: 800px;
	left: 109px;
	top: -50px;
	border: 3px solid #AAAAAA;
	box-shadow: 10px 10px 5px #888888;
}

.footer {
	text-align: center;
	font-size: 10px;
}

.logo {
	position:relative; 
	top:10px;
}
	

/*MSL Styles*/

.dropDownMenu{
	display:block;
	text-decoration:none;
	font-size: .8em;
	color: #457BD9;;
	padding: 3px;
	margin: 0;
}

.dropDownMenu li{
	display:none;
	position:absolute;
}

.dropDownMenu:hover{
	background-color:#EEEEEE;
}

.dropDownMenu:hover li{
	display:block;
	position:absolute;
}

.dropDownMenu:hover li .dropDownMenuItem{
	display:block;
	text-decoration:none;
	background-color:#EEEEEE;
	color: #457BD9;;
	padding: 2px;
}

.filename{
	width:300px;
}

.loading {
	position: fixed;
	display: block;
	top: 0px;
	left: 48%;
	background-color: #FFFFFF;
	color: #000000;
}

.msl-browser {
	width:100%;
}

.msl-browser-headers {
	background-color: #66ccff;
    background: url("images/hborder.png") repeat-x scroll 0 -27px;
	font-weight:bold;
	color:#000000;
	width:100%;
}

.msl-browser-results-row{
	border-collapse: collapse;
}
.msl-browser-results-row:hover{
	background-color:#BBBBBB;
}

.msl-browser-results {
	width:100%;
}
.msl-browser-title {
	font-weight: bold;
	font-size: 18px;
}
.msl-data {
	width:100%;
}
.msl-data-title {
	font-weight: bold;
	font-size: 18px;
}

.msl-placeholder {
}

.msl-upload {
}

.msl-upload-title {
	font-weight: bold;
	font-size: 18px;
}

.msl-submenu { 
	background-color: white; 
}

.panel-detail{
	width: 30em;
}

.panel-detail:hover{
	background-color:#888888;
}

.panel-detail-title {
	display: inline-block;
}

.panel-detail-title a{
	font-weight:bold;
	text-decoration:none;
}

.panel-detail:hover .panel-detail-title a{
	font-size: 1.2em;
	text-decoration: none;
}

/*MSL dependants*/

.gwt-DialogBox-msl-notification .Caption { 
	font-size: 10px;
}