@import "css/main.css";
@import "css/site_nav.css";

#boxCont h1{
	padding:5px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight:bold; 
	color: #FFFFFF;
	margin:0px;
}

#boxCont .content{
	padding:5px;
	width:90%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #000000;
}

#boxCont .content a{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666;
}

.coverThumb{
	float:left;
	display:inline;
	padding:5px;
}

.contentDiv{
	height:100%;
	width:100%;
	background-color:#CAE1E3;
	overflow:auto;
	background-image: url(../Gfx/bgg.gif); 
	background-position:bottom left; 
	background-repeat:repeat-x;
}

.errorFont{
	font-size:11px;
	color:#ff0000;
}

.evenFormRow{
}

.evenFormRow,.oddFormRow{
	text-align:left;
	display:block;
	display: inline-block;
}
    
.evenFormRow:after, .oddFormRow:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

.titleCol{
	width:150px;
	text-align:left;
	padding:4px;
	padding-left:6px;
	float:left;
	clear:left;
}

.mandatory{
	margin-top:8px;
	float:left;
	width:5px;
	text-align:left;
	vertical-align:middle;
}

.valueCol{
	float:left;
	width:150px;
	text-align:left;
	padding:4px;
}

textarea{
	width:143px;
	height:70px;
}


a{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	color: #333333; 
	text-decoration: none;
}

.forumItem{
	background-color:#CAE1E3;
	border-style:solid;
	border-width:1px;
	border-color:#555555;
	padding:4px;
}´

.forumNavigation a{
	text-decoration:none;
	color:#444444;
}

.galleryNavigation{
	font-family:verdana; 
	font-size: 10px; 
	color:#000000;
}

.galleryNavigation a{
	text-decoration:none;
	color:#444444;
}

.galleryTitle{
	font-family:times;
	font-size: 14px; 
	color:#BE6039;
	font-weight:bold;
}

.galleryContent, .galleryLink{
	MARGIN-TOP: 12px; 
	COLOR: rgb(101,101,101); 
	FONT-FAMILY: verdana;
}

.galleryThumb{
	text-align:center;
	vertical-align:top;
	border-style:solid;
	border-width:0px;
}

.galleryThumbImage{
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}