/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    background-color: #e7ebf0;
    margin-top: 0;
    margin-left: 0
}


/* DATAGRID */
/* ------------------------------------------------------------------------------------ */
TABLE Table.LeftMenu
	{
		border-bottom-style: solid;
		border-bottom: solid 1px #000000;
		border-left: solid 1px #000000;
		border-right: solid 1px #000000;
		border-top: solid 1px #000000;
		background-color: #f1f2f2
		
	}
	
	TABLE TR.DgHeader
	{
		padding-left: 4px;
		height: 17px;
		font-weight: bold;
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		color:White;
		background-color: #2d466f
	}
	TABLE TR.DgHeader TD.DgHeaderStyle
	{
		border-bottom: solid 1px #7F9DB9;
		border-top: solid 1px #7F9DB9;
	}
	TABLE TR.DgHeader TD.DgHeaderStyleLeft
	{
		border-bottom: solid 1px #7F9DB9;
		border-top: solid 1px #7F9DB9;
		border-left: solid 1px #7F9DB9;
	}
	TABLE TR.DgHeader TD.DgHeaderStyleRight
	{
		border-bottom: solid 1px #7F9DB9;
		border-top: solid 1px #7F9DB9;
		border-right: solid 1px #7F9DB9;
	}

	TABLE TR.DgItemStyle
	{
		padding-left: 4px;
		height: 20px;
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		background-color: #D9D9D9;
		color:#000000;
	}

	TABLE TR.DgAlternatingItemStyle
	{
		padding-left: 4px;
		height: 20px;
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		background-color: #ECECEC;
		color:#000000;
	}

	TABLE TR.DgPagerStyle
	{
	}

	TABLE TR.DgFooterStyle
	{
	}

	TABLE TR.DgSelectedStyle
	{
	}

	TABLE TR.DgEditStyle
	{
	}

	TABLE TR.DgNormalText
	{
	}

	A.Link
	{
		color: #50697F;
		text-decoration: None;
	}
	A.Link:Hover
	{
		color: #50697F;
		text-decoration: Underline;
	}
	A.Link:Visited
	{
		color: #50697F;
	}
	
	.tb
	{
		font-size: 11px
	}
	.NormalText
	{	font-family: Arial, Sans-Serif;
		font-size: 12px
	}
	
	.NormalTextMenu
	{	font-family: Arial, Sans-Serif;
		font-size: 12px;
		color: #000000;
		text-decoration: None
	}
/* ------------------------------------------------------------------------------------ */
	.MsgError
	{
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		font-weight: normal;
		color: #FF0000	
	}
	
	.MsgSucces
	{
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		font-weight: normal;
		color: #049912
	}
/*-----------------------Login-----------------------------------------------------------*/
.logintabel
{
	background-color:#D9D9D9;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #5D0000;
	border-left: 1px solid #999999;
	border-right: 1px solid #000000;
}

.loginFeltInfo
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

.loginFeltOverskrift
{
	background-color: #2d466f;

	border-top: 1px solid #999999;
	border-bottom: 1px solid #5D0000;
	border-left: 1px solid #999999;
	border-right: 1px solid #000000;
}

.loginFeltTekst
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


.logintitel
{
	font-family : Arial, Verdana, Helvetica, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.txtbox
{
	font-family: Verdana, Helvetica;
	font-size: 10px;
	height: 20px
}

a.topmenu {
	background : #e41a16;
	display:block;
	width:100%;
	height:100%;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}

a.topmenu:hover {
	background : #ee1a16;
	display:block;
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}

.TekstBottom
	{
		FONT-FAMILY: Verdana, Helvetica, sans-serif;
		FONT-SIZE: xx-small;
		font-weight: bolder;
		background-color:#e41a16;
		text-decoration:none;
		color: White
		
	}
	
.Bottom
	{
		FONT-FAMILY: Verdana, Helvetica, sans-serif;
		FONT-SIZE: xx-small;
		font-weight: bolder;
		background-color:#e41a16;
		text-decoration:none;
		color: White
		
	}