/* ------ Text items -------- */

body
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 1.31em;
	padding: 0px; 
	margin: 0px;
}
.broedtext
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	EditMenuName: Brodtext;
}
p
{
	font-family: verdana;
	/*font-size: 65%;*/
	color: #000000;
}
h1, .heading1
{
	font-weight: bold;
	font-size: 1.5em; 
	color: #333;
	display: inline;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	margin-bottom: 0px;
	font-weight: bold; 
	font-size: 12px; 
	color: #000000;
	EditMenuName: Mellanrubrik;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 1em;
	color: #333;
	EditMenuName: Heading 3;
}
.introduction
{
	font-weight: bold; 
	font-size: 12px; 
	color: #000000;

	EditMenuName: Introduction;
}

.imagetext 
{
	font-family: Verdana;
	font-style: italic;
	font-size: 11px;
	color: #000000;
	EditMenuName: Bildtext;
}

.InfoBoxText
{
	font-family: Verdana;
	font-size: 9px;
	line-height: normal;
	EditMenuName: Faktaruta;
}

.red
{
	color: #CC0000;
	EditMenuName: Normal red text;
}
hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}
.InfoBoxText
{
	font-family: Verdana;
	font-size: 10px;
	EditMenuName: DansNet-InfoBox Text;
}

/* ------ Links -------- */


a
{
	color:#b92d59;
    text-decoration: underline;
}
a:hover
{
	color: #b92d59;
}


#toptools a {

	color:#ffffff;
	text-decoration:underline;

}

#toptools a:hover {

	color:#000000;
	text-decoration:underline;

}
a.blackLink
{
	text-decoration: underline;
	color:Black;
}

/* --------- Input ----------- */
input, textarea
{
	font-family: arial, tahoma;
	font-size: 9pt;
	color: #000000;
	background: #ffffff;
}

.toolInp {

	background: #ffffff url(/images/dansnet/inpBg.gif);
	border: 1px solid; border-color:#7d071a;
	width:104px;
	height:16px;
}

select
{
	font-size: 1em;
}

.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}


/* Rounder corners */
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #f3f3f3}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


/* --------- Image format ----------- */

img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    EditMenuName: Top left;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Top right;
}
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 format ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	EditMenuName: DansNet-Classic;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #95632F;
	EditMenuName: Color;
}
table.color th
{
	border: solid 0.1em #95632F;
	background-color: #E1CC9D;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #95632F;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
	EditMenuName: Highlighted;
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #95632F;
}
table.color td.highlighted
{
	background-color: #F0E5CE;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}
