
body{
	background-image: url(img/background.png);	
}

#page
{
	min-width: 980px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;		
}

/* Paragraphs */
h1{
	font-size: 18pt;
	text-align: left;
	color: #999999;
}

h2{
	font-size: 16pt;
	text-align: left;
	color: #666666;
}

h3{
	color: rgb(20,37,143);
	font-size: 14pt;
	text-align: left;
	color: #333333;
}

/* Banner - inside ptopContent */
.banner1 { 
	height: 137px; 
	background-image: url(img/banner_bg.jpg);
}

/* Left */
#pleftContent{
	width: 184px;
	float: left;
	padding-left: 6px;
	background-image: url(img/bg_left.jpg);
	background-repeat: no-repeat;	
}

/* Center */
#pcenterContent{
	width: 578px;
	float: left;
/*	margin-left: 10px;*/
}

/* Middle - inside pcenterContent */
#pmiddleContent { 
	height: 100%;
}

/* center as right */
#pcenterContent.asRight {
	width: 768px;
}

/* center as left */
#pcenterContent.asLeft {
	width: 768px;
}

/* center as alone */
#pcenterContent.asAlone {
	width: 958px;
}

/* Right */
#prightContent{
	width: 190px;
	float: right;
}

/* Bottom */
#pbottomContent{
	clear: both;
}

/* Footer inside pbottomContent */
.footer1 { 	
	height: 39px; 
	width: 980px;
	background: url(img/footer.gif);
	margin-left: 0px;
	line-height: 18pt
}

/* Show/Hide tools */
div.partPlainBody{
	margin-top: 10px;
	padding: 6px;
}

/* Link: Sound, Video, Imagesequence url */
.articleMedia a:hover{
	background-color: #ddd;
}

/* MENU */ 
.menu ul{
	margin: 0px;
	list-style: none;
	margin-top: 30px;
}
.menu ul li
{
	margin: 0 0 6px;
	padding: 6px 0;
	border: 1px solid #EFCB56;     
	background-color: #f1e1a9;
}
.menu ul li a
{
	padding-left: 16px;
	padding-right: 16px;
	color: black;
	text-decoration: bold;
	display: block;
}

/* menutools */
div.menuTools 
{
	border-top: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 6px;
}
div.menuTools a {
	color: black; 
	margin: 16px;
} 

/* PlainBody - "Snarveimatrise" and "log in/out */
div.partPlainBody { 
	
	background-color: #EDEDED;
	border: 1px solid #ccc;
	margin-right: 6px;
}

div.partPlainBody a {
	color: black; 
	margin: 16px;
} 
div.AspNet-Menu-Horizontal a {
    margin-right: 0;
}
ul.AspNet-Menu li a {
    border: 1px solid #CCCCCC;
}

/* Copyright */
div.copyright a{
 	color: black;
}

/* Border on table in article */
.nnIngressList table { 
	border: 1px solid black;

}

.nnIngressList table td { 

	border: 1px solid black;
}


.articleItem .nnName {
/*	background: url() 0px 0px no-repeat;*/
	border-left: 1px solid white;
}




A:link {
	color: #3f709f;
	text-decoration: none
}

A:visited {
	color: #666666;
	text-decoration: none
}

A:active {
	text-decoration: none; 
        color: #333333;
}

table {
	clear:left;
	width: 100%;
}

/* move end content border below article */
div.articleItem 
{
	border-bottom: 1px solid white;
}
div.articleItem div.nnBody 
{
	border-bottom: 0px solid white;
}


.DELIVEREDTEMPORARY {
	color:SteelBlue;
	font-weight:bold;
}


.undelivered{
	font-weight: bold;
	color: black !important;
}

.evaluated{
	font-weight: bold;
	color: green !important;
}
tr.complete a.evaluated{
	color: green !important;
}

.partlydelivered{
	font-weight: bold;
	color: red !important;
}

.delivered{
	font-weight: bold;
	color: #FFA200 !important;
}

.tolate{
	font-weight: bold;
	color: #C165AA !important;
}


