﻿/************************* Module Layout Styles *************************/
div.MEBase, html.MEBase, html.MEBase td{
	font-size: 12px;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
div.MEBase{
	padding-right: 5px;
	padding-top: 5px
}
.MEBase h1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
	color: #D70C04
}
.MEBase .ModuleTitle .TitleButton{
	float: right;
	position: relative;
}
.MEBase .ModuleContent{
	font-size: 12px;
	padding-bottom: 10px;
	vertical-align: top;
	padding-top: 5px
}
.LeftPane .MEBase {
	padding-left: 10px;
	padding-right: 10px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #663333
}
.MEBase .Highlight{
	font-weight: bold;
	color: #434240
}
.MEBase h2,.MEBase .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #D70C04
}
.MEBase h3, .MEBase h4, .MEBase h5, .MEBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #D70C04
}
.MEBase a {
	color: #434240;
	text-decoration: underline
}
.MEBase a:hover {
	color: #FA720C;
	text-decoration: underline
}
.MEBase b, .MEBase strong{
	color: #434240
}
.MEBase ul {
	padding-left: 10px
}
.MEBase 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
}
.MEBase .Field{
	border: dimgray 1px solid;
	font-weight: normal;
	font-size: 10px;
	color: #434240;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5
}
.MEBase .Button, .MEBase a.Button, .MEBase a:link.Button, .MEBase a:visited.Button, .MEBase a:hover.Button, .MEBase a:active.Button{
	font-family: Verdana, 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-family: Verdana, helvetica, sans-serif;
	font-size: 12px;
	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
}
.MEBase input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height:12px
}
