
div.scrollTableContainer{
 clear: both;
 overflow: auto;
 width: 95%;
 min-width: 97%;
 max-width: 97%;
 height: 600px;
 min-height: 300px;
 max-height: 600px; 
 position: relative;
 color:black;
}
/* STANDARD */
button, .buttons a, .buttons button, .buttons file, file{
    display:block;
    float:left;
    margin:20px 10px 20px 5px;
    background-color:#E8E8E8;
    border:1px solid #555;
    color:#fff;
    border-top:1px solid #555;
    border-left:1px solid #555;

    font-family: Helvetica, Arial, Verdana;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:2px 3px 2px 3px; /* Links */
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #555;
    color:#999;
}
.buttons a:active{
    background-color:#E8E8E8;
    border:1px solid #555;
    color:#fff;
}

div.content {
position: relative;
left: 5px;
}

html>/**/body div.content p {
	
	padding: 5px;
	border: 0;
}


#content {
	position: relative;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	
}

#img_wrapper {
	position: relative;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	background: #FFFFFF;
}

#content div.img_wrapper a {
	text-decoration: none;
}

.img_wrapper {
	position: relative;
	float: left;
	margin: 20px 0px;
	text-align: center;
	width: 480px;
	
}

/* The different widths below are due to the way the scroll bar is implamented */

/* All browsers (but especially IE) */
div.scrollTableContainer table {
width: 93%;
min-width: 93%;
max-width: 93%;
max-height: 97%;
}

/* Modern browsers (but especially firefox ) */
html>/**/body div.scrollTableContainer table {

}

/* Modern browsers (but especially firefox ) */
html>/**/body div.scrollTableContainer table>tbody {

display: block;

}
html>/**/body div.scrollTableContainer table>thead {
display: block;
}

/*prevent Mozilla scrollbar from hiding cell content*/
div.scrollTableContainer td:last-child {padding-right: 20px;}
span {
white-space:nowrap;
}



table>tbody	{  /* child selector syntax which IE6 and older do not support*/
	 
	//display: block;
	
	}
tbody	{  /* child selector syntax which IE6 and older do not support*/
	
	//display: block;
	
	}
	
thead tr	{
	position:relative; 
	top: expression(this.parentNode.parentNode.parentNode.scrollTop -7); /*IE5+ only*/
	z-index: 10;

	}
	
thead th {
	background-color: #E7ECF4;
	font-weight: bold;
	border: solid 1px #E7ECF4;
	border-collapse: collapse;
	}	
thead td {
	background-color: #E7ECF4;
	font-weight: bold;
	border: solid 1px #E7ECF4;
	border-collapse: collapse;
	}		
	
td:last-child {padding-right: 20px;} /*prevent Mozilla scrollbar from hiding cell content*/


body, img, p, h1, h2, h3, h4, a, option {
	margin: 0;
	padding: 0;
	border: 0;
	background-color:transparent; 
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	
}

/*Används i VykortOnline*/
.popUpBannerBox {
	position: fixed;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #FFF;
	z-index: 9999;
	display: none;
}
.popUpBannerInner {
	max-width: 1245px;
	margin: 0 auto;
}
.popUpBannerContent {
	position: fixed;
	top: 150px;
}
.popUpBannercloseButton {
	color: red;
	text-decoration: none;
	font-size: 13px;
}
.popUpBannerBoxDemo {
	position: fixed;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #FFF;
	z-index: 9999;
	display: none;
}
.popUpBannercloseButtonDemo {
	color: red;
	text-decoration: none;
	font-size: 13px;
}

img {
        -ms-interpolation-mode: bicubic;
        image-rendering: optimizeQuality;
}

img {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
    -webkit-transition: all 1s cubic-bezier(0.42,0,0.58,1); 
		-moz-transition: all 1s cubic-bezier(0.42,0,0.58,1); 
}
body {
	background: #FFFFFF;
}
h1 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
}
h2 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #0d3d91;
}
h3 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}
h4 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
	color: #5677B2;
	margin-left: 825px
}
h5 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	color: #0d3d91;
}
h6 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
}
p {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: normal
	line-height: 175%;
	margin-bottom: 0px;	
}
a {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: normal
	line-height: 150%;
	color: #0d3d91;
	margin-bottom: 0px;
}
ul {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: normal
	line-height: 150%;
	color: #000000;
	margin-bottom: 10px;
}
li {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: normal
	line-height: 150%;
	color: #000000;
	margin-bottom: 10px;
}
table {
	width: 93%;
	background: #E7ECF4;
	border: 1px solid #B6C5DE;
	
}
thead tr {
	position: relative
	top: expression( this.parentNode.scrollTop - 4 + 'px' );
	
}

th {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0d3d91;
	padding: 4px;
	text-align: left;
	white-space:nowrap;
}
th a{
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #0d3d91;
	text-decoration:underline;
	padding: 4px;
	text-align: left;
}

td {
	border: 1px solid #C8CCCF;
	background: white;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	white-space: nowrap;

}
td a{
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: nomal;
	color: #0d3d91;
	text-decoration:underline;
	 
	padding: 2px;
}


input {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: nomal;
	margin-bottom: 1px;
	margin-right: 5px;
	margin-left: 0px;
	width: auto;
	border: 1px solid #6E8BBD;
	border-right: 1px solid #6E8BBD;
	border-bottom: 1px solid #6E8BBD;
}
input a{
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: nomal;
	margin-bottom: 1px;
	margin-right: 5px;
	margin-left: 0px;
	width: auto;
	border: 1px solid #6E8BBD;
	border-right: 1px solid #6E8BBD;
	border-bottom: 1px solid #6E8BBD;
}
input.btn {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-right: 5px;
	margin-left: 5px;
	width: auto;
	border: 1px solid;
	color:#0d3d91;
	background-color:#CFD8E9;
	border-color: #FFFFFF #5677B2 #5677B2 #FFFFFF;
input.red {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: nomal;
	margin-bottom: 1px;
	margin-right: 5px;
	margin-left: 5px;
	width: auto;
	border: 1px solid #FFFFFF;
}
th form{
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #0d3d91;
	padding: 3px;
}
textarea {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: nomal;
	margin-bottom: 1px;
	margin-right: 5px;
	margin-left: 0px;
	width: auto;
	border: 1px solid #6E8BBD;
	border-right: 1px solid #6E8BBD;
	border-bottom: 1px solid #6E8BBD;
}

.clear {
	clear: both;
	float: none;
	padding: 0;
	margin:0;
}

