#calendar .calendar td {
	text-align:center;
}

#searchBox {
	border:1px solid #848484;
	margin-top:5px;
	background-color:#FFFFFF;
}

#searchBox .text {
	width:150px;
	height:31px;
	
	border:0px;
	
	font-size:14px;
	
	background-color:#FFFFFF;	
}

#searchBox .button {
	width:43px;
	height:31px;
	
	background-image:url(../images/searchButton.gif);
	background-repeat:no-repeat;	

	border:0px;

	padding-top:5px;
	
	background-color:#FFFFFF;
	
	float:right;
}

.itemTop {
	height:20px;
	background-image:url(../images/itemTop_background.gif);
	background-repeat:repeat-x;
	
	border-bottom:1px solid #FFFFFF;
}

.itemTop div {
	height:16px;

	float:left;
	padding-left: 5px;
	padding-right: 15px;
	padding-top:4px;
	
	background-image:url(../images/itemTop_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	
	font-size:10px;
}

.itemTop div a {
	color:#4E4E4E;
	text-decoration:none;
}

.itemTop div a:hover {
	text-decoration:underline;
}

.itemTop .clear {
	background-image:none;
}

.itemBody h3 {
	margin:0px;
	padding:0px;
	
	padding-top:10px;
	
	height:29px;
	
	background-color:#ecf1f5;
	background-image:url(../images/navigation_entry_on_background.gif);
	background-repeat:no-repeat;
	
	font-weight:normal;	
}

.itemBody h3 a {
	color:#283A4C;
	font-size:15px;
	text-decoration:none;
}

.itemBody div p {
	padding-left:20px;
	padding-right:20px;
}

.itemNav {
	margin:0px;
	padding:0px;
	
	height:20px;
	
	background-color:#ecf1f5;
	
	margin-bottom:15px;
}

.itemNav span a {
	color:#283A4C;
	font-size:10px;
	text-decoration:none;
	padding-left:5px;
}

.itemNav span a:hover {
	text-decoration:underline;
}

#singleNavigation {
	margin-bottom:15px;
}

#singleNavigation div a, .title a {
	color:#283A4C;
	font-size:12px;
	text-decoration:underline;
}

.commentsNr {
	display:block;
	margin-bottom:10px;
}

.commentsNr span {
	font-size:18px;
}

#commentList a {
	color:#283A4C;
	font-size:12px;
	text-decoration:underline;
}

#commentList .odd {
	background-color:#ECF1F5;
	border-top:1px solid #616971;
	border-bottom:1px solid #616971;
}

#commentList .even {
	background-color:#FFFFFF;
}

#commentList .item {
	padding:10px;
}

#commentList .commentComments {
	margin-bottom:5px;
}

#commentList .commentComments a {
	color:#283A4C;
	font-size:10px;
	text-decoration:none;
}

#commentList .commentComments a:hover {
	text-decoration:underline;
}

div.commentTopNav div.author, div.commentTopNav div.date, div.commentTopNav div.time {
	float:left;
	padding-right:5px;
}

div.commentTopNav div.date {
	vertical-align:bottom;
}

.commentBody h3 {
	font-size:14px;
	font-weight:bold;
}

.formElement .text {
	width:250px;
} 

.formElement .captchatext {
	width:100px;
}

.formElement .commentText {
	height:100px;
	width:400px;
}

#commentFormNonAjax {
	margin-top:15px;
}

.commentError {
	color:#FF0000;
	font-weight:bold;
}

.avatar img {
	border:1px solid #616971;
}
