body {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
/*
	background-color: #667799;
*/
	background-image: url(images/viggenrelief3.gif);
/*
	background-image: url(images/bg3.png);
 */
	background-repeat: repeat;
}

.error { text-decoration: none; border: none; color: red; }

.login_form input, .login_form td {
	font-size: 13px;
}

.mediumtext {
	font-size: 12px;
}
.smalltext {
	font-size: 10px;
}

#ip_txt {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 18px;
	border: 1px solid black;
	background: white;
}

.clock {
	text-align: center;
	color: white;
	font-size: 18px;
	padding-right: 8px;
	padding-top: 8px;
	margin: 0px;
}

.top_event {
	text-align: center;
	color: white;
	font-size: 18px;
	padding-right: 8px;
	margin-top: 4px;
}

.toplogo_rightfill {
	background-image: url("images/toplogo-rightfill4.png");
	background-position: 10px 0px;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	height: 115px;
/*	border-bottom: 4px solid #667799; */
/*	border-bottom: 2px solid #ACF; */
}

td.menu_border {
	border-right: 1px solid black;
	background-color: white;
}

td.menu_border_left {
	border-right: 1px solid black;
	background-color: white;
}

td.menu_border_right {
	border-left: 1px solid black;
	background-color: white;
}

.menu_container {
	border: 1px solid gray;
}

.login_table form {
	margin: 2px;
	padding: 0px;
}

.login_table table {
	border: 1px solid gray;
	margin: 0px;
	padding: 0px;
}

.login_table td {
	margin: 0px;
	padding: 6px;
}

.login_table tr {
	margin: 0px;
	padding: 0px;
}

.menu ul {
	vertical-align: top;
}

.menu a {
	font-size: 13px;
	display: block;
	margin: 2px;
	padding: 4px;
	border: 1px outset black;
	background-color: #DEF;
}

.menu a:link { text-decoration: none; color: black; }
.menu a:visited { text-decoration: none; color: black; }
.menu a:active { text-decoration: none; color: black; }
.menu a:hover { text-decoration: none; color: white; background: #79C;}
	
.menu li {
	text-align: center;
	list-style: none;
	border: 0px;
	margin: 0px;
}

.border_menu_title {
	background: #46A;
	text-align: center;
	color: white;
	border: 1px solid black;
}

.article a:link { text-decoration: none; }
.article a:visited { text-decoration: none; }
.article a:active { text-decoration: none; }
.article a:hover { text-decoration: none; }

.article_table table {
	font-size: 12px;
	margin: 8px;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.article_table td {
	font-size: 12px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.article_table th {
	font-size: 12px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #BCE;
}

.article {
	padding: 0px 8px 10px 8px;
/*
	border: 1px dashed blue;
	border-right: 2px solid #AAA;
	border-left: 2px solid #DDD;
	border-top: 2px solid #DDD;
*/
	border-bottom: 2px solid black;
	margin-bottom: 1em;
}

.article h1, .article h2, .article h3 {
	vertical-align: top;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #555;
	/*
	border-bottom: 1px solid #AAA;
	
	border-bottom: 1px solid black;
	*/
}

.article_date {
	margin-bottom: 4px;
	padding: 4px 8px;
	font-size: 10px;
	color: black;
	text-align: right;
	border-top: 1px solid #9BD;
	background: #CDF;
}


.article img {
	border: 1px solid black;
	margin: 4px;
}

.forum_btable {
	background: #EEE;
	padding: 1px;
	border: 1px solid black;
	margin-bottom: 8px;
}
