﻿/************************* Module Layout Styles *************************/
div.FicoBox{
	padding-bottom: 15px
}
div.FicoBox, html.FicoBox, html.FicoBox td{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.LeftPane div.FicoBox{
	padding-left:15px;
	padding-right:15px
}
.FicoBox .ModuleTitle{
	vertical-align: bottom;
	text-align: left;
	height: 25px
}
.FicoBox .ModuleTitleBg{
	background-image: url(module_title_middle.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 25px
}
.FicoBox .ModuleTitle h2{
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;
	color: #fff;
	padding-left: 5px;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 15px
}
.FicoBox .ModuleContentTable{
	border-right: #bcbcbc 1px solid;
	border-left: #bcbcbc 1px solid;
	width: 100%;
	background-color: white;
	background-image: url(module_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom
}
.FicoBox .ModuleContent{
	padding-bottom: 10px;
	vertical-align: top;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #656565
}
.FicoBox .Highlight{
	font-weight: bold;
	color: #656565
}
.FicoBox h1, .FicoBox .Head{
	font-weight: bold;
	font-size: 1.2em;
	color: #656565;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.FicoBox h2, .FicoBox .SubHead{
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #656565
}
.FicoBox h3, .FicoBox h4, .FicoBox h5, .FicoBox h6{
	font-weight: bold;
	font-size: 12px;
	color: #656565;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.FicoBox p, .FicoBox .Normal{
	color: #333
}
.FicoBox .NormalSmall{
	font-size: .8em;
	color: #333
}
.FicoBox a, .FicoBox a:link, .FicoBox a:visited, .FicoBox a:active{
	color: #434240;
	text-decoration: underline
}
.FicoBox a:hover{
	color: #FA720C;
	text-decoration: underline
}
.FicoBox 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
}
.FicoBox ul li{
	font-weight: normal;
	color: #333;
	padding-left: 10px;
	list-style: url(bullet.gif);
	margin: 0
}
.FicoBox ol li{
	font-weight: normal;
	color: #333;
	padding-left: 10px;
	margin: 0
}
.FicoBox ul{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px
}
.FicoBox .Field{
	font-weight: normal;
	font-size: .9em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.FicoBox .Button, .FicoBox a.Button, .FicoBox a:link.Button, .FicoBox a:visited.Button, .FicoBox a:hover.Button, .FicoBox a:active.Button{
	font-family: Arial, Helvetica, sans-serif;
	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;
	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
}
.FicoBox input.Button{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px
}