* {
	font-family: verdana,geneva,helvetica;
	font-size: 11px;
}

body {
	background-color: #303030;
	margin: 10px 10px 10px 10px;
	counter-increment: none;
	color: #000000;
}

h1 {
	font-size: 24px;
	color: ActiveCaption;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

h2 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
}

div.frame {
	margin:auto;
	border: 2px solid #dddddd;
	width: 900px;
	position: relative;
	min-height: 500px;
	padding: 0px;
/*	background-image: url(/images/background.gif);*/
  background-image: url(/images/background_dark.jpg);
/*	background-color: #f1f1f1;*/
}

div.header {
	background-image: url(/images/rf_aduun.jpg);
/* 	background-image: url(http://www.svea-rike.com/images/rf_aduun.jpg);*/
	background-repeat: no-repeat;
	height: 210px;
}

div.login {
	width: 150px;
	padding-top: 20px;
	margin-right: 30px;
	direction: rtl;
	position: relative;
}

div.main {
	background: url(/images/boxborder.gif);
	margin: 15px;
	width: 850px;
	background-color:	#efefef;
	min-height: 400px;
	padding: 10px;
	background-repeat: repeat-x;
}

div.sidebar1 {
	position: absolute;
	margin: 0px;
	width: 130px;
	left: 735px;
	padding: 0px;
}

div.sidebar2 {
	width: 100%;
	position: relative;
/*	float: right;*/
	background: url(/images/boxborder.gif);
/*	margin: 0px;
	width: 130px;
	left: 735px;*/
	background-color:	#efefef;
	padding: 10px;
	background-repeat: repeat-x;
}


div.adds {
    width: 200px;
    position: absolute;
    float: right;
    background: url(/images/boxborder.gif);
    margin-bottom: 10px;
    margin-top: 212px;
    background-color: #efefef;
    background-repeat: repeat-x;
    overflow: hidden;
    padding: 10px;
}

div.news {
	background: url(/images/boxborder.gif);
	margin-left: 15px;
	margin-bottom: 10px;
	width: 660px;
	background-color:	#efefef;
	min-height: 400px;
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 10px;
}

#menu {
/*  background-color: blue;*/
  background-repeat: repeat-x;
  width:100%;
  height:40px;
  padding:0px;
  background-image: url(/images/menu_bg.gif);
	position: absolute;
	top: 174px;
	left: 0px;
  
}

#menurow {
	padding-top: 2px;
	padding-left: 5px;
}

#menu a {
	color: #99ccff;
	font-size: 11px;
	font-family: verdana,geneva,helvetica;
	text-decoration: none;
	font-weight: bold;
}

#menu a.admin, a.admin {
	color: #dd6600;
}

#list th.admin, #list2 th.admin {
  background-color: #dd6600;
}

h1.admin {
  color: #dd6600;
}

a.warning {
	color: #cc2000;
}

a.altyes {
  color: #99cc66;
  font-weight: bold;
}

a.altno {
  color: #ff6600;
  font-weight: bold;
}

a {
	color: #50609f;
  text-decoration: none;
}

a:hover, a.active:hover, a.delete:hover {
	color: #8090bf;
  text-decoration: underline;
/*	color: #eFefef;
	background-color: #6495ED;
	border-top: thin solid #3465cD;
	border-bottom: thin solid #3465cD;*/
}
a.active {
	color : #7335EA;
/*	color: #eFefef;
	background-color: #6495ED;*/
/*	padding-top: 1px;
	padding-bottom: 1px;
	border-top: thin solid #2455bD;
	border-bottom: thin solid #2455bD;*/
}

#list {
	border: 0px;
}
#list th {
	border: 0px;
	text-align:left;
	background-color:	#90a0b0;
	color: #333333;
}
#list td {
	border-top: 0px;
	border-bottom: 1px solid #aaaabb;
	border-left: 0px;
	border-right: 0px;
}
#list td.noborder {
	border: 0px;
}
#list a, #list2 a {
	text-decoration: none;
	font-weight: bold;
}

#list2 {
	border: 0px;
}
#list2 th {
	border: 0px;
  text-align:left;
	background-color:	#90a0b0;
	color: #333333;
}
#list2 td {
  border: 0px;
}
#list2 td.border {
	border-top: 1px solid black;
}

#calendar th {
	width: 115px;
   height: 20px;
	border: 0px;
	border-right-color: #def1f5;
	border-bottom-color: #def1f5;
	background-color:	#90a0b0;
	color: #333333;
}
#calendar td {
  vertical-align: top;
	border: 1px solid #B0C4DE;
	border-right-color: #def1f5;
	border-bottom-color: #def1f5;
	
}
#calendar td.post {
	background-color:#ffffcc;
	vertical-align: top;
	width: 140px;
	height: 40px;
}
#calendar th.week {
/*  border: 1px solid #B0C4DE;
	border-left: none;
 	border-top: none;*/
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 40px;
}
#calendar td.week {
/*  border: 1px solid #B0C4DE;
	border-left: none;
 	border-top: none;*/
	vertical-align: top;
	text-align: center;
	width: 50px;
	height: 40px;
}
#calendar a {
	text-decoration: none;
	font-weight: bold;
}

#apply input {
	width: 300px;
	border: 1px solid #B0C4DE;
}

#apply textarea {
	width: 300px;
	border: 1px solid #B0C4DE;
}
