﻿/************************* Module Layout Styles *************************/
div.CannonBase, html.CannonBase, html.CannonBase td{
	font-size: 11px;
	color: #59595b;
	font-family: Arial, Helvetica, sans-serif
}
.LeftPane div.CannonBase{
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 0px;
	font-size: 11px;
	color: #3A1812;
	font-family: Arial, Helvetica, sans-serif
}
/*.ContentPane div.CannonBase{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px
}
*/
.CannonBase .ModuleTitle{
	text-align: left
}
.CannonBase .ModuleTitle h1{
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	color: #749adb
}
.RightPane .CannonBase .ModuleTitle h1{
	color: #000000
}
.CannonBase .ModuleContent{
	font-size: 11px;
	padding-bottom: 10px;
	vertical-align: top;
	padding-right: 5px;
	padding-top: 5px;
	color: #59595b
}
.CannonBase .ModuleContent td, .CannonBase td.ModuleContent{
	font-size: 11px
}
.RightPane .CannonBase .ModuleContent{
	color: #e4e3e1
}
.BannerPane .CannonBase .ModuleContent{
	padding: 0
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold
}
.CannonBase .Highlight{
	font-weight: bold
}
.CannonBase h1,.CannonBase .Head{
	font-weight: bold;
	font-size: 15px;
	color: #749adb
}
.CannonBase h2,.CannonBase .SubHead{
	font-size: 13px;
	color: #749adb
}
.CannonBase h3, .CannonBase h4, .CannonBase h5, .CannonBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #749adb
}
.RightPane .CannonBase h1, .RightPane .CannonBase h2, .RightPane .CannonBase h3{
	color: #000000
}
.CannonBase p, .CannonBase .Normal{
}
.CannonBase .NormalSmall{
	font-size: 0.8em
}
.RightPane .CannonBase a, .RightPane .CannonBase a:link, .RightPane .CannonBase a:visited, .RightPane .CannonBase a:active{
	color: #749ADB
}
.CannonBase a, .CannonBase a:link, .CannonBase a:visited, .CannonBase a:active, .RightPane .CannonBase a:hover{
	color: #749ADB;
	text-decoration: underline
}
.CannonBase a:hover{
	color: #111;
	text-decoration: underline
}
.CannonBase hr{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	width: 100%;
	border-top-style: none;
	padding-top: 1px;
	border-bottom: #749adb 1px dotted;
	border-right-style: none;
	border-left-style: none;
	height: 1px
}
.RightPane .CannonBase hr{
	border-bottom: #ffffff 1px dotted
}
.CannonBase ul li{
	padding-left: 5px;
	margin: 0
}
.CannonBase ol li{
	color: #434240;
	padding-left: 5px;
	margin: 0
}
.CannonBase ul{
	margin: 0;
	padding-top: 5px;
	padding-left: 15px
}
.CannonBase .Field{
	font-weight: normal;
	font-size: 10px;
	color: #434240;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.CannonBase .Button, .CannonBase a.Button, .CannonBase a:link.Button, .CannonBase a:visited.Button, .CannonBase a:hover.Button, .CannonBase a:active.Button{
	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-size: 11px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: #333;
	background-image: url(buttonbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold
}
.CannonBase input.Button{
	line-height:12px
}