﻿/*****************************************************
GENEREL FRAME
******************************************************/
body {
	font-family: Verdana;
	font-size: x-small;
	margin: 0px 0px 0px 0px;
}

img.LogoImage
{
	position: static;
	vertical-align: bottom;
	z-index: 0;
}

td.MainBottomCell
{
	background-image: url('../App_Themes/Normal/Gfx/bund-baggrund.gif');
	height: 100px;
}

td.MainTopCell
{
	background-image: url('../App_Themes/Normal/Gfx/top-baggrund.jpg');
	height: 100px;
}

td.MainLeftCell
{
	width: 635px;
}

td.MainRightCell
{
	width: 150px;
	background-image: url('../App_Themes/Normal/Gfx/hojre-baggrund.gif');	
}

td.TableHeaderCell
{
	background-image: url(../../Gfx/topheaderbg.jpg);
	height: 25px;
	border: 0px;
}

.FrontPageItemHeader
{
	font-size: Large;
	font-weight: bold;
	color: #166baf;
	font-style: italic;
	padding-left: 10px;
	padding-bottom: 2px;
}

td.TableMiddleCell
{
	border-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #00a6eb;
	padding: 5px 5px 0px 5px;
}

td.TableBottomCell
{
	border-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #00a6eb;
	padding: 0px 5px 5px 5px;
}

/*****************************************************
LINKS
******************************************************/

a:link
{
	font-family: Verdana, Arial;
	color: #005DBE;
	text-decoration: underline;
}

a:active 
{
	font-family: Verdana, Arial, sans-serif; 
	color: #005DBE;
	text-decoration: underline;
}

a:visited
{
	font-family: Verdana, Arial;
	color: #005DBE;
	text-decoration: underline
}

a:hover
{
	font-family: Verdana, Arial, sans-serif;
	background-color: #06BCF9;
	color: #005DBE;
	text-decoration: underline;
}

.FrontPageItemStart
{
	font-size: large;
	font-weight: bold;
	margin-right: 20px;
}

/*****************************************************
TEXT
******************************************************/

.ContentHeader
{
	border-color: #005dbe;
	border-width: 1px;
	border-style: solid;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.HeaderText
{
	color: #005DBE;
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.SubHeaderText
{
	color: #005DBE;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

.SubPageHeaderText
{
	font-weight: bold;
}


/*****************************************************
HORIZONTAL RULERS
******************************************************/
hr.SubPageHeaderHr
{
	color: #005dbe;
	background-color: #005dbe;
	width: 100%;
	border: 0;
	height: 1px;
}

hr.BlackRuler
{
	color: Black;
	background-color: Black;
	width: 100%;
	border: 0;
	height: 1px;
}

hr.SilverRuler
{
	color: Silver;
	background-color: Silver;
	width: 100%;
	border: 0;
	height: 1px;
}



/*****************************************************
Popup
******************************************************/

.modalBackground
{
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity: 0.7;
	z-index: 100;
}

.modalPopup
{
	background-color: White;
	border: solid 1px Black;
	padding: 0px 3px 3px 3px;
	width: 450px;
}


/*****************************************************
EnterInformation.aspx
******************************************************/

td.InfoCell
{
	width: 170px;
}
