/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/
@charset "ISO-8859-7";

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	white-space: wrap;	
}

.dtreetext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;	
	white-space: wrap;
}


.smalllinkm:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:87a2ca;	
	white-space: wrap;	
}

	
.smalllinkm {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;	
	white-space: wrap;
	text-decoration: none;
}

.copyright{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;	
	white-space: wrap;
	text-decoration: none;
}



.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}


/*--------------------------------------------------|
|                  Zoe Thrasou                      |
|--------------------------------------------------*/

/* 
 * TABLE PROPERTIES
 */ 
 			  
table.dotted {border-bottom-style: dotted; 
			  border-right-style: dotted; 
			  border-width: 1px; 
			  border-color: #CCCCCC}
			  
table.surroundGrey {border-style: solid; 
                    border-width: 1px; 
					background-image: url(../images/backcellgradient.gif);
					border-color: #999999}
					
table.surroundReal {border-style: solid; 
                    border-width: 1px;    
					border-color: #6666FF}
					
table.surroundBlue {border-style: solid; 
                    border-width: 1px; 
					border-color: #6696BC}
					
table.surroundLightBlue {border-style: solid; 
                         border-width: 1px; 
					     border-color: #0099FF}
					
table.surroundLightPurple {border-style: solid; 
                           border-width: 1px; 
					       border-color: #663366}
					
table.surroundLightGrey {border-style: solid; 
                         border-width: 1px; 
					     border-color: #CCCCCC}															
					
table.rightdotted {border-right-style: dotted; 
				  border-width: 1px; 
				  border-color: #CCCCCC}
				  
table.fullydotted {border-style: dotted; 
				   border-width: 1px; 
				   border-color: #CCCCCC}
