﻿body                { font-family: Verdana; 
                       font-size: 10pt; 
                       background-color: #000000 
                     }
body p               { font-family: Verdana; 
                       font-size: 10pt; 
                     }
td                   { font-family: Verdana; 
                       font-size: 10pt; 
                     }
table                { font-family: Verdana; 
                       font-size: 10pt; 
                       background-color: white 
                     }
a                    { font-family: Verdana; 
                        color: #0000DD; 
                        text-decoration: none; 
                      }
a:hover               { font-family: Verdana; 
                        color: #0000DD; 
                        text-decoration: underline; 
                      }
.Headline             { font-family: Verdana; 
                        font-size: medium; 
                      }
.MainMenu             { font-family: Verdana; 
                        font-size: 10pt;  
                        font-weight: bold;
                        padding:5px;                        
                        border-bottom-style:solid;
                        border-bottom-color: #6A97DB;
                        border-bottom-width: thin;
                      }
                      
.MainMenu td          { font-family: Verdana; 
                        font-size: 10pt;  
                        font-weight: bold;
                        padding:5px;                        
                        border-bottom-style:solid;
                        border-bottom-color: Aqua;
                        border-bottom-width:medium;
                      }


.MainMenu a           { font-family: Verdana; 
                        font-size: 10pt;  
                        color: white; 
                        text-decoration: none; 
                        font-weight: bold
                      }
.MainMenu a:hover     { font-family: Verdana; 
                        font-size: 10pt;  
                        color: #FFCC00; 
                        text-decoration: underline; 
                        font-weight: bold 
                      }

.DividerBar           { font-family: Verdana; 
                        font-size: 8pt; 
                        font-weight: bold; 
                        color: #FFFFFF; 
                        background-color: #666666; 
                        border-bottom: 1px solid #000000;
                      }

.HeadlineBlock        { background-color: #EEEEEE; }
.HeadlineBlock ul     { list-style-type: square;  
                        margin-left: 20px; 
                      }
.BlockText            { font-family: Verdana; 
                        font-size: 8pt; 
                      }
.TopHeadline          { font-family: Verdana; 
                        font-size: medium; 
                        font-weight: bold; 
                        color: #000000; 
                      }
.TopHeadline a        { font-family: Verdana; 
                        font-size: medium; 
                        font-weight: bold; 
                        color: #000000; 
                        text-decoration: underline; 
                      }
.TopHeadline a:hover  { font-family: Verdana; 
                        font-size: medium; 
                        font-weight: bold; 
                        color: #000000; 
                        text-decoration: none; 
                      }
.SmallHeadline        { font-family: Verdana; 
                        font-size: 8pt; 
                        color: #000000; 
                      }
.SmallHeadline a      { font-family: Verdana; 
                        font-size: 8pt; 
                        color: #CC0000; 
                        text-decoration: underline; 
                      }
.SmallHeadline a:hover{ font-family: Verdana; 
                        font-size: 8pt; 
                        color: #CC0000; 
                        text-decoration: none; 
                      }
.CompleteLink         { font-family: Verdana; 
                        font-size: 8pt; 
                        font-weight: bold; 
                        color: #000000; 
                      }
.SmallBody            { font-family: Verdana; 
                        font-size: 10pt; 
                      }
.SmallBody p          { font-family: Verdana; 
                        font-size: 10pt; 
                      }
.SmallBody a          { font-family: Verdana; 
                        font-size: 10pt; 
                        color: #0000DD; 
                        text-decoration: none; 
                      }
.SmallBody a:hover    { font-family: Verdana; 
                        font-size: 10pt; 
                        color: #0000DD; 
                        text-decoration: underline; 
                      }
.USBCList             { font-family: Verdana; 
                        font-size: 8pt; 
                      }
.USBCList p           { font-family: Verdana; 
                        font-size: 8pt; 
                      }
.USBCList a           { font-family: Verdana; 
                        font-size: 8pt; 
                        color: #0000DD; 
                        text-decoration: none; 
                      }
.USBCList a:hover     { font-family: Verdana; 
                        font-size: 8pt; 
                        color: #0000DD; 
                        text-decoration: underline; 
                      }
                      
.Grid {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}

.GridTable {
	border: 1px solid #54754C; 
}

.GridTitle {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt; 
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: solid 1px #54754C;
	padding: 3px;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#A4B679', endColorStr='#637A44', gradientType='0');
}

.GridTitle a, .GridTitle a:visited {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt; 
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: solid 1px #54754C;
	padding: 3px;
	text-decoration:underline;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#A4B679', endColorStr='#637A44', gradientType='0');
}

.GridTitle a:hover {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt; 
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: solid 1px #54754C;
	padding: 3px;
	text-decoration:none;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#A4B679', endColorStr='#637A44', gradientType='0');
}


.GridInfo {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt; 
	background-color: #FAFAD2; 
	border-bottom: solid 1px #A9A9A9;
	color: #000000;
	padding: 6px;
}

.GridInfo a, .GridInfo a:hover, .GridInfo a:visited {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt; 
}


.GridInfoGray {
	font-family: Tahoma, Arial, Helvetica;
	font-size: small; 
	background-color: #ECE9DB; 
	border-bottom: solid 1px #A9A9A9;
	color: #000000;
	padding: 3px;
}

.GridPager {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: white;
	background-color: #558097; }
	
.GridPager a {
	color: white;
	text-decoration: underline; }
	
.GridPager a:hover {
	color: white;
	text-decoration: none; }
	
.GridHeader {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #ECE9DB;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #D3D3D3;
	border-bottom: solid 1px #A9A9A9;
	padding: 3px;
}
	
.GridItem {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	background-color: #FAFCF1;
	border-bottom: solid 1px #D3D3D3;
	padding: 3px;
}	

.GridItem3Day {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	background-color: #FAFCF1;
	border-bottom: solid 1px #D3D3D3;
	color: #CC0000;
	font-weight: bold;
	padding: 3px;
}	

.GridSelected {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	background-color: #93AD70;
	border-bottom: solid 1px #D3D3D3;
	padding: 3px;
}	

.GridAlternating {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	background-color: #cece9b;
	border-bottom: solid 1px #D3D3D3;
	padding: 3px;
}	

.PagerLabel
{
	font-size: 10px;
	color: Black;
	font-family: Verdana;
	font-weight:bold;
}

.MenuHeaderExpanded {
    background-color: #6A97DB;
    border-top: 2px solid #000000;   
    border-left: 2px solid #000000;   
    border-right: 2px solid #000000;   
    border-bottom: 0px;    
    color: #FFFFFF;
    padding: 2px;
    font-weight: bold;
    cursor: hand;
}

.MenuHeaderCollapsed {
    background-color: #6A97DB;
    border-top: 2px solid #000000;   
    border-left: 2px solid #000000;   
    border-right: 2px solid #000000;   
    border-bottom: 2px solid #000000;   
    color: #FFFFFF;
    padding: 2px;
    font-weight: bold;
    cursor: hand;
}

.MenuHeaderHover {
    background-color: #6A97DB;
    border-top: 2px solid #000000;   
    border-left: 2px solid #000000;   
    border-right: 2px solid #000000;   
    border-bottom: 0px;    
    color: #D5D5A2;
    padding: 2px;
    font-weight: bold;
    cursor: hand;
}

.MenuGroup {
    background-color: #FFFFFF;
    border: 2px solid #000000;   
}

.MenuItem {
    text-align:left;
    padding: 4px;
    cursor: hand;
}

.MenuItem A:link	{	
    font-size: 9pt;
    font-weight: normal;
	text-decoration:	none;
	color:	#000000;
	}	
		
.MenuItem A:visited	{	
    font-size: 9pt;
    font-weight: normal;
	text-decoration:	none;
	color:	#000000;
	}	
		
.MenuItem A:active	{	
    font-size: 9pt;
    font-weight: normal;
	text-decoration:	none;
	color:	#000000;
	}	
		
.MenuItem A:hover	{	
    font-size: 9pt;
    font-weight: normal;
	text-decoration:	underline;
	color:	#000000;
	}

.LinkPanel
{
    padding:4px;
    border-right:1px solid #777777;
}