/* Reset styles
=========================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base
=========================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
html>body {
	font-size: 12px;
}
/* Anchors
=========================================== */
a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

a:hover img {
	text-decoration: none;
}
.LinkAccept,
.LinkArchive,
.LinkBack,
.LinkBulletExclamation,
.LinkBulletTick,
.LinkCancel,
.LinkComplete,
.LinkDelete,
.LinkDOC,
.LinkEdit,
.LinkEmail,
.LinkError,
.LinkExternal,
.LinkFeed,
.LinkFlash,
.LinkForward,
.LinkHelp,
.LinkHome,
.LinkImage,
.LinkLogin,
.LinkNew,
.LinkPDF,
.LinkPhoto,
.LinkRefresh,
.LinkSavePage,
.LinkSubscribe,
.LinkTime,
.LinkVideo,
.LinkXLS,
.LinkZoom,
.PopupClose,
.PopupPrint {
	display: inline-block;
	line-height: 1.5;
	margin-right: 3px;
	padding: 1px 20px 1px 0;
	white-space: nowrap;
}
.LinkBack,
.LinkComplete,
.LinkError,
.LinkLauncher,
.LinkLogin,
.LinkNew,
.LinkSavePage,
.LinkSubscribe,
.LinkTime,
.PopupClose,
.PopupPrint {
	padding: 1px 0 1px 20px !important;
	background-position: left !important;
}
.LinkBulletRight,
.LinkBulletExclamation,
.LinkBulletTick {
	background-position: left !important;
	padding: 1px 0 1px 17px !important;
}
.LinkSubscribe /* LinkSubscribe must stay at the top for AutoIcon */ {
	background: transparent url("../icons/subscribe.gif") no-repeat 100% 50%;
}
.LinkAccept {
	background: transparent url("../icons/accept.gif") no-repeat 100% 50%;
}
.LinkArchive {
	background: transparent url("../icons/archive.gif") no-repeat 100% 50%;
}
.LinkBack {
	background: transparent url("../icons/arrow_left.gif") no-repeat 100% 50%;
}
.LinkBulletExclamation {
	background: transparent url("../icons/exclamation.png") no-repeat 100% 50%;
}
.LinkBulletRight {
	background: transparent url("../icons/bullet_right.png") no-repeat 100% 50%;
}
.LinkBulletTick {
	background: transparent url("../icons/bullet_tick.png") no-repeat 100% 50%;
}
.LinkEdit {
	background: transparent url("../icons/edit.gif") no-repeat 100% 50%;
}
.LinkEmail {
	background: transparent url("../icons/email.gif") no-repeat 100% 50%;
}
.LinkCancel {
	background: transparent url("../icons/cancel.gif") no-repeat 100% 50%;
}
.LinkComplete {
	background: transparent url("../icons/check.gif") no-repeat 100% 50%;
}
.LinkDelete {
	background: transparent url("../icons/delete.gif") no-repeat 100% 50%;
}
.LinkDOC {
	background: transparent url("../icons/word.gif") no-repeat 100% 50%;
}
.LinkError {
	background: transparent url("../icons/error.png") no-repeat 100% 50%;
}
.LinkExternal {
	background: transparent url("../icons/external.gif") no-repeat 100% 50%;
}
.LinkFeed {
	background: transparent url("../icons/feed.gif") no-repeat 100% 50%;
}
.LinkFlash {
	background: transparent url("../icons/flash.gif") no-repeat 100% 50%;
}
.LinkForward {
	background: transparent url("../icons/arrow_right.gif") no-repeat 100% 50%;
}
.LinkHelp {
	background: transparent url("../icons/help.gif") no-repeat 100% 50%;
}
.LinkHome {
	background: transparent url("../icons/home.gif") no-repeat 100% 50%;
}
.LinkLogin {
	background: transparent url("../icons/login.gif") no-repeat 100% 50%;
}
.LinkImage {
	background: transparent url("../icons/image.gif") no-repeat 100% 50%;
}
.LinkNew {
	background: transparent url("../icons/asterisk_yellow.gif") no-repeat 100% 50%;
}
.LinkPDF {
	background: transparent url("../icons/acrobat.gif") no-repeat 100% 50%;
}
.LinkPhoto {
	background: transparent url("../icons/photo.gif") no-repeat 100% 50%;
}
.LinkRefresh {
	background: transparent url("../icons/refresh.gif") no-repeat 100% 50%;
}
.LinkSavePage {
	background: transparent url("../icons/page_save.gif") no-repeat 100% 50%;
}
.LinkTime {
	background: transparent url("../icons/time.gif") no-repeat 100% 50%;
}
.LinkVideo {
	background: transparent url("../icons/video.gif") no-repeat 100% 50%;
}
.LinkXLS {
	background: transparent url("../icons/excel.gif") no-repeat 100% 50%;
}
.LinkZoom {
	background: transparent url("../icons/zoom.gif") no-repeat 100% 50%;
}
.PopupClose {
	background: transparent url("../icons/close.gif") no-repeat 100% 50%;
}
.PopupPrint {
	background: transparent url("../icons/print.gif") no-repeat 100% 50%;
}

/* Lists
=========================================== */
ul {
	list-style-type: square;
	margin: .5em 0 1.5em 1.5em;
	padding-left: 15px;
}
ol {
	list-style-type: decimal;
	margin: .5em 0 1.5em 1.5em;
	padding-left: 15px;
}
li {
	line-height: 1.5;
}
li ul,
li ol {
	margin: 0 1.5em;
}
dl {
	line-height: 1.5;
	margin: .5em 0 1.5em 1.5em;
}
dt {
	font-weight: bold;
	margin: .5em 0 0 0;	
}
dd {
	margin-left: 1.5em;
}

/* Headings
=========================================== */
h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .75em;
	margin-top: .25em;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size: 1.1667em;
	font-weight: bold;
	line-height: 1.286em;
	margin-bottom: .5em;
	margin-top: 1.5em;
}
h3 {
	font-size: 1em;
	font-weight: bold;	
	line-height: 1.5em;
	margin-top: .5em;
}

/* Text
=========================================== */
abbr,
acronym {
	border-bottom:1px dotted #666666;
}
address {
	line-height: 1.5;
	margin-bottom: 1.5em;
}
b {
	font-weight: bold;
}
blockquote {
	line-height: 1.5em;		
	margin:1.5em;
}
cite {
	font-style: italic;
	font-weight: bold;
}
code {
	font-family: "Courier New", Courier, monospace;
	line-height: 1.5em;
}
dfn {
	font-style: italic;
}

em {
	font-style: italic;
}
i {
	font-style: italic;
}
p {
	font-size: 1em;
	line-height: 1.5em;	
	margin-bottom: 1.5em;
	margin-top: .25em;	
}
q {
	font-style: italic;
}

strong {
	font-weight: bold;
}
sub, 
sup {
	font-size: .9em;
	position: relative;
}
sub {
	top: 0.4em;
}
sup {
	bottom: 0.4em;
}
.Important {
	color: red !important;
}
.TextDimmed {
	color: #909090;
}
.TextLarge {
	font-size: 1.1667em;
}
.TextSmall {
	font-size: .9166em;	
}

/* Images
=========================================== */
.BoxPhoto {
	display: block;
	float: right;
	font-size: .9em;
	margin: .25em .75em 1.5em 1.5em;
	padding: 7px;
	width: auto;
}
.BoxPhoto.AlignLeft {
	margin: .25em 1.5em 1.5em 0;
}
.BoxPhoto p {
	line-height: 1.5em;
	padding: 7px 0 0 0;
	margin: 0;
}
.BoxPhoto img {
	display: block;
}

/* Tables
=========================================== */
table {
	width: 100%;
	margin-bottom: 1.5em;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	padding: .45em;
}
caption {
	font-style: normal;
	font-size: 1.1667em;
	line-height: 1.286em;
	font-weight: bold;
	padding: .5em 0 .64em 0;
}
th {
	font-weight: bold;
}
th .SortArrow {
	cursor: pointer;
}
tr {
	vertical-align: top;
}
td, th {
	line-height: 1.5em;
	vertical-align: top;
}
td img, th img {
	vertical-align: middle;
}
tfoot {
	font-style: italic;
}
tfoot p {
	margin: 0;
}

/* Alignment & Containers
=========================================== */
.AlignLeft {
	float: left !important;
}
.AlignRight{
	float: right !important;
}
.AlignCenterText {
	text-align:center !important;
	display:block !important;
}
.AlignCenterContent {
	display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.BoxShaded {
	margin-bottom: 1.5em;
	padding: 1.5em;
	display: block;
}
.BoxShaded p {
	margin-top: 0;
}
.BoxShaded h2,
.BoxShaded h3 {
	margin-top: 0;
}
.Indent {
	margin: 1.286em 30px;
}
.ColumnLayoutTwo .Column {
	float: left;
	width: 47%;
}
.ColumnLayoutThree .Column {
	float: left;
	width: 30%;
}
.ColumnLayoutFour .Column {
	float: left;
	width: 23%;
}
.Column {
	display: inline;
	padding: 5px;
}
/* Popups
=========================================== */
#PopupSmall {
	width: 290px;
}
#PopupMedium {
	width: 610px;
}
#PopupLarge {
	width: 770px;
}
.LinkPopupSmall {}
.LinkPopupMedium {}
.LinkPopupLarge {}

/* Utility
=========================================== */
.ClearFix:after,
.FormInput:after,
.FormTypeCompact:after,
.ColumnLayoutTwo:after,
.ColumnLayoutThree:after,
.ColumnLayoutFour:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.Hidden {
	display: none;
}
.Highlight {
	background-color: #FFFFCC !important;
}
.HR {
	height: 1px;
}
.HR hr {
	display: none;
}
.NoBorder {
	border: 0 !important;
}
.NoBullet {
	list-style-type: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.NoBullet li {
	margin-bottom: 0;
}
.NoIcon {
	background-image: none !important;
	display: inline !important;
	padding: 0 !important;	
	white-space: normal !important;
}
.Spacer {
	clear: both;
}
#SkipNav {
	position: absolute; left: -1000em; width: 20em;
}
.Stripe {}
.StripeColor {}
.Width10 {width: 10% !important;}
.Width15 {width: 15% !important;}
.Width20 {width: 20% !important;}
.Width25 {width: 25% !important;}
.Width33 {width: 33% !important;}
.Width50 {width: 50% !important;}
.Width75 {width: 75% !important;}
.Width90 {width: 90% !important;}
.Width100 {width: 100% !important;}

/* Forms
=========================================== */
#CertificateProvider {
	margin: 5px;
	width: 65px;
}
#CertificateProvider img {
	border: 0 !important;
}
/* html elements */
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 1px;
	vertical-align: middle;
	font-size: 1em;
}
select {
	padding: 0;
}
textarea {
	vertical-align: top;
}
.BoxShaded.Highlight ul {
	margin-bottom: 0;
}
.FormTypeExpanded fieldset {
	margin-bottom: 1em;
	position: relative;
}
.FormTypeExpanded legend {
	font-weight: bold;
	padding: .5em;
}
.FormTypeExpanded label,
.FormTypeExpanded p {
	float: left;
	line-height: 1.5em;
	margin: 5px 0 3px 0;
	padding-left: 5px;
	text-align: right;
	width: 145px;
}
.FormTypeExpanded .BoxShaded.Highlight ul {
	list-style-type: square;
	margin:0.5em 0pt 0 1.5em;
	padding-left:15px;	
}
.FormTypeExpanded .BoxShaded.Highlight p {
	float: none;
	padding: 0;
	text-align: left;
	width: auto;
}
.FormTypeExpanded .FormInput p {
	float: none;
	margin:	0 0 0.5em 0;
	text-align: left;
	width: auto;
}
.FormTypeExpanded ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.FormTypeExpanded img {
	vertical-align: middle;
}
.FormTypeExpanded .Important {
	white-space: nowrap;
}
.FormTypeExpanded label .Important {
	margin: 0;
	white-space: normal;
}
.FormTypeExpanded label.Important {
	margin: 5px 0 3px 0;
}
.FormTypeExpanded .FormButtonSubmit {
	margin-top: 1em;
	padding: 2px;	
}
.FormButtonAlt {
	margin-right:1em;
	margin-top:1.5em;
}
.FormButtonSubmit {
	padding: 0;
}
.FormFieldsetInfoAction {
	position: absolute;
	top: 0px;
	right: 0;
}

/* FormRow */
.FormTypeExpanded .FormRow,
.FormTypeExpanded .FormRowAlt,
.FormTypeCompact .FormRow,
.FormTypeCompact .FormRowAlt {
	clear: both;
	margin-bottom: 1px;
	width: 100%;
}

/* FormInput  */
.FormTypeExpanded .FormRow .FormInput {
	margin-left: 160px;
	padding: 4px 5px 2px 5px;
}
.FormTypeExpanded .FormRow .FormInput label {
	float: none;
}

/* FormInput lists */
.FormTypeExpanded .FormRow .FormInput .Column {
	padding-left: 0;
}
.FormTypeExpanded .FormRow li ul,
.FormTypeExpanded .FormRow li ol {
	margin: 0 2.5em;
}
.FormTypeExpanded .FormRow .FormInput li label {
	display: block;
	float: none;
	overflow: hidden;	
	text-align: left;
	width: auto;
}
.FormTypeExpanded .FormRow li input {
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
}
.FormTypeExpanded .FormRow li label {
	margin-top: 0;
}
.FormTypeExpanded li.AlignLeft {
	margin-bottom: 0;
}
/* FormRowAlt mods */
.FormTypeExpanded .FormRowAlt .FormInput {
	padding: 0 10px .5em 10px;
}
.FormTypeExpanded .FormRowAlt p,
.FormTypeExpanded .FormRowAlt label,
.FormTypeExpanded .FormRowAlt h3 {
	display: block;
	float: none;
	margin: 0;
	padding: .5em 10px;
	text-align: left;
	width: auto;
}
.FormTypeExpanded .FormRowAlt  h3 {
	margin: 0;
	padding-bottom: 0;
}
.FormTypeExpanded .FormRowAlt p {
	padding-bottom: .5em;
}
.FormTypeExpanded .FormRowAlt p label {
	display: block;
	float: none;
	margin-left: 20px;
	overflow: hidden;	
	text-align: left;
	width: auto;
}
.FormTypeExpanded .FormRowAlt p label {
	padding: 0;
}
.FormTypeExpanded .FormRowAlt p input {
	float: left;
	margin-top: 3px;
	padding: 0;
}
.FormTypeExpanded .FormRowAlt .FormInput li label  {
	display: inline;
	float: none;
	padding: 0;
	width: auto;
}
.FormTypeExpanded .FormRowAlt .FormInput li {
	margin-top: 4px;
}
/* FormTypeCompact */
.FormTypeCompact {
	line-height: 1.5;
	margin: 0 !important;
}
.FormTypeCompact label {
	display: block;
	padding: 5px 5px 0 5px;
}
.FormTypeCompact p {
	margin: 0;
}
.FormTypeCompact .BoxShaded {
	padding: .5em;
}
.FormTypeCompact legend {
	font-weight: bold;
	padding: .25em 1em .25em 1em;
}
.FormTypeCompact .AlignLeft {
	margin-right: 10px; 
}
.FormTypeCompact .FormButtonSubmit {
	margin-top: .5em;
}
.FormTypeCompact .AlignLeft .FormButtonSubmit {
	margin-top: 22px;
	padding: 0;
}
.FormTypeCompact .AlignLeft label {
	padding-left: 0;
}
.FormTypeCompact .FormRow {
	margin-bottom: 1px;
}
.FormTypeCompact .FormInput input {
	width: 95%;
}
.FormTypeCompact .FormInput {
	padding: 5px;	
}
.FormTypeCompact .FormRowAlt {
	padding: 5px 0;
}
.FormTypeCompact .FormRowAlt p {
	width: 95%;
	margin-left: 5px;
}
/* Search */
#Search form {
	margin: 0 10px 1.5em 0;
}
.SearchResult a {
	font-weight: bold;
}
.SearchResult p {
	margin: 0;
	padding: 2px 0;
}
.SearchResult {
	margin-top: 0;
	margin-bottom: 19px;
}
.Pagination {
	margin-bottom:1.5em;
	padding:1.5em 0;
}
.Pagination .Active {
	font-weight: bold;
}
.Pagination a, 
.Pagination span {
	margin: 0;
	padding: 2px 4px;
	text-align:center;
}
.Pagination span.PaginationResultCount {
	margin-left:10px;
}

/* Tabs
=========================================== */
.TabNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.TabNav li {
	display: block;
	float: left;
	margin-right: 1px;
}
.TabNav li img {
	border: 0;
	margin-right: 5px;
	vertical-align: middle;
}
.TabNav li a {
	background-image: url("../images/tab_left.png");
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
}
.TabNav li a span {
	background-image: url("../images/tab_right.png");
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 23px;	
	padding-right: 10px;
	padding-top: 4px;
}
.TabNav li a,
.TabNav li a span {
	display: block;
	float: left;
}
.TabNav li.Active a,
.TabNav li a:hover {
	background-image: url("../images/tab_left_active.png");
	color: #000;
}
.TabNav li.Active a span,
.TabNav li a:hover span {
	background-image: url("../images/tab_right_active.png");
}
/* Tab Children */
.TabNavChildren {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
.TabNavChildren li {
	display: block;
	float: left;
	font-size: .9166em;
	margin-right: 2em;
}
.TabNavChildren li a {
	text-decoration: none;
}
.TabNavChildren li.Active a{
	font-weight: bold;
}
.TabNavChildren li img {
	border: 0;
	margin-right: 5px;
	vertical-align: middle;
}