﻿table
{
	font-family: Verdana;
	font-size: small;
}

a:link
{
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
	color: Blue;
}
a:visited
{
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
	color: Blue;
}
a:active
{
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
	color: Blue;
}
a:hover
{
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
	color: #C0C0C0;
}

h2
{
	font: 80% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: Red;
}

.toggleopacity img
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.toggleopacity:hover img
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.message
{
	font: 80% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: red;
}

.span_small
{
	font-family: Verdana;
	font-size: 0.8em;
	color:Gray;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
