﻿/************************* Module Layout Styles *************************/
div.GriffithsBase, html.GriffithsBase{
	font-size: 11px;
	color: #7F7F7F;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	width: 100%
}
.GriffithsBase .ModuleTitle{
	vertical-align: bottom;
	text-align: left;
	height: 22px
}
.GriffithsBase .ModuleTitleCell div{
	height: 30px
}
.GriffithsBase .ModuleTitle h1{
	font-weight:  500;
	font-size: 21px;
	color: #111;
	padding: 0px;
	margin: 0px;
	font-family: Verdana,Helvetica,Arial,sans-serif
}
.GriffithsBase .ModuleContent{
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
	color: #7F7F7F;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	padding-top: 10px;
	padding-bottom: 10px
}
/*====================================Module Content Text Styles====================================*/
.GriffithsBase h1, .GriffithsBase .Head{
	font-size: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 6px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #333
}
.GriffithsBase h2{
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 4px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #333
}
.GriffithsBase h3, .GriffithsBase h4, .GriffithsBase h5, .GriffithsBase h6, .GriffithsBase .SubHead{
	font-weight: 400;
	font-size: 14px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 3px;
	color: #333;
	line-height: 18px
}
.GriffithsBase p{
	margin-top: 3px;
	margin-bottom: 5px
}
.Highlight{
	font-size: 90%;
	color: #333;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	padding-left: 3px;
	padding-right: 2px
}
.GriffithsBase .Highlight{
	font-size: 90%;
	color: #333;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	padding-left: 3px;
	padding-right: 2px
}
.GriffithsBase a, .GriffithsBase a:link,.GriffithsBase a:visited{
	color: #333
}
.GriffithsBase a:hover{
	color: #F04201
}
.GriffithsBase b, .GriffithsBase strong, .GriffithsBase .NormalBold{
	font-weight: bold
}
.GriffithsBase .NormalItalic, .GriffithsBase i, .GriffithsBase em{
	font-style: italic
}
.GriffithsBase hr{
	height: 1px;
	border-bottom: #e7e7e7 1px solid
}
.GriffithsBase ul li{
	padding-left: 10px;
	margin: 0
}
.GriffithsBase ol li{
	padding-left: 10px;
	margin: 0
}
.GriffithsBase ul{
	margin: 0;
	padding-top: 2px;
	padding-left: 15px
}
.GriffithsBase .Field{
	border-right: #D1D1D1 1px solid;
	border-top: #D1D1D1 1px solid;
	font-weight: normal;
	font-size: 10px;
	border-left: #D1D1D1 1px solid;
	color: #111;
	border-bottom: #D1D1D1 1px solid;
	background-color: #FBFBFB
}
.GriffithsBase .NormalTextArea, .GriffithsBase textarea, .GriffithsBase select{
	border-right: #D1D1D1 1px solid;
	border-top: #D1D1D1 1px solid;
	font-weight: normal;
	font-size: 10px;
	border-left: #D1D1D1 1px solid;
	color: #111;
	border-bottom: #D1D1D1 1px solid;
	background-color: #FBFBFB
}
.GriffithsBase .Button, .GriffithsBase a.Button, .GriffithsBase a:link.Button, .GriffithsBase a:visited.Button, .GriffithsBase a:hover.Button, .GriffithsBase 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: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: visible;
	color: gray;
	background-image: url(buttonbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	
	text-decoration: none
}
.GriffithsBase input.Button{
	font-weight: bold;
	font-size: 10px
}
