/*
The AdPay Platform offers you the ability to manage the look and feel of the entire platform
through code and stylesheet access.  This Cascading StyleSheet (CSS) is a template for you to use 
to create and apply your newspaper's look and feel to the AdPay platform.  Please note that 
this stylesheet is loaded gloabally into every page of the AdPay platform thus, please be 
careful with any changes you make.  Important! You can add any tags you wish but this can 
cause unexcepected and unsupported results.  We recommend you load this into your 
demo/development AdPay site before loading a new CSS file into production.  Please no not
hesitate to contact as at support@adpay.com with any questions or assisstance.

*/
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}

H1, H4, H5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	COLOR: Black;
}

H2
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16pt;
	font-weight:bold;
}	
		
H3	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight:bold;
}	
		
p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}

hr
{
	color: #EFEFCE;
}

.PageInstructions
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.MessageLabel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:red;
}

.ValidationSummary /* Error messages for web forms */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:red;
}

.GeneralAdLabel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}

.TextBox
{
	background-color: White;
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* End General Styles */

/* General Hyperlinks Style - Control of the look and feel for default hyperlinks. */
A:link	
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:	none;
	color:	#174464;
	}	
		
A:visited,A:active	
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:	underline;
	color:	Red;
	}
/* End Hyperlinks Style */

/* User Administration Menu Hyperlinks - Control of the look and feel for the hyperlinks
										 of the navigation menu in the User Admin areas.*/
.NavigationControlHeader 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
}

A.NavigationLink:link , A.NavigationLink:visited, A.NavigationLink:active
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:none;
	color:#174464;
	cursor:hand;
}

A.NavigationLink:hover 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:underline;
	color:gray;
	cursor:hand;	
}
/* End Control Panel Hyperlinks Style */

/* General Tables Style - Control of the look and feel for tabled data areas (ex. the Addresses Page).*/
.TableContentHeaderField
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
}

.TableContentDataField 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}
/* End General Table Style*/

/* Fieldset Styles -	Control the look and feel of the paneled (fieldset in HTML) areas and
						the panel titles. */

.Fieldset
{
	border-color: #EFEFCE;
}

.FieldsetLegend
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bolder;
}

/* End Fieldset */

/* Main Datalist Styles  -	Control the look and feel of listed data. This includes the ability
							to control alternating line items, items that will be edited, items
							that are highlighted and nested, listed data.*/
.DataListHeader /* Equivalent to a Table Header */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	vertical-align: baseline;
}

.DataListFooter /* Equivalent to a Footer Table Row */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	vertical-align: baseline;
}

.DataList /* General Settings, equivalent to a Table */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	/*width:400px;*/
}

.DataListItem /* Equivalent to a Table Row & Table Cell */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.DataListAltItem /* Equivalent to a Table Row & Table Cell but is alternating item */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color: lavender;
}

.DataListSelectedItem /* Equivalent to a Table Row & Table Cell but is a highlighted item */
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffe4e1;
}

.DataListSelectedImageItem
{
	border-right: yellow 2px solid;
	border-top: yellow 2px solid;
	border-left: yellow 2px solid;
	border-bottom: yellow 2px solid;
}

.DataListEditItem /* Equivalent to a Table Row & Table Cell but is an item that is being edited inline */
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffe4e1;
}

.NestedDataList /* General Settings, equivalent to a Table */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.NestedDataListItem /* Equivalent to a Table Row & Table Cell */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;	
}

.NestedDataListAltItem /* Equivalent to a Table Row & Table Cell but is alternating item */
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: linen;
}
/* End Datalist Styles */

/* Checkout Navigation -	Control of the look and feel for the navigation table at
							at the top of the AdPay StoreFront Pages.*/
.CheckoutNavTable
{
	border-right: #EFEFCE 1px solid;
	border-top: #EFEFCE 1px solid;
	border-left: #EFEFCE 1px solid;
	border-bottom: #EFEFCE 1px solid;
}

.CheckoutNavTableCell
{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align:center;	
}

.CheckoutNavTableCellActive
{
	background-color:#ffffff;
	color:#EFEFCE;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
}

.CheckoutNavTableCellInactive
{
	background-color:#EFEFCE;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
}
/* End Checkout Navigation */

/* Ad Wizard Navigation -	Control of the look and feel for the navigation table at
							at the top of the Ad Wizard Pages.*/
.WizardNavTable
{
	border-right: #EFEFCE 1px solid;
	border-top: #EFEFCE 1px solid;
	border-left: #EFEFCE 1px solid;
	border-bottom: #EFEFCE 1px solid;
}

.WizardNavTableCell
{
	
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align:center;	
}

.WizardNavTableCellActive
{
	background-color:#ffffff;
	color:Navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	text-align:center;
	font-weight:bold;
}

.WizardNavTableCellInactive
{
	background-color:#EFEFCE;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	text-align:center;
	font-weight:bold;
}

A.WizardNavLink:link , A.WizardNavLink:visited, A.WizardNavLink:active
{
	background-color:#EFEFCE;
	color:Navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	text-decoration:none;
	cursor:hand;
	text-align:center;
	font-weight:bold;
}

A.WizardNavLink:hover 
{
	background-color:#EFEFCE;
	color:red;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	text-decoration:underline;
	cursor:hand;	
	text-align:center;
	font-weight:bold;
}


.maincolor {
	background-color: #000899
}

.navcolor {
	background-color: #EFEFCE
}

.merchcolor {
	background-color: #FF8D01
}


.bluenavigation {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000195; font-weight: bold; text-decoration: none;}

.mainnavigation {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: none;}

a.mainnavigation:link	{color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}
a.mainnavigation:visited	{color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}
a.mainnavigation:hover	{color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}
a.mainnavigation:active	{color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}






.subnavigation {
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #000000; font-weight: bold; text-decoration: none;
}

a.subnavigation:link	{color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}
a.subnavigation:visited	{color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}
a.subnavigation:hover	{color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}
a.subnavigation:active	{color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}






.subnav_feature {
	font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #ffffff; font-weight: bold; text-decoration: none;
}

.jobstext {
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #9C0031; font-weight: bold; text-decoration: none;
}

.homestext {
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #4599A5; font-weight: bold; text-decoration: none;
}

.autostext {
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #333399; font-weight: bold; text-decoration: none;
}

.merchandisetext {
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #FF8D01; font-weight: bold; text-decoration: none;
}

a.merchandisetext:link	{color: #FF8D01;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}
a.merchandisetext:visited	{color: #FF8D01;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}
a.merchandisetext:hover	{color: #FF8D01;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}
a.merchandisetext:active	{color: #FF8D01;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}


.formtext {
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #000000; text-decoration: none;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #000000; text-decoration: none;
}

.maintextlink {
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #000899;
}

.smalltext {
	font-family: verdana, Arial, Helvetica, sans-serif;	font-size: 10px; color: #000000; text-decoration: none;
}

.smalltextgrey {
	font-family: verdana, Arial, Helvetica, sans-serif;	font-size: 10px; color: #666666; text-decoration: none;
}

.smalltextlink {
	font-family: verdana, Arial, Helvetica, sans-serif;	font-size: 10px; color: #000899; font-weight: bold; text-decoration: none;
}
a.related:link	{color: #000899;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px; text-decoration: none; font-weight: bold;}
a.related:visited	{color: #000899;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px; text-decoration: none; font-weight: bold;}
a.related:hover	{color: #000899;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px; text-decoration: none; font-weight: bold;}
a.related:active	{color: #000899;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px; text-decoration: none; font-weight: bold;}




.redtextlink {
	font-family: verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #990000; font-weight: bold; text-decoration: none;
}

.headline {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; font-weight: bold;}

.maintext {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}

.related {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000899; font-weight: bold; text-decoration: none;}

a.related:link	{color: #000899;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}
a.related:visited	{color: #000899;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}
a.related:hover	{color: #000899;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}
a.related:active	{color: #000899;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; text-decoration: none; font-weight: bold;}



/* End Ad Wizard Navigation */

.HeaderText {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none}
.bottomnav {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; color: #000000; text-decoration: none}
.sectionheader {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: normal; text-decoration: none}
.bodytext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-decoration: none}
.bodytextbold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none ; color: #000000}
.tableheader { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; text-decoration: none }
.hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000000 }
.NewsTitles { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none }
.boxlinks {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; text-decoration: none}
.bottomnavsmall { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none }
.subnavitem {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-decoration: none; color: #000000}
.BodyLink { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; text-decoration: none; color: #000000 }
a {  text-decoration: none}
.maintext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt}
.Headlines {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; color: #000000; text-decoration: none; font-weight: bold}
.Captions {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal}
.Headlinewhite {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF}
.headertable { background-image: URL(/images/background.gif)}
.bodytext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none}
div.inputbox INPUT {color:#8B4513;border-style:solid;font-weight:Bold;border-color:#333333;background:#ffffcc;}
.button  	
{
	color : #000000;
	font-size:9pt;
	background-color : #A4C4C3;
	border: 1px #009999 ridge;
}
input.flattext,textarea.flattext,select.flattext
	{
	border: solid black 1px;
	font-family: Tahoma,Arial,Geneva,Helvetica,sans-serif;
	font-size: 10px
	}
fieldset {  border: 1px #009999 solid}
.jeffisaloser {  background-color: #FFFFCC}
.leftnav { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none ; color: #000000; margin-left: 8px}
.buttonnwfdn { color : #000000; font-size:9pt; background-color : #FF9999; border: 1px #009999 ridge; }
.buttonnpcnh { color : #000000; font-size:9pt; background-color : #DDEEFF; border: 1px #009999 ridge; }
.buttonndestin { color : #000000; font-size:9pt; background-color : #CCCC99; border: 1px #009999 ridge; }
.buttonnwalton { color : #000000; font-size:9pt; background-color : #FFCC66; border: 1px #009999 ridge; }
.whitelink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.Captionsunderline { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal ; text-decoration: underline}
.CaptionsRedesign { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal }
.Navbartxt { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal ; color: #333333}
.leftnavnew { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none ; color: #000000}
.leftnavheading {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; color: ffffff; text-decoration: none}
.entertainmentheadline {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
.headlineswhite {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF}
/* Confidential to AdPay and it's customers. © 2003 AdPay, Inc. All rights reserved. */