/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: normal;
    color:Black;    
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top:15px;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:10px;
    
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	font-family: Arial;
	font-size: 10pt;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	font-family: Arial;
	font-size: 10pt;	
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	font-family: Arial;
	font-size: 10pt;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	font-family: Arial;
	font-size: 10pt;	
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL.paw LI	
{
	list-style-image: url('images/pawBullet.gif');		
	font-family:Arial;
	font-size:11pt;
	font-weight:normal;
	}	
UL.error LI	
{
	
	list-style-image: url('images/pawbullet_error.gif');		
	font-family:Arial;
	font-size:11pt;
	font-weight:normal;
	
	}	
UL LI	
{
	list-style-type:	square;	
	font-family:Arial;
	font-size:11pt;
	font-weight:normal;
}
	
UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	}


A:link.TextLinks_Small
{
	display: inline;
	font-size: 9pt;
	
	cursor: hand;
	color: #193764;
	direction: ltr;
	font-family: Arial;
	font-weight: bold;
	position: static;
	
	text-decoration: none;
}
		
A:visited.TextLinks_Small	{	
	display: inline;
	font-size: 9pt;
	
	cursor: hand;
	color: #193764;
	direction: ltr;
	font-family: Arial;
	font-weight: bold;
	position: static;
	
	text-decoration: none;
	}	
		
A:active.TextLinks_Small	{	
	display: inline;
	font-size: 9pt;
	
	cursor: hand;
	color: #193764;
	direction: ltr;
	font-family: Arial;
	font-weight: bold;
	position: static;
	
	text-decoration: none;
	}	
		
A:hover.TextLinks_Small	{	
	display: inline;
	font-size: 9pt;
	
	cursor: hand;
	color: #193764;
	direction: ltr;
	font-family: Arial;
	font-weight: bold;
	position: static;
	
	text-decoration: underline;
	}

A:link.Error
{
	display: inline;
	font-size: 10pt;
	
	cursor: hand;
	color: Red;
	direction: ltr;
	font-family: Arial;
	font-weight: bold;
	position: static;
	
	text-decoration: none;
}
		
A:visited.Error	{	
	display: inline;
	font-size: 10pt;
	
	cursor: hand;
	color: Red;
	direction: ltr;
	font-family: Arial;
	font-weight: bold;
	position: static;
	
	text-decoration: none;
	}	
		
A:active.Error	{	
	display: inline;
	font-size: 10pt;
	
	cursor: hand;
	color: Red;
	direction: ltr;
	font-family: Arial;
	font-weight: bold;
	position: static;
	
	text-decoration: none;
	}	
		
A:hover.Error	
{

	
	
	display: inline;
	font-size: 10pt;
	
	cursor: hand;
	color: Red;
	direction: ltr;
	font-family: Arial;
	font-weight: bold;
	position: static;
	
	text-decoration: underline;
	}

A:link.TextLinks_Medium
{
	display: inline;
	font-size: 12pt;
	float: left;
	cursor: hand;
	color: #193764;
	direction: ltr;
	font-family: Arial;
	position: static;
	text-align: left;
	text-decoration: none;
}
		
A:visited.TextLinks_Medium	{	
	display: inline;
	font-size: 12pt;
	float: left;
	cursor: hand;
	color: #193764;
	direction: ltr;
	font-family: Arial;
	position: static;
	text-align: left;
	text-decoration: none;
	}	
		
A:active.TextLinks_Medium	{	
	display: inline;
	font-size: 12pt;
	float: left;
	cursor: hand;
	color: #193764;
	direction: ltr;
	font-family: Arial;
	position: static;
	text-align: left;
	text-decoration: none;
	}	
		
A:hover.TextLinks_Medium	{	
	display: inline;
	font-size: 12pt;
	float: left;
	cursor: hand;
	color: #193764;
	direction: ltr;
	font-family: Arial;
	position: static;
	text-align: left;
	text-decoration: underline;
	}
		
A:link.TextLinks_Small_White
{
	display: inline ;
	font-size: 8pt;
	
	cursor: hand;
	color: #ffffff;
	
	font-family: Arial;
	
	
	text-decoration: underline;
}
		
A:visited.TextLinks_Small_White
	{	
	display: inline;
	font-size: 8pt;
	
	cursor: hand;
	color: #ffffff;
	
	font-family: Arial;
	
	
	text-decoration: underline;
	}	
		
A:active.TextLinks_Small_White	{	
	display: inline;
	font-size: 8pt;
	
	cursor: hand;
	color: #ffffff;
	
	font-family: Arial;
	
	
	text-decoration: underline;
	}	
		
A:hover.TextLinks_Small_White	{	
	display: inline;
	font-size: 8pt;
	
	cursor: hand;
	color: #ffffff;
	
	font-family: Arial;
	
	
	text-decoration: underline;
	}	
	

		
A:link.TextLinks_Medium_White
{
	display: inline ;
	font-size: 12pt;
	
	cursor: hand;
	color: #ffffff;
	
	font-family: Arial;
	
	
	text-decoration: none;
}
		
A:visited.TextLinks_Medium_White
	{	
	display: inline;
	font-size: 12pt;
	
	cursor: hand;
	color: #ffffff;
	
	font-family: Arial;
	
	
	text-decoration: none;
	}	
		
A:active.TextLinks_Medium_White	{	
	display: inline;
	font-size: 12pt;
	
	cursor: hand;
	color: #ffffff;
	
	font-family: Arial;
	
	
	text-decoration: none;
	}	
		
A:hover.TextLinks_Medium_White	{	
	display: inline;
	font-size: 12pt;
	
	cursor: hand;
	color: #ffffff;
	
	font-family: Arial;
	
	
	text-decoration: underline;
	}	
	
A:link.MailLinks
{
	display: inline;
	font-size: 9pt;
	float: left;
	cursor: hand;
	color: darkblue;
	direction: ltr;
	font-family: Arial;
	position: static;
	text-align: left;
	text-decoration: underline;
}
		
A:visited.MailLinks	{	
	display: inline;
	font-size: 9pt;
	float: left;
	cursor: hand;
	color: #193764;
	direction: ltr;
	font-family: Arial;
	position: static;
	text-align: left;
	text-decoration: underline;
	}	
		
A:active.MailLinks	{	
	display: inline;
	font-size: 9pt;
	float: left;
	cursor: hand;
	color: #193764;
	direction: ltr;
	font-family: Arial;
	position: static;
	text-align: left;
	text-decoration: underline;
	}	
		
A:hover.MailLinks	{	
	display: inline;
	font-size: 9pt;
	float: left;
	cursor: hand;
	color: #193764;
	direction: ltr;
	font-family: Arial;
	position: static;
	text-align: left;
	text-decoration: underline;
	}
	
.iconDescription
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:black;
	background-color:white;
}

.prompt_white
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	text-align: center;
}
.prompt_white_small
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	text-align: center;
}
.PurplePrint_Small
{
	display: inline;
	font-size: 9pt;		
	color: #193764;
	direction: ltr;
	font-family: Arial;
	position: static;	
	text-decoration: none;
}
.PurplePrint_Small_Centered
{
	font-size: 8pt;		
	color: #193764;	
	font-family: Arial;	
	text-decoration: none;
	text-align: center;
}
.Error
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:Red;
	text-align: center;
}
.Required
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:Red;
	text-align: center;
}
.Headline
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:Red;
	
}
.Headline2
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:#000080;
	text-align: center;
}

.Normal
{
	font-family:Arial;
	font-size:11pt;
	font-weight:normal;
	color:black;
	
		
}
.NormalBold
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:black;
	
}
.SmallBold
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:black;
	
		
}
.Small
{
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	color:black;
	
		
}
.SweepstakesWinner
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:	#193764;
}

.MailRecords
{
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	color:black;
	background-color:white;

}
.MailRecordsColumnHeaders
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:black;
	background-color:#FFFFFF;
	text-align: left;
}
.MailRecordsColumnHeaders_small
{
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	color:black;
	background-color:#FFFFFF;
	text-align: left;
}
.MailRecordsAlternate
{
	font-family:Arial;
	font-size:9pt;
	background-color:#e6e6fa;
	font-weight:normal;
	color:black;


}




.MailTableHeader
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:black;
	text-align: center;	

}

.PageHeader
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#193764;
	text-align: center;
	
}


.TabStripSeperatorDefault
{
	background-color:#FFFFFF;
	border-color:#AAAAAA;
	border-width:1px;
	border-style:solid;
	border-top:none;
	border-left:none;
	border-right:none;
	
}
.TabStripSelected
{
	color:#000000;
	background-color:#FFFFFF;
	border-bottom:none;
}
.TabDefault
{
	color:#ffffff;
	background-color:#193764;
	border-color:#AAAAAA;
	border-width:1px;
	border-style:solid;
	font-weight:bold;
	font-family:Arial;
	font-size:11pt;
	height:21;
	width:79;
	text-align:center;
	
	
}
.TabStripHover
{
	color:#ffffff;
	background-color:#a0a6c0;
}
.MultiPageDefaultStyle
{
	BORDER-RIGHT:#aaaaaa 1px solid;
    PADDING-RIGHT:5px;
    BORDER-TOP:medium none;
    PADDING-LEFT:5px;
    PADDING-BOTTOM:5px;
    BORDER-LEFT:#aaaaaa 1px solid;
    PADDING-TOP:5px;
    BORDER-BOTTOM:#aaaaaa 1px solid;
    HEIGHT:350px;
}
.MultiPageProfileStyle
{
	BORDER-RIGHT:#aaaaaa 1px solid;
    PADDING-RIGHT:5px;
    BORDER-TOP:medium none;
    PADDING-LEFT:5px;
    PADDING-BOTTOM:5px;
    BORDER-LEFT:#aaaaaa 1px solid;
    PADDING-TOP:5px;
    BORDER-BOTTOM:#aaaaaa 1px solid;
    HEIGHT:700px;
}
.MultiPageRegisterStyle
{
	BORDER-RIGHT:#aaaaaa 1px solid;
    PADDING-RIGHT:5px;
    BORDER-TOP:medium none;
    PADDING-LEFT:5px;
    PADDING-BOTTOM:5px;
    BORDER-LEFT:#aaaaaa 1px solid;
    PADDING-TOP:5px;
    BORDER-BOTTOM:#aaaaaa 1px solid;
   }
.MultiPagePromotionsStyle
{
	BORDER-RIGHT:#aaaaaa 1px solid;
    PADDING-RIGHT:5px;
    BORDER-TOP:medium none;
    PADDING-LEFT:5px;
    PADDING-BOTTOM:5px;
    BORDER-LEFT:#aaaaaa 1px solid;
    PADDING-TOP:5px;
    BORDER-BOTTOM:#aaaaaa 1px solid;
   
}


.prompt_register
{
	font-weight: bold;
	font-size: 8pt;
	color: #193764;
	font-family: Arial,Times new Roman;
}


.prompt_register_white
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial,Times new Roman;
}
	
.PromotionEntry
{
	font-weight: bold;
	font-size:small;
	color: #333366;
	font-family: Arial, 'Times New Roman';
	text-align : right;
}
h2.pageHeading
{
color: #5a4b8f;
text-align:center;
}
font.prompt {color:"#5a4b8f"; font-weight: bold}
.promotion_disable
{
	color: Gray;
	text-align : left;
	font-size : smaller;
	font-family :Arial;
}


	
