/* Body */
BODY {
		 background-color: #BBBBBB;
/*		 background-image: url('../images/wradd_bg.gif');
		 background-repeat: no-repeat;
		 background-position: bottom left;
		 background-attachment: fixed;*/
		 color: #000000;
		 margin-top: 0px;
		 margin-left: 0px;
		 margin-right: 0px;
		 margin-bottom: 0px;
		 
		 font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
		 font-size: 11px;
}
TD {
		 font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
		 font-size: 11px;
}
A {
	 	 text-decoration: none;
		 color: #000000;
		 font-weight: bold;
}
A:hover {
		 text-decoration: underline;
		 background-color: #EEEEEE;
}
H6 {
		 font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
		 font-size: 11px;
		 font-weight: bold;
/*		 text-transform: uppercase;*/
		 color: #880000;
}
.header6 {
		 font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
		 font-size: 11px;
		 font-weight: bold;
/*		 text-transform: uppercase;*/
		 color: #880000;
}

.news_header {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 30px;
	line-height: 31px;
}
.news_header2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	line-height: 26px;
}
.news_header3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	line-height: 22px;
}
.news_header_red {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	line-height: 22px;
	color: #880000;
}
/* GreenText. Ger grön text i cellen. */
.greenText {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #228800;
}
.redText {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #880000;
}
/* boldtext. Klass med fet text. Används ex. till nyhetsingresser! */
.boldText {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}
.boldGreen {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #228800;
}
.boldRed {
  font-weight: bold;
	color: #880000;
}
/* Linkitem. Indikerar länk och använder länkmarkör. */
.linkItem {
  cursor: pointer;
}

/* Whitebg. Klass som används till allt med ljus bakgrund! */
.whitebg {
    background-color: #FFFFFF;
}

/*Buttonborder. Klass som används till att lägga border på knappar. */
.buttonBorder {
  border-bottom: 0px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
  border-left: 0px solid white;
}



#noHover {
	background: transparent;
	text-decoration: none;
}
#noHover:hover {
	background: transparent;
	text-decoration: none;
}





/* Tabellelement (används till VM-tabell) */
#tableRow {
  display: block;
  width: 100%;
}
#tableRow[id] {
  display: table-row;
  width: 100%;
}
#tableCell {
  display: inline;
  padding-bottom: 2px;
}
#tableCell[id] {
  display: table-cell;
  padding-bottom: 2px;
}
#tableDiv {
  display: block;
}
#tableDiv[id] {
  display: table;
}

/* Left- och rightline. Reglerar utseendet på kantlinjerna */
/* ANVÄNDS EJ SÅ LÄNGE KANTLINJER EJ ANVÄNDS */
#leftline {
				 background-image: url('../images/kant.gif');
				 top:0;
				 width: 10px;
				 height: 1px;
				 position:absolute;
}
#rightline {
				 background-image: url('../images/kant.gif');
				 top:0;
				 width: 10px;
				 height: 1px;
				 position:absolute;
}



/* Contentblock. Reglerar blocket med innehåll */
#contentblock {
	margin-top: -2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}




#banner1 {
				background-color: #eeeeee;
				border-left: 1px dotted #333333;
				border-right: 1px dotted #333333;
				border-bottom: 1px dotted #333333;
				 left: 750px;
				 top: 0px;
				 padding-top: 20px;
				 padding-right: 20px;
				 padding-left: 20px;
				 padding-bottom: 20px;
				 width: 150px;
				 position: absolute;
				 display:inline;
				 text-align: center;
}
#inner { /*Explorer only*/
  top: 0px;
	left:30px;
	position: absolute;
	width:690px;
	
	padding-top: 10px;
	padding-left:10px;
	padding-bottom: 10px;
	padding-right:10px;
	
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid  #000000;
}

#inliner {
 display: inline;
}
#inliner[id] {
 display: table-cell;
}
.inliner {
 display: table-cell;
}
INPUT {
			font-family: Tahoma, Verdana, Arial, Sans-Serif, Helvetica;
			font-size: 11px;
			border: 1px solid #666666;
}
SELECT {
			font-family: Tahoma, Verdana, Arial, Sans-Serif, Helvetica;
			font-size: 11px;
			border: 1px solid #666666;
}
TEXTAREA {
			font-family: Tahoma, Verdana, Arial, Sans-Serif, Helvetica;
			font-size: 11px;
			border: 1px solid #666666;
}
.supporterImage {
			margin-top:-15px;
			margin-right:-15px;
			float:right;
}
.strikeThrough {
			text-decoration: line-through;
}