/* CSS Document */

BODY, TD, H2, P
{
	color:#333333;
	font-size:14px;
	font-family:trebuchet MS, verdana;
	font-weight:normal;
	margin-top:0px;
	margin-buttom:7px;
	list-style-position: outside;
	list-style-type: none;
}

A
{
	text-decoration:none; 
	cursor:hand;
	color:#333333;
}

A:HOVER
{	
	text-decoration:underline;
	color:#999999;
} 




H1
{
	color:#333333;
	font-size:18px;
	font-family:trebuchet ms, verdana;
	font-weight:normal;
	margin-top:0px;
	margin-buttom:3px;
}

H3
{

	color:#333333;
	font-size:16px;
	font-family:trebuchet ms, verdana;
	font-weight:normal;
	margin-top:0px;
	margin-buttom:3px;
}



.graytext
{
	color:#999999;
	font-size:10px;
	font-family: verdana;
	font-weight:normal;
	line-height: normal;
}



.bottom
{	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	
}
.left
{	
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#999999;
	
}

.right
{	
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#999999;

}


.top
{	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#999999;
}

.newsBoxALL
{	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#dddddd;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#dddddd;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#dddddd;	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#dddddd;	
}


.tabel_green_bg
{
	background-color:#AEBD7B;
}

.whitetext
{
	color:#FFFFFF;
	font-size:10px;
	font-family: verdana;
	font-weight:normal;
	line-height: normal;
}


.table_blue_underline
{
	border-bottom-color:#628098;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.table_blueborder_all
{
	border-bottom-color:#628098;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	border-top-color:#628098;
	border-top-style:solid;
	border-top-width:1px;
	
	border-right-color:#628098;
	border-right-style:solid;
	border-right-width:1px;
	
	border-left-color:#628098;
	border-left-style:solid;
	border-left-width:1px;
}


.table_blueborder_all_dotted
{
	border-bottom-color:#628098;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	
	border-top-color:#628098;
	border-top-style:dotted;
	border-top-width:1px;
	
	border-right-color:#628098;
	border-right-style:dotted;
	border-right-width:1px;
	
	border-left-color:#628098;
	border-left-style:dotted;
	border-left-width:1px;
}


.left
{
	border-left-color:#bcbbbb;
	border-left-style:solid;
	border-left-width:1px;
}

.right
{
	
	border-right-color:#bcbbbb;
	border-right-style:solid;
	border-right-width:1px;
}

.top
{
	border-top-color:#bcbbbb;
	border-top-style:solid;
	border-top-width:1px;
}

.bottom
{
	border-bottom-color:#bcbbbb;
	border-bottom-style:solid;
	border-bottom-width:1px;
}


.table_greyborder_bottom
{
	border-bottom-color:#bcbbbb;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.table_lightgrey
{
    border-bottom: #ededec 1px solid;
}





.input { 
	 font-size: 12px; 
	 border: 1px solid #333333; 
	 COLOR: #333333; 
	 font-family:trebuchet MS, verdana;
	}
	

.input_fejl
{ 
	 font-size: 12px; 
	 border: 1px solid #333333; 
	 background-color: #FF0000;
	 COLOR: #FFFFFF; 
	 font-family:trebuchet MS, verdana;
	}
	
.adminButton { 
	 font-size: 12px; 
	 border: 1px solid #333333; 
	 COLOR: #333333; 
	 background-color:#FFECEC;
	 font-family:trebuchet MS, verdana;
	}
	
.input_light { 
	 font-size: 10px; 
	 border: 1px solid #999999; 
	 COLOR: #999999; 
	 font-family:trebuchet MS, verdana;
	 background-color:#f7f7f7;
	}



