div.column {
	float: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.rightMargin {
	width: 100%;
}

div.row {
	clear: both;
	text-align: left;
	margin: 0.5em;
}

.hiddenMCE {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	width: 0px;
	height: 0px;
}

.customTextEditor {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.customText {
	padding: 5px;
	padding-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
}

.newslistMargin {
	margin-left: 31px;
	margin-right: 31px;
}

.adminPanel {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 1px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #AACCEE;
	border-width: 1px;
}

.adminPanelEdit {
	width: 100%;
	text-align: left;
	font-weight: bold;
	color: #335599;
	background-color:#BCBEC0
}

.panelButton {
	background-color: #FFF;
	border: outset 1pt #000;
	margin: 0px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	height: 20px;
	color: #335588;
	overflow: visible;
	padding: 0px 5px;
}

.divHeaderPrint {
	display: none;
}

.divHeader {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

.divContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 911px;
	text-align: left;
	clear: both;
	border-top: solid 1px #AACCEE;
}

.divFooter {
	clear: both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
}

div.rightBorder {
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #AACCEE;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.left {
	width: 25%;
}

div.right {
	width: 66%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.divRightHeader {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #AACCEE;
	margin-left: 5px;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.pmButton {
	border: 1pt outset #AAABED;
	color: #2D4E70;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	width: 20px;
}

.divMain {
	position: relative;
	margin: 0px 0px 0px 5px;
}

.adminBtnEdit {
	background: #C6E2FF url(../img/properties_change.gif) no-repeat top
		center;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	color: #1155AA;
}

a.adminBtnPreview {
	background: #C6E2FF url(../img/link_extern_results.gif) no-repeat top
		center;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	color: #1155AA;
}

.clear {
	clear: both;
	content: '[DUMMY CONTENT]';
	display: block;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}

a.rss {
	display: block;
	float: right;
	height: 16px;
	width: 32px;
	background-image: url(../img/rss.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin: 1% 1% 0% 1%;
}

/* TODO [lla] remove everything below this after replacing the static text footer */
#footer {
	width: 760px;
	height: 90px;
	text-align: center;
}

.entranceCounter {
	text-align: right;
	color: #aaaaff;
	font-size: 9px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

table.footer {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	border: 0px;
	color: #262626;
}

.simpleColumn {
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: transparent;
	font-family: Verdana;
	font-size: 8pt;
	width: auto;
}


.inputText {
	font-family: Verdana;
	font-size: 9pt;
	color: #334477;
	padding-left: 2px;
}

.iText {
	padding: 0px 2px;
	margin: 2px 5px 2px 5px;
	height: 16px;
	color: #113355;
	border: solid 1px #99BBDD;
	font-family: Verdana;
	font-size: 8pt;
}

.editData {
	background-color: #f5f5f5;
	margin: 0px 0px 8px 0px;
	border: solid 1px #bbb;
	padding-top: 2px;
}

.formMargin {
	margin: 0px;
	padding: 0px;
}

.wrapper:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wrapper {
	display: inline-block;
	width: 100%;
	padding-top:15px;
}

.wrapperQuestionaire{
	display: inline-block;
	width: 75%;
	padding-top:0px;
}

.tableMargin {
	margin: 0pt;
	padding: 0pt;
}

.divHeaderButtons {
	text-align: left;
}

.linkTable {
	position: absolute;
	bottom: 2pt;
	right: 2pt;
	background-color: #FFF;
	border: solid 1px #ACE;
	opacity: .75;
	filter: alpha(opacity = 75);
}

.blockInfo {
	color: red;
	width: 150px;
}

.unBlockInfo {
	color: blue;
	width: 150px;
}

.userBlockInfo {
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 150px;
	height: 16px;
	text-align: center;
	color: red;
}

/* Author: mcl */

/* General */

body {
	text-align: center;
	background-color: #86B9D3;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/general/kbpnMainPicture.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 0px;
	position: relative; 
	font-family: Trebuchet MS;

}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 911px;
	right: 8px;
	top: 969px;
	height: auto;
	text-align: left;
	z-index: 1;
	//display:none;
}

.setRight {
	float: right;
	text-align: right;
}

.setFloatRight {
	float: right;
}

.setLeft {
	float: left;
	text-align: left;
}

.setFloatLeft {
	float: left;
}

.setBlock {
	display: block;
}

.setClear {
	clear: both;
}

.setAuto {
	height: auto;
	width: auto;
}

.clearMarg {
	margin: 0px;
}

/* Left Boxes */

.leftContent {
	width: 249px;
	position: relative;
	min-height: 500px;
 	height: auto !important;
  	position: relative;
	z-index: -1;
}

.boxTopComponent {
	width: 249px;
	height: 10px;
}

.boxCornerTopLeft {
	width: 20px;
	height: 10px;
	background-image: url(../img/leftBoxes/boxCorTopLeft.png);
	background-repeat: no-repeat;
}

.boxTop {
	width: 209px;
	height: 10px;
	background-image: url(../img/leftBoxes/boxTop.png);
	background-repeat: no-repeat;
}

.boxCornerTopRight {
	width: 20px;
	height: 10px;
	background-image: url(../img/leftBoxes/boxCorTopRight.png);
	background-repeat: no-repeat;
}

.boxMiddleComponent {
	width: 249px;;
	height: auto;
	background-color: #00466A;
}

.boxMiddleLeftGrad {
	background-image: url(../img/leftBoxes/boxGradLeft.png);
	background-repeat: repeat-y;
	background-position: left;
}

.boxMiddleRightGrad {
	background-image: url(../img/leftBoxes/boxGradRight.png);
	background-repeat: repeat-y;
	background-position: right;
}

.boxCornerBottomLeft {
	width: 20px;
	height: 10px;
	background-image: url(../img/leftBoxes/boxCorBottomLeft.png);
	background-repeat: no-repeat;
	float: left;
}

.boxBottom {
	width: 209px;
	height: 10px;
	background-image: url(../img/leftBoxes/boxBottom.png);
	background-repeat: no-repeat;
}

.boxCornerBottomRight {
	width: 20px;
	height: 10px;
	background-image: url(../img/leftBoxes/boxCorBottomRight.png);
	background-repeat: no-repeat;
}

.boxMiddleBottom {
	width: 209px;
	height: 10px;
	background-image: url(../img/leftBoxes/boxMiddleBottom.png);
	background-repeat: no-repeat;
}

.boxCornerBottomMiddleLeft {
	width: 20px;
	height: 10px;
	background-image: url(../img/leftBoxes/boxCorBottomMiddleLeft.png);
	background-repeat: no-repeat;
	float: left;
}

.boxCornerBottomMiddleRight {
	width: 20px;
	height: 10px;
	background-image: url(../img/leftBoxes/boxCorBottomMiddleRight.png);
	background-repeat: no-repeat;
}

.boxSetSize {
	width: 20px;
	height: 143px;
}

.boxSetMiddleSize {
	width: 229px;
}

.boxBottomComponent {
	width: 249px;
	height: 10px;
}

.boxTitle {
	color: #25AAE1;
	font-weight: bold;
	line-height: 30px;
}

.boxTitleGray {
 	color: #a7a9ac;
 	font-weight: bold;
 	line-height: 30px;
 	padding-left: 3px;
}

.boxTxt {
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	color: #FFFFFF;
}

/* Main Baner */

.banerContent {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	height: 100px;
}

#mainBaner, #mainBaner img { 
	width: 810px; 
	height: 100px; 
	margin: 0px;
	padding: 0px; 
}

.svImgButton {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	width: 100px;
	height: 20px;
	background: #ffffff url(../img/banerEdit/saveChanges.png) no-repeat scroll right center;
	background-repeat: no-repeat;
	background-position: right center;
	margin: 10px 0px 8px 0px;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

/* Top Bookmarks */

.bookmarkFont {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

.bookmarkFontBlack {
	color: #000000;
	text-align: center;
}

/* Search and Login Area */

.formYellowLogin {
	background-color: #FFCB05;
	background-image: url(../img/general/yellTopCorners.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute; 
	top: 35px; 
	left: -611px;  
	height: 122px;
	width: 810px;
	z-index: 100;
	display: none;
	}

.formYellowSearch {
	background-color: #FFCB05;
	background-image: url(../img/general/yellTopCorners.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute; 
	top: 35px; 
	left: -699px;  
	height: 122px;
	width: 810px;
	z-index: 100;
	display: none;
	}
.yellInputLeftEdge {
	width: 3px;
	height: 22px;
	background-image: url(../img/general/yellInputLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute; 
	left: 214px;  
}
	
.yellInputField {
	width: 267px;
	height: 21px;
	background-color: #FFFFFF;
	border-top: 1px solid #B1B3B6;
	border-bottom: 1px solid #B1B3B6;
	padding: 0px;
	border-left: 0px;
	border-right: 0px;
	position: absolute; 
	left: 217px;  
}
	
.yellInputRightEdge {
	width: 3px;
	height: 22px;
	background-image: url(../img/general/yellInputRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;  
	left: 484px;  
}
	
.yellFont {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	color: #939598;
	}

.closeYellContent {
	width: 11px;
	height: 11px;
	background-image: url(../img/general/yellClose.png);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	position: absolute; 
	top: 10px; 
	right: 10px;  
}

.yellButtonLeft {
	width: 85px;
	height: 20px;
	background: transparent url(../img/general/yellButLeft.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	color: #FFFFFF;
	cursor: pointer;
	position: absolute; 
	top: 0px; 
	right: 0px;  
	padding: 0px;
}

* html .yellButtonLeft {
	padding: 0px 3px 0px 3px;
}

.yellButtonRight {
	width: 85px;
	height: 20px;
	background: #4D4D4F url(../img/general/yellButRight.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	border: 0px;
	position: absolute;  
	top: 74px; 
	right: 29px;
}  

/* WorkSpace */

.workSpaceLeftGrad {
	background-color: #FFFFFF;
	background-image: url(../img/workSpace/workSpaceGradLeft.png);
	background-repeat: repeat-y;
	background-position: left;
}

.workSpaceLeftGradSpace {
	width: 249px;
	height: auto;
}

.workSpaceBottomLeftCor {
	width: 82px;
	height: 30px;
	background-color: #86B9D3;
	background-image: url(../img/workSpace/workSpaceCorBottomLeft.png);
	background-repeat: repeat-y;
	background-position: right;
}

.workSpaceTopLeftCor {
	width: 95px;
	height: 41px;
	background-color: transparent;
	background-image: url(../img/workSpace/workSpaceCorTopLeft.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.workSpaceTopRightCor {
	width: 42px;
	height: 41px;
	background-color: transparent;
	background-image: url(../img/workSpace/workSpaceCorTopRight.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.workSpaceBottomGrad {
	background-color: #FFFFFF;
	background-image: url(../img/workSpace/workSpaceGradBottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.workSpaceContent {
	background-color: #FFFFFF;
	position: relative;
	width: 611px;
	min-height: 1057px;
 	height: auto !important;
  	height: 1057px;
}

.wrcSpcLeftWrapper {
	width: 31px;
	min-height: 73px;
 	height: auto !important;
  	height: 73px;
}

.wrcSpcTitle {
	width: 471px;
	height: 49px;
	margin: 46px 0px 40px 0px;
	font-family: Trebuchet MS;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	color: #173778;
}

.wrcSpcNews {
	width: 611px;
	height: auto;
}

.printContent {
	padding-top:30px;
	width: 130px;;
	height: 19px;
	float:right;
	clear:both;
	padding-right:40px; 
}

.printLink {
	text-decoration: none;
	color: #6D6E71;
	font-size: 13px;
	text-align: left;
	height: auto;
	width: auto;
	cursor: pointer;
}

.printSetSize {
	height: auto;
	width: 72px;
	text-align: center;
}	

.divPrint {
	width: 16px;
	height: 19px;
	background-image: url(../img/icons/printer.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}

.divPrintAll {
	width: 29px;
	height: 19px;
	background-image: url(../img/icons/printerAll.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}

.setSizeWorkSpaceBottomGrad {
	width: 611px;
	height: 20px; 
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-bottom: 2px solid #86B9D3;
}

/* Site buttons*/

.siteButtonsContent {
	width: 51px;
	position: relative;
	background-color: transparent;
	min-height: 1057px;
 	height: auto !important;
  	height: 1057px;
}

.siteButtonsTop {
	width: 51px;
	height: 37px;
	background: transparent url(../img/siteButtons/siteButt_00.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.siteButton_01_SetSize {
	width: 51px;
	height: 86px;
	background-color: #FFFFFF;
}

.siteButton_01 {
	text-decoration: none;
	cursor: pointer;
	height: 86px;
	width: 35px;
}

.siteButton_01_top {
	width: 35px;
	height: 20px;
	background: transparent url(../img/siteButtons/siteButt_01.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

.siteButton_01_middle {
	width: 35px;
	height: 46px;
	background: transparent url(../img/siteButtons/siteButt_01_Grad.png);
	background-repeat: repeat-y;
	background-position: right top;	
}

.siteButton_01_bottom {
	width: 35px;
	height: 20px;
	background: transparent url(../img/siteButtons/siteButt_02.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.siteButton_01_02_middle{
	width: 51px;
	height: 9px;
	background: #FFFFFF url(../img/siteButtons/siteButt_03.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.siteButton_02_SetSize {
	width: 51px;
	height: 105px;
	background-color: #FFFFFF;
}

.siteButton_02 {
	text-decoration: none;
	cursor: pointer;
	height: 105px;
	width: 35px;
}

.siteButton_02_top {
	width: 35px;
	height: 15px;
	background: transparent url(../img/siteButtons/siteButt_04.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.siteButton_02_middle {
	width: 35px;
	height: 75px;
	background: transparent url(../img/siteButtons/siteButtGrad.png);
	background-repeat: repeat-y;
	background-position: right top;	
}

.siteButton_02_bottom {
	width: 35px;
	height: 15px;
	background: transparent url(../img/siteButtons/siteButt_05.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.siteButton_02_03_middle{
	width: 51px;
	height: 10px;
	background: #FFFFFF url(../img/siteButtons/siteButt_06.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.siteButton_03_SetSize {
	width: 51px;
	height: 146px;
	background-color: #FFFFFF;
}

.siteButton_03 {
	text-decoration: none;
	cursor: pointer;
	height: 146px;
	width: 35px;
}

.siteButton_03_top {
	width: 35px;
	height: 15px;
	background: transparent url(../img/siteButtons/siteButt_07.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.siteButton_03_middle {
	width: 35px;
	height: 116px;
	background: transparent url(../img/siteButtons/siteButtGrad.png);
	background-repeat: repeat-y;
	background-position: right top;
}

.siteButton_03_bottom {
	width: 35px;
	height: 15px;
	background: transparent url(../img/siteButtons/siteButt_08.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.siteButtonFont {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	-moz-transform: rotate(90deg);	
	-webkit-transform: rotate(90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	width: 35px;
	height: auto;
	text-align: center;
	position: absolute;
}

.siteButton_01_Align {
	left: 18px;
	top: 69px;
}

* html .siteButton_01_Align {
	left: 26px;
	top: 62px;
}

.siteButton_02_Align {
	left: 18px;
	top: 160px;
}

* html .siteButton_02_Align {
	left: 26px;
	top: 151px;
}

.siteButton_03_Align {
	left: -25px;
	top: 312px;
	width: 120px;
}

* html .siteButton_03_Align {
	left: 26px;
	top: 262px;
}

.workSpaceRightGrad {
	background-color: #FFFFFF;
	background-image: url(../img/workSpace/workSpaceGradRight.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 30px;
	min-height: 632px;
	height: auto !important;
	height: 632px;
}

.workSpaceBottomRightCor {
	height: 30px;
	width: 30px;
	border-bottom: 2px solid #86B9D3;
	background-image: url(../img/workSpace/workSpaceCorBottomRight.png);
	background-position: right top;
	background-repeat: no-repeat;
}

	
/* Footer */

.bottomContent {
	position: relative; 
	top: 209px; 
	width: auto; 
	height: auto;
}

.mainFooter {
	clear: both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	height: 106px;
}

.footerTop {
	width: 810px;
	height: 61px;
	float: right;
	clear: both;
	margin: 15px 0px 0px 0px;
	background-color: #F1F1F2;
	font-family: Trebuchet MS;
}

.footerCornerLeftTop {
	width: 35px;
	height: 61px;
	background-image: url(../img/footer/footerCornerLeftTop.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

.eu {
	width: 76px;
	height: 61px;
	background-image: url(../img/footer/eu.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

.euText {
	width: 311px;
	height: 42px;
	color: #414042;
	float: left;
	text-align: left;
	font-size: 9.5px;
	margin: 9px 0px 10px 0px;
	line-height: 10.5px;
}

.bip {
	width: 118px;
	height: 42px;
	background-image: url(../img/footer/bip.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	display: block;
	margin: 10px 0px 0px 0px;
}

.copyrightText {
	width: 187px;
	height: 34px;
	color: #414042;
	float: right;
	text-align: right;
	font-size: 10px;
	margin: 9px 0px 18px 0px;
	line-height: 15px;
}

.footerCornerRightTop {
	width: 40px;
	height: 61px;
	background-image: url(../img/footer/footerCornerRightTop.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
}

.footerBottom {
	width: 810px;
	height: 45px;
	float: right;
	clear: both;
	background-color: #003859;
	font-family: Trebuchet MS;
}

.footerCornerLeftBottom {
	width: 35px;
	height: 45px;
	background-image: url(../img/footer/footerCornerLeftBottom.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

.footerLink {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 17px 0px 0px 0px;
}

.footerContentLinkLeft {
	width: 298px;
	height: 45px;
	float: left;
}

.footerContentLinkRight {
	width: 198px;
	height: 45px;
	float: left;
}

.footerCornerRightBottom {
	width: 40px;
	height: 45px;
	background-image: url(../img/footer/footerCornerRightBottom.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
}
#up-center-white {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../img/general/centerUpMainContent.png) repeat-x scroll 0 0;
	height:20px;
	width:795px;
}

.searchRightLine {
	position:absolute;
	background-color:#FFCB05;
	width:6px;
	height:116px;
	top:0px;
}
.hide {
	display: none;
}

img.icon {	
	margin-left: 0pt;
	vertical-align: middle;
	margin-right: 5pt;
}

.margin0 {
  margin-left: 0px;
  margin-right: 0px;
}

.workSpaceContentHTML {
	background-color: #FFFFFF;
	position: relative;
	width: 611px;
	min-height: 350px;
 	height: auto !important;
  	height: 400px;
}

.setLeftHelp {
	float:left;
	text-align:center;
}

.version {
	font-size:12px;
	height:auto;
	margin-right:30px;
	margin-top:40px;
	text-align:right;
	width:auto;
}
