/* Default CSS Stylesheet for a new Web Application project */
.NewsBoxTitle {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;

}

.NewsBox {
	font-size: 8pt;
	color: #333333;
}

.AddNew 
{	
	font-size: 8pt;
	font-style: italic;
}

.Footnote 
{	
	font-size: 8pt;
	font-style : italic;
}

.PageQuote {
	font-size: 8pt;
	color: #333333;
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #009180;
}

.PageSubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}

.StdFormLabel 
{
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}

.StdFormField
{
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
}


.ReportHeader {
	font-weight: bold;
	font-size: xx-small;
	background: #009180;
	color: white;
	text-align:center;
}

.ReportHeader a:link {
	text-decoration: underline;
	color: White;
}

.ReportHeader a:active {
	text-decoration: underline;
	color: White;
}

.ReportHeader a:visited {
	text-decoration: underline;
	color: White;
}

.ReportHeader a:hover {
	text-decoration: underline;
	color: White;
}

/* - Row Item - */
.ReportRow1 {
	font-size: xx-small;
	color: black;
	background-color: #E0E0E0;
	text-align:center;
	
}

/*
.ReportRow1 a:link {
	text-decoration: none;
	color: #339933;
}

.ReportRow1 a:active {
	text-decoration: none;
	color: #339933;
}

.ReportRow1 a:visited {
	text-decoration: none;
	color: #339933;
}

.ReportRow1 a:hover {
	text-decoration: underline;
	color: #339933;
}

*/

/* - Row Alternating Item - */
.ReportRow2 {
	font-size: xx-small;
	background-color: #FFFFFF;
	color: Black;
	text-align:center;
}

/*
.ReportRow2 a:link {
	text-decoration: none;
	color: #339933;
}

.ReportRow2 a:active {
	text-decoration: none;
	color: #339933;
}

.ReportRow2 a:visited {
	text-decoration: none;
	color: #339933;
}

.ReportRow2 a:hover {
	text-decoration: underline;
	color: #339933;
}
*/

.ReportEdit 
{
	font-size: xx-small;
	background-color:Navy;
	color: #FFFFFF;
	
}

.ReportEdit a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.ReportEdit a:active {
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
}

.ReportEdit a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.ReportEdit a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.ReportPager {
	font-size: xx-small;
	background-color: #FFFFFF;
	color: Black;
}

/*
.ReportPager a:link {
	text-decoration: none;
	color: #339933;
}

.ReportPager a:active {
	text-decoration: none;
	color: #339933;
}

.ReportPager a:visited {
	text-decoration: none;
	color: #339933;
}

.ReportPager a:hover {
	text-decoration: underline;
	color: #339933;
}
*/

	.featured { font-size: xx-small; }

	.DetailedWorkListTitle { font-size : large; }
	.DetailedWorkListSubtitle { font-size : medium; }
	.DetailedWorkListPrice { font-size: xx-small; color:Green; font-weight: bold; }
	.DetailedWorkListSold { font-size: xx-small; color:Red; font-weight: bold; }
	.DetailedWorkListNew { font-size: xx-small; color:Red; font-weight: bold; }

	.SimpleWorkListPrice { font-size: xx-small; color:Green; font-weight: bold; }
	.SimpleWorkListSold, .SimpleWorkListNew { font-size: xx-small; color:Red; font-weight: bold; }
	.SimpleWorkListTitle { font-size: xx-small; }
	.SimpleWorkListNew { font-size: xx-small; color:Red; font-weight: bold; }
	
	.WorkTitle { font-size : large; }
	.WorkSubtitle { font-size : medium; }
	.WorkPrice { font-size: xx-small; color:Green; font-weight: bold; }
	.WorkSold, .WorkNew { font-size: xx-small; color:Red; font-weight: bold; }
	
	.PageQuote { font-size: 8pt; color: #333333; }