/************************* Module Layout Styles *************************/
div.SuterBase, html.SuterBase{
    font-size: 12px;
    color: #68696b;
    font-family: Arial, Helvetica, sans-serif;
}
.ContentPane div.SuterBase {
    background: #f8f8f8;
}  
.SuterBase h1 {
    margin: 0;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #ff7418;
}
.SuterBase .ModuleTitleButton {
    float: right;
    position: relative;
    top: -1em;
}

.SuterBase .ModuleContent{
    font-size: 14px;
    padding: 20px;
    padding-top: 0;
    vertical-align: top;
    color: #68696b;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2em;
}

.SuterBase p {
    padding-top: 0;
}
.RightPane .SuterBase .ModuleContent {
    padding-right: 0;
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #ff7418;
}
.SuterBase .Highlight{
	font-weight: bold;
	color: #ff7418;
}
.LeadText {
    font-size: 26px;
    color: #908e8f;
    line-height: 1.2em;
}
.SuterBase .LeadText {
    font-size: 26px;
    color: #908e8f;
    line-height: 1.2em;
}
.SuterBase h2, .SuterBase .SubHead{
	font-weight: bold;
	font-size: 14px;
	color: #ff7418;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.SuterBase h3, .SuterBase h4, .SuterBase h5, .SuterBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #68696b;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.SuterBase hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: #ccc;
	border-bottom-style: none
}
.SuterBase blockquote {
    margin: 0;
    padding-left: 10px;
}

.SuterBase .CommandButton, .SuterBase a.CommandButton, .SuterBase a:link.CommandButton, .SuterBase a:visited.CommandButton, .SuterBase a:hover.CommandButton, .SuterBase a:active.CommandButton{
	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;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: gray;
	background-image: url(buttonbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	cursor: default;
	text-decoration: none;
	line-height: 20px
}
.SuterBase input.CommandButton{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px
}