﻿/************************* Module Layout Styles *************************/
div.PaynesBox{
	padding-bottom: 15px
}
div.PaynesBox, html.PaynesBox, html.PaynesBox td{
	font-size: 9pt;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
}
.LeftPane div.PaynesBox,.RightPane div.PaynesBox{
	font-size: 7pt;
	padding-left:15px;
	padding-right:15px
}
.ContentPane div.PaynesBox{
	margin-top:15px;
	padding-right:30px
}
.PaynesBox .ModuleTitle {
	background: url('module_title_left.gif') no-repeat;
	padding-left: 15px
}
.PaynesBox .ModuleTitle h2 {
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	background: url('module_title_right.gif') no-repeat top right;
	padding-right: 15px;
	margin: 0;
	line-height: 160%
}
.PaynesBox .ModuleTitle h2 span {
	background: #c1c1c1;
	display: block
}
.PaynesBox .ModuleButton {
	float: right;
	position: relative;
}
.PaynesBox .OuterWrap {
	background: url('module_footer_left.gif') no-repeat bottom left;
	margin-right: 15px
}
.PaynesBox .InnerWrap {
	padding-bottom: 10px;
	margin-right: -15px;
	background: url('module_footer_right.gif') no-repeat bottom right
}
#IE .PaynesBox .InnerWrap {
	/* Stupid IE box model... */
padding-bottom: 0;
	margin-bottom: -5px
}
.PaynesBox .ModuleContent{
	background: white;
	border: 1px solid #b6b6b6;
	border-bottom: 0;
	font-size: 1em;
	color: #333333;
	padding: 10px
}
.RightPane .PaynesBox .ModuleContent {
	font-size: .9em
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	color: #cc0000
}
.PaynesBox .Highlight{
	color: #cc0000
}
.PaynesBox a {
	color: #203d9f
}
.PaynesBox a:hover {
	color: #cc0000
}
.PaynesBox h1, .PaynesBox .Head{
	font-size: 1.3em;
	color: #145283;
	font-family: Verdana, Helvetica, sans-serif;
	height: 1.3em
}
.PaynesBox h2, .PaynesBox .SubHead{
	font-size: 1.2em;
	font-family: Verdana, Helvetica, sans-serif;
	color: #656565
}
.PaynesBox h3, .PaynesBox h4, .PaynesBox h5, .PaynesBox h6{
	font-size: 1.1em;
	color: #656565;
	font-family: Verdana, Helvetica, sans-serif
}
.PaynesBox .Field,.PaynesBox .NormalTextbox{
	font-weight: normal;
	font-size: .9em;
	background-color: #f5f4f2;
	border: 1px #c6c6c6 solid
}
.PaynesBox .NormalTextArea, .PaynesBox textarea, .PaynesBox select{
	border: 1px #c6c6c6 solid;
	font-weight: normal;
	font-size: .9em;
	background-color: #f5f4f2
}
.PaynesBox .Button, .PaynesBox a.Button, .PaynesBox a:link.Button, .PaynesBox a:visited.Button, .PaynesBox a:hover.Button, .PaynesBox a:active.Button{
	border-right: #696969 1px solid;
	padding-right: 1em;
	border-top: silver 1px solid;
	margin-top: 0.1em;
	padding-left: 1em;
	font-weight: bolder;
	font-size: .9em;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	color: #fff;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	background-color: #616161;
	text-align: center;
	text-decoration: none
}
.PaynesBox input.Button{
	font-size: 12px;
	line-height: 12px
}