﻿/************************* Module Layout Styles *************************/
div.RollosBox, html.RollosBox, html.RollosBox td{
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif
}
div.RollosBox{
	padding-bottom: 15px
}
.LeftPane div.RollosBox{
	padding-left:15px;
	padding-right:15px
}
.RollosBox .ModuleTitle {
	background: url('module_title_left.gif') no-repeat;
	padding-left: 15px
}
.RollosBox .ModuleTitle h2 {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	background: url('module_title_right.gif') no-repeat top right;
	padding-right: 15px;
	margin: 0;
	line-height: 160%
}
.RollosBox .ModuleTitle h2 span {
	background: #6c916a;
	display: block
}
.RollosBox .ModuleButton {
	float: right;
}
.RollosBox .OuterWrap {
	background: url('module_footer_left.gif') no-repeat bottom left;
	margin-right: 15px
}
.RollosBox .InnerWrap {
	padding-bottom: 10px;
	margin-right: -15px;
	background: url('module_footer_right.gif') no-repeat bottom right
}
#IE .RollosBox .InnerWrap {
	/* Stupid IE box model... */
padding-bottom: 0;
	margin-bottom: -5px
}
.RollosBox .ModuleContent{
	background: white;
	border-right: 1px solid #6c916a;
	border-left: 1px solid #6c916a;
	font-size: 12px;
	padding: 10px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #663333
}
.RollosBox .Highlight{
	font-weight: bold;
	color: #434240
}
.RollosBox h3, .RollosBox h4, .RollosBox h5, .RollosBox h6{
	font-weight: bold;
	font-size: 12px;
	color: #434240
}
.RollosBox a{
	color: #434240;
	text-decoration: underline
}
.RollosBox a:hover{
	color: #FA720C;
	text-decoration: underline
}
.RollosBox 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
}
.RollosBox .Field{
	font-weight: normal;
	font-size: 10px;
	font-family:inherit;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.RollosBox .Button, .RollosBox a.Button, .RollosBox a:link.Button, .RollosBox a:visited.Button, .RollosBox a:hover.Button, .RollosBox 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
}
.RollosBox input.Button{
	font-size: 12px;
	line-height: 12px
}