﻿/************************* Module Layout Styles *************************/
div.RollosBase, html.RollosBase, html.RollosBase td{
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif
}
.LeftPane div.RollosBase{
	padding-left:15px;
	padding-right:15px
}
.RollosBase .ModuleButton {
	float: right;
}
.RollosBase .ModuleTitle, .RollosBase h1{
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #24604A;
	line-height: 20px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif
}
.RollosBase .ModuleContent, .RollosBase p, .RollosBase .Normal{
	padding-bottom: 10px;
	padding-top: 5px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #663333
}
.RollosBase .Highlight{
	font-weight: bold;
	color: #434240
}
.RollosBase h2, .RollosBase .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #24604A
}
.RollosBase h3, .RollosBase h4, .RollosBase h5, .RollosBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #434240
}
.RollosBase .NormalSmall{
	font-size: 9px
}
.RollosBase a{
	color: #434240;
	text-decoration: underline
}
.RollosBase a:hover{
	color: #FA720C;
	text-decoration: underline
}
.RollosBase 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
}
.RollosBase .Field{
	font-weight: normal;
	font-size: 10px;
	font-family: inherit;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.RollosBase .Button, .RollosBase a.Button, .RollosBase a:link.Button, .RollosBase a:visited.Button, .RollosBase a:hover.Button, .RollosBase 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-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: white;
	text-align: center;
	text-decoration: none;
	line-height: 20px
}
.RollosBase input.Button{
	font-size: 12px;
	line-height: 12px
}