﻿/************************* Module Layout Styles *************************/
div.PaynesBase, html.PaynesBase{
	font-size: 9pt;
	color: #656565;
	font-family: Verdana, Helvetica, sans-serif
}
.LeftPane div.PaynesBase,
.RightPane div.PaynesBase
{
	padding-left:15px;
	padding-right:15px;
}
.ContentPane div.PaynesBase{
	padding-right:30px
}
.PaynesBase .ModuleButton {
	float: right;
	position: relative;
	top: -1em
}
.PaynesBase .ModuleTitle{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #616161;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 20px
}
.PaynesBase .ModuleContent{
	padding-bottom: 10px;
	vertical-align: top;
	padding-top: 5px;
	color: #333333
}
.RightPane .PaynesBase .ModuleContent {
	font-size: .9em
}
/*====================================Module Content Text Styles====================================*/
#ctl03_LayoutPanes_ctl08_LabelCurrentCategory{
	display: none
}
.PaynesBase .CategoryItem{
	border:1px solid #D3D3D3;
	width: 120px;
	margin-bottom: 7px;
	margin-right: 10px
}
.PaynesBase .CategoryItem h4{
	text-indent: 4px;
	width: 120px;
	border-bottom:1px solid #D3D3D3;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px
}
.PaynesBase .ProductOption{
	padding-bottom: 4px;
	font-size: 1em
}
.Highlight{
	color: #616161
}
.PaynesBase .Highlight{
	color: #616161
}
.PaynesBase a {
	color: #203d9f
}
.PaynesBase a:hover {
	color: #616161
}
.PaynesBase h1, .PaynesBase .Head{
	font-size: 1.3em;
	color: #145283;
	font-family: Verdana, Helvetica, sans-serif;
	height: 16px
}
.PaynesBase h2, .PaynesBase .SubHead{
	font-size: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #656565
}
.PaynesBase h3, .PaynesBase h4, .PaynesBase h5, .PaynesBase h6{
	font-size: 12px;
	color: #656565;
	font-family: Verdana, Helvetica, sans-serif
}
.PaynesBase .Field{
	font-weight: normal;
	font-size: .9em;
	background-color: #f5f4f2;
	border: 1px #c6c6c6 solid
}
.PaynesBase .NormalTextArea, .PaynesBase textarea, .PaynesBase select{
	border: 1px #c6c6c6 solid;
	font-weight: normal;
	font-size: .9em;
	background-color: #f5f4f2
}
.PaynesBase .Button, .PaynesBase a.Button, .PaynesBase a:link.Button, .PaynesBase a:visited.Button, .PaynesBase a:hover.Button, .PaynesBase 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
}
.PaynesBase input.Button{
	font-size: .9em;
	line-height: 12px
}