@import url(table.css);

@import url(editor.css);

body {
	background-color: #F5F5F5;
	margin: 10px;
}

div,h1,h2,td,ul,li,select,option {
	font-family: Verdana, sans-serif;
	color: #000;
	font-size: 11px;
	vertical-align: top;
	line-height: 17px;
}

p {
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

h1 {
	font-size: 13px;
	font-weight: bolder;
	color: #5B677D;
}

h2 {
	color: #5B677D;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

h3 {
	font-size: 13px;
	color: #666666;
	margin-top: 5px;
	font-weight: normal;
}

h4 {
	font-size: 11px;
	color: black;
	margin-top: 3px;
	font-weight: bold;
}

a {
	color: #000;
}

acronym {
	border-bottom: 1px dotted #CC3300;
	cursor: help;
}

hr {
	background-color: transparent;
	line-height: 1px;
	height: 1px;
	border: none;
	border-top: 1px solid #999;
	width: 100%;
	position: relative;
}

.contentImage_left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.contentImage_right {
	float: right;
	margin-top: 10px;
	margin-left: 25px;
}

img.contentImage_right {
	border: solid;
	border-width: 1px;
	border-color: #999999;
	padding: 2px;
	background-color: #FFFFFF;
}

img.contentImage_left {
	border: solid;
	border-width: 1px;
	border-color: #999999;
	padding: 2px;
	background-color: #FFFFFF;
}

#contentDivGlobal {
	position: relative;
	width: 800px;
	height: 800px;
	margin: auto;
	border: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: #ECF3FF;
}

#contentDivHeader {
	border: solid;
	height: 78px;
	border-width: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #333333;
}

#contentDivHeader img {
	border: none;
}

#contentDivMenu {
	background-color: #ECF3FF;
	border-color: #999999;
	border-style: none solid none none;
	border-width: 0 1px 0 0;
	height: 692px;
	width: 115px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	top: 10px;
	position: relative;
}

#contentDivMenu ul,li {
	font-size: 11px;
}

#contentDivMenu ul {
	margin: 0 0 0 0;
	width: 110px;
	padding: 0 0 0 0;
	list-style-type: none;
}

#contentDivMenu li a {
	border: medium none;
	color: #333333;
	display: block;
	font-weight: normal;
	margin: 6px 0 9px 5px;
	padding: 1px 3px 1px 5px;
	text-decoration: none;
}

#contentDivMenu ul strong a {
	border-color: #000 #000 #A7B3CA;
	border-style: none none double;
	border-width: medium medium 3px;
	color: #333333;
	font-weight: bold;
	margin: 6px 0 6px 5px;
}

#contentDivMenu li a:hover {
	background-color: #A7B3CA;
	border-color: #999999;
	border-style: solid solid double;
	border-width: 1px 1px 3px;
	color: #ECF3FF;
	padding: 0px 3px 1px 4px;
	margin: 6px 0 6px 5px;
}

#contentDivMainColumnTotalWidth {
	position: absolute;
	left: 142px;
	top: 88px;
	width: 633px;
}

#contentDivMainColumn {
	position: absolute;
	left: 142px;
	top: 88px;
	width: 525px;
}

#contentDivRightColumn {
	position: absolute;
	left: 702px;
	top: 75px;
	width: 225px;
}

#contentDivTitle {
	font-size: 13px;
	font-weight: bolder;
	color: #5B677D;
	border-bottom: 1px solid #999999;
	clear: both;
	line-height: 1em;
	margin-top: 7px;
	padding: 0 0 14px 0
}

#dmsNavigation a {
	border: 1px solid #A7B3CA;
	display: block;
	color: #333333;
	float: right;
	margin: 0 5px 0 0;
	padding: 0px 6px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#dmsNavigation a:hover {
	background: #A7B3CA;
	border-color: #999999;
	color: #ECF3FF;
}

#dmsNavigation strong {
	border: 0px;
	display: block;
	float: right;
	margin: 0 5px 0 0;
	color: #333333;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	padding: 1px 5px;
}

#dmsNavigation .nrOfDocuments {
	border: 0px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	color: #333333;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	padding: 2px 6px;
	font-style: italic;
}

.rightColumnTitle {
	background-color: #999;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-bottom: 4px;
	margin-top: 25px;
}

.devShowBox {
	background-color: #cccccc;
	padding: 4px;
}

.code {
	font-family: Courier New, monospace;
	font-size: 12px;
}

.searchresult {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.searchresult p {
	margin: 3px 0 3px 0;
}

.searchresult h4,.searchresult a {
	display: block;
	margin-bottom: 2px;
}

.spacer1 {
	margin-bottom: 1em;
}

.spacer2 {
	margin-bottom: 2em;
}

#footer {
	font-size: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#footer img {
	float: right;
	border: none;
	margin-top: 5px;
}

input.btn {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid;
	border-color: #A7B3CA;
}

div.scrollable0 {
	
}

div.scrollable1 {
	height: 616px;
	width: 633px;
	overflow: auto;
}

div.scrollable2 {
	height: 260px;
	width: 633px;
	overflow: auto;
	border: solid;
	border-width: 1px;
	border-color: #ccc;
}

.award {
	position: relative;
	z-index: 1;
}

.award img {
	background-color: #FFFFFF;	
	border: 1px solid #999999;
	padding: 2px;
}

.award:hover {
	background-color: transparent;
	z-index: 20;
}

.award span {
	visibility: hidden;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

.award:hover span {
	visibility: visible;	
	top: -225px;
}

.award:hover span.left {
	left: -2px;
}

.award:hover span.middle {
	left: -28px;
}

.award:hover span.right {
	left: -20px;
}


