/* TABLE AND TEXT */
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 70%;
	line-height : 1.35em;
	color: #333333;
	background-color:#ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
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: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 130%;
	EditMenuName: Heading 1;
}
h2, .heading2 {
	font-size: 125%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 120%;
	EditMenuName: Heading 2;
}
h3, .heading3 {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 1px;
	line-height: 125%;
	EditMenuName: Heading 3;
}
h4, .heading4 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 0px;
	line-height: 115%;
	EditMenuName: Heading 4;
}
td, font {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-weight: normal; 
	color: #333333; 
	text-decoration: none;
	font-size: 100%;
}
.ingress {
	font-weight:bold;
}


/* HYPERLINKS */
a, a:link, a:visited, a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #333333; 
	text-decoration: underline;
}

/* FORM CLASSES */
FORM {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-weight: normal; 
	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%;
}
.button
{
    BORDER-RIGHT: #003d72 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #003d72 1px solid;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #003d72 1px solid;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #003d72 1px solid;
    BACKGROUND-COLOR: #c8e2ef
}

.bildtext {
	font-weight:normal;
	font-style:italic;
}
.date {
	font-size:90%;
	color:#7f7d7d;
}
.calenderDate {
	font-size:100%;
	color:#7f7d7d;
}
#pressReleases {
	padding:20px 0px 0px 0px;
}
.pressRelease {
	padding-bottom:20px;
}

#publications {
	padding:20px 0px 0px 0px;
}
.publication {
	padding:10px 10px 10px 10px;
	border-bottom:dotted 1px #c7decf;
}

.publicationCategory {
	font-size:100%;
	font-weight:bold;
	color:#333333;
	background-color:#c7decf;
	padding:4px 10px 4px 10px;
	margin-top:10px;
}

/* area - Generell grupp */
.area
{
/*
	padding:10px 10px 10px 10px;
	border-bottom:dotted 1px #c7decf;
*/
}

.area td
{
	/*vertical-align: top;*/
}

.areasubheader
{
	font-size:100%;
	font-weight:bold;
	color:#333333;
	background-color:#dfede5;
	padding:4px 10px 4px 10px;
	margin-top:10px;
}

.areaheader
{
	font-size:100%;
	font-weight:bold;
	color:#333333;
	background-color:#c4dccf;
	padding:4px 10px 4px 10px;
	margin-top:10px;
}

/*
.listheader td
{
	font-size:100%;
	font-weight:bold;
	color:#333333;
	background-color:#dfede5;
	padding:4px 10px 4px 10px;
	margin-top:10px;
}
*/

.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.clearBoth {
	clear:both;
}
.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}




/* 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: #FF0000;
	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 */