/*----------------------------------------*/
/*-			 HTML ELEMENTS 				-*/
/*--------------------------------------*/
A
{
	color:#336;
	text-decoration:none;
	font-weight:bold;
}
A:hover
{
	color:#336;
	text-decoration:underline;
}
A.edit
{
	color:#777;
}
a.LineItemAction
{
	font-family:verdana;
	font-size:7pt;
	color:#00A;
	font-weight:normal;
}

a.MenuView
{
	font-family:verdana;
	font-size:8pt;
	color:#666666;
	font-weight:bold;
}

a.ColumnHeader
{
	font-family:Verdana;
	font-size:10pt;
	color:#FE01FC;
	font-weight:bold;
	text-decoration:underline;
}
a.ColumnHeader:hover {
	text-decoration:none;
}

td {
	font-family:Verdana;
	font-size:10pt;
	color:#666;
	font-weight:normal;
}
td.ColumnHeader
{
	background:#FCD1DB;
	font-family:Verdana;
	font-size:10pt;
	color:#FA728F;
	font-weight:bold;

	border-bottom : 1 outset;
	border-top    : 1 outset;
	border-left   : 1 outset;	
	border-right  : 1 outset;
}

td.bg
{
	background:#DDDDDD;
}
td.Data
{
	background:#666666;
}
td.Edit
{
	background:#FABECD;
}


tr.DataRow
{
	background:#FABECD;
}
tr.EditRow
{
	background:#FABECD;
}
tr.HeaderRow
{
	background:#FCD1DB;
}
tr.FooterRow
{
	background:#FCD1DB;
}

table.Data
{
	background:#666666;
}
table.bg
{
	background:#FCD1DB;
}
table.darkbg
{
	background:#AAAAAA;
}
table.InnerTable
{
	background:#FABECD;
}

body
{
	font-family:verdana;
	font-size:8pt;
	color:#666;
	background:#DDD;
	leftmargin:0;
}

/*----------------------------------------*/
/*-			 FONT IDS	 				-*/
/*--------------------------------------*/
#msgText
{
	font-family:verdana;
	font-size:8pt;
	color:#CC0000;
	font-weight:bold;
}

#header
{
	font-family:Verdana;
	font-size:16pt;
	color:#FA728F;
	font-weight:bold;
}

#SubHeader
{
	font-family:Verdana;
	font-size:10pt;
	color:#FA728F;
	font-weight:bold;
}

#SmallSubHeader
{
	font-family:Verdana;
	font-size:8pt;
	color:#FA728F;
	font-weight:normal;
}

#large
{
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	color:#FA728F;
}

#ProductModel
{
	font-family:verdana;
	font-size:10pt;
	color:#900;
	font-weight:bold;
}
#default
{
	font-family:Verdana;
	font-size:10pt;
	color:#666;
	font-weight:normal;
}

#small
{
	font-family:verdana;
	font-size:8pt;
	color:#666;
}

#Black
{
	font-family:verdana;
	font-size:8pt;
	color:#000;
}

#bold
{
	font-weight:bold;
}

/*----------------------------------------*/
/*-			 FORM ELEMENTS 				-*/
/*--------------------------------------*/
input
{
	font-family:verdana;
	font-size:8pt;
	color:#333;
}
textarea
{
	font-family:verdana;
	font-size:8pt;
	color:#333;
}
select
{
	font-family:verdana;
	font-size:8pt;
	color:#333;
}
