
body {
	margin: 25px 0px;
	background-color: #7F7F7F;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

img { border: 0px; }

form { display: inline; }

a {
	color: #FE3C00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* Layout */
div#pageContainer {
	width: 995px;
	text-align: left;
	margin: 0 auto;
}

.sidebar {
	background-color: #f4faee;
	padding: 10px 10px 10px 10px; /* top right bottom left */
	
	width: 180px;
}

.lnkMenu, .lnk, .lnkError {
	color: #000;
	text-decoration: none;
}

div#sidebarHeader, #sidebarHeaderFeedsAdd, #sidebarHeaderFeedsEdit, #sidebarHeaderFeedsView, #sidebarHeaderTopUsers, #sidebarHeaderTopBlogs, #sidebarHeaderTopTen, #sidebarHeaderNewBlogs, #sidebarHeaderCategories, #sidebarHeaderTilkynningar {
	border-top: 1px solid #99cc66;
	border-bottom: 1px solid #99cc66;
	
	background-color: #FFF;
	padding: 3px 10px 3px 10px;

	width: 180px;
	
	color: #fe3c00;
}

#sidebarHeaderFeedsAdd {
	background-image: url('/images/bg_feeds_add.gif');
}

#sidebarHeaderFeedsEdit {
	background-image: url('/images/bg_feeds_edit.gif');
}

#sidebarHeaderFeedsView {
	background-image: url('/images/bg_feeds_view.gif');
}

#sidebarHeaderTopUsers {
	background-image: url('/images/bg_top_users.gif');
}

#sidebarHeaderTopBlogs {
	background-image: url('/images/bg_top_week.gif');
}

#sidebarHeaderTopTen {
	background-image: url('/images/bg_top_ten.gif');
}

#sidebarHeaderNewBlogs {
	background-image: url('/images/bg_new_blogs.gif');
}

#sidebarHeaderCategories {
	background-image: url('/images/bg_categories.gif');
}

#sidebarHeaderTilkynningar {
	background-image: url('/images/bg_tilkynningar.gif');
}

.helpWindow {
	position:absolute;
	padding-left:169px;
	height: 16px;
	margin-right: -4px;
	margin-top: -6px;
}

/* Tables */
.tblHeader {
	color: #FFF;

	width: 100%;
	height: 24px;
	
	border: 0px;
	background-image: url('/images/bg-header.gif');
}

.tblHeader td {
	padding-left: 10px;
	padding-right: 10px;
	
	text-align: left;
}

.tdDateHeader {
	text-align: right;
	padding-right: 10px;
}

.tdDateHeader, .tdHeader, .tdTextHeader {
	/*width: 590px;*/
	color: #A1A1A1;
	height: 24px;
	
	background-image: url('/images/bg-mynstur.gif');
}

.tdTextHeader {
	color: #FFF;
	text-align: left;
}

.tdHeader {
	padding-left: 10px;
}

.tdBody {
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;
}

.tdFeedsSubHeader {
	color: #298e21;
	background-color: #F4FAEE;
	padding-left: 5px;
	padding-top: 2px;
}

.tblDateHeader td {
	text-align: left;
	padding-right: 10px;
}

.tblBlogEntries {
/*	width: 590px; */
	font-size: 0.9em;
}

.tdBlogEntry1, .tdBlogEntry2 {
	height: 23px;
	padding-left: 5px;
	background-color: #FFF;
}

.tdBlogEntry2 {
	background-color: #FFF;
}

.tdLine {
	height: 1px;
	background-color: #99CC66;
}

.tdValidate {
	height: 40px;
	text-align: center;
}

.tblSidebarHeader {
	width: 100%;
}

.tdSidebarHeader {
	height: 24px;
	background-image: url('/images/bg-mynstur.gif');
}

.tblMenu, .tblBulletBoard, .tblTopBlogs, .tblTopTen {
	width: 100%;
}

.tblTopBlogs, .tblBulletBoard, .tblTopTen {
	font-size: 11px;
}

.txtAlert, .txtError {
	color: #FF0000;
	font-weight: bold;
}

.txtLoginError, .lnkError {
	color: #FF0000;
}

.txtFooter {
	color: #99CC66;
}

.txtWhite {
	color: #FFF;
}

/* Inputs */
.btnAddFeed, .inpAddFeed, .inp, .btn {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size : 11px;
	
	border: 1px solid #99CC66;
}

.inp:focus {
	border: 1px solid #000;
}

.inpAddFeed {
	padding-left: 5px;
	background-color: #F5F5F5;
}

/* Misc. */
