/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background: white;
	color: Black;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: x-small;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #5E0941;
	margin: 0px 0px 0px 0px;
}
H1	{	
	font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	



/* EGNA STYLES NEDAN */

form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td
{
	color: 5E0941;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: x-small;
}

.mainTable
{
	padding: 2px 2px 2px 2px;
}

.contentTable
{
	background: white;
	border: 1px solid gray;
	padding: 2px 2px 2px 2px;
}

.sidRubrik
{
	font-size: 26px;
	font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #5E0941;
	margin-bottom: 10px;
}

.tdRubrik
{
	background: #E1EFD4 ;
	padding-left: 4px;
}

.footer
{
	background: white;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	font-family: Times New Roman, Serif;
	font-size: 10px;
	color: Gray;
	padding: 2px 0px 2px 0px;
}

.nav
{
	font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 13px;
	width: 99px; 
	padding-left: 5px; 
	height: 23px;
}

.navHeader
{
	background: #E1EFD4;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid silver;
}

.navBody
{
	background: #CBE5B0;
	font-size: 1em;
}


.nav A:link	{	
	text-decoration:	none;
	color:	#efefef;
	font-weight: bold;
	}	
		
.nav A:visited	{	
	text-decoration:	none;
	color:	#efefef;
	font-weight: bold;
	}	
		
.nav A:active	{	
	text-decoration:	none;
	color:	#bfbfbf;
	font-weight: bold;
	}	
		
.nav A:hover	{	
	text-decoration:	underline;
	color:	#bfbfbf;
	font-weight: bold;
	}
	

input, select, textarea
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	border: 1px solid silver;
}

/*   SMALL BOX STYLES    */
.tdSmallBoxTop
{
	width: 312px; 
	padding: 2px 5px 0px 5px; 
	text-align: right;
}


.tdSmallBoxContentGreen
{
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #3DE118; 
	border-right: 1px solid #3DE118; 
	background: #B6F2A9;
}

.tdSmallBoxContentOrange
{
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #E1A116; 
	border-right: 1px solid #E1A116; 
	background: #F4D591;
}

.tdSmallBoxContentRed
{
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #E11659; 
	border-right: 1px solid #E11659; 
	background: #F59FBC;
}

.tdSmallBoxContentBlue
{
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #166CE1; 
	border-right: 1px solid #166CE1; 
	background: #AECDF7;
}


.boxRubrik
{
	font-size: 18px;
	font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #5E0941;
}

.tblData
{
	
}

.tblDataHead
{
	color: #5E0941;
	font-weight: bold;
	font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; 
	font-size: 14px;
}

.tblData td
{
	padding: 4px 2px 4px 4px;
}

.tblDataLightHead
{
	background-color: #D3F0D2;
}


.tblGrayBox
{
	background: #D1D1D1;
}


.tdGrayBox
{
	background: #D1D1D1;
	padding: 4px 2px 4px 4px;
}

.tblGrayBoxHead
{
	background: white;
}


.tblGoforit
{
	
}
.tblGoforit td
{
	padding: 2px 5px 2px 0px;
}


/*  CALENDAR STYLES  */
.calBackRed
{
	background-image: url(/images/bg_cal_red.gif);
	background-repeat: no-repeat;
}


.calBackGreen
{
	background-image: url(/images/bg_cal_green.gif);
	background-repeat: no-repeat;
}


/*  WHITE LINKS ON STARTPAGE  */
.whiteLink A:link	{	
	text-decoration:	none;
	color:	#ffffff;
	font-weight: bold;
	}	
		
.whiteLink A:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	font-weight: bold;
	}	
		
.whiteLink A:active	{	
	text-decoration:	none;
	color:	#bfbfbf;
	font-weight: bold;
	}	
		
.whiteLink A:hover	{	
	text-decoration:	underline;
	color:	#bfbfbf;
	font-weight: bold;
	}

/*  MEMBERS TABLE  */



/*  STATISTIKRUTOR  */

.statBox	
{
	font-size: 24px; 
	width: 112px; 
	color: white; 
	margin-bottom: 5px; 
	font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; 
	height: 110px;
}

.statBoxText	
{
	font-size: 12px;	
}

