﻿/************************* Module Layout Styles *************************/
div.CWBox, html.CWBox{
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	padding-bottom: 15px
}
.LeftPane div.CWBox {
	margin-left:15px;
	margin-right:15px;
	width: 150px
}
.RightPane div.CWBox {
	padding-left: 15px;
	margin-right:15px;
	width: 170px
}
.CWBox .ModuleTitleBg{
	background: #39708f;
}
.CWBox .ModuleTitle h2{
	font-weight: normal;
	font-size: 14px;
	vertical-align: top;
	color: #fff;
	margin: 0px;
}
.CWBox .ModuleContentTable{
	width: 100%;
	border-left: #b6b6b6 1px solid;
	border-right: #b6b6b6 1px solid;
	background: white;
}
.CWBox .ModuleContent{
	font-size: 13px;
	padding-bottom: 10px;
	vertical-align: top;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px
}
/*====================================Module Content Text Styles====================================*/
.CWBox .CategoryItem{
	border:1px solid #F2F6F5;
	width: 160px;
	height: 190px;
	margin-right: 20px;
	margin-bottom: 20px
}
.CWBox .CategoryItem h4{
	text-indent: 4px;
	font-size: 10pt;
	width: 160px;
	border-bottom:1px solid #F2F6F5;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px
}
.CWBox .ProductOption{
	padding-bottom: 4px;
	font-size: 11px
}
.Highlight{
	color: #54819e
}
.CWBox .Highlight{
	color: #54819e
}
.CWBox img.Highlight{
	border: #ccc 1px solid;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px
}
.CWBox h1, .CWBox .Head{
	font-size: 14pt;
	color: #cd3149;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 6px;
	font-weight: normal;
}
.CWBox h2, .CWBox .SubHead{
	font-size: 12pt;
	color: #54819e;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 6px;
	font-weight: normal;
}
.CWBox h3, .CWBox h4, .CWBox h5, .CWBox h6{
	font-size: 9pt;
	color: #54819e;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 3px
}
.CWBox p, .CWBox .Normal{
	font-size: 9pt;
	margin-top: 3px;
	margin-bottom: 6px
}
.CWBox .NormalSmall{
	font-size: 8pt
}
.CWBox a, .CWBox a:link, .CWBox a:visited, .CWBox a:active, .CWBox .SiteLink, .CWBox a.SiteLink{
	color: #cd3149;
	text-decoration: underline
}
.CWBox a:hover, .CWBox a.sitelink:hover{
	color: #54819e;
	text-decoration: none
}
.CWBox b, .CWBox strong, .CWBox .NormalBold{
	font-weight: normal
}
.CWBox .NormalItalic, .CWBox i, .CWBox em{
	font-style: italic
}
.CWBox 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
}
.CWBox ul li{
	color: #434240;
	padding-left: 10px;
	list-style: url(bullet.png);
	margin: 0
}
.CWBox ol li{
	color: #434240;
	padding-left: 10px;
	margin: 0
}
.CWBox ul{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px
}
.CWBox blockquote{
	color: #434240
}
.CWBox .Field{
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.CWBox .NormalTextArea, .CWBox textarea, .CWBox select{
	border: dimgray 1px solid;
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5F5F5
}
.CWBox .Button, .CWBox a.Button, .CWBox a:link.Button, .CWBox a:visited.Button, .CWBox a:hover.Button, .CWBox 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: 11px;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	
	color: white;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	font-family: Verdana, helvetica, sans-serif;
	background-color: #54819e;
	text-align: center;
	text-decoration: none
}
.CWBox input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px
}