/* 060220: lizoft.se */
body {
	margin-top: 2px;
	margin-left: 2px;
}
FONT {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
TD {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
A {
	color: #10487E;
}

/* Standardlayout för tabell */
.std-table {
	background-color:#EEEEEE;
	border-style: double;
	border-width:thin;
}
.std-table-title {
	background-color:#ACCBE0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#2B5482;
}
.std-table-oddline {
	background-color:#E1F4FB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}	
.std-table-evenline {
	background-color:#F3FCFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* Inmatningsforulär */
.form-text {
	border-color:#999999;
	font-size:9px;
	border-style:ridge;
}
.form-text-readonly {
	border-color:#999999;
	font-size:9px;
	border-style:ridge;
	border-width:thin;
	background-color:#DEDEDE;
}
.form-button {
	font-size: 9px;
	font-family: Verdana, Arial;
}

/* Shop */

.shop-itemline {
	width: 350px;
	background-color: #DEDEDE;
	font-size:9px;
}
.shop-checkoutlabel {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:600;
	color:#666666;
}
.shop-table {
	background-color:#DDDDDD;
	border: 1px solid #000000;
	border-collapse:collapse;
}
.shop-table-title {
	background-color: #66CCFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333333;
}
.shop-table-label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
	background-color:#bbbbbb;
}

/* Text */

.text-pagetitle {
	font-family: Georgia, Verdana, Times New Roman;
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    COLOR: #10487E; 
}

.text-pageingress {
	font-family: Georgia, Verdana, Times New Roman;
	font-size: 16px;
	font-weight: normal;
	color: #10487E;
}

.maintext, .maintext-unimportant, .maintext-important {
/* Standardtext i brödtextform */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.maintext-unimportant {
/* Mindre viktig info */
	color: #999999;
	font-size: 10px;
}
.maintext-important {
/* Viktig info */
	color: #B61133;
	font-weight: bold;
}
.maintext-blue {
	color: #0066FF;
}

.textfield {
  font-size: 10px;
  font-family: verdana, Arial;
}

/* Försök till Punktlinje för hög cell*/
.dotted-td {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #0099FF;
	border-right: 1px;
}

/* Grundinställningar som jag inte gjort själv... */

DL, DD, DT, H1, H2, H3, H4, H5, H6, H7, H8, H9, FORM {
	margin: 0px;
	padding: 0px;
    FONT-FAMILY: Verdana;
}
OL, UL {
	margin-top: 4px;
}
LI
{
    PADDING-LEFT: 0px;
    MARGIN-LEFT: 0px
}
H1
{
	font-family: Georgia, Verdana, Times New Roman;
    FONT-SIZE: 20px;
    FONT-WEIGHT: bold;
    COLOR: #10487E;
}
H2
{
	font-family: Georgia, Verdana, Times New Roman;
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    COLOR: #10487E; 
}
H3
{
	font-family: Georgia, Verdana, Times New Roman;
	font-size: 16px;
	font-weight: bold;
    COLOR: #10487E;
}
H4
{
	font-size: 14px;
	font-weight: normal;
    COLOR: #10487E;
}
