﻿body
{
    width: 720px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #153b63;
}

a
{
    color: #153b63;
}

.mainFrame
{
    margin: 0px;
    position: absolute;
	
}
.header
{
	width: 720px;
}

.headerTop
{
    background-color: #B4C6D9;
    height: 17px;
    font-size: 10px;
}
.headerTop a
{
    color: #153b63;
    text-decoration: none;
    float: left;
    height: 100%;
    border-right: solid 1px #FFFFFF;
    padding: 2px 6px 0px 6px;
}

.headerMiddle
{
    text-align: right;
    height: 49px;
    position: relative;
}
.languageSelector
{
    position: absolute;
    left: 0px;
    bottom: 8px;
    background-color: #dfe9f4;
}

.headerBottom
{
    background-color: #153B63;
    height: 18px;
    position: relative;
}

.menu
{
    position: absolute;
    width: 300px;
    left: 0px;
    top: 0px;
    padding: 2px 5px 0px 0px;
}
.menu a
{
    text-decoration: none;
    color: white;
    float: left;
}
.menuArrow
{
    float: left;
    margin-top: -2px;
    margin-left: 5px;
}

.headingImage
{
    margin-top: 1px;
    border-top: 6px solid #B5C6DA;
    border-bottom: 15px solid #DFE9F4;
    padding: 0px;
    height: 102px;
}
.welcomeImages
{
    padding-left: 20px;
    padding-right: 20px;
}
.mainContainer
{
    width: 720px;
    position: relative;
    min-height: 485px;
    margin-top:10px;
}
.main
{
    /*float: left;*/
    width:493px;
    
}
.Header
{
    font-weight: 700;
}

.footer
{
    font-size: 7.5pt;
    width: 720px;
}
.footerLine
{
    color: #DDDDDD;
    height: 1px;
}

.ItemSeparator
{
	border-right: 2px solid #dfe9f4 ;
}
.GroupSeparator
{
	border-bottom: 2px solid #dfe9f4 ;
}

.SearchForm
{
    background: #b4c6d9;
    color: #153b63;
    width: 207px;
   /* margin-top: 10px;*/
   position:absolute;
   right:0px;
   top:0px;
   font-size:11px;
   padding-top:0px;
   padding-bottom:5px;
}
.SearchHeader
{
    width: 199px;
    height: 20px;
    line-height: 20px;
    background-color: #153B63;
    color: #FFFFFF;
    font-weight: 700;
    padding: 3px 4px 2px 4px;
}
.SearchFields
{
    padding-left: 4px;
    font-weight: 700;
    margin-top: 3px;
}

.SearchForm input
{
    width: 189px;    
    margin-bottom: 2px;
    margin-top: 2px;
}
.SearchForm input[type='text']
{
    background-color: #dfe9f4;
}

.SearchForm select
{
    background-color: #dfe9f4;
    width: 195px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 10px;
}

.SearchForm .ExampleText
{
    font-weight: normal;
    font-size: 10px;
    font-style: italic;
    color: #375d85;
}
.SearchForm .ImageNo
{
    width: 87px;
    float: left;
}
.SearchForm input[type='checkbox']
{
    width:15px;
    border:0px;
}
.SearchForm .ClearButton
{
    margin: 7px 0px 0px 2px;
    float: left;
    text-decoration: none;
    font-weight: normal;
}

.SearchForm .SearchButton
{
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    clear: right;
    float: right;
    width: auto;
}

.resultHeader, .resultFooter
{
    /*margin-top: 10px;*/
    background-color: #829dba;
    width: 503px;
    height: 20px;
    font-weight: bold;
    padding: 5px 6px 0px 6px;
    color: #153b63;
}
.resultHeaderPager
{
    width: 200px;
}
.resultFooterPager
{
    width: 250px;
}

.resultsPerPage
{
    margin-top: -2px;
    background-color: #dfe9f4;
    font-size: 10px;
}



.prevNext 
{
    color: #153b63;
}


.product
{
    background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	width: 503px;
	border: solid 1px #829dba;
	position: relative;
	border-collapse: collapse;
}

.product .image /* display i den gamla*/
{
	height: 100%;
	width: 130px;
	text-align: center;
	line-height: 100%;
	border: solid 1px #829dba;
	padding: 5px;
	
}

.product .info
{
	vertical-align: top;
	background-color: #b4c6d9;
	border: solid 1px #829dba;
	border-bottom: 0px;
}

.product .info .vib
{
    font-weight: bold;
	height: 20px;
	padding: 4px 0px 0px 4px;
	float: left;
}

.product .info .name
{
	float: right;
	height: 20px;
	padding: 4px 6px 0px 0px;
}
.product .info .description
{
	padding: 0px 0px 0px 4px;
	margin-bottom: 4px;
	clear: both;
}


.files
{
	padding: 0;
	margin: 0;
	background-color: #b4c6d9;
}


.file
{
	height: 25px;
	background-color: #DDDDDD;
	border-top: solid 2px #FFFFFF;
	border-collapse: collapse;
}

.file div
{
	margin: 5px 8px;
}

.file .download
{
	float: right;
	width: 80px;
	clear: right;
	text-align: right;
}

.file .size
{
	float: left;
	width: 60px;
	text-align: right;
}

.file .description
{
	float: left;
	clear: left;
	width: 150px;
}
.download
{
    width:  365px;
}
.confirm, .decline
{
	text-decoration: none;
}

.confirm:hover, .decline:hover
{
	text-decoration: underline;
}

.caption
{
	color: #153B63;
	font-weight: 700;
}

.confirm
{
	color: Green;
	font-weight: 700;
}

.decline
{
	color: Red;
	font-weight: 700;
}
.noResultMessage
{
	width: 540px;
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: Red;
}

