/* lizoft.net */
body {
	margin-top: 2px;
	margin-left: 2px;
	background: #FEFEFE url('/images/BgSplashDev.png') repeat-x; /* 2008-12-19 */
	
}
FONT {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
TD {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* 081228: Bakgrund på kroppen (behövs när hela sidan har bakgrundsfärg) */
.bodybg {background-color:#FAFAFA;}

/* 081228: TinyMCE specific rules */
body.mceContentBody {
   background: #FAFAFA;
}


/* Standardlayout för tabell */
.std-table {
	background-color:#EEEEEE;
	border-style: double;
	border-width:thin;
}
.std-table-title {
	background-color:#EDE500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.std-table-oddline {
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}	
.std-table-evenline {
	background-color:#EEEEEE;
	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;
}

/* Text */

.text-pagetitle {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC3333;
	/* background-color: #33CCFF; */
}

.text-pageingress {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.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-SIZE: 20px;
    FONT-WEIGHT: bold;
    COLOR: #CC3333;
}
H2
{
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    COLOR: #CC6600;
}
H3
{
	font-size: 16px;
	font-weight: bold;
    COLOR: #CC6666;
}
H4
{
	font-size: 14px;
	font-weight: normal;
    COLOR: #CC6666;
}
