﻿body 
{
    font-family: Tahoma,Arial,Helvetica; 
    font-size: 10pt;
}

.body2 
{
    font-family: Poor Richard,Tahoma,Arial,Helvetica; 
    font-size: 14pt;
}

.Container
{
	
	background-color:#FFFFE7;
	width:900px;
	border:2px solid #333333;
	padding:6px;
}

a {
    outline: none;
}

a:link {color: #75351A }
a:visited { color: #75351A}
a:hover {color: RED; }
a:active {color: #75351A } 

input
{
	font-family: Tahoma,Arial,Helvetica; 
    font-size: 8pt;
}
textarea
{
	font-family: Tahoma,Arial,Helvetica; 
    font-size: 8pt;
}

.TableRow 
{
	color: Black;
	background-color: WHITE;
	padding: 6px 6px 6px 6px;
}

.AlternatingRow 
{
	color: Black;
	background-color: WHITESMOKE; /*light gray*/
}

.EditRow 
{
}

.GridHeader
{
	color: Black;
	background-color: #BCAF7E;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.TheFooter 
{
  font-size :10px;
   color: Black;
   font-weight:normal;
   text-align:center;
   
}
.PagerRow {
}


.collapsePanel
{
   font-size:10pt;
   color:#787758;
   font-weight:normal;
}
.collapseTargetPanel
{
   background-color:Transparent;
   padding-left:7px;
   font-size: 10pt;
}

.titlesection
{ 	
	font-size: 10pt; font-family: Verdana,Arial;
    border-top: 1px dotted #AAAAAA; 
    padding-bottom:10px;
    padding-top:10px; line-height:100% 
}

.title { font-size: 12pt; font-family:Trebuchet MS, Arial; color:#000; font-weight:bold; margin-bottom:0px }
