@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;
/*	border-right: 3px solid #2d0053;*/
	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;
}
.middle-frame {
	font-size: small;
/*	border-right: 3px solid #383F4F;*/
	text-align: centre;
}
.side {
	font-family: "Segoe UI", Arial;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 10px;
	background-color: #E1E4EA; /*old DEE6F3*/
}
#sitemap {
	border-right: 2px solid #383F4F;
	width: 150px;
}
#docmap {
	border-left: 5px solid #383F4F;
	width: 150px;
}

/* connect widget */

/* LOGIN */
.notes-member-pic {
	height: 50px;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 15px;
	float: right;
}
#sddm {
	z-index: 30;
	padding-top: 15px;
}
#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 {
	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;
}

/* Document Map*/
#docmap-title {
	font-size: large;
}
.doc-title {
	padding: 20px 8px 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 20px;
	font-weight: bold;
}
.doc-point {
	padding: 2px 12px;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 20px;
}
.doc-point:hover {
	padding: 1px 11px;
	border: 1px solid #383F4F;
	background-color: #F7F8F9;
}
.doc-subpoint {
	padding: 2px 18px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 18px;
}
.doc-subpoint:hover {
	padding-left: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #383F4F;
	background-color: #F7F8F9;
}
.doc-point a {
	color: #1F497D;
	text-decoration: none;
	display:block;
}
.doc-subpoint a {
	color: #36C;
	text-decoration: none;
	display:block;
}