
#test{
	display: none;
}

body{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#super{

}

#page{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;

}
	

#ptopContent{
	background-repeat: no-repeat;
	background-position: top center;
}


#pmiddleContent{
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;

}


/* Left */
#pleftContent{
	width: 190px;
	float: left;
	padding-left: 0px;
	margin-top: -12px;
	margin-bottom: -12px;
}

/* Center */
#pcenterContent{
	width: 578px;
	float: left;
	margin-left: 10px;
}

#pcenterContent.asRight {
	width: 768px;
}

#pcenterContent.asLeft {
	width: 768px;
}

#pcenterContent.asAlone {
	width: 958px;
}



/* Right */
#prightContent{
	width: 190px;
	float: right;
	margin-top: -12px;
	margin-bottom: -12px;

}

/* Bottom */
#pbottomContent{

	background-color: #666;
	clear: both;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 12px;
	font-weight: bold;
}



a{
	color: #03192F;
	text-decoration: underline;
}

p{ 
	margin-bottom: 16px;
}

/* Default names */
.nnName { 
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
	color: #555;
}


.newspaperName { 

	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
	color: #555;}


.articleItem .nnName {
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
	color: #555;

}


.articleItem_Unpublished { 
	
	border-bottom:dashed 1px red; 
	padding:4px;

}

.nnIngress {
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #222;
}

.nnBody { 
	padding: 10px;
	margin-bottom: 12px;
}

.nnListBody { 
	padding-left: 10px;
}


.nnHelpText{
    border: 3px dotted #ccc;
    background-color: #FFF8AF;
    font-weight: bold;
    padding: 10px;    
}

.nnLabel{
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
}

.nnInputBox 
{
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 2px;
}

.undelivered{
	font-weight: bold;
	color: black;
}

.evaluated{
	font-weight: bold;
	color: green;
}

.partlydelivered{
	font-weight: bold;
	color: green;
}

.delivered{
	font-weight: bold;
	color: #FFA200;
}
.DELIVEREDTEMPORARY {
	color:#FFA200;
	font-weight:bold;
}


.nnAnswerWrongIcon{
	background-image: url(img/wrong.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

.nnAnswerCorrectIcon{
	background-image: url(img/correct.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}


ul.subAssignment { 

	list-style: none;
	margin: 0;
	padding: 0;

}

ul.subAssignment li { 

	margin-bottom: 3px;


}


/*
 *	table 
 */
table.nnTableList {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #EDEDED;
	border: 1px solid #CFCFCF;
}

table.nnTableList tr.odd, table.nnTableList tr td.odd{
	background-color: #ccc;
}

table.nnTableList tr.even, table.nnTableList tr td.even{
	background-color: #eee;
}

table.nnTableList tr td, table.nnTableList tr th{
	vertical-align: top;
	padding: 6px;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

table.nnTableList tr th{
	background-color: #ddd;
}

table.nnTableList ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}


table.nnTable{
	border-spacing: 12px;
}



dl.Link_file_List{
	margin-top: 10px;
	margin-bottom:7px;
}
	
dt {
	font-size:12px; 
	font-weight: bold;
}
	
dd {
	margin-left: 10px;
	padding-bottom: 3px;
}

/* Link file list */
div.Link_file_List {
	border: solid 2px #8cb0c5;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 0px;
	
}



/*
 *	Oppgaver
 */
.nnAnswerCorrectIcon{
	color:Green;    
}

.nnAnswerWrongIcon{
	color:Red;  
}

.nnAnswerCorrect{
	background-color: #D1E6EF;
}

.nnAnswerCorrectBox{
	color: Green;
}

.nnAnswerWrongBox{
	color: Red;
	text-decoration: line-through;
}

 

/*
 *	MENU
 */
div.menu{
	margin-top: 28px;
}

div.menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;	
}

div.menu ul li{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	/*height: 42px;*/
	overflow: hidden;

	background: transparent url(img/graa_bot_up.png) no-repeat scroll left bottom;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
/*	padding-top: 10px;*/
	width: 190px;
	display: table;
}
div.menu ul li:hover {
	background: transparent url(img/graa_bot_down.png) no-repeat scroll left bottom;
}

div.menu ul li ul.SubMenu li{
	border: 0px;
}


div.menu ul li a{
	display: block;
	padding-left: 6px;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 12px;
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight:bold;
/*	background-image: url(img/graa_Up2.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 45px;
*/

	background: transparent url(img/graa_top_up.png) no-repeat scroll left top;


}

div.menu ul li a:hover{
	color: white;
	background: transparent url(img/graa_top_down.png) no-repeat scroll left top;
}

div.menu ul li a img {
	padding-bottom: 5px;
}

ul.PersonMenu li {
	background: white !important;
}

ul.SubMenu {
	background: white ;
	display: table;
}
ul.SubMenu li {
	background: transparent url(img/graa_bot_up.png) no-repeat scroll left bottom !important;
}
ul.SubMenu li:hover {
	background: transparent url(img/graa_bot_down.png) no-repeat scroll left bottom !important;
}



div.menuTools{
	padding: 6px;
	margin-bottom: 8px;
	background-color: #EDEDED;
	border: 1px solid #003366;
}



div.partPlainBody{
	padding: 6px;
	margin-bottom: 0px;
	background-color: #EDEDED;
	border: 1px solid black;

}


div.contenttext3, div.contenttext4{


}

#path{
	padding-bottom: 2px;
	border-bottom: 2px solid #003366;
	margin-bottom: 12px;
}

/* Toolsmenu */

div.ToolsMenu{
	width: 570px;
	display: block;
	line-height: 28px;
	/*height: 40px;*/
}


/*
 *	Arkfaner
 */
div.AspNet-Menu-Horizontal{
	padding-top: 6px;
}

ul.AspNet-Menu{
	margin: 0px;
	padding: 0px;
	padding: 0px;
	display: block;
}

.ToolsMenu ul.AspNet-Menu li{
	margin: 0px;
	padding: 0px;
	width: 110px;
	line-height: 28px;
	height: 40px;
}

ul.AspNet-Menu li a{
	background-color: #EDEDED;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #ccc;
	color: #000;
	text-decoration: underline;
	line-height: 28px;
	height: 40px;
}

ul.AspNet-Menu li a:hover{
	background-color: #ccc;
}


/* IE7 og IE6 */
li.AspNet-Menu-WithChildren ul{
	padding-top: 22px !important;
	padding-top: 0px;
	margin-left: -129px !important;
	margin-left: 0px;
}

/* Firefox */
li.AspNet-Menu-WithChildren>/**/ul{
	padding-top: 0px !important;
	margin-left: 0px !important;
}


/* Redaktørverktøy */
.NewsEditor { 
	margin-top: 15px;
	margin-bottom: 15px;
}

table {
	clear:left;
	width: 100%;
}




/* globalskolen soknadsskjema style*/

div.gsformfield {
	border:1px solid transparent;
	clear:both;
	width:100%;
}
div.gsformfield input[type=text] {
	width:150px;
	margin:2px;
}
div.gsformfield textarea {
	margin:2px;
}
div.gsformfield select {
	margin:2px;
}
div.gsformfield label {
	float:left;
	padding-top:6px;
	width:220px;
}
div.gsformfield label.required {
	float:left;
	padding-top:6px;
	width:10px;
	color: red;
	font-size: 14px;
}
div.gsformfield span.req {
	padding:6px 2px 0px;
	width:10px;
	color: red;
	font-size: 14px;
}
div.gsformfield span.required {
	background-color: #FBE3E4;
	border: 3px solid #FBC2C4;
	color:#8A1F11;
	padding: 2px 10px;
}


table.gsformfield {
    border: 1px solid darkgrey;
    padding: 0;
    margin: 0 0 20px;
    width: 500px;
}
table.gsformfield tr th {
    padding: 3px;
    background-color: lightgrey;
}
table.gsformfield td {
    padding: 3px 5px;
}
table.gsformfield td.gsleft {
    text-align: right;
    width:200px;
}

#prightContent {
	overflow: hidden;
}
div.partBody{
	background: url(img/grey_border.png); 
	width: 160px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}
div.partH { 
	background: url(img/grey_top.png) no-repeat; 
	position: relative;
	width: 190px;
	height: 20px;
	padding-top: 20px;	
	padding-left: 20px;
	margin-top: 20px;
}
div.partB { 
	background: url(img/grey_bottom.png) no-repeat; 
	position: relative;
	width: 190px;
	height: 21px;	
}
div.articlelistmini, div.activitylistmini {
	margin-bottom:-3px;
}
div.contenttext3, div.contenttext4 {
	margin-bottom: -16px;
}

div.partBody p {
	margin-bottom: 0px;
	padding-bottom: 16px;
}

.menudropdown select {
	width:157px;
}
