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