﻿html, body
{
    background-color: #EEEEEE;
    margin: 0;
    font-family: Arial, Helvetica, Serif;
    font-size: 10pt;
}

.header
{
    background-color: #FFFFFF;
    padding: 10px;
    text-align: center;
    border-bottom: dotted 1px #CCCCCC;
}

.menu
{
    text-align: center;
    padding: 6px;
    background: #1f77bf url('/images/menu.jpg') center;
    color: #FFFFFF;
    font-weight: bold;
}

.content_area
{
    padding: 10px;
    text-align: left;
}

.pageHeading
{
    font-size: 16px;
    font-weight: bold;
}

.modalBackground 
{
    background-color:black;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalWindow
{
    background-color: #FFFFFF; 
    width: 400px; 
    border: solid 1px #000000;
}

.modalHeader
{
    background: #999999 url('/images/modalHeader.jpg');
    padding: 6px;
    color: #FFFFFF;
    font-weight: bold;
}

.modalContent
{
    padding: 8px;
    line-height: 160%;
}

.updateProgress
{
    border: solid 1px solid;
    background-color: #FFFFFF; 
    position: absolute;
}

.updateProgressMessage
{
    margin: 3px; 
    font-family: Trebuchet MS; 
    font-size: 9pt; 
    vertical-align: middle;
}

A:link
{	
    text-decoration: none;
	color:	#0000CC;
}	
		
A:visited
{	
    text-decoration: none;
	color:	#0000CC;
}	
		
A:active
{
    text-decoration: none;
	color:	#0000CC;
}	
		
A:hover
{	
    text-decoration: underline;
	color:	#000066;
}

A.menu:link
{	
    text-decoration: none;
	color:	#FFFFFF;
}	
		
A.menu:visited
{	
    text-decoration: none;
	color:	#FFFFFF;
}	
		
A.menu:active
{
    text-decoration: none;
	color:	#FFFFFF;
}	
		
A.menu:hover
{	
    text-decoration: underline;
	color:	#CCCCCC;
}

.edit
{
    font-size: 9px;
}
