/* 
   ----------------------------------------------------------
   Stylesheet			Blueline Design 
   Version				1.0
   Skapat				31 Mars 2004
   Senaste ändrat		31 Mars 2004
   --------------------------------------------------------

   Avmarkera med en kommentarsymbol body, p,td,ul,li om 
   du inte vill att stilmallen ska formatera standarstypsnittet.

*/

body {	
	scrollbar-base-color: #666666;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #7E7E7E;

	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* 0.85 em motsvarar 12px när webbläsaren har sin storlek satt till standard/normal/mellan */
body, p, td, ul, li {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

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

a:link {
	color: #990000;
	
}

a:hover {
	color: #333333;
	text-decoration: underline;
	
}



/* Rubriker */

h1 {
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #BB7100;
	font-weight: bold;
} 

h3:first-line {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #990000;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: #333333;
}

/* Sidfot */
.footer { 
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Använd på länkar när bakgrunden är svart */
.RedOnBlack:visited  { color: #990000; text-decoration: none; }
.RedOnBlack:link  { color: #990000; text-decoration: none; }
.RedOnBlack:active  { color: #990000; text-decoration: none; }
.RedOnBlack:hover   { color: #CCCCCC; text-decoration: underline; }

.FooterLink:visited  {color: #999999; text-decoration: none}
.FooterLink:link  {color: #999999; text-decoration: none}
.FooterLink:active  {color: #999999; text-decoration: none}
.FooterLink:hover   {color: #0099FF; text-decoration: none}

.MenuLink:visited  {color: #FFFFFF; text-decoration: none}
.MenuLink:link  {color: #FFFFFF; text-decoration: none}
.MenuLink:active  {color: #FFFFFF; text-decoration: none}
.MenuLink:hover   {color: #FF9900; text-decoration: underline;}

.Text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}


/* Stikar för forumet */

.forumMainThread  { color: #000000; text-decoration: none }
.forumMainThread:link  { color: #000000; text-decoration: none }
.forumMainThread:active  { color: #000000; text-decoration: none }
.forumMainThread:hover   { color: #333333; text-decoration: underline }

.forumThread {
	line-height: 16px;
}


.forumTD {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.forumInput {
	width: 650px;
}

#TableHeader {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;

	
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}

#TableNavigation {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;

	
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}

#TableFooter {
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;

	
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
