@charset "utf-8";
/* CSS Document */

body{
	background-color:#FAFAFF;
}

#frame {
	
	width:760px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;	
	background-color:#FFFFFF;

	border-style:groove;
	border-width:2px;
	border-color:#888888;
	
	outline:solid;
	outline-width:1px;
	outline-color:#CCCCCC;
}

#header {
	height:200px;
	background-image:url(Graphics/Top.jpg);
	padding:0px;
	border-bottom:solid 1px;	
	border-color:#888888;
}

#language {
	
	text-align:right;
	padding:5px;
}

#navigation {
	font-family: verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position:relative;
	height:30px;
	line-height:0px;
	bottom: -141px;
}

#navigation ul {
	list-style:none;
	display:inline;

}


#navigation ul li {
	float: right;
	padding:5px;
	padding-bottom:4px;
	width:100px;	
	
	background-color:#DDDDDD;
	border:solid;
	border-color:#888888;
	border-width:1px;
	text-align:center;
	margin:1px;
}

#navigation ul li#current {

	background-color:#FFFFFF;
	padding-bottom:5px;
	border-bottom:none;
	
}


#navigation ul li a {
	center no-repeat;
	text-align:center;
	font: bold 16px verdana, lucida, sans-serif;
	text-decoration: none;
	color:#666666;
	
}

#navigation ul li a:hover {
	color:#000000;
}

#content {	
	min-height:500px;

	padding:35px;
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
}

div.imgPlaceHolder {
	text-align:center;
}

#footer {
	padding:10px;
	border-top:solid 1px #888888;
	
	text-align:center;
}

img.footer {
	border:none;
	height:50px;
	margin-right:10px;
	margin-left:10px;
}

div.newsheader {
	font: bold 10px Geneva, Arial, Helvetica, sans-serif;;
	line-height:5px;
}

#team {
	border-collapse: separate;
	border:none;
	border-spacing: 10px
	
}

#team tr td {
	vertical-align:top;
	border:none;
}

div.name {
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
}

ul.tasks {

}

tr.header {
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
}

/* ***************************** SLIMBOX ***************************** */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
  background: #fff url(../Graphics/Slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../Graphics/Slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../Graphics/Slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../Graphics/Slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}