/* Default CSS file */

/* HTML Elements */
html{
	margin: 0;
	padding: 0;
}


body{
	font-family:Tahoma;
	font-size:14px;
	color:#232323;
	background-color: #898989;
}

a{
	text-decoration:none;
	color: black;
}

a:hover{
	text-decoration:underline;
	color: #5F5346;
}

img{
	border:none;
}

table{
	font-size:11px;
}

h1{
	font-size:14px;
	font-weight:bold;	
}

th{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #232323;
}

/* ID's */

#horizon{
	position:absolute;
	left:50%;
	top:20px;
	width:967px;
	margin-left:-480px;
	background-repeat: no-repeat;
}

#contentContainer{
	position:relative;
	float:left;
	width:965px;
	border-left:1px solid white;
	border-right:1px solid white;	
}

#menuContainer{
	border-right:1px solid white;
	width:160px;	
}

#menuContent{
	height:100%;
	width:160px;
	position:absolute;
	color:white;
}

#menuHeader{
	width:160px;
	height:40px;
	border-bottom:1px dashed white;
}

#menuHeaderContent{
	padding-left:10px;
	font-weight:bold;
	font-size:12px;
	padding-top:20px;	
}

#kiwaContainer{
	position:relative;
	top:160px;
	width:160px;
	border-top:1px solid white;
}

#textContainer{
	font-size:14px;
	border-left:1px solid white;
	height:480px;
}

#textContent{
	padding:10px;
}

#footer{
	position:relative;
	float:left;	
	background-color:white;
	height:60px;
	width:967px;
}

#footerContentLeft{
	position:relative;
	float:left;
	width:49%;	
}

#footerContentRight{
	position:relative;
	float:left;
	width:50%;
	text-align:right;	
}

#footerContentLeftText{
	padding:10px;
	font-size:10px;
}

#footerContentRightText{
	padding:10px;
}

#menuItemsContainer{
	padding-top:15px;
	padding-left:10px;	
	width:140px;
}

#menuItemsContainer a{
	color:white;	
}

#overlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
	background-color:black;
	opacity:1;
	filter: alpha(opacity=1);
}

#uploadform{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-125px;
	height:350px;
	width:400px;
	background-color:#3F3F3F;
	border:3px solid white;
	z-index:1000;
	display:none;
}

/* Classes */

.blockCommon{
	position:relative;
	width:160px;
	height:160px;
	border-right:1px solid white;
	border-bottom:1px solid white;
	float:left;
}

.blockCommonFirst{
	position:relative;
	width:160px;
	height:160px;
	border-right:1px solid white;
	border-bottom:1px solid white;
	float:left;
}

.logo{
	border-left:1px solid white;
	width:321px;
}

.content{
	position:relative;
	float:left;
	width:643px;
	min-height:320px;
	border:1px solid white;
	border-top:none;
}

.formElement{
	font-size: 14px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	font-family:Tahoma;
}

.certificateSmallText{
	font-size:11px;
	width:140px;
	padding-left:10px;
	padding-top:10px;
	text-align:right;
	color:white;
}

.certificateLargeText{
	font-size:16px;
	font-weight:bold;
	width:140px;
	padding-left:10px;
	padding-top:10px;
	text-align:right;
	color:white;
}

.certificateSmallText a{
	color:white;
}

.certificateLargeText a{
	color:white;
}

.droppable-hover{
	opacity:0.3;
	filter: alpha(opacity=30);
	background-color:#333333;
}

.image{
	width:160px;
	height:160px;
	z-index:1;
}

.certificate{
	width:160px;
	height:160px;
	z-index:1;
}