@charset "iso-8859-1";





/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }


/* Normala länkar */
a {text-decoration: none; color: #B2201A; }
a:hover {text-decoration: underline; color: #B2201A; }

/* länkar i top för ÅF zon */
a.hMenu			{ font-size: 12px; font-style: none; font-weight: bold; text-decoration: none; color: #FFFFFF }
a.hMenu:link	{ font-size: 12px; font-style: none; font-weight: bold; text-decoration: none; color: #FFFFFF }
a.hMenu:visited	{ font-size: 12px; font-style: none; font-weight: bold; text-decoration: none; color: #FFFFFF }
a.hMenu:active	{ font-size: 12px; font-style: none; font-weight: bold; text-decoration: none; color: #FFFFFF }
a.hMenu:hover	{ font-size: 12px; font-style: none; font-weight: bold; text-decoration: underline; color: #FFFFFF }

/* länkar i vertikala menyerna */
a.vMenu			{ font-size: 14px; font-style: normal; font-weight: bold; text-decoration: none; color: #777777 }
a.vMenu:link	{ font-size: 14px; font-style: normal; font-weight: bold; text-decoration: none; color: #777777 }
a.vMenu:visited	{ font-size: 14px; font-style: normal; font-weight: bold; text-decoration: none; color: #777777 }
a.vMenu:active	{ font-size: 18px; font-style: normal; font-weight: bold; text-decoration: none; color: #A91E22 }
a.vMenu:hover	{ font-size: 18px; font-style: normal; font-weight: bold; text-decoration: none; color: #A91E22 }

.white_link {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	scrollbar-face-color: #A91E22;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #EFEDE8;
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000;	
   /* font-family: TitilliumText14L,Myriad,Arial; */
	font-family: arial,Times New Roman,sans-serif;
	

	/*font-size: 12px; */
	color: #000000; 
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;

}

.bodyclass{ 
	border-collapse: collapse;
	background-image:url('../bgpics/bg_red.jpg');
}

.bodyClassRight{ 
	border-collapse: collapse;
	background-image:url('../bgpics/bg_red_right.jpg');
}


/* Top text ovanpå logo */
.topText {
	font-family: arial,Times New Roman,sans-serif;
	font-size:16px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	font-style: normal;
}


/* Rubriker som även används i Editmode, Large, Medium, Small */
.lTitle {
	font-family: Times New Roman,sans-serif;
	font-size:22px;
	font-weight: normal;
}

.mTitle {
	font-family: arial,Times New Roman,sans-serif;
	font-size:18px;
	font-style: normal;
	font-weight: bold;
}

.sTitle {
	font-family: arial,Times New Roman,sans-serif;
	font-size:14px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.Title {
	font-family: arial,Times New Roman,sans-serif;
	font-size:16px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

/* Mini texter */
.tiny {
	font-family: arial,Times New Roman,sans-serif;
	font-size:10px;
	font-weight: none;
	color: #000000;
}

/* mindre rubriker */
.tHeader {
	font-family: arial,Times New Roman,sans-serif;
	font-size:11px;
	/*font-weight: bold;*/
	color: #000000;
}

/* default text för alla td, tabeller etc */
td, li, pre {
	font-family: arial,Times New Roman,sans-serif;
	font-size:10pt;
	color: #000000;
}

/* forumlär utseende */
select, option, textarea, input {
	border: 1px solid #DEDEDE; 
	color: #000000; 
	font-family: arial,Times New Roman,sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
}

form {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input.checkbox { background-color: transparent; border: 0px;}

/* knapparna */
input.bInp { 
	color: #000000;
	border-color: #595959;
	border-width: 1px;
	background-color: #C0C0C0; 
	border-left: 1px solid #C9C9C9;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #292929;
	border-right: 1px solid #292929;
	border-collapse: collapse;
}

/* EditMode knappar */
input.eButton  { background-color: #FF6272; }
.editmode { background-color: #FFCCCC; }

P{
	margin-bottom:8px;
	margin-top:2px;
}
