﻿/* Default CSS Stylesheet for a new Web Application project */
.class1 A:link {text-decoration: none; color: #ffffff;}
.class1 A:visited {text-decoration: none; color: #ffffff;}
.class1 A:active {text-decoration: none; color: #ffffff;}
.class1 A:hover {text-decoration: underline; color: #ffffff;}

.class2 A:link {text-decoration: none; color:#e8631D; font-family: Trebuchet MS; font-size: 8pt;}
.class2 A:visited {text-decoration: none; color:#e8631D; font-family: Trebuchet MS; font-size: 8pt;}
.class2 A:active {text-decoration: none; color:#e8631D; font-family: Trebuchet MS; font-size: 8pt;}
.class2 A:hover {text-decoration: underline; color:#e8631D; font-family: Trebuchet MS; font-size: 8pt;}

.catagory_title
{
	color:#e8631d;
	font-family:Trebuchet MS;
	font-size: 8pt;
	font-weight:bold;
}
.category_list
{
	font-family: Arial;
    font-size: 8pt; 
    color: #E8631D;
	
}


.thumbImage
{
	border-right: #808080 1px solid;
	border-top : #808080 1px solid; 
	border-left: #808080 1px solid; 
	border-bottom: #808080 1px solid;
}

.imageTitle
{
	color:#e8631d;
	font-family:Trebuchet MS;
	font-size: 8pt;
}

.imageDescription
{
	
	color:#800000;
	font-family:Trebuchet MS;
	font-size: 8pt;
	
}

.normal_text
{
	
	color:#800000;
	font-family:Trebuchet MS;
	font-size: 8pt;
	
}

.regulartext
{
	
	color:#800000;
	font-family:Trebuchet MS;
	font-size: 8pt;
	
}

.GridHeader
{
	background-color: #696969;
	font-family: Trebuchet MS;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
.GridRowStyle
{
	background-color: #f5f5f5;
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
}
.GridAlterRow
{
	background-color: #ffffff;
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
}
.GridFooter
{
	background-color:#696969;
	font-family:Trebuchet MS;
	color:#ffffff;
	font-size:10pt;
	font-weight:bold;
}

