html,body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

body {
	font: 0.75em Verdana, sans-serif;
	background: #ffffff;
	text-align: left;
	color: #333;
}

.Page {
	width: 890px;
	padding: 2px;
	margin: 0px auto 0px auto;
	text-align: left;
	border: solid 1px lightgrey;
	display: table;
}

* html .Page {
	width: 890px;
} /* height: 98%; */
.bold {
	font: 12px Verdana, Helvetica, sans-serif;
	color: #444444;
	font-weight: bold;
}

h1 {
	font: 1.8em Arial;
	color: #005088;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 0.5em 0;
}

h1 a {
	color: #333;
}

h1 a:hover {
	color: #005088;
}

h1 em {
	font-style: normal;
}

h2 {
	font: 12px Verdana, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

h3 {
	font: 12px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

h4 {
	font: bold 1.1em Verdana, Arial, sans-serif;
	letter-spacing: 1px;
}

h5 {
	font: 1.8em Arial;
	color: #005088;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 0.5em 0;
}

h5 a {
	color: #333;
}

h5 a:hover {
	color: #005088;
}

h6 {
	font: 10px Verdana, Arial, sans-serif;
	color: #444444;
}

TD {
	font-family: Verdana, Arial, Sans-serif;
	color: #333333;
	font-size: 12px;
}

TD h5 {
	font: 1.8em Arial;
	color: #005088;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 0.5em 0;
}

P {
	font-family: Verdana, Arial, Sans-serif;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4
}

A {
	text-decoration: none;
	color: #333333;
}

UL {
	margin: 2px 0px 2px 16px;
	font-family: Verdana, Arial, Sans-serif;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4
}

OL {
	margin: 2px 0px 2px 24px;
}

.greendots_ul {
	margin: 2px 0px 2px 16px;
	font-family: Verdana, Arial, Sans-serif;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url("../images/punkt.gif");
}

.frageteckenpunktlista {
	list-style-image: url("images/fragetecken.gif")
}

.utropsteckenpunktlista {
	list-style-image: url("../images/utropstecken.gif")
}

hr {
	margin: 0px 0px 0px 0px;
	color: lightgrey;
	background-color: lightgrey;
	height: 1px;
}

}
.td_Left {
	background-color: #eeeeee;
	width: 200px;
}
/*-----------MAIN PAGES-------------*/
.tbl_tr_main {
	display: block;
	width: 890px;
	float: left;
	background-image: url("../images/main_bg_gradient.jpg");
	background-repeat: repeat-x;
	padding-top: 25px;
}

.tbl_tr_main_inside {
	display: block;
	width: 890px;
	float: left;
	padding-top: 0px;
}

.tbl_tr {
	width: 852px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.buttonBox {
	width: 890px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.footer_en {
	display: block;
	width: 100%;
	float: left;
	background-image: url("../images/lang/en/footer.gif");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 35px;
}

.footer_sv {
	display: block;
	width: 100%;
	float: left;
	background-image: url("../images/lang/sv/footer.gif");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 35px;
}

.footer_no {
	display: block;
	width: 100%;
	float: left;
	background-image: url("../images/lang/no/footer.gif");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 35px;
}

.footer_fi {
	display: block;
	width: 100%;
	float: left;
	background-image: url("../images/lang/fi/footer.gif");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 35px;
}

/*-----.footer och .footer_eng skall inte användas längre-----*/
.footer {
	display: block;
	width: 100%;
	float: left;
	background-image: url("../images/images_sv/footer_contact_sv.gif");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 35px;
}

.footer_eng {
	display: block;
	width: 100%;
	float: left;
	background-image: url("../images/images_eng/footer_contact_eng.gif");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 35px;
}

/*-----------SIDHEADER-------------*/
.pageHeader {
	background-image: url("../images/header_bg_gradient.gif");
	background-repeat: repeat-x;
	width: 890px;
}

.headerLogo {
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.headerText {
	/*margin-top: -7px*/
	margin-left: 425px;
	position: absolute;
	top: -7px;
	
}
/*-----------END SIDHEADER-------------*/

/*----------camillas form styles----------*/
form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

label {
	margin-top: 1px;
	margin-right: 0px;
	padding-top: 1px;
	padding-left: 3px;
	border-color: lightgrey;
	border-width: 1px solid;
	float: left;
	width: 180px;
	font-weight: bold;
}

.label_plain { /*-- When we don't want to have a formatted label --*/
	/*-- Not very nice workaround, it would probably be better if the label style above was a class --*/
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	border-color: lightgrey;
	border-width: 0px solid;
	float: left;
	width: auto;
	font-weight: normal;
}

textarea {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: solid 1px lightgrey;
	color: #333333;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

TextField {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FF0000;
	border: solid 1px lightgrey;
	color: #333333;
	font-family: verdana, sans-serif;
	font-size: 11px;
	width: 180px;
	height: 150px;
}

.container1 {
	background-color: transparent;
	border: 0px;
	position: relative;
	width: 180px;
	height: 80px;
	overflow: hidden;
}

.inpSelect1 {
	color: black;
	background-color: transparent;
	font-family: verdana, sans-serif;
	font-size: 11px;
	position: absolute;
	width: 188px;
	top: -3px;
	right: -2px;
	left: -4px;
	bottom: -3px;
}

.container2 {
	background-color: transparent;
	border: 0px;
	position: relative;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.inpSelect2 {
	color: black;
	background-color: transparent;
	font-family: verdana, sans-serif;
	font-size: 11px;
	position: absolute;
	width: 88px;
	top: -3px;
	right: -2px;
	left: -4px;
	bottom: -3px;
}

input {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

.boxes {
	width: 1em;
	border: 0px;
}

.submitbtnback {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/back_icon.gif);
	background-repeat: no-repeat;
	background-position: center left;
	border: solid 1px lightgrey;
	width: 150px;
	height: 20px;
	font-family: verdana, hevetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.submitbtnforward {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/forward_icon.gif);
	background-repeat: no-repeat;
	background-position: center right;
	border: solid 1px lightgrey;
	width: 150px;
	height: 20px;
	font-family: verdana, hevetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.searchbtn {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/search_btn.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 50px;
	height: 20px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.searchbtn {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/search_btn.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 50px;
	height: 20px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.logout_en {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/lang/en/logout.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.logout_sv {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/lang/sv/logout.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.logout_no {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/lang/no/logout.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.logout_fi {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/lang/fi/logout.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.cancel_en {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/lang/en/cancel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.cancel_sv {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/lang/sv/cancel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.cancel_no {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/lang/no/cancel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.cancel_fi {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/lang/fi/cancel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/*-----.cancel och cancel_eng används inte längre, inte heller nedan logoutklasser-----*/
.cancel {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/images_sv/avbrytknapp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.cancel_eng {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/images_eng/cancelknapp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


.logoutsv {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/images_sv/loggautknapp_out.jpg);
	background-repeat: no-repeat;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.logoutsv a {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/images_sv/loggautknapp_out.jpg);
	background-repeat: no-repeat;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.logoutsv:hover {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/images_sv/loggautknapp_over.jpg);
	background-repeat: no-repeat;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.logout {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/images_sv/loggautknapp_out.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.logout_eng {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/images_eng/loggautknapp_out.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.logout_no {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/images_no/loggutknapp_out.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	width: 65px;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

br {
	clear: left;
}

/*----------end camillas form styles ----------*/
/*----------begin gammanet old form styles ----------*/
#contactArea {
	font-family: Verdana, Geneva, Arial;
	font-size: 10px;
	color: #000000;
	width: 300px;
	height: 100px;
	background-color: #FFFFFF;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

#contactField {
	font-family: Verdana, Geneva, Arial;
	font-size: 10px;
	color: #000000;
	width: 300px;
	height: 15px;
	background-color: #FFFFFF;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

#loginField {
	font-family: Verdana, Geneva, Arial;
	font-size: 10px;
	color: #000000;
	width: 180px;
	height: 15px;
	background-color: #FFFFFF;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

#smallField {
	font-family: Verdana, Geneva, Arial;
	font-size: 10px;
	color: #000000;
	width: 30px;
	height: 15px;
	background-color: #FFFFFF;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

#formField {
	font-family: Verdana, Geneva, Arial;
	font-size: 10px;
	color: #000000;
	width: 100px;
	height: 15px;
	background-color: #FFFFFF;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

#formArea {
	font-family: Verdana, Geneva, Arial;
	font-size: 10px;
	color: #000000;
	width: 280px;
	height: 100px;
	background-color: #FFFFFF;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
/*----------end gammanet old form styles ----------*/

/*-----------GreenTopMenu -----------*/
.menuBarDiv {
	width: 100%;
	height: 31px;
	background-image: url("../images/menu_bg_gradient.gif");
	background-repeat: repeat-x;
	padding-top: 1px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.topMenu {
	padding-left: 0px;
	display: block;
	float: left;
}

.StaticHover {
	background-image: url("../images/menu_bg_selected.gif");
}

.StaticMenu {
	padding: 0 0 0 0;
	font-size: 11px;
	margin: 0 0 0 0;
}

.StaticMenuItem {
	font-size: 11px;
	padding: 8px 4px 8px 4px;
	border-right: solid 1px #95a938;
	color: White;
	font-weight: bold;
}

.StaticMenuItem:a {
	
}

.StaticSelected {
	background-image: url("../images/menu_bg_selected.gif");
}

.statusText {
	height: 20px;
	font-size: 11px;
	color: White;
	font-weight: bold;
	display: inline-block;
	padding-top: 7px;
	margin-top: 1px;
	margin-left: 8px;
	margin-bottom: 1px;
}

.langText {
	font-size: 11px;
	color: White;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 9px;
	padding-right: 8px;
	padding-left: 3px;
}

.langFlag {
	display: inline-block;
	padding-bottom: 5px;
	padding-left: 3px;
}

/* ---- Trädmenyn ---- */
.tbl_tr .menu {
	margin-top: 25px;
	margin-left: 15px;
	min-width: 215px;
	background-color: #ffffff;
}

.tbl_tr_main .menu {
	margin-left: 15px;
	width: 215px;
	background-color: transparent;
}

.treeNode {
	background-repeat: no-repeat;
	background-position: top;
	width: 210px;
}

td.treeNode {
	background-image: url("../images/tree_button_bg.gif");
	height: 25px;
	padding-left: 10px;
}

.treeNode A {
	color: #ffffff;
	font-weight: bold;
}

/* Test */
.tbl_td {
	background-image: url("../images/main_bg.gif");
	background-repeat: repeat-x;
}

/* ************************* GAMMADATA CSS ************************** */
/* *Camillas boxar * */
.gamcimg {
	border: 0px;
	padding: 2px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: -2px;
	margin-left: 0px;
	background-color: transparent;
}

.columnboxleft {
	border-left: 1px dashed #E3E3E2;
}

.columnboxright {
	border-right: 1px dashed #E3E3E2;
}

.graruta250px {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/graruta250px.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.graruta270px {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/graruta270px.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.graruta415px {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/graruta415px.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.graruta600px {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/graruta600px.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.graruta800px {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: top center;
}

.graruta850px {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/graruta850px.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.footerwave {
	width: 890px;
	height: 298px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/vag.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.footerbox {
	width: 870px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/footergradient.jpg);
	background-repeat: repeat-x;
}

#loggaut_button {
	width: 65px;
	height: 27px;
	border: 0px;
	background-image: url(../images/images_sv/loggautknapp_out.jpg);
	background-repeat: no-repeat;
}
