﻿/************************* Module Layout Styles *************************/
div.MyPieBase, 
html.MyPieBase, 
html.MyPieBase td{
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif
}
.RightPane div.MyPieBase{
	margin-left: 15px;
	margin-right: 15px;
	width: 180px
}
.MyPieBase .ModuleTitle{
	vertical-align: bottom;
	text-align: left;
	height: 30px
}
.MyPieBase .ModuleTitle h1{
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #7A7782;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 20px
}
.MyPieBase .ModuleContent{
	font-size: 12px;
	padding-bottom: 10px;
	vertical-align: top;
	font-family: Verdana, Helvetica, sans-serif;
	padding-top: 5px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #B95B39;
}
.MyPieBase .Highlight{
	font-weight: bold;
	color: #B95B39;
}
.MyPieBase h1, .MyPieBase .Head{
	font-weight: bold;
	font-size: 14px;
	color: #E71C22;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	height: 16px
}
.MyPieBase h2, .MyPieBase .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #5F5F5F
}
.MyPieBase h3, .MyPieBase h4, .MyPieBase h5, .MyPieBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #5F5F5F;
	font-family: Tahoma, Verdana, Helvetica, sans-serif
}
.MyPieBase p, .MyPieBase .Normal{
	font-size: 12px;
	color: #333;
}
.MyPieBase a, .MyPieBase a:link, .MyPieBase a:visited, .MyPieBase a:active, .MyPieBase .SiteLink, .MyPieBase a.SiteLink{
	color: #79B0B1;
	text-decoration: underline
}
.MyPieBase a:hover, .MyPieBase a.sitelink:hover{
	color: #5F5F5F;
	text-decoration: underline
}
.MyPieBase hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	border-bottom-style: none;
	border-bottom: 2px dotted #ccc;
	background: #F0F0F0
}
.MyPieBase .Field{
	font-weight: normal;
	font-size: 10px;
	color: #333;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.MyPieBase .Button, .MyPieBase a.Button, .MyPieBase a:link.Button, .MyPieBase a:visited.Button, .MyPieBase a:hover.Button, .MyPieBase a:active.Button{
	border-right: #696969 1px solid;
	padding-right: 1em;
	border-top: silver 1px solid;
	margin-top: 0.1em;
	padding-left: 1em;
	font-weight: bolder;
	font-size: 12px;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	color: white;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	font-family: Verdana, helvetica, sans-serif;
	background-color: #E71C22;
	text-align: center;
	text-decoration: none
}
.MyPieBase input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px
}