/*-------------------------------------*/
#wrapper 
{ 
	text-align: left;
	margin:     0 auto; 		
}
body 
{ 	
	text-align: center;
	margin: 0px 5px 0px 5px;
	font-family: verdana;    		
}
.toplevel {	margin-top: 10px;			}
.leftside {	padding: 0 10px;			}
/*-------------------------------------*/
ul 
{ 
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray; 
	width: expression('100%'); 
}
li 
{ 
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray; 
}

div.navigation 
{
	margin: 0 10px 0 0;
	width:  200px;      
}
					
ul.navigation 
{	
	background-color:#2e6669;
	font:       bold 10px Verdana;
	list-style: none;
	border:     0px;
	width:      100%;
	padding:    0;
	margin:     0;
	color:      white;	
}
					
ul.navigation li 
{
	padding: 	2px 0;
	margin: 	0;
	color: 		white;	
}
					
a.navigation:link,
a.navigation:visited
{
	display: block;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	color: white;		
}
				
a.navigation:hover 
{
	display: 	block;
	color: white;
	background-color: #7bc2c6;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #600;
	background-color: #D77;
					
	text-decoration: none;
	padding-top: 	0;
	padding-bottom: 0;	
}
a.navigation:active
{
	display: 	block;
	text-decoration: none;
	color: black;		
}
					
a.navigation_selected:link,
a.navigation_selected:visited,
a.navigation_selected:hover,
a.navigation_selected:active 
{
	border-top: 2px solid #600;
	border-bottom: 2px solid #600;
	color: white;
	background-color: #D77;
	text-decoration: none;	
}

li.navigation_1 { 	border-color: #2e6669; background-color: #2e6669; font-size:10px; }
li.navigation_2 { 	border-color: #3f8b8f; background-color: #3f8b8f; font-size:9px;  }
li.navigation_3 { 	border-color: #54afb4; background-color: #54afb4; font-size:9px;  }
li.navigation_4 { 	border-color: #7bc2c6; background-color: #7bc2c6; font-size:9px;  }
					
a.navigation_1 { 	display: block; padding-left:10px; }
a.navigation_2 { 	display: block; padding-left:20px; }
a.navigation_3 { 	display: block; padding-left:30px; }
a.navigation_4 { 	display: block; padding-left:40px; }
/*-------------------------------------*/
table.content 
{
	text-align: left;
	font: 	 12px verdana;
	padding: 0;			
}

tr.content_header 
{ 
	background-color: #6699CC;
	font-weight: bold;
	color: #000033;		
}
tr.box_header td,
tr.content_header td 
{  
	padding: 2px 5px 4px;
	/*border-bottom: 5px double black; */
}

tr.content_header_light 
{
	background-color: #eeeeee;
	font-weight: bold;	
}

td.head 
{
	color: white;
	font-weight: 600;
	/*font-style: italic;*/
	text-align: right;
	padding: 3px 20px;
	background-color: #6699CC; 
}

td.content 
{		
	font: 	12px verdana;
	background-color: white;
	vertical-align:	  top;
	padding: 	10px;
	text-align: justify;
}

tr.lastrow 
{	
	background-color: #6699CC;
	padding: 2px 2px 4px; 
}
tr.lastrow td {	/*border-top: 5px double #142751; */}
/*-------------------------------------*/
.row_1 { background-color: white;   }
.row_2 { background-color: #DEDEDE; }

.col_1 { padding: 0 6px; text-align: right; }
.col_2 { padding: 0 6px; text-align: right; }

/*
.border_top    { padding-top:    7px; background: white url('APP_IMAGES_DIRdot.gif') repeat-x top right;    }
.border_bottom { padding-bottom: 7px; background: white url('APP_IMAGES_DIRdot.gif') repeat-x bottom right; }
.border_right  { padding-right:  7px; background: white url('APP_IMAGES_DIRdot.gif') repeat-y top right;    }*/
/*-------------------------------------*/
.field 
{ 
	font-style: italic;
	border-bottom: 6px solid white;
	text-align:  right;
	vertical-align: top;
	white-space: nowrap;
	padding: 7px 20px 3px 0;
	margin: 2px 0;
	/*background: white url('APP_IMAGES_DIRgreybracket.gif') no-repeat 100% 0;*/
}

/* ----------------------------------------- */
.box 
{ 
	border: 2px solid black;
	padding: 0; 
}
.box_header 
{
	/*border-bottom: 5px double black; */
	background-color: #6699CC; 
	text-align: left;
	font-weight: bold; 
	margin-bottom: 5px;
	padding: 2px 5px; 
}
