
.mainBody { 
}

.windowBody { 
} 

/*****************************************************************************/

div.tabArea {
	color:					#666666;
	font-size: 			8pt;
	font-weight: 		bold;  
	text-transform: lowercase; 
}

a.tab, a.tab:visited {
  	color: 					#666666;
}

/*****************************************************************************/

.listBody {
	margin:					0px 0px 0px 0px;
	background-color: 		transparent;
	scrollbar-base-color: 	#cccccc;
}

.listElement {
	width:					98%;
	cursor:					pointer;
	font-family:			Tahoma;
	font-size: 				10pt;
	font-weight:			normal;
	padding:				4px;
	border-bottom: 			1px solid #CCCCCC;
}

.firstListElement {
	border-top: 			1px solid #CCCCCC;
}

.listTable {
	height: 				100%;
	min-height:				100%;
}

.listFrame {
	height: 				100%;
	min-height:				100%;		
}
.even {
            background-color:                      #EBEBEB;
}
.odd {
            background-color:                      #DDDDDD;
} 


/*****************************************************************************/

.sectionName {
	font-family:			tahoma;
	font-size:				8pt;
	font-weight:			bold;
	font-variant:			normal;
	text-transform: 		lowercase; 	
}

.sectionLabel {
 	position: 				relative; 
 	top: 					-8px;
}

.sectionNew {
	color:					#EBEBEB;
}

.sectionUpdated {
	color:					#666666;
}

.sectionCurrent {
	color:					#aaaaaa;
}

/*****************************************************************************/

.number {
	width:					20;
	height:					28;	
	margin-right:			3px;	
	padding-top:			7px;
	background-repeat: 		no-repeat;		
}

/*****************************************************************************/

.number01 {
	background-image:		url(images/num_01.gif);
}
.number02 {
	background-image:		url(images/num_02.gif);
}
.number03 {
	background-image:		url(images/num_03.gif);
}
.number04 {
	background-image:		url(images/num_04.gif);
}
.number05 {
	background-image:		url(images/num_05.gif);
}
.number06 {
	background-image:		url(images/num_06.gif);
}
.number07 {
	background-image:		url(images/num_07.gif);
}
.number08 {
	background-image:		url(images/num_08.gif);
}
.number09 {
	background-image:		url(images/num_09.gif);
}
.number10 {
	background-image:		url(images/num_10.gif);
}

/*****************************************************************************/

.duckLabel {
	font-family: 			tahoma;
	font-size:				8pt;
	font-weight:			bold;
	width:					66px;	
	cursor:					pointer;		
	text-align: 			center;
	padding-top: 			53px;	
	margin:					0px;
	margin-left:			6px;		
	margin-right:			5px;		
}

.infoString {
	font-family: 			tahoma;
	font-size:				8pt;	
	color:					black;	
}