﻿/************************* Module Layout Styles *************************/
div.DutchRuskBase, html.DutchRuskBase, html.DutchRuskBase td{
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Verdana, Helvetica, sans-serif
}
.LeftPane div.DutchRuskBase{
	padding-left:15px;
	padding-right:15px
}
.DutchRuskBase .ModuleButton {
	float: right;
	position: relative
}
.DutchRuskBase .ModuleTitle, .DutchRuskBase h1{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: black;
	line-height: 20px
}
.DutchRuskBase .ModuleContent, .DutchRuskBase p, .DutchRuskBase .Normal{
	margin: 0;
	margin-bottom: 1em
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #35479B
}
.DutchRuskBase .Highlight{
	font-weight: bold;
	color: #35479B
}
.DutchRuskBase h2, .DutchRuskBase .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #35479B
}
.DutchRuskBase h3, .DutchRuskBase h4, .DutchRuskBase h5, .DutchRuskBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #35479B
}
.DutchRuskBase a{
	color: #FF7E28;
	text-decoration: underline
}
.DutchRuskBase a:hover{
	color: #5F5F5F;
	text-decoration: underline
}
.DutchRuskBase hr{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	width: 100%;
	border-top-style: none;
	padding-top: 1px;
	border-bottom: #c0c0c0 1px dotted;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: white
}
.DutchRuskBase .Field{
	font-weight: normal;
	font-size: 10px;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
}
.DutchRuskBase .Button, .DutchRuskBase a.Button, .DutchRuskBase a:link.Button, .DutchRuskBase a:visited.Button, .DutchRuskBase a:hover.Button, .DutchRuskBase a:active.Button{
	font-family: Verdana, helvetica, sans-serif;
	border-bottom: 1px solid #696969;
	border-top: silver 1px solid;
	border-right: 1px solid #696969;
	border-left: silver 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 11px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: white;
	background-color: #ffcb00;
	text-align: center;
	text-decoration: none;
	line-height: 20px
}
.DutchRuskBase input.Button{
	font-size: 12px;
	line-height: 12px
}