
th {
	text-align: left;
}

body {
	background-color: #fff;
	padding: 0;
	margin: 0;
}

img {
	margin: 0;
	padding: 0;
}

.content h1, .content h2, .content h3 {
	font-family: Trebuchet MS;
	color: #e80000;
}

table.headtable, table.maintable {
	width: 100%;
}

.headrow {
	background: url('../images/header_background.png') repeat-x top left;
	height: 136px;
}

.logocell {
	height: 136px;
	width: 225px;
}

.sloganbox {
	font-family: Verdana;
	color: #fff;
	font-size: 3em;
	width: 400px;
	margin: 0 auto;
	white-space: nowrap;
}

.header {
	position: relative;
}

.langchooser {
	font-family: Verdana;
	position: absolute;
	font-size: 10px;
	right: 5px;
	margin-top: 5px;
	float:right;
}

.langchooser a {
	color: #fff;
	text-decoration: none;
}

.langchooser a:hover {
	color: #fff;
	text-decoration: underline;
}

.mainmargin .langchooser {
	top: 0;
}

.mainmargin .langchooser a {
	color: #666;
	text-decoration: none;
}

.mainmargin .langchooser a:hover {
	color: #666;
	text-decoration: underline;
}

.frontpageimagecell {
	width: 730px;
	vertical-align: top;
}

td.mainrow {
	border-bottom: 1px solid #666;
}

.footerrow {
	vertical-align: top;
	background: url('../images/footer_background.png') repeat-x top left;
	height: 70px;
}

.footertext {
	font-family: Verdana;
	font-size: 9px !important;
	color: #666;
	padding-left: 15px;
	padding-top: 5px;
}

.frontcontent {
	text-align: left;
}
	
.frontpagemenu {
	background: url('../images/frontpage_menu_background.png') repeat-x top left;
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
}

.defaultmenu {
	text-align: right;
	vertical-align: top;
}

.menu {
	font-family: Trebuchet MS;
	font-size: 15px;
/*
	padding-right: 10px;
	*/
}

.private, .private a {
	color: #f00 !important;
}

.public, .public a {
	color: #090 !important;
}

.menuitem a, .menuitem_selected a {
	text-decoration: none;
}

.menuitem, .menuitem_selected {
	border-bottom: 1px solid #666;
	/*
	padding-right: 10px;
	*/
	line-height: 43px;
}

.menuitem a {
	color: #666;
	display: block;
	padding-right: 10px;
	background: none;
}

.menuitem a:hover {
	color: #fff;
	background: url('../images/menu_selected.png') repeat-x top left;
	background-color: #0878ba;
}

/*
.menuitem_selected a {
*/
.menulevel .selected a {
	color: #fff;
	display:block;
	padding-right: 10px;
	background: url('../images/menu_selected.png') repeat-x top left;
	background-color: #0878ba;
}

.main_left {
	width: 225px;
	vertical-align:top;
	border-bottom: 1px solid #666;
	vertical-align: top;
}

.main_right {
	border-bottom: 1px solid #666;
	vertical-align: top;
}

.path {
	margin: 10px 15px 10px 5px;
}

.pathitem {
	color: #666;
}

.pathitem_selected {
	color: #006;
}

.mainmargin {
	font-family: Verdana;
	font-size: 11px;
	padding-left: 5px;
	width: 799px;
}

.left_blockmargin {
	float: left;
	width: 70%;
}

.right_blockmargin {
	float:left;
	width: 30%;
}

.left_block {
	padding: 5px 10px 20px 5px;
}

.right_block {
	padding: 5px 5px 20px 5px;
}

.blogitem h2.blogtitle {
	margin-top: 2px;
	margin-bottom: 2px;
}

.bloglist .blogitem {
	margin-top: 20px;
}

.blogitem .author .name, .blogitem .category .name {
	font-weight: bold;
}

.blogitem .author, .blogitem .date, .blogitem .category {
	display: inline;
}

.blogfull .blogitem h2 {
	margin-top: 2px;
	margin-bottom: 2px;
}

.blogfull .blogitem .content {
	padding-bottom: 10px;
}

.blogitem .buttons a, .blogitem .buttons a:visited, .blogitem .backbutton a {
	color: #0878ba;
	font-weight: bold;
	text-decoration: none;
}

.blogitem .buttons a:hover, .blogitem .buttons a:visited, .blogitem .backbutton a:hover {
	text-decoration: underline;
}

.blogitem .backbutton {
	margin-top: 10px;
}

.blogitem .comment {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.blogitem .comment .authorrow {
	background-color: #eee;
	padding: 5px;
}

.blogitem .ownercomment {
	border: 1px solid #ccc;
}

.blogitem .ownercomment .authorrow {
	background-color: #edf3fe;
}

.blogitem .comment .author {
	font-weight: bold;
}

.blogitem .comment .text {
	padding: 5px;
}

.blogitem h2.blogtitle a {
	font-family: Trebuchet MS;
	color: #e80000;
	text-decoration: none;
}

