﻿body,html,li,h1,h2,h3,h4,h5,h6,ul,li,ol,p,pre,form,blockquote,fieldset,input,textarea, img {
	margin:0; 
	padding:0
} 

body, input, select, table, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	font-weight:normal;
	text-transform:none;
}

body {
	background: #577db0 url(../Images/bodybg.jpg) repeat-x;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
	color: #15428b;
	font-size: 14px;
	font-family: Arial;
	padding: 5px 0 0 15px;
	background: url(../Images/h1bg.gif);
	height: 20px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

h2 {
	font-size: 12px;
	font-family: Arial;
	height: 20px;
}

#container {
	margin: 2px;
	border: solid 1px #b0cbef;
}

#top {
	margin: 0 5px 0 5px;
	padding: 5px 0 5px 0;
	border-bottom: solid 1px #6593cf;
}

#content {
	margin: 4px;
}
#content .panel {
	background: #fff;
	border: solid 1px #6593cf;
	min-height: 500px;
	padding: 0 0 20px 0;
}
#content .wide {

}

#content .leftPanel {
	float: left;
	width: 25%;
}

#content .rightPanel {
	float: left;
	width: 75%;
}

#menuList
{
	font-family: Arial;
	font-size: 11px;
	margin: 15px 0 0 5px;
	padding: 0 0 0 10px;
	display: inline;
}

#menuList li {
	display: inline;
	margin: 0 15px 0 0;
}

#menuList li a.menuListItemOn {
	font-weight: bold;
}

.toolbar {
	background: #e3efff;
	padding: 5px 0 5px 15px;
}

.listResult {
	width: 100%;
}
.listResult .listRow {
	background: #fff;
}

.listResult .listRow td {
	padding: 3px 3px 3px 16px;
	border-top: solid 1px #dbdbdb;
}

.listResult .listHeadRow {
	background: url(../Images/thbg.gif);
}
.listResult .listHeadRow th {
	text-align: left;
	font-weight: normal;
	padding: 2px 0 0 16px;
	height: 19px;
	border-top: solid 1px #6593cf;
	border-bottom: solid 1px #6593cf;
}
.addLang {
	margin: 15px 0 0 0;
}

.langTabStrip {
	position: relative;
	margin: 10px 0 0 0;
}

.langTabStrip .tabImage {
	margin: 1px 0 0 0;
	vertical-align: middle;
}

.tabData {
	margin: 10px 0 0 0;
	font-size: 10px;
}
.langTabStrip .toolBar {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 10px;
}
.buttonBar {
	border-top: solid 1px #6593cf;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
}
.padded {
	padding: 15px;
}
.padded .dRow {
	margin-bottom: 3px;
}
.left {
	float: left;
}

.dRow .label { width: 100px; }

.right {
	float: right;
}

.vSummary {
	background: #fff;
	border: solid 2px #ff0000;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	font-size: 11px;
}

.vSummary ul {
	font-size: 10px;
	font-weight: normal;
	list-style: square;
	margin: 5px 0 0 0;
}

.vSummary li {
	margin: 0 0 0 15px;
}

.datepicker input { vertical-align: middle; }
.datepicker img { margin-left: 5px; vertical-align: middle; }

.lastChange { color: #888; font-size: 10px; }

/* ------- agreement ----------*/
#agreement {
	margin:20px 0 20px 0; 
	padding: 10px; 
	overflow:auto; 
	height: 350px; 
	width: 670px;
	border:solid 1px #6593CF;
}
#agreement h1 {
	font-size: 14px;
}
#agreement p {
	margin: 0 0 10px 0;
}
#agreement .section {
	margin: 0 0 10px 0;
}
#agreement .section .num {
	float: left;
	width: 40px;
}
#agreement .section .text {
	float: left;
	width: 600px;
}
#agreement .section ol {
	list-style-type: lower-alpha;
	list-style-position: inside;
	margin: 0 0 0 20px;
}
#agreement .section ol li {
}

/* Se till att kalender hamnar på topp */
.ajax__calendar_container { z-index: 100; }

#currencies td { text-align: left; padding-left: 1em; padding-right: 1em;}
#currencies th { text-align: left; padding-left: 1em; padding-right: 1em;}
#currencies .OfficialRate { text-align: right; }
#currencies .PrivateRateDifference { text-align: right; }
#currencies .PrivateRate { padding-left: 3em; }
#currencies th { text-decoration: underline; }
#currencies tr.odd td { background: #eee;}

.CurrencyCalculator input.source { background: #fcc; }

tr.highlighted td { background-color: #e3efff; cursor: pointer;}

/* ----- common ------------------------------------------ */
.selfClear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.selfClear {
    display: inline-block;
}

/* Hide from IE-mac \*/
* html .selfClear {
    height: 1%;
}

.selfClear {
    display: block;
}
/* End hide from IE-mac */

.item-detail-fieldset{margin:8px 0;padding:8px;width:584px}

/* Import/export */
.export-menu-list {
	margin: 8px;
	list-style: none;
}