@charset "utf-8";
/* CSS Document */

ul { margin-top: 0px; }

body {
	margin: 0;
/*	background-color: #E1E4EA;*/
}
table.layout {
	width: 100%;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
.top-frame {
	height: 60px;
	background: #2d0053 url(../img/banner.jpg) no-repeat;
	border-bottom: 3px solid #383F4F;
	font: bold 12px arial;
	line-height: 18px;
	color: #F0F8FF ; /*F7ECFF*/
	text-align: right;
	width: 100%;
}
/*.menu-frame {
	background-color: #C5CAD6;
	border-bottom: 1px solid #383F4F;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	color: #333;
	font-family: "Segoe UI", Arial;
	font-weight: bold;
	font-size: 11px;
	height: 15px;
}*/
.menu {
	font-family: "Segoe UI", Arial;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 20px;
	background-color: #E1E4EA; /*old DEE6F3*/
	border-right: 2px solid #383F4F;
	width: 180px;
}
.middle-frame {
	border-right: 1px solid #383F4F;
	font-size: small;
	text-align: centre;
	background-color: #FFF;
}
.sidebar {
	font-family: "Segoe UI", Arial;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 16px;
	background-color: #E1E4EA; /*old DEE6F3*/
	width: 160px;
}


/* connect widget */
.notes-member-pic {
	height: 50px;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
}
#sddm {
	z-index: 30;
	padding-top: 14px;
}
#sddm li {
	list-style: none;
	float: right;
}
#sddm li a {
	display: block;
	color: #F0F8FF; /*333*/
	font-weight: normal;
	text-align: center;
}
#sddm li a:hover {
	color: #FF0000;
}
#sddm div {
	visibility: hidden;
	margin-top: 4px;
	padding: 0;
	background-color: #EAEBD8;
	border: 1px solid #030;
	position: absolute;
}
#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px;
	text-align: left;
	text-decoration: none;
	background-color: #EAEBD8;
	color: #030;
	font: 11px arial;
}
#sddm div a:hover
{
	background-color: #5F6F39;
	color: #EDF1E4;
}
#m2 {
	width: 140px;
	z-index: 1;
}
#m1 {
	max-width: 250px;
	z-index: 1;
}
#m3 {
	max-width: 250px;
	position:relative; right:15px;
	z-index: 1;
}


/* content */
.content {
	background-color: #FFF;
	padding: 25px;
	font-family: Arial;
	font-size: 11pt;
	line-height: 20pt;
	font-weight: 400;
	color: #000000;
	text-align:left;
}
a:link, a:visited, a:active {
	color:#3A6DA5;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}