/* CSS Document */

/*Title Bar*/

#topleftcorner-board {
	background-image: url(images/boardcontainertopL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}

#toprightcorner-board {
	background-image: url(images/boardcontainertopR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
#topmiddle-board {
	background-color: #d7e6e4;
	height: 25px;
/*	float: left;*/
}

#bottomleftcorner-board {
	background-image: url(images/boardcontainerbottomL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottomrightcorner-board {
	background-image: url(images/boardcontainerbottomR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottommiddle-board {
	background-color: #d7e6e4;
	height: 20px;
}

#contentleft-board {
	background-color: #d7e6e4;
}

#contentright-board {
	background-color: #d7e6e4;
}

#topleftcorner-boardDK {
	background-image: url(images/boardcontainertopL-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}

#toprightcorner-boardDK {
	background-image: url(images/boardcontainertopR-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
#topmiddle-boardDK {
	background-color: #006666;
	height: 25px;
/*	float: left;*/
}

#bottomleftcorner-boardDK {
	background-image: url(images/boardcontainerbottomL-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottomrightcorner-boardDK {
	background-image: url(images/boardcontainerbottomR-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottommiddle-boardDK {
	background-color: #006666;
	height: 20px;
}

#contentleft-boardDK {
	background-color: #006666;
}

#contentright-boardDK {
	background-color: #006666;
}

.BoardContainerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 13px;
	padding-bottom: 5px;
}

.BoardDKContainerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 13px;
	padding-bottom: 5px;
}

.AlignLeft-board {
	text-align: left;
}

.AlignRight-board {
	text-align: right;
}

/*Container*/

.BoardContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	padding-bottom: 5px;
}

A.BoardContainerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.BoardContainerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.BoardContainerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

A.BoardContainerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

.BoardDKContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	padding-bottom: 5px;
}

A.BoardDKContainerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	line-height: 14px;
}

A.BoardDKContainerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	line-height: 14px;
}

A.BoardDKContainerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #c0512e;
	line-height: 14px;
}

A.BoardDKContainerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #c0512e;
	line-height: 14px;
}

/*Module Actions*/

.BoardActionButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}

