﻿body 
{
	margin:10px 10px 0px 10px;
	padding:0px;
	height:100%;
}
.iconStyle
{
	position:relative;
    top:-15px;
}

.PaneHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.PaneContent
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.leftcontent {
	position: absolute;
	left:10px;
	top:50px;
	width:200px;
	background:#fff;
	border:1px solid #000;
}

.centercontent 
{
	position:relative ;
	background:#fff;
	border:1px solid #000;
	margin-left: 1px;
   	margin-right:1px;
   	height:auto;
}

html>body .centercontent {
   		margin-left: 1px;
   		margin-right:1px;
		}

.fillcenter 
{
	position :relative;
   	height:138px;
   	width:100%;
	top: 0px;
	left: 0px;
}

.rightcontent {
		position: absolute;
		right:10px;
		top:50px;
		width:200px;
		background:#fff;
		border:1px solid #000;
		}
	
.banner {
		background:#fff;
		height:40px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
		}
		
	
	html>body .banner {
		height:39px;
		}
			

