/* TABLE AND TEXT */
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 70%;
	line-height : 1.25em;
	color: #333333; 
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none
	font-size: 100%;
}
h1, .heading1 {
	font-size: 135%;
	font-weight: bold;
	color: #434343;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 130%;
	EditMenuName: Heading 1;
}
h2, .heading2 {
	font-size: 125%;
	font-weight: bold;
	color: #434343;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 120%;
	EditMenuName: Heading 2;
}
h3, .heading3 {
	font-size: 110%;
	font-weight: bold;
	color: #434343;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 125%;
	EditMenuName: Heading 3;
}
h4, .heading4 {
	font-size: 100%;
	font-weight: bold;
	color: #434343;
	margin-top: 2px;
	margin-bottom: 0px;
	line-height: 115%;
	EditMenuName: Heading 4;
}

.bildtext  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style:italic;
	font-weight: normal; 
	color: #333333; 
	text-decoration: none;
	EditMenuName:Bildtext
}
td, font {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-weight: normal; 
	color: #333333; 
	text-decoration: none;
	font-size: 100%;
}
.brodtext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	EditMenuName:Normal;
}
.grey {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #666666; 
	text-decoration: none;
}
.urubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 110%;
	font-weight: bold;
	color: #434343;
	margin-top: 1px;
	margin-bottom: 0px;
	line-height: 125%;
	EditMenuName:Underrubrik;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-weight: bold; 
	color: #333333; 
	text-decoration: none;
}
.rubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 135%;
	font-weight: bold;
	color: #434343;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 130%;
	text-decoration: none;
	EditMenuName:Rubrik;
}
.vit {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;  
	color: #FFFFFF;
	text-decoration: none;
}
.rubrik_svart {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}
.litentext {  
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	color: #333333;
}
.formMarginBottom {
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 200%;
}


/* HYPERLINKS */
a, a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #313131; 
	text-decoration: none;
}
a:Hover {
	text-decoration: underline;
}


/* FORM CLASSES */
FORM {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-weight: normal; 
	color: #565F65; 
	text-decoration: none
	font-size: 100%;
}
input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #333333;
	font-size: 100%;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #000000; 
	background-color: #FFFFFF; 
	cursor: hand;
	font-size: 100%;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	background-color: #FFFFFF; 
	cursor: hand;
	font-size: 100%;
}


/* importerat från epi standard. */
.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
img.quicksearch
{
	height: 1.75em;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}
span.usernamelabel
{
	margin-right: 1em;
	margin-top: 0.3em;
	display: block;
	float: right;
}


/* --------- Image format ----------- */
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	EditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Flip horisontally;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Flip vertically;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	EditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	EditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
/* Slut import från EPi standard */