/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: xx-small;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #94273e;
}
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-size:	1.33em;*/
	font-size:	1em;
	font-weight:700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	background-color: #d9dadc;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:	1.33em;*/
	font-size:	.8em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	background-color: #d9dadc;
	}	
		
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;
	/*background-color: #d9dadc;*/
	}	
		
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
{
	font-size: 10pt;
	color: #cccccc;
	font-family: Arial;
	text-decoration: none;
}	
.A:visited
{
	font-size: 10pt;
	color: #cccccc;
	font-family: Arial;
	text-decoration: none;
}	
.A:hover
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}
.A:active
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}	
		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}*/

.footerbk, .footertext, .footertext2
{
	background-color: #d9dadc;
}

.footertext
{
	font-weight: normal;
	font-size: 10px;
	text-transform: none;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.footertext2
{
	font-weight: bold;
	font-size: 10px;
	text-transform: none;
	color: #94273e;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.topnavtext
{
	font-weight: normal;
	font-size: 10px;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.topnav A:link
{
	border-right: #94273e 1px solid;
	border-top: #94273e 1px solid;
	font-size: 10pt;
	border-left: #94273e 1px solid;
	color: #cccccc;
	border-bottom: #94273e 1px solid;
	font-family: Arial;
	background-color: #94273e;
	text-decoration: none;
}	
.topnav A:visited
{
	border-right: #94273e 1px solid;
	border-top: #94273e 1px solid;
	font-size: 10pt;
	border-left: #94273e 1px solid;
	color: #cccccc;
	border-bottom: #94273e 1px solid;
	font-family: Arial;
	background-color: #94273e;
	text-decoration: none;
}	
.topnav A:hover
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 10pt;
	border-left: white 1px solid;
	color: #ffffff;
	border-bottom: white 1px solid;
	font-family: Arial;
	background-color: #b0435a;
	text-decoration: none;
}
.topnav A:active
{
	border-right: #94273e 1px solid;
	border-top: #94273e 1px solid;
	font-size: 10pt;
	border-left: #94273e 1px solid;
	color: #ffffff;
	border-bottom: #94273e 1px solid;
	font-family: Arial;
	background-color: #94273e;
	text-decoration: none;
}	
	
	
.topbids A:link
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	background-color: #94273e;
	text-decoration: none;
}	
.topbids A:visited
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	background-color: #94273e;
	text-decoration: none;
}	
.topbids A:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #b0435a;
	text-decoration: none;
}
.topbids A:active
{
	font-weight: normal;
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #94273e;
	text-decoration: none;
}	
		
	
.topconfirm A:link
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	background-color: #d9dadc;
	text-decoration: none;
}	
.topconfirm A:visited
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	background-color: #d9dadc;
	text-decoration: none;
}	
.topconfirm A:hover
{
	font-size: 8pt;
	color: #94273e;
	font-family: Arial;
	background-color: #d9dadc;
	text-decoration: none;
}	
.topconfirm A:active
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	background-color: #d9dadc;
	text-decoration: none;
}	
		
.topusername
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	background-color: #d9dadc;
	text-decoration: none;
}	
		
.bodytext8
{
	font-size: 7pt;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}	
.bodytext8 A:link
{
	font-size: 7pt;
	color: #94273e;
	font-family: Arial;
	text-decoration: underline;
}	
.bodytext8 A:visited
{
	font-size: 7pt;
	color: #94273e;
	font-family: Arial;
	text-decoration: underline;
}	
.bodytext8 A:hover
{
	font-size: 7pt;
	color: #94273e;
	font-family: Arial;
	text-decoration: none;
}
.bodytext8 A:active
{
	font-size: 7pt;
	color: #94273e;
	font-family: Arial;
	text-decoration: underline;
}	
		
.bodytext10
{
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}	
.bodytext10 A:link
{
	font-size: 10pt;
	color: #94273e;
	font-family: Arial;
	text-decoration: underline;
}	
.bodytext10 A:visited
{
	font-size: 10pt;
	color: #94273e;
	font-family: Arial;
	text-decoration: underline;
}	
.bodytext10 A:hover
{
	font-size: 10pt;
	color: #94273e;
	font-family: Arial;
	text-decoration: none;
}
.bodytext10 A:active
{
	font-size: 10pt;
	color: #94273e;
	font-family: Arial;
	text-decoration: underline;
}	
		
.bodytext10bold
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}	
		
.approveText10
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}	

.dgheaderstyle
{
	/*border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana, Arial;
	background-color: #94273e;
	
}
.dgfooterstyle
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: verdana,arial;
	background-color: #94273e;
	
}
.dgfooterstyle A:link
{
	font-weight: bold;
	font-size: 8pt;
	color: gray;
	font-family: verdana,arial;
	background-color: #94273e;
	
}
.dgfooterstyle A:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: gray;
	font-family: verdana,arial;
	background-color: #94273e;
	
}
.dgfooterstyle A:active
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: verdana,arial;
	background-color: #94273e;
	
}
.dgfooterstyle A:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: verdana,arial;
	background-color: #94273e;
	
}

.dgitemstyle
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 5px;
	margin: 5px;
	padding-top: 5px;
	font-family: verdana,arial;
	background-color: #ffffff;
	vertical-align: top;
}
.dgalternatingitemstyle
{
	font-size: 8pt;
	font-family: verdana,arial;
	background-color: #ffffcc;
}
.dgSelectedItemStyle
{
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana,arial;
	background-color: #ffcc99;
}

.dgpagertextstyle
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: verdana,arial;
	background-color: #94273e;
}

.dgApproveItem
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 8pt;
	margin: 5px;
	font-family: verdana,arial;
	background-color: #ffffff;
	vertical-align: top;
}
.dgApproveAltItem
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 8pt;
	font-family: verdana,arial;
	background-color: #ffffcc;
	vertical-align: top;
}

.greybackground
{
	background-color: #d9dadc;
}
.titlebar
{
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana,arial;
	background-color: #d9dadc;
	color: White;
}
.approvaltextframe
{
	background-color: #ffffcc;
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}
.textframe
{
	background-color: #ffffcc;
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}
.textframeerror
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
}
.dropdownerror
{
	font-size: 10pt;
	font-family: arial;
	color: red;
}
.texterror
{
	font-weight: bold;
	font-size: 10pt;
	font-family: arial;
	color: red;
}
.spendinglimit
{
	background-color: #ffff99;
	font-weight: bold;
}
.limitexceeds5
{
	font-weight: bold;
	font-size: 10pt;
}
.limitexceeds10
{
	font-weight: bold;
	font-size: 12pt;
}
.newsletterheader
{
	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;
}

.tiny
{
	font-size: 1pt;
	color: #94273e;
	text-decoration: none;
}

.mixtureGiftImage
{
	margin-top: 5px;
	margin-bottom: 5px;
}
