/* ----------- HOMEMADE STYLES -------------*/

/* ------ Links med orange farve -------- */
a.orangelink, a.orangelink:active, a.orangelink:visited
{
	color: #EE8600;
	text-decoration: none;
	EditMenuName: orange_link;
}

a.orangelink:hover
{
	color: #EE8600;
	text-decoration: underline;
}

/* ------ Links med sort farve -------- */
a.sortlink, a.sortlink:active, a.sortlink:visited
{
	color: #000000;
	text-decoration: none;
	EditMenuName: sort_link;
}

a.sortlink:hover
{
	color: #000000;
	text-decoration: underline;
}





/* --------- Text items EDITOR ----------- */
h1, .heading1
{
	font-size: 0px; 
	color: #ffffff;
	line-height: 0px;
}
h2, .heading2
{
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	color: #555555;
	font-variant: normal;
	line-height: 10px;
	
	EditMenuName: Overskrift1;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 12px;
	color: #555555;
	line-height: 14px;
	
	EditMenuName: Overskrift2;
}
.bigBlue
{
	font-weight: bold;
	font-size: 18px; 
	color: #1A2447;
	display: inline;
	EditMenuName: Big Blue;
}
.bigOrange
{
	font-weight: bold;
	font-size: 18px; 
	color: orange;
	display: inline;
	EditMenuName: Big Orange;
}

.normalOrange
{
	color: orange;
	display: inline;
	EditMenuName: Normal Orange;
}

.introduction
{
	font-weight: bold;
	padding-top: 12px;
	color: #FFFFFF;
		
}
.breadtext
{
	font-weight: normal;
	font-size: 10px;
	color: #555555;
	padding-top: 0px;
	EditMenuName: Breadtext;
}
.footertext
{
	color: #ffffff;
	text-decoration: none;
	EditMenuName: Footer text;
}
.footertext a:link .footertext a:active, .footertext a:visited, .footertext a:hover 
{
	color: #ffffff;
	text-decoration: none;
}
.footertext a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.imagetext 
{
	font-style: italic; 
	font-size: 9px; 
	EditMenuName: Image text;
}

/* --------- Input ----------- */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}

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;
}
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;
}

.boks {
	border: 1px solid #000000;
}

.boksbgr {
	background-color: #E4E4E4;
}

.boksbgrsort {
	background-color: #000000;
}


.tabelsortkantdobbelt {
	border: 3px double #000000;
	EditMenuName: sort border tabel dobbelt;
}

.tabelsortkantenkelt {
	border: 1px solid #000000;
	EditMenuName: sort border tabel enkelt;
}


/* Styles for Dynamic tabels widt rounded edges*/
.DynamicTableRoundEdge{
	background-color: #DDE1E5;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.DynamicTableRoundEdgeTopLeft{
	background-color: #DDE1E5;
	background-image: url(/images/silvanSiteSpecificImages/DynamicTableRoundEdge/corner.jpg);
	background-repeat:no-repeat;
	width: 12px;
	height: 12px;
	border: 0px;
	margin-left: 0px;
	padding: 0px;
	position:relative;
	top:0px;
	left:0px;
}
.DynamicTableRoundEdgeTopRight{
	background-color: #DDE1E5;
	background-image: url(/images/silvanSiteSpecificImages/DynamicTableRoundEdge/cornerRight.jpg);
	background-repeat:no-repeat;
	width: 12px;
	height: 12px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	position:relative;
	top:0px;
	left:0px;
}

.DynamicTableRoundEdgeBottomLeft{
	background-color: #DDE1E5;
	background-image: url(/images/silvanSiteSpecificImages/DynamicTableRoundEdge/cornerLowerLeft.jpg);
	background-repeat:no-repeat;
	width: 12px;
	height: 12px;
	border: 0px;
	margin: 0px;
	padding: 0px;

	position:relative;
	top:0px;
	left:0px;
}

.DynamicTableRoundEdgeBottomRight{
	background-color: #DDE1E5;
	background-image: url(/images/silvanSiteSpecificImages/DynamicTableRoundEdge/cornerLowerRight.jpg);
	background-repeat:no-repeat;
	width: 12px;
	height: 12px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	position:relative;
	top:0px;
	left:0px;
}

/*.DynamicTableRoundEdgeCenterVertical{
	width: 12px;
	height: 100%;
}

.DynamicTableRoundEdgeCenterHorizontal{
	width: 100%;
	height: 12px;
}*/
.DynamicTableRoundEdgeContent{
	text-align: center;
}
/* ---END--- Styles for Dynamic tabels widt rounded edges ---END---*/

