﻿body 
{
        font-size: small; 
        /*line-height: 25pt;*/
        font-family: verdana, arial, helvetica, san-serif; 
        font-style: normal; 
        font-weight: normal; 
        color: #000000;
}
.toptitle
{
  		text-align: center;
  		color: white;
  		font-weight: bold;
  		font-size: x-large;
}
.normal 
{
        /*font-size: small; */
        line-height: 14pt; 
        font-style: normal; 
        font-weight: normal; 
        color: #000000;
}
.title 
{  
        font-size: large; 
        line-height: 15pt;  
        font-weight: bold; 
        color: #000000;
}        
.pageheader 
{  
        font-size: large; 
        line-height: 18pt; 
        font-style: normal; 
        font-weight: bold; 
        color: #000000;
}
.small 
{  
        font-size: small;
        line-height: 12pt; 
        font-style: normal; 
        font-weight: normal; 
        color: #000000;
}  
.response 
{  
        font-size: 11pt; 
        line-height: 12pt; 
        font-style: normal; 
        font-weight: normal; 
        color: darkred;
}        
.footer 
{  
        font-size: 9pt; 
        line-height: 11pt; 
        font-style: normal; 
        font-weight: normal; 
        color: #000000;
}                                        
A 
{
    	text-decoration:    underline;
    	color:      #330000;
}
ul.nomark {
	list-style-type: none;
}
ul.noindent {
		list-style-image: url('inc/triangle-greybar.gif');
		list-style-position: outside;
}
ul.noindent li {
  margin-left: -1.5em;
  padding-left: 5px;
}

/* Content Column */

td.content {
  		vertical-align: top;
  		padding: 1em 3em 1em 1em;
}

/* Navigation Bar */

td.navbar {
  		vertical-align: top;
  		background-color: #DDDDDD;
  		vertical-align: top;
  		padding: 1em 1em 1em 0em;
}
ul.navbar {
  		list-style-image: url('inc/triangle-greybar.gif');  
}
ul.navbar li {
  		text-align: left;
  		font-weight: bold;
  		padding-bottom: 0.3em;
  		margin-left: -1.0em;
}

/* Datagrid style settings */

.grid {
        border: none transparent 0px;
        font-size: 12pt;  
}

.grid td {
        border: none transparent 0px;
        margin: 3px 3px 3px 3px;
        font-family: verdana, arial, helvetica, san-serif; 
        padding: 5px 5px 5px 5px;
        text-align: left;
}
.gridHeader {
        color: White; 
        font-weight: bold;
        background-color: Maroon;
}
.gridAltItem {
        background-color: Gray;
}
.gridEditItem {
        background-color: #A59175;
}

/* Datalist style settings */

.datalist {
        font-size: 11pt;
}
