/*	body */
.mainarea {
		background-color:#ffffff;
		color: #000000;
		font-size:10pt;
		font-family:Verdana;
		margin: 0px;
		background: url(gfx/background.jpg);
	}

/*	main table middel */
.mainText
{
}

.logoArea
{
	background: url(gfx/headBackground.jpg);
	background-position: bottom;
	padding-left:10px;
}

.theLogo
{
	width: 180px;
	height: 78px;
}

.headArea
{
	height: 80px;
	width:100%;
	background-color:#606070;
	color:#ffffff;
	background: url(gfx/headBackground.jpg);
	background-position: bottom;
}
	
/* main table left */
.leftBorder
{
		width:130px;
		height:100%;
		color:#FFFFFF;
		margin:0px;
		padding:2px;
		padding-top:0px;
		background-color:#606070;
}

/*	outter box style */
.box
{
	position:relative;
	width:90%;
	background-color:#000000;
}

/* rounds ... */
.boxol
{
	background: url(gfx/edge/l3.png) no-repeat top left; 
}

.boxor
{
	background: url(gfx/edge/l4.png) no-repeat top right; 
}

.boxul
{
	background: url(gfx/edge/l2.png) no-repeat bottom left; 
}

.boxur
{
	background: url(gfx/edge/l1.png) no-repeat bottom right; 
}

/*	inner text of a box */
.boxText
{
   padding: 5px;
   padding-top: 40px;
   padding-bottom: 20px;
	background-color:#e0e0f0;
}

/*	head of box */
.boxHeader
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	color:#ffffff;
	background-color:#606070;

	font-family: Verdana;
	font-size:16pt;
	text-align:center;
}

/*	footer of the box */
.boxFooter
{
	position:absolute;
	bottom:-1px;
	left:0px;
	width:100%;
}


.powered
{
		position:absolute;
		bottom:10px;
		left:5px;
		font-family:Verdana;
		font-size:7pt;
		text-align:center;
}

.homelogo
{
		border-width:1px;
		border-style:solid;
		border-color:#ffffff;
		width:50px;
		height:50px;
}

.imageStyle
{
/*		width:120px;
		height:90px; */ 
		float:right;
		margin-left:10px;
		margin-bottom:10px;
}

.orgSmallStyle
{
		width:30px;
		height:30px;
		vertical-align:middle;
}

.projectImage
{
	width: 140px;
	height: 100px;
}

.coverImage
{
	width: 71px;
	height: 100px;
}

.NewsTitle
{
	font-size:10pt;
	font-weight:bold;
	background-color:#d0d0e0;
	wídth:100%;
	padding: 5px 5px 0px 5px;
}

.NewsIntro
{
	background-color:#d0d0e0;
	padding: 0px 5px 5px 5px;
}

.langArea
{
	width: 35px;
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
	text-align:center;
}


.memberLogoBlock
{
	height:90px;
	width:140px;
	float:right; 
	margin-left:10px; 
	margin-bottom:10px;

	background-color:#ffffff;
}

.memberAddr
{
	display:block;
}

.tdspace
{
	padding: 5px 5px 5px 5px;
}

.linksTable
{
	width: 100%;
}

.linkName2
{
		padding-left: 5px;
		padding-right: 15px;
}

.linkName
{
		font-size:10pt;
		padding-left: 5px;
		padding-right: 15px;
}

.datePDate
{
		font-size:12pt;
}

.smallText
{
		font-size:7pt;
}





.linkRow1
{
		background-color:#e0e0f0;
}

.linkRow2
{
		background-color:#d0d0e0;
}



.prow1
{
		background-color:#ffffff;
		color:#000000;
}

/*	admin rows ... */
.prow2
{
		background-color:#cccccc;
		color:#000000;
}

.newsDate
{
	font-size: 80%;
}

.price
{
	font-family: Verdana;
	font-size:14pt;
	text-align:center;
}




.infoBox {

		border-width:1px;
		border-style:solid;
		border-color:#ffffff;

		background-color:#283B5b;

		font-family: Verdana;
		font-size:8pt;
		margin-left:  9px;
		margin-right: 9px;
		padding: 4px;
	}

.projectOrg
{
		font-size: 110%;
		font-weight: 600; 
}

.errorText {
		text-align:center;
		background-color:#ffffff;
		color:#ff0000;
		font-family:Verdana;
		font-size:12pt;
		border-width:1px;
		border-style:dotted;
		border-color: #ff0000;
	}

.small	{
		font-family:Verdana;
		font-size:8pt;
	}

.border {

		border-right-width:2px;
		border-right-style:dashed;
		border-right-color:#ffffff;
		padding-right:10px;

	}

h1 {
		font-size: 150%;
		border-color:#900000;
		border-left-width:6px;
		border-left-style:solid;
		padding-left: 6px;
   }
h2 {
		font-size: 130%;
		border-color:#900000;
		border-left-width:6px;
		border-left-style:solid;
		padding-left: 6px;
   }
h3 {
		font-size: 110%;
		border-color:#900000;
		border-left-width:3px;
		border-left-style:solid;
		padding-left: 3px;
   }
h4 {
		font-size: 110%;
		border-color:#900000;
		border-left-width:1px;
		border-left-style:solid;
		padding-left: 1px;
		
   }


p,
td	{
		font-size:9pt;
	}


/*	admin rows ... */
.row1
{
		background-color:#aaaaff;
}

/*	admin rows ... */
.row2
{

}

/*	admin rows ... */
.row3
{
		background-color:#777777;
}

/*	normal link */
a {
		text-decoration: none ;
		font-size:10pt;
		font-family: monospace;
	}
a:link,
a:visited 	{ font-weight:100; color:#a02222; }
a:hover,
a:active,
a:focus 	{ font-weight:300; color:#22a022; }

/*	change langauge link */
a.lang {
		text-decoration: none ;
		font-size:8pt;		
		font-family:Verdana;

	}
a.lang:link,
a.lang:visited 	{ font-weight:100; color:#FFFFFF; }
a.lang:hover,
a.lang:active,
a.lang:focus 	{ font-weight:300; color:#000000; background-color:#ffffff; }



/* menu style */
a.menu,
a.menu:visited,
a.menu:focus,
a.menu:link
		{
			display:block;
			width:100px;
			height:23px;

			color:#eeeeee;
			text-align:center;
			vertical-align:middle;
			text-decoration:none;
			font-family: Verdana;
			font-weight:400;
			font-size:10pt;

			padding-top:2px;

			background-image:url('gfx/menu-up.gif');
		}

a.menu:active,
a.menu:hover	{
			color:#ffffff;
			background-image:url('gfx/menu-down.gif');
		}

.menuSel
{
			display:block;
			width:100px;
			height:23px;

			text-align:center;
			vertical-align:middle;
			text-decoration:none;
			font-family: Verdana;
			font-weight:400;
			font-size:10pt;
			padding-top:2px;

			color:#ffffff;
			background-image:url('gfx/menu-down.gif');
}

/*	 submenu ... mainly admin */
a.submenu,
a.submenu:visited,
a.submenu:focus,
a.submenu:link
		{
			display:block;
			width:70px;
			height:18px;;
			
			text-align:center;
			vertical-align:middle;
			margin-bottom:4px;

			font-weight:100;
			color:#ffffff;
			text-decoration:none;
			font-family: Verdana;
			font-size:7pt;
			background-image:url('gfx/submenuBackground.png');
		}

a.submenu:active,
a.submenu:hover	{
			margin-bottom:0px;
			font-weight:100;
			color:#ffffff;
			text-decoration:none;
			font-family: Verdana;
			font-size:7pt;
			background-image:url('gfx/submenuBackground.png');
			border-bottom-width:4px;
			border-bottom-style:solid;
		}
		
.submenuSel
{
			display:block;
			width:70px;
			height:18px;
			
			text-decoration:none;
			text-align:center;
			vertical-align:middle;
			
			color:#ffffff;
			
			font-weight:400;
			font-family: Verdana;
			font-size:7pt;
			
			border-bottom-width:4px;
			border-bottom-style:solid;
			border-bottom-color:#900000;

			background-image:url('gfx/submenuBackground.png');
}		

/* menu2 style */
a.menu2,
a.menu2:visited,
a.menu2:focus,
a.menu2:link
		{
			display:block;
			width:80px;
			height:18px;;
			
			text-align:center;
			vertical-align:middle;

			font-weight:400;
			color:#000000;
			text-decoration:none;
			font-family: Verdana;
			font-size:7pt;
			background-image:url('gfx/menu2Background.png');

			margin-left:4px;
			margin-bottom:5px;
			margin-right:15px;
		}

a.menu2:active,
a.menu2:hover	{
			
			margin-left:0px;
			border-left-width:4px;
			border-left-style:solid;
			border-left-color:#fff;
		}
		
.menu2Sel
{
			display:block;
			width:80px;
			height:18px;
			
			text-decoration:none;
			text-align:center;
			vertical-align:middle;
			
			color:#000000;
			
			font-family: Verdana;
			font-size:7pt;
			
			border-left-width:4px;
			border-left-style:solid;
			border-left-color:#900000;
			
			background-image:url('gfx/menu2Background.png');

			margin-bottom:5px;
			margin-right:15px;
}


