div,h2,.nav ul,.nav li{margin:0px;padding:0px;}
h2{font-size:100%;font-weight:normal;}
ul{list-style:none;}
.fl{float:left;}
.pull-right{float:right;}
#contentTop{
	position: absolute;
	top: 0;
	left: 0;
	height: 90px;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
}
#contentLeft{
	position: fixed;
	top: 90px;
	left: 0;
	height: 100%;
	width: 160px;
	overflow: hidden;
	vertical-align: top;
	background-color: #D7C6CC;
}
#maincontent{
	position: fixed;
	left: 162px;/*Set left value to WidthOfLeftFrameDiv*/
	top: 90px;/*Set top value to HeightOfTopFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
}

#maincontent .message {
	position: absolute;
	overflow: hidden;
	min-width:350px;
	min-height: 180px;
	right:18px;
    bottom:25px;
	border: 1px solid #ccc;
	font-size: 11px;
	background: #fff;
	z-index:999;
}
.link:link {
	COLOR: #000000;
	TEXT-DECORATION: none
}

.link:visited {
	COLOR: #000000;
	TEXT-DECORATION: none
}

.link:hover {
	COLOR: #ff8000;
	TEXT-DECORATION: none
}
.message .message-header {
	min-height: 28px;
	padding: 0 3px;
	background: #B13F7B;
	border-bottom: 1px solid #ccc;
}
.message .message-header .message-header-title {
	width: 60%;
}
.message .message-header .message-header-title h2 {
	line-height: 28px;
}
.spanclose{font-weight:400px;padding-right:5px;padding-left:5px;line-height:12px;}
.message .message-header .message-header-title span{
	padding:5px;
}
.message .message-body {
	padding: 4px;
	min-height: 115px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
.message .message-body .message-body-row {
	line-height:28px;
	padding: 0 5px;
}

.message .message-body .message-body-row a:hover, .message .message-footer ul a:hover {
	color: #438eb9;
}
.message .message-footer ul {
	margin: 5px;
}
.nav{
	margin:0;padding:0;
}
.nav li{
	float: left;list-style: none;width:160px;text-align: center;height:36px;
	color:white;display: block;line-height: 36px; font-size: 14px;font-weight: bold;
}
.nav li.active{
	background-color: rgb(111, 73, 120);
}
.nav li a,.nav li a:ACTIVE{
	color:white;
	text-decoration: none;
}
.logout{text-align: right;}
.logout a,.logout a:ACTIVE {
	color:white;
	height:36px;
	line-height: 36px;text-decoration: none;
}

