﻿/************************* Module Layout Styles *************************/
div.AbbeyFieldBase, html.AbbeyFieldBase{
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif
}
html.AbbeyFieldBase{
	background: #E8E8E8
}
.AbbeyFieldBase .ModuleTitle h1 {
	background: url(title-left.gif) no-repeat;
	height: 25px;
	color: white;
	margin: 0;
	padding-left: 10px;
	padding-top: 2px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px
}
.AbbeyFieldBase .ModuleTitle {
	background: url(title-right.gif) no-repeat right top
}
.AbbeyFieldBase .ModuleTitleButton {
	float: right;
	position: relative;
	top: -1em
}
/*====Rounded Corners*/
.AbbeyFieldBase div.ModuleContent {
	margin-top: 2px;
	background: url(top-left.gif) no-repeat top left #e8e8e8
}
.AbbeyFieldBase div.ModuleContent div {
	background: url(top-right.gif) no-repeat top right
}
.AbbeyFieldBase div.ModuleContent div div{
	background: url(bottom-left.gif) no-repeat bottom left
}
.AbbeyFieldBase div.ModuleContent div div div{
	background: url(bottom-right.gif) no-repeat bottom right;
	font-size: 13px;
	padding-bottom: 10px;
	vertical-align: top;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #336E8C
}
.AbbeyFieldBase .Highlight{
	font-weight: bold;
	color: #336E8C
}
.AbbeyFieldBase h1, .AbbeyFieldBase .Head{
	font-weight: bold;
	font-size: 15px;
	color: #ff7418;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.AbbeyFieldBase h2, .AbbeyFieldBase .SubHead{
	font-weight: bold;
	font-size: 14px;
	color: #ff7418;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.AbbeyFieldBase h3, .AbbeyFieldBase h4, .AbbeyFieldBase h5, .AbbeyFieldBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #336E8C;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.AbbeyFieldBase p,.AbbeyFieldBase .Normal,.AbbeyFieldBase td{
	font-weight: normal;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif
}
.AbbeyFieldBase a, .AbbeyFieldBase a:link, .AbbeyFieldBase a:visited, .AbbeyFieldBase a:active, .AbbeyFieldBase .SiteLink, .AbbeyFieldBase a.SiteLink{
	color: #336E8C;
	text-decoration: underline
}
.AbbeyFieldBase a:hover, .AbbeyFieldBase a.sitelink:hover{
	color: #ff7418;
	text-decoration: underline
}
.AbbeyFieldBase hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: #ccc;
	border-bottom-style: none
}
.AbbeyFieldBase ul li{
	font-weight: normal;
	padding-left: 10px;
	list-style: url(bullet.gif);
	margin: 0
}
.AbbeyFieldBase .Field{
	font-weight: normal;
	font-size: 10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.AbbeyFieldBase .Button, .AbbeyFieldBase a.Button, .AbbeyFieldBase a:link.Button, .AbbeyFieldBase a:visited.Button, .AbbeyFieldBase a:hover.Button, .AbbeyFieldBase 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;
	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;
	text-decoration: none;
	line-height: 20px
}
.AbbeyFieldBase input.Button{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px
}