/*General*/
BODY, TABLE, SELECT, TEXTAREA, INPUT
{
    FONT-FAMILY: Lucida Sans, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;    
}


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited
{
	color: #3333cc;
	text-decoration: none;
}
		
A:hover	{	
	text-decoration:none;
	color:	#3333cc;
	}
	
/* Tabeller, TD */
.Hovedtabell
{
	width:100%;		
}
.EditPageTable{
	width:100%;
}
.DetailPageTable
{
	width:100%;
}
.TDLeft
{
	width:200px;
}
.TDRight
{
	width:200px;
}

/*Info-messages to user*/
.infotext
{
	color:Blue;
}
.errortext
{
	color:red;
	font-weight:bold;		
}

.detailerror
{	
	cursor:help;
}

/* Generelt */
.Overskrift
{
	font-size:20px;
	font-weight:bold;
	font-family:Arial;
}
.GeneralHeader
{
	font-weight:bold;
	font-size: 16px;
}
.FieldsetHeader
{
	font-weight: bold;
	color: #000000;
}

/* Newslist-usercontrol*/
.Date
{	
}

.Author
{
}

.Heading
{
	font-size: 12px;
	font-weight:bold;
}

.Ingress
{	
}

/* Enkel Nyhetsliste (newslistlight.ascx) */
.EnkelNyhetslisteDate
{	
}

.EnkelNyhetslisteAuthor
{	
}

.EnkelNyhetslisteHeading
{
	font-size: 8pt;
	font-weight:bold;
}

.EnkelNyhetslisteIngress
{	
}

/*Editpage (editarticle.aspx)*/
.panel
{
	background-color:#DCECC5;	
}
.PanelButtonTopSel
{
	border:none;
	width: 60px;
	height: 30px;
	background-color: #DCECC5;
	text-align: center;	
}
.PanelButtonTopUnsel
{
	border:solid 1px #DCECC5;	
	width: 60px;
	height: 30px;
	background-color: #ffffff;
	text-align: center;
	cursor:hand;
}

.listheader
{
	font-weight: bold;
	background-color: #ffffff;
}

.question
{
	cursor:help;	
}

/*Page for detailed viev of article (showarticle.aspx)*/
.DetailPageAuthor
{
}

.DetailPageHeading
{
	font-size: 18px;
	font-weight:bold;
}

.DetailPageIngress
{
	font-size: 16px;
	font-weight:bold;
}

.DetailPageMainText
{	
	font-size: 14px;
}

.DetailPageDate
{	
	font-style:italic;
}

.divpicture{
	float:left;	
	margin:2px 2px 5px 0px;	
	padding:3px 3px 3px 0px;
}
.DetailPagePictureText
{	
	font-style:italic;
	font-size:10px;
}

.DetailPageLinkHeader
{
	font-weight: bold;	
	width:300px;	
}
p
{ line-height: 100%; margin-bottom: 5 
}
h1
           { font-size: 16pt; color: #C13900
}
h2
           { font-size: 12pt; color: #C13900
}