@import url('TableLayoutCss.css');

/*
* Common styles for all PedITs
*
*/

#test, .testPart {
	display: none;
}

/** Remove browser-dependent margin and padding **/
/** {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

ul, li {
	margin-left: 20px;
}*/

.rade_toolbar li{
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#errormessage {
	padding: 7px 7px 7px 7px;
	border: dotted 2px red;
	color: black;
	font-weight: bold;
}

/*label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }*/

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success,
.errormessage { padding: .8em; margin-bottom: 1em; border: 20px solid #ddd; }

.error, .errormessage { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a, .errormessage a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }

/*
*
* Generelle styles for clearer, autoscroll og fieldset
*
*/

.clearer, .clear, .pedit-clear {
	clear: both;
}

div.autoScroll{
	overflow: auto;
}

fieldset {
	padding: 6px;
	border: 1px solid #CCCCCC;
}

.evaluation_rightbutton
{
    float: right;
}

div.EvaluationFeedback
{
    margin-bottom: 10px;
}

div.EvaluationFeedback fieldset legend
{
	font-weight: bold;
    padding: 0px 5px 5px;
}

.evaluation
{
    width: 960px;
    height: 895px;
    position: relative;
}
.evaluation_1
{
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #bfbfbf;
    padding: 5px;
    width: 532px;
    height:440px;
    overflow:auto;
}
.evaluation_2
{
    position: absolute;
    left: 542px;
    top: 0;
    border-top: 2px solid #bfbfbf;
    border-left: 0px solid #bfbfbf;
    border-right: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
    padding: 5px;
    width: 400px;
    height:440px;
    overflow:auto;
    position: relative;
}
.evaluation_3
{
    position: absolute;
    left: 0;
    top: 495px;
    border: 2px solid #bfbfbf;
    padding: 5px;
    width: 532px;
    height:400px;
    overflow:auto;
}
.evaluation_4
{
    position: absolute;
    left: 542px;
    top: 495px;
    border-top: 2px solid #bfbfbf;
    border-right: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
    border-left: 0px solid #bfbfbf;
    width: 400px;
    height:400px;
    padding: 5px;
    overflow:auto;
}
.evaluation_5
{
    position: absolute;
    left: 0px;
    top: 452px;
    border-right: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;
    width: 940px;
    height:35px;
    padding: 5px;
    overflow:auto;
    text-align:center;
}
.evaluation_6
{
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #bfbfbf;
    padding: 5px;
    width: 532px;
    height:895px;
    overflow:auto;
}
.evaluation_7
{
    position: absolute;
    left: 542px;
    top: 452px;
    border-right: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;
    width: 400px;
    height:35px;
    padding: 5px;
    overflow:auto;
}
.evaluation .nnName, .evaluation h2
{
	margin: 0;
	padding: 0;
}

/* Style not publish (startpublish & endpublish */
.menu li.nnHiddenItem {
	background-color: #EFEFEF;
	/*background-image: url(img/calendar.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;*/
	padding: 7px;
}
.menu li.nnHiddenItem a {
	text-decoration: line-through;
}
.menu li.nnHiddenItem input {
	margin-left: 17px;
}

/* Style not publish (startpublish & endpublish */
.menu li.nnDeletedItem {
	background-color: #CFCFCF;
	/*background-image: url(img/calendar.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;*/
	padding: 7px;
}
.menu li.nnDeletedItem a {
	text-decoration: line-through;
	color: Red;
}
.menu li.nnDeletedItem input {
	margin-left: 17px;
}

.menu li.nnHideInMenu {
	background-color: #dfdfdf;
	/*background-image: url(img/calendar.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;*/
	padding: 7px;
}
.menu li.nnHideInMenu a {
	text-decoration: line-through;
	color: #1e98cb;
}
.menu li.nnHideInMenu input {
	margin-left: 17px;
}
.menu ul li.nnEmptySeparator, .menu ul li.nnEmptySeparator:hover {
	background: transparent;
	border-color: transparent;
}

/*.nnLabel{
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
}*/

.nnWarning {
	font-size: 1.1em;
	font-weight: bold;
	color: Red;
	margin-top : 14px;
	margin-bottom : 8px;
}

.pedit-login .pedit-button-grid {
    max-width: 600px;
}

div.pedit-button-grid {
	padding-top: 8px;
}
div.pedit-button-grid .pedit-button-primary, div.pedit-button-grid .pedit-button-optional, div.pedit-button-grid .pedit-button-cancel {
	margin-right: 20px;
}
div.pedit-button-grid-left {
	display: inline-block;
}
div.pedit-button-grid-right {
	display: inline-block;
	float: right;
	margin-top: 1px;
}

.pedit-login label {
    display: block;
}

.evaluation div.pedit-button-grid {
    padding-top: 0;
}
.evaluation div.pedit-button-grid-left, .evaluation div.pedit-button-grid-right {
    width: inherit;
}

/*input[type='radio'],input.radio { margin: 0 2px; }
input[type='checkbox'],input.checkbox { margin: 0 2px; }*/

label.fixedLabel {
	/*float: left;*/
	display: inline-block;
	width: 250px;
}
div.fixedLabel170 {
    padding-bottom: 5px;
}
div.fixedLabel170 label {
	float: left;
	width: 170px;
}
div.fixedLabel2 {
	padding-bottom: 5px;
}
div.fixedLabel2 label {
	float: left;
	width: 100px;
}
div.fixedLabel2_activityplan label {
	float: left;
}

.nnFlagYellow {
	background: url(images/icon/flag_yellow.png) no-repeat scroll left center transparent;
	padding-left: 18px;
}
.nnFlagGreen {
	background: url(images/icon/complete.png) no-repeat scroll left center transparent;
	padding-left: 18px;
}
.nnFlagRed {
	background: url(images/icon/flag_red.png) no-repeat scroll left center transparent;
	padding-left: 18px;
}

#studentslist #personlistPersons .person_box .status .status_flag.nnFlagYellow {
  background-image: url("images/icon/flag_yellow.png");
}
#studentslist #personlistPersons .person_box .status .status_flag.nnFlagGreen {
  background-image: url("images/icon/complete.png");
}
#studentslist #personlistPersons .person_box .status .status_flag.nnFlagRed {
  background-image: url("images/icon/flag_red.png");
}

.nnCheckbox input[type="checkbox"]
{
    margin-right:5px;
}
/* Text in forum */
/*.text {
	white-space: normal;
}*/

/*for select text i treeview */
.RadTreeView .rtLI {
    -moz-user-select: text !important;
}

/* Style for printing assignments */
.nnPrintName {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 400px;
}
.nnPrintIngress {
	padding-left: 20px;
	padding-right: 20px;
	width: 400px;
}
.nnPrintBody {
	padding-left: 20px;
	padding-right: 20px;
	width: 400px;
}

/* mailform style*/
div.mailformfield {
	border:1px solid transparent;
	clear:both;
	width:100%;
}
div.mailformfield input[type=text] {
	min-width:150px;
	margin:2px;
}
div.mailformfield textarea {
	margin:2px;
}
div.mailformfield label {
	float:left;
	padding-top:6px;
	width:100px;
}

.mailList {
    cursor: pointer;
}

/* RSS FEED READER */
.rssHeading {
	font-size: 1.1em;
	margin: 5px;
}
.rssItem {
	font-size: 0.9em;
	border-bottom: 1px solid lightgrey;
	margin: 0 0 5px 0;
}
.rssTitle {
	margin: 5px 0;
	font-weight: bold;
}
.rssLastUpdate {
	margin: 5px 0;
}
.rssDesc {
	margin: 5px;
}
.rssImage {
    max-height: 60px;
    max-width: 60px;
    float: left;
    padding-right: 5px;
}

a.nnAssignmentPrev, a.nnAssingnmentNext {
	display: inline-block;
/*	font-size: 14px;*/
	line-height: 32px;
}
a.nnAssignmentPrev {
	padding-left: 35px;
	background: transparent url(img/knobleft.png) center left no-repeat;
	margin-left: 10px;
	margin-right: 20px;
}
a.nnAssingnmentNext {
	padding-right: 35px;
	background: transparent url(img/knobright.png) center right no-repeat;
}

/*
 *	Oppgaver
 */
.parentWarning 
{
	background-color: #FF0000;
	padding: 7px 7px 7px 7px;
	border: 1px solid black;
	color: black;
	font-size: medium;	
}
.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;
}

.nnAnswerCorrectIcon{
	color:Green;    
}

.nnAnswerWrongIcon{
	color:Red;  
}

.nnAnswerCorrect{
	background-color: #D1E6EF;
}

.nnAnswerCorrectBox{
	color: Green;
}

.nnAnswerWrongBox{
	color: Red;
	text-decoration: line-through;
}

.group_assignment_subtext
{
    font-size: 0.8em;
    font-style: italic;
    color: GrayText;
}
div.partSuperV div.partH div.partHC a {
	font-weight: bold;
}

div.articlelistmini_item, div.activityListMini {
	padding-bottom: 3px;
	margin-top: 5px;
	border-bottom: 1px dotted grey;
}

img.evalpp_image {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 100px;
}

div.path_as_banner {
	padding: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #E8E8E8;
	border: 1px solid #003366;
}

#path{
	padding-bottom: 2px;
	border-bottom: 2px solid #003366;
	margin-bottom: 12px;
}
div#path a {
	text-decoration: none;
}
div#path a:hover {
	text-decoration: underline;
}

/*Forum , skriveverksted, kontaktbok*/
.forum {
/*	background-color: white;*/
	padding: 10px 10px 20px 10px;
	display: table;
	width: 768px;
}

.forum_topleft 
{
	float: left;
	width: 240px;
	height: 40px;
}
.forum_topleft h2.nnName 
{
	margin: 0;
	padding: 0;
}
.forum_topright 
{
	float: left;
	width: 500px;
	height: 40px;
}

.forum_kontaktbok 
{
    width: 745px;
    margin: 0;
    padding: 0;
}

.forum_kontaktbok select {
	margin-left: 10px;
}

.forum h1 { 
	/*border-bottom:1px dotted #BBBBAA;*/
	margin-bottom: 10px;
}

.forum_post h3.nnName {
	margin-left: 5px;
}

.forum_menu {
    float: left;
    width: 240px;
    margin-right: 5px;
    height: 500px;
    overflow-y: auto;
}
.forum_kontaktbok div.forum_menu 
{
    width: 227px;
}

div.forum_menu_item {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 2px 5px;
	overflow: hidden;
}
div.forum_menu a.forum_menu_item_title {
	/*font-size: 14px;
	font-weight: bold;*/
}
div.forum_menu h3.forum_menu_item_title {
	font-size: 1em;
	font-weight: normal;
}
.forum_small {
	color: #444;
	text-decoration: none;
}
.forum_menu .NNdate 
{
    font-size: 0.8em;
}

.forum_menu_selected {
    border: 1px solid grey;
    font-weight: bold;
}

.forum_post {
	float: left;
    width: 490px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.forumbutton {
	padding: 5px;
	line-height: 20px;
}
div.text span {
    padding: 5px 0;
    display: block;
}

.fanchor 
{
    float: right;
}

.forum_sub1 {
	margin: 5px 5px 5px -5px;
	padding-bottom: 20px;
}
.forum_kontaktbok div.forum_post div.forum_sub1 {
    margin: 5px;
    padding-bottom: 40px;
}

.forum_sub1 .label {
    font-size: 1.2em;
    font-weight: bold;
}
.forum_sub1 div.author, .forum_sub1 div.NNdate, .forum_menu div.author {
	font-size: 0.8em;
	color: #444;
}
.forum_sub1 div.author a {
	line-height: 12px;
}

.forum_sub2 {
	margin: 5px 5px 5px 45px;
	border-bottom:1px dotted #BBBBAA;
	display: table;
}

.forum_sub_reply {
    padding: 0px 15px 10px;
}

.forum_sub_reply .dialogadd {
    float: none;
}

.forum_additional {
	font-size: 0.8em;
}

.forum_darkbox {
    background-color: #e3e3e3;
    border: 1px solid #ccc;
    padding: 5px 8px;
}

.forum_author {
	font-size: 0.9em;
	padding-left: 5px;
	padding-bottom: 5px;
}

.forum_unread {
	color:green;
	font-weight:bold;
}

.forum_title {
	font-size: 1.2em;
	font-weight:bold;
}

.forum_contribution {
    padding: 5px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
}

.forum_contribution_selected {
    padding: 5px;
    border: solid 1px #ccc;
    background-color: #eee;
    margin-bottom: 5px;
}

.forum_contribution_tiny_title {
    font-size: xx-small;
    color: Silver;
	font-weight:lighter;
}
.forum_count_label
{
	width:17px;
	float:right;
	text-align: center;
	background-color:#eee;
	border: 1px solid #ccc;
}
.forum_contribution_selected .forum_count_label 
{
    background-color: #fff;
}

.highlight
{
    background-color: Yellow;
}

.forum_white_post 
{
	background-color: #fdfdfd;
}

.forum_person_image {
    width: 50px;
    float: left;
    margin-right : 5px;
}

.forum_top_panel {
    position: relative;
}
.forum_top_panel_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}
.forum_top_panel_data {
    margin-left: 55pX;
}

.forum_top_panel_data h3
{
    line-height: 2em;
}

#selectsuggestion_noresponsive .modal{
        bottom: 10%;

}

#selectEmailrecipient_noresponsive .modal{
        top: 10%;

}

.dialogadd { 
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.nnlabelhide div.nnLabel {
	display: none;
}

div.partPlainBody p {	
	margin-bottom: 4px;

}

.meta_description
{
	width: 950px;
    margin: 0;
    padding: 0;
}

.meta_left
{
	width: 320px;
	float: left;
}

.meta_right {
	float: left;
    width: 400px;
    display: table;
}
.meta_grep 
{
	width: 950px;
	display: inline-block;
}
.metadata span 
{
	width: 150px;
	display: inline-block;
}
.metadata select 
{
	min-width: 200px;
}
.meta_heading 
{
	font-weight: bold;
	display: inline-block;
	width: 150px;
}

.country_left 
{
	float: left;
	width: 400px;
}
.country_right 
{
	float: left;
	width: 300px;
}
.country_map_small 
{
	border: 1px solid #eee;
}
.country_main 
{
	display: inline-block;
	width: 750px;
}

.peditsystemmessagewrap 
{
    height: 30px;
}
.peditsystemmessage {
	background-color:red;
	border:1px solid black;
	color:black;
    height: 30px;
	line-height: 30px;
	margin-left:auto;
	margin-right:auto;
	position:fixed;
	text-align:center;
	top:0;
	width:100%;
}

h2.activityList_heading, h2.articleList_heading {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: -6px;
}


.activityList_date, .articleList_date {
	font-size: 0.8em;
	display: block;
}

.activityListMini {
 margin-bottom: 15px;
}

.activityListMini a, .articlelistmini_item a {
	text-decoration: none;
}

blockquote {
	margin: 10px 30px;
}

.menudropdown select { 
	width: 177px;	
}

div.menu ul li.submenuitem1 > a {
    background: transparent url("img/submenuitem.png") 12px 0 no-repeat;
    padding-left: 22px;
}
div.menu ul li.submenuitem2 > a {
    background: transparent url("img/submenuitem.png") 17px 0 no-repeat;
    padding-left: 27px;
}
div.menu ul li.submenuitem3 > a {
    background: transparent url("img/submenuitem.png") 22px 0 no-repeat;
    padding-left: 32px;
}
div.menu ul li.submenuitem4 > a {
    background: transparent url("img/submenuitem.png") 27px 0 no-repeat;
    padding-left: 37px;
}
div.menu ul li.submenuitem5 > a {
    background: transparent url("img/submenuitem.png") 32px 0 no-repeat;
    padding-left: 42px;
}
div.menu ul li.submenuitem6 > a {
    background: transparent url("img/submenuitem.png") 37px 0 no-repeat;
    padding-left: 47px;
}
div.menu ul li.submenuitem7 > a {
    background: transparent url("img/submenuitem.png") 42px 0 no-repeat;
    padding-left: 52px;
}
div.menu ul li.submenuitem8 > a {
    background: transparent url("img/submenuitem.png") 47px 0 no-repeat;
    padding-left: 57px;
}
div.menu ul li.submenuitem9 > a {
    background: transparent url("img/submenuitem.png") 52px 0 no-repeat;
    padding-left: 62px;
}
div.menu ul li.submenuitem10 > a, div.menu ul li.submenuitem11 > a, div.menu ul li.submenuitem12 > a, div.menu ul li.submenuitem13 > a, div.menu ul li.submenuitem14 > a, div.menu ul li.submenuitem15 > a {
    background: transparent url("img/submenuitem.png") 57px 0 no-repeat;
    padding-left: 67px;
}
div.menu ul li.selectedmenuitem > a {
	font-weight: bold;
}

div.form_fixed {
	clear:both;
	width: 100%;
	margin-bottom: 8px;
}
div.form_fixed label {
	float:left;
	width:160px;
}
div.form_fixed select {
	width:200px;
}

table.reportTable {
	background-color: white;
}
table.reportTable tr.head {
	background-color: #ccc;
}
table.reportTable tr.head td {
	border-bottom:1px solid #AEAFB3;
	border-right:1px solid #AEAFB3;
}
table.reportTable tr.regular {
	background-color: AEAFB3;
}
table.reportTable tr.regular td {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
table.reportTable tr th {
	text-align: left;
	border-bottom: 2px solid darkgray;
	padding: 1px;
}
table.reportTable tr td {
	border-bottom: 1px solid darkgray;
	padding-right: 3px;
}
table.reportTable tr td.fixed {
	width: 200px;
	font-weight: bold;
}
table.reportTable tr td.name {
	border-right: 0;
}
table.reportTable tr td.leadtext {
	width: 25px;
	font-size: 8px;
}
table.reportTable tr td.fixed, table.reportTable tr.head td, table.reportTable tr.head td {
	padding: 0 2px;
}

.articleItem h2.nnName {
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
}
.articleItem img.nnImage {
	padding: 0 5px 5px 0;
}
.articleItem div.nnDate, .articleItem div.nnAuthor, .articleItem div.modified {
	font-size: 9px;
	color: #444;
}

.articleItem span.nnIngressList {
	text-overflow: ellipsis;
	overflow: hidden;
}

div.articleImage {
	padding-left: 10px;
}

/* Styling av media ikonet (lyd og video) */
.articleMedia a{
	float: none;
	padding: 3px;
	margin: 0px;
	margin-right: 6px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	border: 1px solid #aaa;
	background-color: #eee;
	line-height: 25px;
}

div.articleLink a.deleteURL {
	background-image: url(img/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 25px;
}

div.byline {
	background-color: #eee;
/*	border: 1px solid #eee;*/
	clear: both;
}
div.articleItem div.byline {
	margin-bottom: 5px;
}
div.byline span {
	font-size: 0.7em;
	line-height: 15px;
}
div.byline span.dupp {
	background-image: url(img/dupp.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

div.bylinelist {
	color: #555;
	clear: both;
}
div.articleItem div.bylinelist {
	margin-bottom: 5px;
}
div.bylinelist span {
	font-size: 0.7em;
	line-height: 15px;
}

div#unpublished_frame object, div#unpublished_frame embed, div#published object, div#published embed {
	display: none;
}

span.spanlink
{
	text-decoration: underline;
	cursor: pointer;
}

div.nnActivityPlan 
{
	float: left;
	height: 180px;
	width: 30%;
	margin: 5px;
}
div.nnActivityPlan div.nnImage
{
	height: 120px;
	overflow: hidden;
}

div.nnProcessList 
{
	float: left;
	width: 30%;
	margin: 5px;
}

div.schemafield 
{
	background-color: #eee;
	border: 1px solid #bbb;
	margin-bottom: 5px;
	padding: 5px;
}

div.schemascrolltable {
	max-height: 300px;
	overflow: auto;
}

span.schemastatfield 
{
	background-color: #eee;
	border: 1px solid #bbb;
	padding: 2px 5px;
	display: inline-block;
	width: 200px;
}

table.schemaanswertable td
{
	border: 1px solid #bbb;
	padding: 2px;
}

/* Bør RadScheduler style ligge et annet sted?????
*/
.RadScheduler .rsMonthView .rsWrap, 
    .RadScheduler .rsMonthView .rsApt, 
    .RadScheduler .rsMonthView .rsAptOut, 
    .RadScheduler .rsMonthView .rsAptIn, 
    .RadScheduler .rsMonthView .rsAptMid, 
    .RadScheduler .rsMonthView .rsAptContent 
{ 
            position: static !important; 
            height: auto !important; 
} 
.RadScheduler .rsMonthView .rsWrap 
{ 
        overflow: hidden; 
        font-size: 0; 
        line-height: 0; 
} 
.RadScheduler .rsMonthView .rsLastWrap 
{ 
        height: 16px !important; 
} 
.RadScheduler .rsMonthView .rsAptContent 
{ 
        position: relative !important; 
        border-top: 0; 
        border-bottom: 0; 
        left: 0; 
        top: 0; 
} 
* html .RadScheduler .rsMonthView .rsAptIn 
{ 
        border-width: 0 1px; 
        top: 0; 
    margin-left: -1px; 
    margin-right: -1px; 
} 
* html .RadScheduler .rsMonthView .rsAptMid 
{ 
        top: 0; 
        left: 1px; 
        margin: 0 1px; 
        border-width: 1px 0; 
}
.article_arhive_header
{
	font-weight: bold;
	font-size: 14px;
}

.SubassignmentEdit {
	background-color: #ccc;
}

div.AspNet-GridView table th
{
	background-color: #e1e1e1;
}
div.AspNet-GridView table th, div.AspNet-GridView table td
{
	padding: 2px 5px;
}	
tr.AspNet-GridView-Alternate 
{
	background-color: #efefef;
} 

.pedit-rss
{
/*    margin-bottom: 10px;
    padding-left: 10px;*/
}
.pedit-rss-a
{
    background-image: url(img/rss16.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 16px;
    display: inline-block;
}

div.subassignmentText 
{
    padding-bottom: 5px;
}
div.subassignmentAnswer 
{
    padding-bottom: 5px;
}

div.subassignment
{
    padding-top: 15px;
}

a.nnSubAssingnmentScorm {
	display: inline-block;
	font-size: 1.1em;
	line-height: 37px;
	padding-right: 38px;
	background: transparent url(img/link_newwindow.gif) top right no-repeat;
}

div.processgroup 
{
	border: 1px solid #ccc;
	background-color: #eee;
	display: inline-block;
	width: 100%;
}

span.processdone 
{
	background-color: Green;
	color: White;
}

img.processpicturegreyed 
{
	filter: alpha(opacity:50);
	KHTMLOpacity: 0.50;
	MozOpacity: 0.50;
	opacity: 0.50;
}

div.article_archive_article 
{
    padding-top: 5px;
}


div.shortcuts_right 
{
    text-align: right;    
}

.groupname 
{
    font-size: 1.1em;
    font-weight: bold;
}

.grouptree 
{
    border: 1px solid #ccc;
    min-height: 50px;
}
.grouptree:hover 
{
    background-color: #eee;
}
div.grouptree ul.rtUL li.rtLI, div.grouptree ul.rtUL li.rtLI div.rtTop, div.grouptree ul.rtUL li.rtLI div.rtMid, div.grouptree ul.rtUL li.rtLI div.rtBot
{
    margin-left: 0;
    background-image: none;
}
div.grouptree ul.rtUL li.rtLI div.rtDisabled 
{
    display: none;
}

/* Telerikedit fix. hindrer editorvindu fra å hoppe ut av designet */
.Default.reWrapper 
{
    position: relative !important;
    min-width: 300px !important;
    top: 0 !important;
    left: 0 !important;
}
/* TelerikFilearea. bredde på filområde. */
.RadWindow.pedit-filearea {
    min-width: 700px !important;
}


div.soundflash, div.videoflash
{
    display: inline-block;
    width: 340px;
    border: 1px dotted grey;
}
div.soundflash h4, div.videoflash h4
{
	padding-left: 5px;
}
div.soundflashplay 
{
    padding: 0 0 60px 20px;
}

.RadWindow .rwControlButtons li 
{
    margin-left: 0;
}

div.RadPageViewBorder 
{
    border: 1px solid #ccc;
    padding: 10px;
}
div.RadPageViewBorder div 
{
    margin-bottom: 5px;
}
div.RadPageViewBorder fieldset legend
{
	font-weight: bold;
    padding: 0px 5px 5px;
}

div.metadatapopup 
{
	background-color: White;
	width : 520px;
	padding: 10px;
	margin-left: 50px;	
}

div#pedit-savecancelmessage 
{
    background-image: url('img/loading_animation.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    line-height: 40px;
    margin-left: 20px;
    padding-left: 50px;
    display: none;
    height: 0;
}

table.ugaccessmatrix 
{
    border-collapse: separate;
    border-spacing: 2px;
}
table.ugaccessmatrix th, table.ugaccessmatrix td 
{
    height: 20px;
    vertical-align: middle;
}
table.ugaccessmatrix th.head
{
    background-color: #eee;
}
table.ugaccessmatrix th.cola, table.ugaccessmatrix td.cola
{
    background-color: #f5f5f5;
}
table.ugaccessmatrix th.colb, table.ugaccessmatrix td.colb
{
    background-color: #e5e5e5;
}
table.ugaccessmatrix td, table.ugaccessmatrix th
{
    text-align: center;
}
table.ugaccessmatrix td.name 
{
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}
table.ugaccessmatrix tr.odd td.cola
{
    background-color: #e3e3e3;
}
table.ugaccessmatrix tr.even td.cola
{
    background-color: #f5f5f5;
}
table.ugaccessmatrix tr.odd td.colb
{
    background-color: #ccc;
}
table.ugaccessmatrix tr.even td.colb
{
    background-color: #e5e5e5;
}

div.RadEditor 
{
    margin-top: 25px;
}
table.nnEditorConfig 
{
    position: absolute;
    top: -25px;
    left: 0;
}
table.nnEditorConfig input
{
    cursor: default;
    border: 0 !important;
    background: transparent !important;
}
table.nnEditorConfig label 
{
    font-weight: normal;
}

div#pnlArticlecomment {
    position: relative;
}
div#pnlArticlecommentFloat {
    /*position: absolute;*/
    top: 0;
    right: 0;
    background-color: #eee;
}
div.articlecommentFloat fieldset {
    background-color: #eee;    
}
.pedit-article-comment-write-textarea { width: 302px; }

div#flash_container 
{
	
}

.fixedtext 
{
	width: 150px;
}

.pedit-assignment-activity-title {
    padding-left: 20px;
	padding-top: 5px;
	font-weight: bold;
}
.pedit-assignment-activity-headers {
	padding-top: 5px;
	font-weight: bold;
}
.pedit-assignment-activity-headers-subtext {
    padding-top: 5px;
    font-style: italic;
    color: GrayText;
}
.pedit-assignment-activity-check {
	padding-left: 20px;
}

#scormframe_container {
	position: absolute;
	top: 0;
	left: 0;
	height: 1000px;
	width: 100%;
	z-index: 5;
	background-color: #eee;
	opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: alpha(opacity=70);
}
#scormframe_container2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 1000px;
	width: 100%;
	z-index: 6;
	background-color: transparent;
}

.scormframe_canvas {
	margin: 50px auto;
	/*width: 1000px;*/
	/*height: 600px;*/
	width: 80%;
	min-width: 1000px;
	max-width: 1500px;
	border: 1px solid #ccc;
	background-color: #eee;
	z-index: 7;
/*	opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
    filter: alpha(opacity=90);*/
}
.scormframe_canvas .scormframe_canvas_closebutton 
{
	text-align: right;	
}
.scormframe_canvas .scormPlayer_page 
{
	/*height: 600px;*/
}
.scormframe_canvas .scormiframe
{
	width: 100%;
	height: 750px;
}

div.as33 
{
	width: 33%;
}
.pedit-eventlist {
	float: left;
	width: 66%;
}
.pedit-eventlist .title {
	font-weight: bold;
	color: #555;
	padding-bottom: 5px;
}
.pedit-eventlist .event {
/*	border: 1px solid #EDEBE5;
	padding: 5px;*/
}
.pedit-eventlist .event .title {
	font-weight: bold;
	/*padding-left: 20px;*/
}
.pedit-eventlist .event .ingress {
	/*padding-left: 20px;*/
}
.pedit-eventlist .event .author {
	font-style: italic;
	/*display: inline-block;*/
	/*padding-left: 5px;*/
}
.pedit-eventlist .event .eventdata {
/*	display: inline-block;*/
}
.pedit-eventlist .event .authorimg {
/*	display: inline-block;*/
	width: 50px;
}
.pedit-eventlist .event .authorimg img {
/*	height: 50px;*/
}

#chat {
	position: fixed;
	bottom:0;
	right: 11px;
	z-index: 100;
}
.chatcontainer 
{
	float: right;
	/*min-width: 84px;
	max-width: 186px;*/
	width: 186px;
	position: relative;
    border: 1px solid #fff;
}
#chatbox {
	background-color: #ebebeb;
	border: 1px solid #8a9d9f;
	height: 28px;
	z-index: 105;
	position: absolute;
	bottom: 0;
	right: 0;
}
.chatbox_a {
	background-color: #fff !important;
	border-top: 0 !important;
}
.chatbox:hover, .chatbox:active 
{
    background-color: #fff;
}
#chaticon {
    position: absolute;
    top: 11px;
    left: 8px;
    width: 8px;
    height: 8px;
    background: transparent url("img/chat_dot.png") no-repeat;
}
.chatnewmsg 
{
    top: 6px !important;
    left: 4px !important;
    width: 14px !important;
    height: 14px !important;
    background: transparent url("img/chat_newmsg.png") no-repeat !important;
}
.chatname {
    height: 18px;
    margin: 5px 25px 5px 22px;
    padding-left: 3px;
    padding-right: 3px;
    /*max-width: 134px;*/
    width: 134px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    /*background-color: #546468;*/
    color: black; /*#fff;*/
}
.chatclose {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 15px;
    height: 18px;
    background: transparent url("img/chat_close.png") no-repeat;
    display: inline-block;
}
.chatclose:hover, .chatclose:active {
    background: #fff url("img/chat_close_a.png") no-repeat;
}
.chatmsg {
	position: absolute;
	bottom: 28px;
	right: 0;
	border: 1px solid #8a9d9f;
	height: 315px;
	width: 253px;
	margin-right: 0;
	background-color: #fff;
	z-index: 104;
	overflow: hidden;
    background: #fff url("img/chat-bg.png") repeat-x bottom;
}
.chatmsgtop {
    position: absolute;
    top: 1px; /*0*/
    left: 1px; /*0*/
    width: 251px; /*253px*/
    height: 44px; /*45px*/
    border-bottom: 1px solid #fff; /*#cacac4;*/
    /*background: transparent url("img/chat_top.png");*/
    background-color: #D1DFE7;
    display: inline-block;
}
.chatnametop {
    /*background-color: #546468;*/
    color: #000; /*#fff;*/
    width: 235px;
    line-height: 30px;
    font-size: 1.2em; /*1.1em*/
    font-weight: bold;
    white-space: nowrap;
    display: block;
    margin: 8px 6px 7px 7px;
    padding-left: 5px;
}
.chatinput {
    display: inline-block;
    /*padding: 7px;*/
    position: absolute;
    bottom: 0;
    left: 0;
}
.chatinput textarea {
    position: absolute;
    left: 7px;
    bottom: 7px;
    width: 190px;
    height: 30px;
    border: 1px solid #cacac4;
    border-right: 1px solid #fff;
    overflow: hidden;
    padding: 3px 5px;
}
.chatinput input {
    position: absolute;
    left: 208px;
    bottom: 7px;
    width: 38px;
    height: 38px;
    border: 1px solid #cacac4;
    background-color: #fff;
    color: #aaa;
    font-size: 0.8em;
}
.chatinput input:hover {
    color: #000;
}
.chatinput input:active {
    color: #000;
    background-color: #c3d9de;
}
.chatcontent {
	position: absolute;
	bottom: 46px;
	left: 7px;
	width: 240px;
	height: 223px; /*207px;*/
	/*max-height: 1000px; /*216px;*/
	/*overflow: hidden;*/
	overflow-y: auto;
	overflow-x: hidden;
	/*padding-top: 16px;*/
}
.chatmsg_i, .chatmsg_o {
    width: 231px;
    padding: 1px 3px;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 22px;
    position: relative;
}
.chatmsg_i {
    border: 1px solid #d5e9ee;
}
.chatmsg_o {
    border: 1px solid #eeede7;
    background-color: #eeede7;
}
.chatmsgdate {
    position: absolute;
    top: 0;
    right: 15px; /*2px;*/
    font-size: 0.8em;
    line-height: 1.7em;
}
.chatmsgmsg {
    width: 190px;
    overflow: hidden;
}
.chatmsg_o .chatmsgdate {
    color: #8f8f79;
}
.chatmsg_i .chatmsgdate {
    color: #b2c5ca;
}
.chatmsg_o .chatarrow {
    position: absolute;
    bottom: -16px;
    right: 15px; /*11px;*/
    width: 15px;
    height: 16px;
    background: transparent url("img/chat_bubble_out.png") no-repeat;
    display: inline-block;
}
.chatmsg_i .chatarrow {
    position: absolute;
    top: -16px;
    left: 11px;
    width: 15px;
    height: 16px;
    background: transparent url("img/chat_bubble_incoming.png") no-repeat;
    display: inline-block;
}

/* flyttet fra hvert enkelt design sin css */

/* Default names */
.nnName { 
/*	padding-left: 10px;
	padding-top: 5x;
	margin-bottom: 5px;
	color: #555;*/
}

.newspaperName { 
/*
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
	color: #555;*/
}

.articleItem .nnName {
/*	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #555;*/
}

.articleItem_Unpublished { 
	border-bottom:dashed 1px red; 
	padding:4px;
}

.nnIngress {
/*	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #222;*/
	margin-bottom: 0.5em;
}

.nnBody { 
/*	padding: 2px 10px;
	margin-bottom: 12px;*/
}

.nnListBody { 
/*	padding-left: 10px;*/
}

.nnHelpText{
    border: 3px dotted #ccc;
    background-color: #FFF8AF;
    font-weight: bold;
    padding: 10px;    
}

.nnLabel{
	font-size: 1.1emx;
	font-weight: bold;
	padding-top: 8px;
	display: block;
}

.nnInputBox 
{
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 2px;
}

.nnInputBox_1 
{
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 2px;
    width: 50px;
}

.nnInputBox_2 
{
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 2px;
    width: 100px;
}

.nnInputBox_3 
{
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 2px;
    width: 200px;
}

.nnInputBox_4 
{
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 2px;
    width: 300px;
}

.nnInputBox_5 
{
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 2px;
    width: 400px;
}

.undelivered, .personalpage .undelivered {
	font-weight: bold;
	color: black;
}

.DELIVEREDTEMPORARY, .deliveredtemporary, personalpage .DELIVEREDTEMPORARY, personalpage .deliveredtemporary {
	color:SteelBlue;
	font-weight:bold;
}

.evaluated, .personalpage .evaluated {
	font-weight: bold;
	color: green;
}

.preapproved, .personalpage .preapproved {
    font-weight: bold;
    color: #00D800;
}

tr.complete a.evaluated, .personalpage tr.complete a.evaluated {
	color: green;
}

.partlydelivered, .personalpage .partlydelivered {
	font-weight: bold;
	color: red;
}

.delivered, .personalpage .delivered {
	font-weight: bold;
	color: #FFA200;
}

.tolate, .personalpage .tolate {
	font-weight: bold;
	color: #C165AA;
}

#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.undelivered 
{
    font-weight: bold;
    color: black;
    background-color: #000;
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.deliveredtemporary {
    background-color: #4682B4;
    /*line-height: 1.5em;*/
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.evaluated {
    background-color: #008000;
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.preapproved {
    background-color: #00D800;
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.partlydelivered {
    background-color: #FF0000;
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.delivered {
    background-color: #FFA200;
    color: Black;
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.tolate {
    background-color: #C165AA;
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.partlyevaluated 
{
    font-weight: bold;
    color: black;
    background-color: #86bedb;
}

.undelivered_light, .personalpage .undelivered_light {
	font-weight: bold;
	color: Gray;
}

.evaluated_light, .personalpage .evaluated_light {
	font-weight: bold;
	color: #1BE425;
}

.preapproved_light, .personalpage .preapproved_light {
    font-weight: bold;
    color: lightGreen;
}

tr.complete a.evaluated_light, .personalpage tr.complete a.evaluated_light{
	color: #1BE425;
}

.partlydelivered_light, .personalpage .partlydelivered_light {
	font-weight: bold;
	color: #FF4F4F ;
}

.delivered_light, .personalpage .delivered_light {
	font-weight: bold;
	color: #FFC666;
}

.tolate_light, .personalpage .tolate_light {
	font-weight: bold;
	color: #D89ECA;
}

#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.undelivered_light {
    background-color: Gray;
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.evaluated_light {
    background-color: #1BE425;
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.preapproved_light {
    background-color: lightGreen;
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.partlydelivered_light {
    background-color: #FF4F4F;
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.delivered_light {
    background-color: #FFC666;
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.tolate_light {
    background-color: #D89ECA;
}
#studentslist #personlistPersons .person_box .status .status_label .status_label_inner.partlyevaluated_light {
    color: Gray;
}



.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 td
{
    border-bottom: 1px solid #ddd;
}

td.tdnowrap
{
    white-space: nowrap;
}

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;
}

table.assignmentConfirm {
	margin-top: 10px;
	margin-bottom: 10px;
	/*background-color: #EDEDED;
	border: 1px solid #CFCFCF;*/
}



dl.Link_file_List{
	margin-top: 10px;
	margin-bottom:7px;
}
	
dt {
	font-size:1em; 
	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;
	
}

dl.pedit-description-list-horizontal{
	margin-top: 10px;
	margin-bottom:7px;
}
dl.pedit-description-list-horizontal dt{
    width:160;
    float:left;
	font-size:1em; 
	font-weight: bold;
    white-space: nowrap;
}

dl.pedit-description-list-horizontal dd{
	margin-left: 180px;
	padding-bottom: 3px;
    white-space: nowrap;

}

.privacy_info_off {
	z-index: 0 !important;
	display: none !important;
}
.privacy_info_on {
	z-index: 100 !important;
	display: block !important;
}

#privacy .modal {
    width: 600px;
    height: 490px;
    top: 10%;
}

.privacyiframe
{
	width: 100%;
	height: 90%;
}
/*
 *	Oppgaver
 */
.nnAnswerCorrectIcon{
	color:Green;    
}

.nnAnswerWrongIcon{
	color:Red;  
}

.nnAnswerCorrect{
	background-color: #D1E6EF;
}

.nnAnswerCorrectBox{
	color: Green;
}

.nnAnswerWrongBox{
	color: Red;
	text-decoration: line-through;
}

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;
}

/* Toolsmenu */

div.ToolsMenu{
	width: 570px;
	display: table;
	padding-bottom: 5px;
}

/*
 *	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;
}

ul.AspNet-Menu li a{
	background-color: #EDEDED;
	padding-left: 6px;
	padding-right: 6px;
	color: #000;
	text-decoration: underline;
}

ul.AspNet-Menu li a:hover{
	background-color: #ccc;
}

div.AspNet-Menu-Horizontal a {
    background-color: #A5D5EB;
    line-height: 1.5em;
    margin-right: 1px;
    padding: 3px 12px;
}

/* IE7 og IE6 */
li.AspNet-Menu-WithChildren ul{
	padding-top: 22px !important;
	padding-top: 0px;
	margin-left: -129px !important;
	margin-left: 0px;
	z-index: 50;
}

/* Firefox */
li.AspNet-Menu-WithChildren>/**/ul{
	padding-top: 0px !important;
	margin-left: 0px !important;
}

ul.AspNet-Menu ul { position: inherit !important; } /* legg til meny utvider rammene sine i stedet for å flyte over innhold */

/* Redaktørverktøy */
.NewsEditor { 
	margin-top: 15px;
	margin-bottom: 15px;
}

table {
	clear:left;
	width: 100%;
}

/* new */

* {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}
:focus {
    outline: 0;
}
img,button {
  border:none;
  outline: none;
}
a {
  color: #0058a9;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.alt-link, .alt-link a {
	text-decoration: underline;
}
a.alt-link:hover, .alt-link a:hover {
	text-decoration: none;
}
/*ol, ul {
    list-style: none;
}*/
ol {
	padding-left: 25px;
}
.top-control-panel ul, div.menu ul {
	list-style: none;
}
.nnBody ul {
    padding-left: 25px;
}
.left {
  float: left;
}
.right {
  float: right;
}

.top-control-panel .block {
    margin: 0;
}

h1 {
  font-size: 2.2em;
  font-weight: bold;
  line-height: 38px;
	font-weight: bold;
}
h1.small {
	font-size: 2.1em;
	line-height: 32px;
}
h1 small {
	color: #808080;
	font-size: 0.42em;
	font-weight: normal;
}
h2 {
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5em;
}
h2 span.arrow{
  font-size: 1.1em;
  font-weight: normal;
  color: #0058a9;
  font-style: normal;
  vertical-align: top;
}
/*h2 a{
  font-size: 0.7em;
  font-weight: normal;
  color: #0058a9;
  font-style: normal;
}*/
h3 {
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
}
.user-data h3 {
  color: black;
}
h4 {
  font-size: 1.0em;
  font-weight: bold;
  color: black;
  font-style: normal;
  margin-bottom: 3px;
}
a.button {
  background: #e6f0f6 url(images/bg.png) repeat-x scroll 0 -40px;
  border: 1px solid #94948a;
  display: inline-block;
  padding: 0 15px;
  line-height: 1.8em;
  vertical-align: middle;
  text-decoration: none !important;
  color: #262626;
  margin-top: 3px;
  text-align: center;
  white-space: nowrap !important;
}

a.shop_button {
  background: #e6f0f6 url(images/bg.png) repeat-x scroll 0 -40px;
  border: 1px solid #94948a;
  display: inline-block;
  padding: 0 15px;
  line-height: 1.5em;
  vertical-align: middle;
  text-decoration: none !important;
  margin-bottom: 1px;
  color: #262626;
  text-align: center;
  white-space: nowrap !important;
}

a.button:hover {
  background: #fafae2 url(images/bg.png) repeat-x scroll 0 -140px;
}
a.button:hover span,a.button:hover{
  color: #0058a9 !important;
}
a.button:focus {
  position: relative;
  top: 1px;
  left:1px;
}
a.button-small {
  padding: 0 4px !important;
  min-width: 26px;
}
table td {
  vertical-align: top;
}
html {
  font-size: 10pt;
}
body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
  color: #262626;
  background-position: 0 32px;
}
/*--------------------------------------------------------  COMMON */
#page {
  min-width: 1000px;
}
a.dotted-underline span.dotted{
  padding: 0 !important;
}
a.dotted-underline:hover{
  text-decoration: none !important;
}
a.dotted-underline span{
  border-bottom: 1px dotted #0058a9;
}
a.dotted-underline:hover span{
  border: none;
}
.top-control-panel a.dotted-underline span{
	border-color: white;
}
.top-control-panel .menu-hover a.dotted-underline span{
	border-color: #0058a9;
}
ul.navigation, ul.newmenu {
    list-style: none;
}
ul.navigation li.navigation-item {
  float: left;
  position: relative;
}
ul.navigation li ul.newmenu{
  float: none;
}
ul.navigation li .menu-opener{
  z-index: 2;
  position: relative;
  display:inline-block;
}
.newmenu {
  -moz-box-shadow: 2px 2px 20px -9px black;
  -webkit-box-shadow: 2px 2px 20px -9px black;
  box-shadow:2px 2px 20px -9px black;
  background-color: #fafafa;
  border: 1px solid #cacac4;
  position: absolute;
  line-height: 2em;
  top: -2000px;
  left:0;
  width: 100%;
  z-index: 3;
  white-space: normal;
  padding: 3.5em 10px 10px;
}
.menu-right {
  left:100% !important;
}
.menu-hover .newmenu{
  top: 5px;
}
.menu-opener {
  background: transparent url(images/menu-open-black.gif) no-repeat scroll right center;
  padding-right: 14px !important;
}
.header .menu-opener {
  background-image: url(images/menu-open-black-small.gif);
  padding-right: 12px !important;
  padding: 5px 0;
}
.menu-opener a span{
  border-bottom: 1px dotted #0058A9;
}
.menu-opener a{
  text-decoration: none !important;
}
span.separator {
  margin: 0 5px;
}
.dashboard-control-panel .newmenu li a {
  font-weight: normal;
  display: block;
  margin: 0 -10px;
  padding-left: 10px;
}
.dashboard-control-panel .newmenu li a:hover {
  background-color: #e6e6e6;
}
.top-control-panel .newmenu {
  top: 32px;
  width: 270px;
  left: auto;
  right:-10px;
  padding-top: 2em;
}
.top-control-panel .menu-hover .menu-opener a{
  /*color: #0058a9 !important;*/
}
.header .newmenu  {
  left: auto;
  right: -10px;
  width: auto;
  text-align: center;
  top:0;
}
/*--------------------------------------------------------  TOP PANEL */

.control-panel a.active {
  text-decoration: none;
}
.control-panel {
  vertical-align: middle;
  white-space: nowrap;
}

.top-control-panel {
  background: transparent url(images/bg.png) repeat-x;
  height: 32px;
  padding: 0 30px;
  color: white;
  line-height: 30px;
  position: relative;
  z-index: 110;
}
.white {
  color: white;
}
.top-control-panel .left a,
.top-control-panel .center-block span,
.top-control-panel .center-block a,
.top-control-panel .white {
  color: white;
  padding: 0 12px;
}
.top-control-panel .left *{
  font-size: 0.8em;
  text-transform: uppercase;
}
.top-control-panel .block span.separator {
  margin: 0;
  padding: 0;
}
.top-control-panel .block a.active,
.top-control-panel .block .separator {
  color: #94948a;
}
.top-control-panel .icon-spirit {
  margin-right: 12px;
  vertical-align: middle;
}
.top-control-panel .center-block {
  position: absolute;
  left: 40%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  line-height: 30px !important;
}
.top-control-panel a.font-scale-minus,
.top-control-panel a.font-scale-plus,
.top-control-panel a.font-scale-reset {
  padding: 0 3px;
  /*vertical-align: bottom;*/
  font-weight: bold;
  font-size: 14px;
}
.top-control-panel .menu-opener {
  background-image: url(images/menu-open-white.gif);
}
.top-control-panel .menu-hover .menu-opener {
  background-image: url(images/menu-open-black.gif);
}
.content-wrap{
  margin: 15px;
  white-space: normal;
  overflow: hidden;
}
.user-data-photo {
  float: left;
  margin: 0 15px 15px 0;
}
.user-data-photo img{
  max-width: 90px;
  max-height: 90px;
}
.user-data p {
  line-height: 1.5em;
  margin: 0;
}
.user-data p.first {
  margin-top: 10px;
}
small {
  font-size: 0.8em;
  color: #565656;
}

/*--------------------------------------------------------  HEADER */

.header {
  background: transparent url(images/bg-line2.gif);
  position: relative;
  z-index: 4;
}
.header .block-left{
  background: transparent url(images/bg-line1.gif);
  border-right: 1px solid #cacac4;
  white-space: nowrap;
  padding-left: 15px;
}
.header .block-right .content-wrap{
  overflow: visible;
}
.header .navigation-item {
  margin-right: 5px;
}
.header .navigation-overfix {
  z-index: 5;
  position: relative;
}
.header .newmenu {
  width: auto;
  padding: 2em 0 0;
  text-align: left;
}
.disabled {
  background:none !important;
  background-color: #ebebeb !important;
  cursor: default;
}
.disabled span.icon{
  background: transparent url(images/disabled.png) scroll left center no-repeat;
  padding-left: 15px;
}
.footer {
  overflow: hidden;
  clear: both;
}
.footer .links{
  background: transparent url(images/bg-line3.gif);
  padding: 17px 33px;
}
.footer .links a{
  color: black;
  text-decoration: underline;
}
.footer .links a:hover{
  text-decoration: none;
}
.footer .links .separator{
  color: #808080;
}
.footer h4,.footer span.copyright{
  padding: 10px 30px;
}

tr.separator{
    height: 0.5em;
}
span.copyright {
  color: #cccccc;
}
/*--------------------------------------------------------  eo layout styles CONTENT */
.dashboard-control-panel {
  background: #ebebeb url(images/bg.png) scroll 0 -75px repeat-x;
  line-height: 42px;
  height: 42px;
  border: 1px solid #cacac4;
}
.dashboard-control-panel a.icon {
  font-size: 1.1em;
  color: #0058a9;
  font-weight: bold;
}
.dashboard-control-panel .icon{
  padding-left: 15px;
}

.dashboard-control-panel ul li.navigation-item {
  margin: 0 30px;
  padding: 0 10px;
}
/*
 * .dashboard-control-panel .menu-opener{
  margin: 0 10px;
}
.dashboard-control-panel .menu-element{
  margin: 0 30px;
}
*/
.filter {
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 2px;
  min-height: 26px;
}
.filter .summary {
  text-align: right;
}
.filter .summary small {
  color: #748682;
}
.filter select{
  margin-right: 20px;
}

.result-table {
  border-bottom: 2px solid #4891ce;
}
body .alt {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
table.result-table td {
  border-bottom: 1px solid #f2f2f2;
  vertical-align: middle;
}
table.result-table td.plan {
  vertical-align: top;
}
table tr.alt td {
  border-color: #dce1e0;
}
.result-table th {
  background-color: #4891ce;
  color: white;
  vertical-align: middle;
  text-align: left;
  text-transform: uppercase;
  font-size: .8em;
}
.result-table td,.result-table th {
  padding: 8px;
}
tr.result-header  {
  border: 1px solid #a3c8e6;
}
.result-table .disabled {
  background-color: transparent !important;
}
.result-table td.plan a {
  font-size: 1.1em;
}
/*.result-table td.assessment,
.result-table td.subject {
  width:90px;
}
.result-table td.due {
  width: 160px;
}
.result-table td.assignment {
  width: 220px;
}*/
.result-header th.plan
{
}
/*.result-header th.subject 
{
    width: 90px;
}*/
.result-header th.assignment 
{
}
.result-header th.due 
{
    width: 70px;
}
.result-header th.duemessage 
{
    width: 99px;
}
.result-header th.assesment 
{
    width: 90px;
}
.result-table td.subject span,
.result-table td.due span {
  color: white;
  padding: 3px;
  vertical-align: middle;
}
td.subject span {
  background-color: #748682;
  padding: 3px;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
}
td.due span {
  text-transform: uppercase;
  font-size: 0.6em;
  margin-left: 3px;
}
td.today span {
  background-color: #ff7c00;
}
td.overdue span{
  background-color: #ee0022;
}
td.overduemessage span
{
    color: #A0A0A0 !important;
}
td.future  span {
  color: #A0A0A0 !important;
  vertical-align: bottom !important;
}
td.future  span span{
  font-size: 1.4em;
  font-weight: bold;
}
td.assessment span {
  text-decoration: underline;
}
.complete td.assessment span {
  color: #008000;
  background: transparent url(images/icon/complete.png) no-repeat scroll left center;
  padding-left: 18px;
}
.complete,.complete  a {
  color: #a0a0a0;
}
.complete td.plan a {
  color: #0058A9;
}
td.supplied  span {
  color: #ff7c00;
  background: transparent url(images/icon/supplied.png) no-repeat scroll left center;
  padding-left: 18px;
}
td.considered span{
  color: #ee0022;
}
td.considered span{
  color: #ee0022;
}
.reference-info {
  padding: 10px;
  border: 1px solid #d7d4c5;
  margin-top: 20px;
}
.reference-info h4{
  font-size: 1.1em;
}
.reference-info table{
  table-layout: fixed;
  margin-top: 15px;
}
.reference-info p{
  line-height: 1.5em;
}
td.plan .wrap{
  position: relative;
}
tr.alt td.plan {
  border-color: #f2f2f2;
}
/*
td.plan:hover {
  border-color: #4891ce !important;
}*/
a.icon-print-link {
  position: absolute;
  top:-8px;
  left:-55px;
  display: none;
}
a.icon-print-link img,
a.icon-reply-link img {
  margin: 0 20px 50px 0;
}
td.plan:hover .icon-print-link {
  display: block;
}
div.table-selector {
  border: 4px solid #4891ce;
  position: absolute;
  top:0;
  left:0;
  display: none;
  z-index: 0;
}
td.plan a {

}
.hover,.user-item-border:hover .user-item,.user-item-border:hover .user-item a.big-link {
  background-color: #ffffcc !important;
}

/*--------------------------------------------------------------- ARCHIVE  */
#archive h4 {
  font-size: 1.9em;
}
#archive h1 {
  font-size: 1.4em;
  line-height: 1.4em;
}
#archive h1 a{
  color: inherit;
}
#archive .icon-planner {
  background-image: url(images/icon/planner16x16.png);
  background-position: left 60%;
  padding-left: 18px;
}
#archive .icon-planner span.arrow{
  font-size: 1.5em;
}
.underlined {
  text-decoration: underline;
}
#archive .reference-periode {
  border-top: none;
  background-color: #cce5cc;
  line-height: 66px;
}
#archive .reference-periode .month{
  font-size: 2.3px;
  display: inline;
  font-size: 2.2em;
  color: inherit;
}
#archive .reference-info table{
  margin: 0;
}
#archive .result-table th {
    background-color: #94948a;
}
#archive .result-table td a,
#archive .result-table td.due {
    color: #A0A0A0;
}

/* --------------------------------------------------------------- NETSHOP */
.result-table-netshop {
  border-bottom: 2px solid #DDDDDD;
  border: 1px solid #DDDDDD;
}

table.result-table-netshop td {
  border-bottom: 1px solid #f2f2f2;
  vertical-align: middle;
  position: relative;
}
table.result-table-netshop td.shop {
  vertical-align: top;
}

.result-table-netshop th {
  background-color: #DDDDDD;
  color: black;
  vertical-align: middle;
  text-align: left;
  font-size: .9em;
}
.result-table-netshop td,.result-table-netshop th {
  padding: 8px;
}
tr.result-header-netshop  {
  border: 1px solid #a3c8e6;
}
.result-table-netshop .disabled {
  background-color: transparent !important;
}
.result-table-netshop td.shop a {
  font-size: 1.1em;
}

.hover-netshop,.user-item-border:hover .user-item,.user-item-border:hover .user-item a.big-link {
  background-color: #d1dfe7 !important;
}

.result-table-netshop td {
  font-size: .9em;
}

div.around_modal_shop
{
    float: left;
    display: inline;
    background-color: Red;
    position: relative;
    width: 0;
    height: 0;
}

div.modal_shop 
{
    width: 250px; /*320px*/
    background-color: #fff;
    border: 1px solid #a9aaa4;
    padding: 11px;
    display: none;
    position: absolute;
    z-index: 200;
    box-shadow: 2px 2px 20px -9px black;
    bottom: -130px;
    margin-left: 100px;
}
div.modal_shop .title {
    background-color: #d1dfe7;
    font-size: 1.2em;
    margin: -10px -10px 11px -10px;
    padding: 10px;
    position: relative;
    color: Black;
}

div.modal_shop div.first 
{
    border-top: 1px solid #DDDDDD;
    background-color: #f2f2f2;
    margin: 8px -10px -10px -10px;
    padding: 10px;
    position: relative;
}

div.modal_shop div.first div.fl
{
    width:125px;
    margin-left:0;
    float:left;
    overflow:auto;
    position: relative;
    font-weight:bold;

}

div.modal_shop div.first div.fr
{
    width:125px;
    float : left;
    overflow:auto;
    position: relative;
}

div.modal_shop div.fl
{
    width:125px;
    margin-left:0;
    float:left;
    overflow:auto;
    position: relative;
    font-weight:bold;

}

#commodity_NewAdress .modal {
    width: 400px;
    height: 490px;
    top: 10%;
}

#commodity_NewCustomer .modal {
    width: 400px;
    height: 490px;
    top: 10%;
}


div.commodity_detail
{
    width: 765px; /*320px*/
    background-color: #f2f2f2;
    border: 1px solid #a9aaa4;
    padding: 11px;
    display: block;
}

div.commodity_detail_absolute
{
    position: absolute;
}

div.commodity_editdetail
{
    width: 765px; /*320px*/
    background-color: #f2f2f2;
    border: 1px solid #a9aaa4;
    padding: 11px;
    display: block;
    /*position: absolute;*/
}

div.commodity_sub
{
    width: 740px; /*320px*/
    background-color: #d1dfe7;
    border: 1px solid #a9aaa4;
    padding: 11px;
    display: block;
    margin-top: 10px;
}

#commodity_EditSubCommodities .modal {
    width: 787px;
    height: 470px;
    top: 10%;
}

div.commodity_editsubdetail
{
    width: 765px; /*320px*/
    background-color: #f2f2f2;
    border: 1px solid #a9aaa4;
    padding: 11px;
    display: block;
    position: relative;    
     
}

.textbox_red
{
    border: 1px solid red;   
}

.textbox_black
{
    border: 1px solid black;   
}

div.commodityTitle
{
    
    background-color: #DDDDDD;
    color: black;
    vertical-align: middle;
    text-align: left;
    padding-left: 8px;
    margin: -10px -10px 11px -10px;
    position: relative;
}

div.commodityHead
{
    font-size: 1.4em;
    font-weight: bold;
    
}

.commodityLabel{
	font-size: 1.1emx;
	font-weight: bold;
	padding-top: 8px;
	display:inline-block;
	width: 100px;
}

.commodityText{
	padding-top: 8px;
	display: inline-block;
}

div.NetShopHead
{
    font-size: 1.4em;
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
    display: inline;
    
}

.commodity_filter {
  margin-top: 40px;
  overflow: hidden;
  padding-bottom: 2px;
  min-height: 26px;
}

.panel_category
{
    display: inline-block;
}

.commodity_top
{
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
}

.shop_admintool
{
    margin-top:10px;
    margin-bottom:10px;
}

.commodity_bottom
{
    margin-top:10px;
    margin-bottom:30px;   
}

.commodity_topleft 
{
	float: left;
	width: 380px;
	
}

.commodity_topright 
{
	float: left;
	width: 380px;
	
}

.commodityadr_topleft 
{
	float: left;
	width: 120px;
	
}

.commodityadr_topright 
{
	float: left;
	width: 120px;
	
}
.commodity_rightbutton
{
    margin-bottom: 10px;
    float: right;
    display: inline;
}

.commodity_green{
	color:Green;    
}

.commodity_red{
	color:Red;
	display: inline-block;  
}

.result-table-netshop .newmenu {
  width: 220px; /*320px*/
  left: -255px; /*-355px;*/
  top: -40px;
  padding-top: 10px;
  line-height: 1.6em;
  border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
  border-color: #bac3c1;
  background-color: #f5f5f5;
}

.result-table-netshop .newmenu h3{
  font-size: 1em;
}

.line {
  height: 1px;
  background-color: #bac3c1;
  clear: both;
}

.result-table-netshop .newmenu .line{
  margin: 20px 0px;
}

.NetShopOrder
{
    margin-top: 20px;

}

div.VidoCatalogLogin
{
    display: block;
    clear: both;
}

.order_right
{
    
    
}

.regerror
{
    margin-top: 20px;
    margin-bottom: 20px;
    /*padding: 7px 7px 7px 7px;
	border: dotted 2px red;
	color: black;*/
	font-weight: bold;
}

.regAdressError
{
    /*margin-top: 20px;
    margin-bottom: 20px;
    padding: 7px 7px 7px 7px;
	border: dotted 2px red;
	color: black;*/
	color:Red;
	font-weight: bold;
}

.NetShopOrderBottom
{
    padding: 11px;
    border: 1px solid #DDDDDD;
    background-color: #f2f2f2;
}

.asubcommodities_off {
	z-index: 0 !important;
	display: none !important;
}
.asubcommodities_on {
	z-index: 100 !important;
	display: block !important;
}

.editsubcommodities_off {
	z-index: 0 !important;
	display: none !important;
}
.editsubcommodities_on {
	z-index: 100 !important;
	display: block !important;
}

div.newcustomer_off {
	z-index: 0 !important;
	display: none !important;
}
.newcustomer_on {
	z-index: 100 !important;
	display: block !important;
}

div.import_commodities_off {
	z-index: 0 !important;
	display: none !important;
}
.import_commodities_on {
	z-index: 100 !important;
	display: block !important;
}

#commodity_Import .modal 
{
    left: 30%;
    top: 20%; 
}
    
div.import_off {
	z-index: 0 !important;
	display: none !important;
}
.import_on {
	z-index: 100 !important;
	display: block !important;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.highlight 
{
     background-color: yellow 
     
}
/*
.result-table-netshop .newmenu .user-data {
  position: relative;
}
.result-table-netshop .newmenu .user-data .menu-arrow-right{
	position: absolute;
	right: -230px; 
	top: 0px;
	height: 90px;
	width: 100%;
}
.result-table-netshop td.menu-right .user-data  img.menu-arrow-right {
	background: transparent url(images/menu-arrow-left.png) no-repeat scroll right 34px;
	right: 231px; 
}
.result-table-netshop floated-list {
	margin: 20px 0;
}
.result-table-netshop floated-list td.navigation-item {
	float: left;
	width: 165px; 
	margin-bottom: 20px; 
	margin-right: 25px; 
}
.result-table-netshop floated-list td.navigation-item:hover {
	z-index: 4;
}
.result-table-netshop floated-list td.navigation-item:hover .user-item {
	z-index: 4;
}

*/



.new_passord_off {
	z-index: 0 !important;
	display: none !important;
}
.new_passord_on {
	z-index: 100 !important;
	display: block !important;
}

#NewPwd .modal {
    width: 600px;
    height: 490px;
    top: 10%;
}

.newpwdiframe
{
	width: 100%;
	height: 90%;
}

.new_pwdmessage_off {
	z-index: 0 !important;
	display: none !important;
}
.new_pwdmessage_on {
	z-index: 100 !important;
	display: block !important;
}

.new_pwdmessagesent_off{
	z-index: 0 !important;
	display: none !important;
}
.new_pwdmessagesent_on {
	z-index: 100 !important;
	display: block !important;
}

#NewPwdMessages .modal {
    width: 300px;
    top: 10%;
}

#NewPwdMessages .modal .title {
    background-color: #FFE4e1;
    font-size: 1.2em;
    font-weight: bold;
    margin: -10px -10px 11px -10px;
    padding: 10px;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-color: darkgray;
    border-bottom-style: solid;
}

#NewPwdMessages .modal .title .modal-icon{
    vertical-align:middle;
    margin-right: 10px;
}

#NewPwdMessagesSent .modal {
    width: 300px;
    top: 10%;
}

#NewPwdMessagesSent .modal .modal-icon{
    vertical-align:middle;
    margin-right: 10px;
}

#NewPwdMessagesSent .modal .title {
    background: #ffffff;
}

.pedit-newpassword .pedit-button-grid {
    max-width: 600px;
}

.pedit-newpassword label {
    display: block;
}

.emailrecpients_off {
	z-index: 0 !important;
	display: none !important;
}
.emailrecpients_on {
	z-index: 100 !important;
	display: block !important;
}

#selectEmailrecipient .modal {
    width: 600px;
    height: 490px;
    top: 10%;
}

.selectEmailrecipientiframe
{
	width: 100%;
	height: 90%;
}

.assignmentstemplate_off {
	z-index: 0 !important;
	display: none !important;
}

.assignmentstemplate_on {
	z-index: 100 !important;
	display: block !important;
}

/* --------------------------------------------------------------- GROUP BLOCKS  */

.col3-layout .left {
  /*width: 42%;*/
}
.col3-layout .right {
  /*width: 21%;*/
}
.col3-layout .center {
  /*width: 29%;*/
  /*margin-left: 4%;*/
  float: right;
}
.col3-layout .content-wrap {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ebeae3;
}
.col3-layout .left .content-wrap {
  border: none;
  overflow: visible;
}
.col3-layout .right .content-wrap {
  padding-left: 5px;
  padding-right: 5px;
}
/*.col3-layout div .left,
.col3-layout div .right {
  width: auto;
}*/
img.temp {
  width: 100%;
}
.user-item-border {
  border: 5px solid white !important;
}
.user-item-border:hover {

}
.user-item-border .user-item {
  padding: 5px;
}
.user-item {
  position: relative;
  z-index: 2;
}
.col3-layout .left .user-item {
  border: 1px solid #ebeae3;
}
.icon-reply-link {
 	background: transparent url(images/bg.png) repeat-x scroll 0 -205px;
 	height: 35px;
 	line-height: 35px;
 	text-decoration: none !important;
 	padding: 0 5px;
 	font-size: 10pt;
 	font-weight: bold;
}
.icon-reply-link img.leftcap,.icon-reply-link img.rightcap{
 	background: transparent url(images/sprite.png) no-repeat;
 	height: 35px;
	position: absolute;
	top:0;
	margin: 0;
}
.icon-reply-link img.leftcap{
 	background-position: -25px 0;
 	width: 9px;
 	left:-9px;
}
.icon-reply-link img.rightcap{
 	background-position: -34px 0;
 	width: 6px;
 	right:-6px;
}






.user-item .icon-reply-link {
  position: absolute;
  top:50%;
  margin-top: -17px;
  left: 99%;
  display: none;
  z-index: 1;
}
.user-item-border:hover .icon-reply-link{
  display: block;
}
.alt .user-item {
  border-color: #F2F2F2;
}
.avatar {
	position: relative;
	/*overflow: visible;*/
	padding-left: 50px; /*95px;*/
	/*height: 45px; /*90px;*/
	/*min-height: 50px;*/
	height: 70px;
	overflow: hidden;
}

.avatarprocess {
	position: relative;
	/*overflow: visible;*/
	padding-left: 50px; /*95px;*/
	/*height: 45px; /*90px;*/
	/*min-height: 50px;*/
	height: 45px;
	overflow: hidden;
}
.avatar small{
	font-style: italic;
	margin-top: 5px;
	display: block;
	/*white-space: nowrap;
	overflow: hidden;*/
}
.avatar-mini {
	padding-left: 36px;
	min-height: 30px;
	height: auto;
	overflow: hidden;
}
.avatar img {
    max-width: 45px; /*90px;*/
    max-height: 65px; /*90px;*/
	position: absolute;
	top: 0;
	left: 0;
}

.avatarprocess img {
    max-width: 45px; /*90px;*/
    max-height: 65px; /*90px;*/
	position: absolute;
	top: 0;
	left: 0;
}
.avatar-mini img {
    width: 30px;
	height: 30px;
}
.avatar span,
.avatar a {
    font-size: 0.8em; /*1.2em;*/
    font-style: normal;
    font-weight: bold;
    line-height: 16px; /*30px;*/
    padding: 2px 0; /*6px;*/
    text-decoration: none;
    color: #262626;
}

.avatarprocess a {
    font-size: 0.8em; /*1.2em;*/
    font-style: normal;
    font-weight: bold;
    line-height: 16px; /*30px;*/
    padding: 2px 0; /*6px;*/
    text-decoration: none;
    color: #262626;
}
.avatar name
{
    font-size: 0.8em; /*1.2em;*/
    font-style: normal;
    font-weight: bold;
    color: #262626;
}

.avatarprocess name
{
    font-size: 0.8em; /*1.2em;*/
    font-style: normal;
    font-weight: bold;
    color: #262626;
}

.online .avatar span,
.online .avatar a {
  color: black;
}

.avatar:hover span,
.avatar:hover a {
  text-decoration: underline;
}
.col3-layout .right .avatar {
  margin-bottom: 15px;
}
.col3-layout .control-panel {
  margin-top: 30px;
  padding: 0 10px;
}
.col3-layout .right .control-panel {
  line-height: 32px;
  background: url("images/bg.png") repeat-x scroll 0 -170px #e2eef4;
  border: 1px solid #e2eef4;
  margin: 30px -5px 0;
}
.col3-layout .right .control-panel a{
  font-size: 1.1em;
  font-weight: bold;
}
.col3-layout .right .control-panel small{
  color: #808080;
}
.control-panel-green,.control-panel-gray {
  line-height: 28px;
  border: 1px solid #bac3c1;
  background-color: #748682;
  padding: 0 10px;
  margin-top: 20px;
}
.control-panel-gray {
	background-color: #e5e5e5;
}
.col3-layout .center .control-panel-green,
.col3-layout .left .control-panel-green {
	text-align: right;
}
.control-panel-green a  {
  font-size: 1.1em;
  font-weight: normal;
}
.control-panel-green * {
  border-color: white !important;
  color: white;
  display: inline;
}
.control-panel-gray * {
	border-color: #262626 !important;
	color: #262626;
	display: inline;
}
.control-panel-green span.arrow {
  font-size: 14px;
  vertical-align: top;
}

.user-item .time,
.col3-layout .right h4 small{
  padding: 8px 0 8px 30px;
  display: inline-block;
  font-size: 0.8em;
  color: #808080;
}
.user-item .activity,
.col3-layout .right h4 small{
  padding: 8px 0 8px 30px;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
}
.col3-layout .right h4{
  line-height: 30px;
}
.col3-layout .right h4 small{
  padding:0;
  font-weight: normal;
}
.user-item .content{
  clear: both;
  margin-left: 35px;
  position: relative;
  padding: 7px 0 20px;
  text-overflow: ellipsis;
  /*overflow: hidden;*/
}
img.smile {
  width: 24px;
  height: 24px;
}
.user-item img.smile{
  position: absolute;
  top: 10px;
  left:-31px;
}
.col3-layout .right .content-wrap{
  overflow: visible;
}
.group-list li {
	position: relative;
}
.group-list .newmenu {
  width: 220px; /*320px*/
  left: -255px; /*-355px;*/
  top: -40px;
  padding-top: 10px;
  line-height: 1.6em;
  border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.group-list .newmenu h3{
  font-size: 1em;
}
.group-list .newmenu small{
  font-style: italic;
}
.group-list .newmenu p{
  line-height: normal;
  /*overflow-y: auto;
  max-height: 300px;
  word-wrap: break-word;*/
}
.line {
  height: 1px;
  background-color: #bac3c1;
  clear: both;
}
.group-list .newmenu{
  border-color: #bac3c1;
  background-color: #f5f5f5;
}
.group-list .newmenu .line{
  margin: 20px 0px;
}
.group-list .newmenu .group-list small.time{
  padding: 0;
  font-style: normal;
}
.group-list .newmenu .group-list a:hover{
  background: none;
}

.group-list .newmenu .user-data {
  position: relative;
}
.group-list .newmenu .user-data .menu-arrow-right{
	position: absolute;
	right: -230px; /*-330px;*/
	top: 0px;
	height: 90px;
	width: 100%;
}
.group-list ul.menu-right .user-data  img.menu-arrow-right {
	background: transparent url(images/menu-arrow-left.png) no-repeat scroll right 34px;
	right: 231px; /*330px;*/
}
.floated-list {
	margin: 20px 0;
}
.floated-list li.navigation-item {
	float: left;
	width: 165px; /*265px;*/
	margin-bottom: 20px; /*25px;*/ /*20px;*/
	margin-right: 25px; /*20px;*/
}
.floated-list li.navigation-item:hover {
	z-index: 4;
}
.floated-list li.navigation-item:hover .user-item {
	z-index: 4;
}
.floated-list .newmenu {
	z-index: 3;
}
#groupusers .control-panel-green {
	background-color: #546468;
}
#activity .avatar {
	height: auto;
}
#activity .user-item .content {
	min-height: 30px;
	margin-left: 101px;
}
#activity .user-item .emocion {
	margin-left: 138px !important;
	border-left: 1px solid #94948a;
	padding-left: 5px;
}
#activity .user-item {
	border: 1px solid #edebe5;
}
#activity .info {
	line-height: 30px;
	vertical-align: middle;
}
.user-item a.activity {
	font-size: 1.1em;
	font-weight: bold;
}
#activity .info * {
	padding: 0;
	vertical-align: middle;
}
.big-link {
	line-height: 2em;
	font-size: 2.0em;
	display: block;
	background-color: #f4f4f4 !important;
	background-position: left center;
	padding: 0 10px;
}
.alt-link a {
	text-decoration: underline;
}
.alt-link a:hover {
	text-decoration: none;
}


/*----------------------------- ICONS */
.icon-spirit {
	background: transparent url(images/sprite.png) no-repeat;
	width: 20px;
	height: 20px;
}
.icon-book {
  	background: transparent url(images/icon/book.png) scroll left center no-repeat;
}
.icon-message {
	background: transparent url(images/icon/message.png) scroll left center no-repeat;
  	padding-left: 18px;
}
.icon-folder {
  	background: transparent url(images/icon/folder.png) scroll left center no-repeat;
}
.icon-data {
	background: transparent url(images/icon/data.png) scroll left center no-repeat;
}
.icon-planner {
  	background: transparent url(images/icon/planner.png) scroll left top no-repeat;
  	padding-left: 38px;
 	color: #FF7C00;
}
.icon-print {
	background: transparent url(images/icon/print.png) no-repeat;
	width: 40px;
	height: 35px;
}
.icon-blog {
	background: transparent url(images/icon/pencil.png) no-repeat scroll left center;
	padding-left: 18px;
}
.icon-group {
	background: transparent url(images/icon/group.png) no-repeat scroll left center;
	padding-left: 18px;
}
.icon-group32 {
	background: transparent url(images/icon/group32x32.png) no-repeat scroll left top;
	padding-left: 40px;
}
.icon-activity {
	background: transparent url(images/icon/activity.png) no-repeat scroll left center;
	padding-left: 40px;
}
.icon-download {
	background: transparent url(images/icon/download.png) no-repeat scroll left center;
	padding-left: 40px;
}
.icon-reply {
	background: transparent url(images/icon/reply.png) no-repeat scroll left center;
	width: 77px;
	height: 35px;
}
.icon-edit {
	background: transparent url(images/icon/edit.png) no-repeat scroll left center;
	padding-left: 18px;
}
.icon-news {
	background: transparent url(images/icon/news.png) no-repeat scroll left center;
	padding-left: 40px;
}
.menu-arrow-right {
	background: transparent url(images/menu-arrow-right.png) no-repeat scroll left 34px ;
	/*width: 12px;
	height: 23px;*/
	height: 62px; /*28px;*/
	width: 13px;
}













/* småfix på det nye designet...*/

/* litt luft i det nye designet...*/
div#middleContent {
	margin: 0 10px;
}

.pedit-eventlistmin {
	width: 66%;
}
/*div#activity .right 
{
	float: right;
}*/

div.logedinMembers {
	width: 100%;
	margin-top: 15px;
}
#prightContent .logedinMembers .online {
    margin-top: 0;
}

div.articleListCenter 
{
	width: 33%;
}
div.articleListCenter .icon-news
{
	margin-bottom: 15px;
}
div.articleListCenter .articleItem
{
	padding: 5px;
}
div.articleListCenter h2.nnName
{
	/*margin-left: 33%;*/
}
div.articleListCenter .nnImage 
{
	width: 100%;
	/*width: 30%;
	float: left;*/
}
div.articleListCenter .nnIngressList
{
	display: block;
	/*float: right;
	width: 67%;
	overflow: hidden;
	white-space: pre-line;*/
}
div.articleListCenter .readMore
{
	/*float: right;
	width: 67%;*/
}
.articleListCenter .articleBorder 
{
	border: 1px solid #EDEBE5;
	margin-top: 5px;
}
.articleListCenter .nnstyleArticleSep 
{
	border: 0;
	height: 5px;
}

span.white a.logout
{
	color: #94948a;
}
span.white a.login
{
	color: white;
}

.top-control-panel .left a.sound-icon
{
    padding-left: 0;
    font-size: 14px;
}
.top-control-panel .left a.sound-icon img
{
    vertical-align: middle;
    margin-top: -2px;
}

/*
.loggedinMembersContainer .content-wrap 
{
	padding-left: 5px;
	padding-right: 5px;
}
.loggedinMembersContainer h4 
{
	line-height: 30px;
}
.loggedinMembersContainer h4 small
{
    font-weight: normal;
    padding: 0;
    display: inline-block;
    font-size: 1em;
    color: #808080;
}
.loggedinMembersContainer .avatar 
{
	margin-bottom: 15px;
}
*/

.user-item .content-heading 
{
	clear: both;
	margin-left: 35px;
	position: relative;
	padding: 7px 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content-heading contenttype 
{
}

.oneliner 
{
	white-space: nowrap;
/*	line-height: 15px;
	height: 15px;
	display: inline-block;*/
}
span.time 
{
	float: right;
}



/* outgoing kode */

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:black;
    font-weight:bold;
    text-decoration:none;
}

a.ttMessage 
{
	display: block;
	text-align: right;
}

a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #3F3F3F; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: black;
      text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(img/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(img/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(img/bubble.gif) no-repeat bottom;
}

.groupPicture {

	border: 1px solid lightgrey;
	padding: 5px;
	width: 110px;
	float: left;
	height: 155px;
	text-align: center;

}

.groupNoPicture 
{
	height: 60px;
	padding-top: 10px;
}


.groupPictureDiv {

	height: 95px;
	overflow: hidden;
 }
 
 .groupPictureDivGreen {

	height: 95px;
	overflow: hidden;
	border: solid 2px green;

 }
 
 .groupPictureDivYellow {

	height: 95px;
	overflow: hidden;
	border: solid 2px yellow;

 }
 
 /*---------- box tooltip -----------*/
a.bt{
    position:relative;
    z-index:24;
    color:black;
    font-weight: normal;
    text-decoration:none;
}


a.bt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.bt:hover{ z-index:25; color: #FFFFFF; background:;}
a.bt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 2px 2px 2px 2px;
	width:200px;
	color: black;
    text-align: left;
    border:1px solid black;
    background:#FFFFFF;
}

.nnLabelRight
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	margin-left: 385px;
	
}

.nnTextRight
{
	font-weight: normal;
	text-align : right;
	margin-right: 8px;
	
}


#saAvanced_container {
	position: absolute;
	top: 0;
	left: 0;
	height: 1000px;
	width: 100%;
	z-index: 5;
	background-color: #eee;
	opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: alpha(opacity=70);
}
#saAvanced_container2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 1000px;
	width: 100%;
	z-index: 6;
	background-color: transparent;
}

#saAvanced_canvas {
	margin: 50px auto;
	width: 710px;
	height: 410px;
	border: 1px solid #999;
	background-color: #ccc;
	z-index: 7;
	opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
    filter: alpha(opacity=90);
}

#pcenterContent .avatar-mini a {
    font-size: 1.2em;
    line-height: 30px;
}

 h3.avatar-mini
 {
    font-size: 1.2em;
    line-height: 30px;
    padding-left: 0;
    font-size: 1em;
 }
 
.soundspacer 
{
    margin-left: 130px;
}

div.inline ul li a 
{
    display: inline-block !important;
}

h1.personHeading 
{
    color: #FF7C00;
    margin-bottom: 10px;
}

td.block-left div.content-wrap 
{
    overflow: visible;
}
.person-item 
{
    float: left;
    position: relative;
    width: 100px;
}

ul.newpersonmenu 
{
    top:0 !important;
    padding: 11px !important;
}

ul.personmenu ul.newmenu 
{
    width: 250px;
}

div.centerimage 
{
    width: 100%;
    text-align: center;
}
img.userpicturePop 
{
    width: 100%; /*70%*/
}

/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0px;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-vline.right { right: 0px; }
.jcrop-hline.bottom { bottom: 0px; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.videoobject
{
    height: 350px;
    width: 340px;
}
div.soundobject 
{
    height: 160px;
    width: 340px;
}

.process_nextlevel_button
{
  background: #ff6600;
  /*border: 1px solid #94948a;
  display: inline-block;
  padding: 0 15px;
  line-height: 1.8em;
  vertical-align: middle;
  text-decoration: none !important;
  color: #262626;
  margin-top: 3px;
  text-align: center;
  white-space: nowrap !important;*/
}

div.modal {
    background-color: #fff;
    border: 1px solid #a9aaa4;
    padding: 11px;
    display: block;
    position: absolute;
    z-index: 200;
    box-shadow: 2px 2px 20px -9px black;
}
div.modal.ui-draggable {
    cursor: pointer;
}
div.modal.ui-draggable .content {
    cursor: default;
}
div.modal .title {
    background-color: #d1dfe7;
    font-size: 1.2em;
    margin: -10px -10px 11px -10px;
    padding: 10px;
    position: relative;
}
div.modal .close {
    background: url("images/close.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 70%;
    position: absolute;
    right: 1px;
    top: 5px;
    width: 32px;
}
div.modal .close:hover, div.modal .close:active {
    background: url("images/close_a.png") no-repeat scroll center center transparent;
}
div.modal .text {
    margin-bottom: 10px;
}
div.modal .button {
  background: #e6f0f6 url(images/bg.png) repeat-x scroll 0 -40px;
  border: 1px solid #94948a;
  display: inline-block;
  padding: 0 15px;
  line-height: 1.8em;
  vertical-align: middle;
  text-decoration: none !important;
  color: #262626;
  margin-top: 3px;
  text-align: center;
  white-space: nowrap !important;
}

div.modal .button:hover {
  background: #fafae2 url(images/bg.png) repeat-x scroll 0 -140px;
}
div.modal .button:hover span,a.button:hover{
  color: #0058a9 !important;
}
div.modal .button:focus {
  position: relative;
  top: 1px;
  left:1px;
}
div.modal .footer {
    display: none;
}
div.modal.ui-draggable .footer {
    display: block;
    background-color: #d1dfe7;
    margin: 11px -10px -10px -10px;
    padding: 10px;
    position: relative;
}
div.modal_transparent_bkg {
    background-color: #EEEEEE;
    height: 100%;
    left: 0;
	opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: alpha(opacity=70);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.smallmodal {
    width: 350px;
    height: 150px;
    left: 30%;
    top: 20%;
}

.fileareabase_alert .modal {
    width: 400px;
    height: 200px;
    left: 35%;
    top: 25%;
}
.fileareabase_buttons {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}
.fileareabase_buttons input {
    width: 150px;
    height: 30px;
}

.modalppcrop {
    width: 410px;
    /*height: 300px;*/
    left: 25%;
    top: 7%;
}
.ppcrop_img {
    margin-bottom: 10px;
}
.ppcrophidden {
    display: none;
}

#videodialog_container .modal {
    height: 420px;
    width: 710px;
    left: 10%;
    top: 7%;
}
.videodialogedit .modal  {
    height: 470px !important;
}
#videodialog_container .video  {
    display: block;
    float: left;
    width: 370px;
    height: 360px;
    padding-top: 10px;
    padding-left: 10px;
}
#videodialog_container .videodescription {
    display: block;
    float: left;
    width: 320px;
    height: 360px;
    padding-top: 10px;
}
#videodialog_container .videodescription p {
	margin-bottom: 0;
}
#videodialog_container .videodescription p.title2 {
    font-weight: bold;
	margin-bottom: 0;
}
#videodialog_container .videobuttons {
    display: inline-block;
    width: 680px;
    padding-left: 19px;
}

#gmaps_container .modal {
    height: 80%;
    width: 80%;
    left: 10%;
    top: 7%;
    overflow: hidden;
}
#gmapsholder, #gmaps {
	width: 100%;
	height: 100%;
}
#gmapsbottom {
    height: 11px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}
.gmaps_off {
	z-index: 0 !important;
	display: none !important;
}
.gmaps_on {
	z-index: 100 !important;
	display: block !important;
}
#gmaps_small 
{
    border: 1px solid #A9AAA4;
}

#ExtededSecruityWarning .modal
{
    width: 350px;
    height: 150px;
    left: 30%;
    top: 20%;
}

.group-list .modal {
    width: 400px;
}
.group-list .modalOffset {
    right: 0;
}
.group-list .modal .txt {
    line-height: 1.5em;
}

.user-panel-modal {
    background-color: #fff;
    border: 1px solid #a9aaa4;
    padding: 11px;
    display: block;
    position: absolute;
    z-index: 200;
    box-shadow: 2px 2px 20px -9px black;
    right: 0;
    top: 32px;
    width: 270px;
    white-space: normal;
    color: #555;
}
.user-panel-modal .title {
    background-color: #d1dfe7;
    font-size: 1.2em;
    margin: -10px -10px 11px -10px;
    padding: 10px;
    position: relative;
}
.user-panel-modal .title h3 {
    color: #000;
}
.user-panel-modal .close {
    background: url("images/close.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 70%;
    position: absolute;
    right: 1px;
    top: 5px;
    width: 32px;
}
.user-panel-modal .close:hover, .user-panel-modal .close:active {
    background: url("images/close_a.png") no-repeat scroll center center transparent;
}
.user-panel-modal p {
  line-height: 1.9em;
  margin: 0;
}
.user-panel-modal p.first {
  margin-top: 10px;
}
.user-panel-modal a {
    text-decoration: none;
    color: #0058A9;
}
.user-panel-modal a:hover, .user-panel-modal a:active {
    text-decoration: underline;
}

.logedinMembers span.online {
    background-color: #98acc9;
    color: #fff;
    border: 1px solid #b9c8db;
    font-size: 0.6em;
    padding: 1px 2px;
    text-decoration: none;
}

ul.user-modal {
    float: none;
    z-index: 3;
    position: absolute;
    background-color: #fff;
    border: 1px solid #a9aaa4;
    box-shadow: 2px 2px 20px -9px black;
    white-space: normal;
    list-style: none;
    width: 220px;
    left: -255px;
    top: -40px;
    padding: 11px;
    line-height: 1.6em;
}
.ul .user-modal .user-data {    
    position: relative;
    display: block;
    padding: 11px;
}
ul.user-modal .title {
    background-color: #d1dfe7;
    font-size: 1.2em;
    line-height: 1.8em;
    margin: -10px -10px 11px -10px;
    padding: 10px;
    position: relative;
}
.user-modal .menu-arrow-right {
    /*height: 90px;*/
    position: absolute;
    /*right: -231px;*/
    top: 0;
    /*width: 100%;*/
    right: -24px;
}


div.processmsgstop 
{
    border: 2px dotted red;
    color: Black;
    font-weight: bold;
    padding: 7px;
}
div.processmsgstopleft 
{
    float: left;
    width: 80%;
}
div.processmsgstopright 
{
    float: right;
    width: 19%;
}
div.processmsgstopright input
{
    background-color: #9BFFA4;
}

.pedit-coachingroom, .pedit-coachingroomgroup {
    line-height: 1.2em;
}
.pedit-coachingroom .pedit-eventlistmin, .pedit-coachingroomgroup .pedit-eventlistmin {
	float: left;
	width: 21%;
}
.pedit-coachingroom .pedit-coachingroomgroup {
    float: right;
    width: 75%;
}
.pedit-coachingroomgroup-clear {
    margin-bottom: 20px;
}

.pedit-coachingroom .pedit-eventlistmin-ul, .pedit-coachingroomgroup .pedit-eventlistmin-ul {
    list-style: none;
}
.pedit-coachingroom .pedit-eventlistmin-li, .pedit-coachingroomgroup .pedit-eventlistmin-li {
    margin-bottom: 6px;
    padding: 4px;
}
.pedit-coachingroom .pedit-eventlistmin-title, .pedit-coachingroomgroup .pedit-eventlistmin-title {
    text-decoration: none;
    color: #0058A9;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.pedit-coachingroom .pedit-eventlistmin-title:hover, .pedit-coachingroom .pedit-eventlistmin-title:active, .pedit-coachingroomgroup .pedit-eventlistmin-title:hover, .pedit-coachingroomgroup .pedit-eventlistmin-title:active {
    text-decoration: underline;
    color: #5294d1;
}
.pedit-coachingroom .pedit-eventlistmin-data, .pedit-coachingroomgroup .pedit-eventlistmin-data {
    text-decoration: none;
    color: #666;
    font-style: italic;
    max-height: 2.4em;
    overflow: hidden;
    display: block;
    margin: 0.22em 0;
}
.pedit-coachingroom .pedit-eventlistmin-person, .pedit-coachingroomgroup .pedit-eventlistmin-person {
    color: #333;
    display: block;
    max-height: 2.4em;
    overflow: hidden;
}
.pedit-coachingroom .pedit-eventlistmin-person, .pedit-coachingroomgroup .pedit-eventlistmin-person {
    max-height: 1.2em;
}
.pedit-coachingroom .pedit-eventlistmin-datetime, .pedit-coachingroomgroup .pedit-eventlistmin-datetime, .pedit-coachingroomgroup-member-datetime {
    display: block;
    margin-top: 0.1em;
    color: #666666;
    font-size: 0.75em;
    max-height: 1.2em;
    overflow: hidden;
}

.pedit-coachingroomgroup h3 {
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 3px;
    padding-left: 5px;
}
.pedit-coachingroomgroup h3 a {
    text-decoration: none;
    color: #0058A9;
}
.pedit-coachingroomgroup h3 a:hover, .pedit-coachingroomgroup h3 a:active {
    text-decoration: underline;
    color: #5294d1;
}
.pedit-coachingroomgroup-groupBody {
    padding-left: 5px;
}

.pedit-coachingroomgroup-groupcontent {
	float: right;
	width: 70%;
}
.pedit-coachingroom .pedit-coachingroomgroup-groupcontent {
	float: none;
	width: 100%;
}

.pedit-coachingroomgroup-members {
	border: 1px solid #D9D9D9;
	padding: 7px 0 0;
    line-height: 1em;
}
.pedit-coachingroomgroup-members-ul  {
    list-style: none;
}
.pedit-coachingroomgroup-members-li {
    display: inline-block;
    height: 70px;
    overflow: hidden;
    width: 32%;
    margin: 7px 0 10px;
}
.pedit-coachingroomgroup-members-li.fourcolumn {
    width: 24%;
}

.pedit-coachingroomgroup-member-thumb {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    z-index: 1;
}
.pedit-coachingroomgroup-member-img {
    /*display: block;*/
    max-width: 45px;
    max-height: 45px;
}

.pedit-coachingroomgroup-icon-comments{ 
    font-size: 1.6em; 
    padding-right: 5px; 

}
.pedit-coachingroomgroup-icon-comments-active{ font-size: 1.6em; color: #008030; padding-right: 5px; }
.pedit-coachingroomgroup-member-person {display: block; border: 1px solid #ccc; height: 45px; }
.pedit-coachingroomgroup-member-forum { display: block; border: 1px solid #ccc; border-top: hidden; background-color: #eeeff0; cursor:pointer; height: 22px; padding-left: 5px; overflow:hidden;}


.pedit-coachingroomgroup-member-activity .pedit-coachingroom-member-img  {
    background-color: #FFFFFF;
    border: 2px solid #459649;
    padding: 1px;
    width: 39px;
}
.pedit-coachingroomgroup-member-comment  {
    background: url("images/icons.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 17px;
    position: absolute;
    right: -3px;
    text-indent: -9999px;
    top: -3px;
    white-space: nowrap;
    width: 16px;
    z-index: 1;
}

.pedit-coachingroomgroup-member-activity .pedit-coachingroomgroup-member-person {
    font-weight: bold;
}
.pedit-coachingroomgroup-member-coach {
    background: url("images/teacher.png") no-repeat scroll 0 0 transparent;
    padding-left: 18px;
}

.pedit-coachingroomgroup .forumtop {
    display: table;
    width: 100%;
}

.pedit-coachingroomgroup .selectiontop {
    /*display: table;
    width: 100%;
    background-color: black;
    color: White;
    text-align: left;
    padding:5px 0 0 0;*/
    background-color: #0a5ea4;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
    height: 40px;
}

.pedit-coachingroomgroup .selectiontop .selectionbutton_off {
    height: 25px;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 3px; 
    width: 130px; 
    background: #eeeff1;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #303030;
    color: #724A4D;
    /*box-shadow: 0 0 1px #303030;*/
}

.pedit-coachingroomgroup .selectiontop .selectionbutton_on {
    height: 32px;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 0;
    width: 130px;
    background: #ffffff;
    border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    vertical-align: sub;
    border: 1px solid #ffffff;
    color: #724A4D;
    /*box-shadow: 0 0 1px #303030;*/
     
}

.pedit-coachingroomgroup-videoconference iframe { width: 100%; height: 640px; border: none; }


/*adminusers search*/
#searchResult .rgCaption { /*hide Teler.Caption on brukere */
    display: none;
}

div.alternativeMenu 
{
    /*background-color: Fuchsia;*/
    height: 21px;
}
div.alternativeMenu ul  {
    float: right;
     /*display: block;
    text-align: center;*/
    list-style-type: none;
}
div.alternativeMenu ul li 
{
    display: inline-block;
    margin-right: 10px;
    /*margin-top: 10px;
    font-size:medium;*/
}
div.alternativeMenu ul li a {
    display: block;
    padding: 3px;
    text-decoration: none;
}
div.alternativeMenu ul li a:hover, div.alternativeMenu ul li a:active {
    text-decoration: underline;
}
div.alternativeMenu ul li a.active {
    font-weight: bold;
}

/*---------------------------- CERTIFICATE ----------------- */

#certificatepage
{
    border:1px solid black;
    list-style-position:inside;
}

#certificatepage ul
{
    padding-left: 30px;
}

/* --------------------------------------------------------------- ADMIN METADATA */
.MetaData
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.MetaDataContext
{
    font-weight:bold;
    display:inline-block;
}
MetaDataContext_right
{
    font-weight:bold;
    float: right;
    margin-left: 1em;
    display: inline-block;
}
#admin_metadata .modal {
    height: 410px;
    width: 710px;
    left: 10%;
    top: 7%;
}

div.admin_meta_level
{
    margin-left: 10px;
}

.metadata_block
{
    display:block;
}
.admin_meta_link
{
    padding-right: 5px;
    padding-bottom: 20px;  
}

.admin_meta_left
{
    padding-left: 0;
}

.admin_meta_Label{
	font-size: 1.1emx;
	font-weight: bold;
	padding-top: 8px;
	display:inline-block;
	width: 100px;
}


#metadataAddGroup, #metadataContext
{
    list-style: none;
    background-color: #d1dfe7;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #a9aaa4;
    border-left: 1px solid #a9aaa4;
    border-right: 1px solid #a9aaa4;
    border-bottom: 1px solid #a9aaa4;
    
}

#meataLevel {
    list-style: none;
}

#meataLevel li {
    position: relative;
    border-bottom: 1px solid #a9aaa4;
    border-left: 1px solid #a9aaa4;
    border-right: 1px solid #a9aaa4;
    color: #556467;
    margin-left: -10px;
    line-height: 25px;
}
#meataLevel li .name {
    font-size: 1em;
    padding-left: 10px;
    vertical-align: middle;
}
#meataLevel li .edit {
    position: absolute;
    right: 100px;
    width: 75px;
    text-align: center;
    background-color: #f2f2f2;
    border-left: 1px solid #a9aaa4;
    line-height: 25px;
    vertical-align: middle;
}
#meataLevel li .delete {
    position: absolute;
    right: 0px;
    width: 100px;
    text-align: center;
    background-color: #f2f2f2;
    border-left: 1px solid #a9aaa4;
    line-height: 25px;
    vertical-align: middle;
}

a.metadatadelete{
    color: #AF3006;
}

a.metadata_addlink{
    font-size: 1em;
    padding-left: 22px;
    vertical-align: middle;
    background: transparent url("images/pluss_green.png") center left no-repeat;
}

a.videodialog_linkview {
    font-size: 1.5em;
	display: inline-block;
	line-height: 36px;
	padding-left: 40px;
	background: transparent url("img/play.gif") center left no-repeat;
}

div.videodialog_edit {
    height: 35px;
}
div.videodialog_edit .record {
    font-size: 1.1em;
	display: inline-block;
	line-height: 36px;
	padding-left: 40px;
	background: transparent url("img/rec.gif") center left no-repeat;
	float: right;
	margin-top: 10px;
}

.dialoglist .nnBody {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.pedit-report-preview
{
    overflow-x: auto;
    height: 600px;
    width: 98%;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    padding: 8px;
    box-shadow: 3px 3px 7px #555;
    margin-top: 10px;
}

.pedit-report-links-right
{
    display: inline-block;
    margin-right: 20px;
    float: right;
}


div.persongmaps_left {
    float: left;
    width: 500px;
    height: 300px;
}
div.persongmaps_right {
    float:left;
    width: 350px;
    height: 300px;
}

.persongmaps_off {
	display: none !important;
}
.persongmaps_on {
	display: block !important;
}

.processliks div
{
    font-size: 0.8em;
    
    }

div.dropdown
{
    padding-top: 6px;
}

div.personassignment
{
    padding-top: 6px;
}

.personassignment .nnBody {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

span.subAssignmentFixed 
{
    min-width: 25px;
    display: inline-block;
}

th.person-planlist-title{
    font-size: 1.2em;
    font-weight: lighter;
    background: #0059af;
    color: white; 
    text-align: left; 
}

tr.person-planlist-subtitle{
    font-size: 0.9em;
    background: #0059af;
    color: white; 
    text-align: left; 
    text-transform: uppercase;
}

.nnfileupload {
    border: 1px solid #ccc;
    padding: 10px;
}
.nnfileupload h3 {
    font-weight: bold;
    font-size: 1.2em;
}

.fileAttachment 
{
	display: inline-block;
	font-size: 1.1em;
	line-height: 37px;
	padding-right: 38px;
	background: transparent url(img/link_newwindow.gif) top right no-repeat;    
}

.repLocale a.active {
    font-weight: bold;
}

.systemstat .divider 
{
    margin-top: 18px;
}

sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}

.searchtitle {
    position: relative;
    margin-bottom: 10px;
}
.searchtitle a {
    position: absolute;
    right: 0;
    bottom: 0;
}
.searchpanel {
    border: 1px solid #ccc;
    padding: 10px;
}
.searchresults ul  {
    list-style: none;
}
.searchresults li  {
    margin-top: 10px;
}
.searchresults .searchimage {
    max-width: 200px;
    max-height: 120px;
    /*width: 190px;*/
    float: left;
}
.searchresults .imagecontainer {
    width: 520px;
    margin-left: 20px;
    float: left;
}
.searchresults .body {
}
.searchresults .ingress {
}
.searchresults .pathtype {
    display: block;
    font-size: 0.85em;
}
.searchresults .type {
    color: green;
}
.searchresults .path a {
    color: Blue;
}

.pedit-congratulation {
    margin-bottom: 10px;
}
.pedit-congratulation-title {
	background: transparent url(images/icon/cake.png) no-repeat scroll left center;
	padding: 20px 0 10px 40px;
}
.pedit-congratulation-ul {
    list-style: none;
}
.pedit-congratulation-li {
    margin-bottom: 10px;
}
.pedit-congratulation-person {
    min-height: 45px;
}
.pedit-congratulation-img {
    float: left;
    width: 45px;
}
.pedit-congratulation-person-img {
    margin-left: 52px;
}
.pedit-congratulation-name {
    padding-top: 5px;
}
.pedit-congratulation-today {
    font-weight: bold;
    color: #262626;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    margin-bottom: 0;
    padding-top: 10px;
}
.pedit-congratulation-todaystart {
    border-top: 1px solid #eaeaea;
    padding-top: 0;
}
.pedit-congratulation-todayend {
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
}

#prightContent .pedit-congratulation {
	width: 100%;
	float: right;
}
.mcMainenance_off {
	display: none !important;
}
.mcMainenance_on {
	display: block !important;
}
.picturelist {
    height: 442px;
}
#pcenterContent.asRight .picturelist {
    height: 600px;
}
#pcenterContent.asLeft .picturelist {
    height: 600px;
}
#pcenterContent.asAlone .picturelist {
    height: 760px;
}

/* SlideShowLink */
.jcycle {
    height: 442px;
}
.jcycle img{
    max-height: 442px;
    max-width: 575px;
}
#pleftContent .jcycle {
    height: 250;
}
#pleftContent .jcycle img{
    max-height: 250;
    max-width: 190px;
}
#prightContent .jcycle {
    height: 250px;
}
#prightContent .jcycle img{
    max-height: 250px;
    max-width: 190px;
}
/* end SlideShowLink */

#pcenterContent.asRight .jcycle {
    height: 600px;
}
#pcenterContent.asRight .jcycle img{
    max-height: 600px;
    max-width: 760px;
}
#pcenterContent.asLeft .jcycle {
    height: 600px;
}
#pcenterContent.asLeft .jcycle img{
    max-height: 600px;
    max-width: 760px;
}
#pcenterContent.asAlone .jcycle {
    height: 760px;
}
#pcenterContent.asAlone .jcycle img{
    max-height: 760px;
    max-width: 950px;
}

.pedit-gallery .articleMedia a {
    cursor: pointer;
}
.pedit-gallery_modal_off {
	z-index: 0 !important;
	display: none !important;
}
.pedit-gallery_modal_on {
	z-index: 100 !important;
	display: block !important;
}
.pedit-gallery .modal {
    width: 800px;
    height: 840px;
    left: 20%;
    top: 10px;
    position: fixed;
}
.pedit-gallery {
    border: 1px solid rgb(230,230,230);
    border: 1px solid rgba(230,230,230,0.6);
}
.pedit-gallery .caption {
    color: #47515a;
    position: absolute;
    bottom: 0;
    /*background: rgb(21,21,21);
    background: rgba(21,21,21,0.7);*/
    background: rgb(230,230,230);
    background: rgba(230,230,230,0.6);
    width: 80%;
    padding: 10px 10%;

}
.pedit-gallery .caption h3 {
    color: #47515a;
}
.pedit-gallery .caption p {
    margin-bottom: 5px;
}
.pedit-gallery .modal.bullets .royalSlider {
    margin-bottom: 30px;
}

#localelink {
    color: #fff000;
}
#localelink:hover, #localelink.localelink-hover {
    cursor: pointer;
    color: #fff000;
}
#localelink:active, #localelink.localelink-active {
    cursor: pointer;
    color: #fff000;
}
#localelinkcopied {
    position: relative;
    display: inline; 
}
#localelinkcopied span {
    position: absolute;
    top: 15px;
    right: 0;
    display: none;
    color: #262626;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #262626;
}
#localelinkbox {
    position: relative;
    display: inline; 
    font-size: 1em;
}
#localelinkbox .modal {
    font-size: 1em;
    color: #262626;
    text-transform: none;
    top: 0;
    left: 0;
}
#localelinkbox .modal .title span {
    text-transform: none;
    font-size: 1em;
}
#localelinkbox .modal input {
    text-transform: none;
    width: 330px;
    padding: 10px;
    margin: 10px 0;
}


#contentlink {
    color: #fff000;
}
#contentlink:hover, #contentlink.contentlink-hover {
    cursor: pointer;
    color: #fff000;
}
#contentlink:active, #contentlink.contentlink-active {
    cursor: pointer;
    color: #fff000;
}
#contentlinkcopied {
    position: relative;
    display: inline; 
}
#contentlinkcopied span {
    position: absolute;
    top: 15px;
    right: 0;
    display: none;
    color: #262626;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #262626;
}
#contentlinkbox {
    position: relative;
    display: inline; 
    font-size: 1em;
}
#contentlinkbox .modal {
    font-size: 1em;
    color: #262626;
    text-transform: none;
    top: 0;
    left: 0;
}
#contentlinkbox .modal .title span {
    text-transform: none;
    font-size: 1em;
}
#contentlinkbox .modal input {
    text-transform: none;
    width: 330px;
    padding: 10px;
    margin: 10px 0;
}

.subassignment ul {
    padding-left: 25px;
}

.pedit-video, .pedit-video-loading, .pedit-video-error, .pedit-video-noaccess, .pedit-video-flowplayer, .pedit-video-nomobile {
    display: inline-block;
    border-radius: 5px;
}
.pedit-video {
    cursor: pointer;
    background: url('images/video-bkg.png') no-repeat center center #231f20;
}
.pedit-video:hover {
    background: url('images/video-bkg-hover.png') no-repeat center center #231f20;
}
.pedit-video-loading {
    background: url('images/ajax-loader.gif') no-repeat center center #231f20;
    cursor: wait;
}
.pedit-video-error, .pedit-video-noaccess, .pedit-video-nomobile {
    background-color: #231F20;
    position: relative;
}
.pedit-video-error p, .pedit-video-noaccess p, .pedit-video-nomobile p {
    color: #cc2222;
    margin-top: 160px;
    text-align: center;
    width: 100%;
}
.pedit-video-flowplayer {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.pedit-video-flowplayer .player {
    overflow: hidden;
    background-color: #dfe3e2;
}
.pedit-video-flowplayer .pedit-video-popup-link {
    position: absolute;
    bottom: -18px;
    right: 0;
    cursor: pointer;
}
.pedit-video-popup {
    padding: 0 10px 10px 0;
    overflow: hidden;
}

.reToolbar.Default .InsertModalLink {
    background-image: url(img/custom.gif);
}

a.pedit-modal {
    cursor: pointer;
    
}
.modal.pedit-modal {
    position: fixed;
    top: 30px;
    text-align: left;
}
.modal.pedit-modal iframe {
    border: 0;
}
.modal.pedit-modal .content 
{
    overflow: auto;
}

.pedit-modal > .content {
	-webkit-overflow-scrolling: touch;
}



.api a {
    color: #0058a9;
    text-decoration: none;
    cursor: pointer;
}
.api a:hover, .api a:active {
    color: #af3006;
    text-decoration: underline;
    cursor: pointer;
}

.apibutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 0.9em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.apibutton:hover {
	text-decoration: none;
}
.apibutton:active {
	position: relative;
	top: 1px;
}
.apiblue {
	color: #fef4e9;
	border: solid 1px #0068b4;
	background: #0561ae;
	background: -webkit-gradient(linear, left top, left bottom, from(#4a92ce), to(#055598));
	background: -moz-linear-gradient(top,  #4a92ce,  #055598);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a92ce', endColorstr='#055598');
}
.apiblue:hover {
	color: #fef4e9;
	background: #0b599a;
	background: -webkit-gradient(linear, left top, left bottom, from(#2677bc), to(#094e88));
	background: -moz-linear-gradient(top,  #2677bc,  #094e88);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2677bc', endColorstr='#094e88');
}
.apiblue:active {
	color: #fef4e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#0561ae), to(#4a92ce));
	background: -moz-linear-gradient(top,  #0561ae,  #4a92ce);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0561ae', endColorstr='#4a92ce');
}
.apigrey {
	color: #47515a;
	border: solid 1px #cccccc;
	background: #ebedeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#ebebec));
	background: -moz-linear-gradient(top,  #fdfdfd,  #ebebec);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ebebec');
}
.apigrey:hover {
	color: #47515a;
	background: #efeff0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f4), to(#dfdfe1));
	background: -moz-linear-gradient(top,  #f3f3f4,  #dfdfe1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f4', endColorstr='#dfdfe1');
}
.apigrey:active {
	color: #47515a;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebec), to(#fdfdfd));
	background: -moz-linear-gradient(top,  #ebebec,  #fdfdfd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebec', endColorstr='#fdfdfd');
}
.api .text {
    padding-bottom: 10px;
    display: inline-block;
}
.fileuploadholder 
{
    padding-bottom: 25px;
}

.pedit-label-hidden {
    position: absolute;
    top: 0;
    left: -10000px;
}

.fixedwidth .personassignment .bloggArticleItem .dialoglist .nnBody > div {
    display: inline-block;
    width: 100%;
}

.pedit-button-primary {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	/*font: 14px/100% Arial, Helvetica, sans-serif;*/
	padding: .5em 0.9em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fef4e9;
	border: solid 1px #0068b4;
	background: #0561ae;
	background: -webkit-gradient(linear, left top, left bottom, from(#4a92ce), to(#055598));
	background: -moz-linear-gradient(top, #4a92ce, #055598);
	background: #0561ae linear-gradient(to bottom, #4a92ce, #055598);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a92ce', endColorstr='#055598');
}
.pedit-button-primary:hover {
	text-decoration: none;
	color: #fef4e9;
	background: #0b599a;
	background: -webkit-gradient(linear, left top, left bottom, from(#2677bc), to(#094e88));
	background: -moz-linear-gradient(top, #2677bc, #094e88);
	background: #0b599a linear-gradient(to bottom, #2677bc, #094e88);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2677bc', endColorstr='#094e88');
}
.pedit-button-primary:active {
	position: relative;
	top: 1px;
	color: #fef4e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#0561ae), to(#4a92ce));
	background: -moz-linear-gradient(top, #0561ae, #4a92ce);
	background: #fef4e9 linear-gradient(to bottom, #0561ae, #4a92ce);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0561ae', endColorstr='#4a92ce');
}

.greybutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	/*font: 14px/100% Arial, Helvetica, sans-serif;*/
	padding: .5em 0.9em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #47515a;
	border: solid 1px #cccccc;
	background: #ebedeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#ebebec));
	background: -moz-linear-gradient(top, #fdfdfd, #ebebec);
	background: #ebedeb linear-gradient(to bottom, #fdfdfd, #ebebec);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ebebec');
}
.greybutton:hover {
	text-decoration: none;
	color: #47515a;
	background: #efeff0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f4), to(#dfdfe1));
	background: -moz-linear-gradient(top, #f3f3f4, #dfdfe1);
	background: #efeff0 linear-gradient(to bottom, #f3f3f4, #dfdfe1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f4', endColorstr='#dfdfe1');
}
.greybutton:active {
	position: relative;
	top: 1px;
	color: #47515a;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebec), to(#fdfdfd));
	background: -moz-linear-gradient(top, #ebebec, #fdfdfd);
	background: #47515a linear-gradient(to bottom, #ebebec, #fdfdfd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebec', endColorstr='#fdfdfd');
}

.greybuttondisabled {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	/*font: 14px/100% Arial, Helvetica, sans-serif;*/
	padding: .5em 0.9em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fff;
	border: solid 1px #cccccc;
	background: #e2e2e0;
}
.greybuttondisabled:active {
    top: 0;
}

input[type="submit"].pedit-button-optional {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.pedit-button-optional {
    cursor: pointer;
    border-bottom: 1px #014584 dashed;
    margin: 0 3px;
    background: transparent;
    color: #0058a9;
    padding-top: 0.5em;
}
.pedit-button-optional:hover, .pedit-button-optional:active {
    color: #AF3006;
    text-decoration: none;
}
.pedit-button-optional:active {
	position: relative;
	top: 1px;
}

input[type="submit"].pedit-button-cancel {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.pedit-button-cancel {
    cursor: pointer;
    color: #af3006;
    border-bottom: 1px #af3006 dashed;
    margin: 0 3px;
    background: transparent;
    padding-top: 0.5em;
}
.pedit-button-cancel:hover, .pedit-button-cancel:active {
    color: #af3006;
    text-decoration: none;
}
.pedit-button-cancel:active {
	position: relative;
	top: 1px;
}


.pedit-systemlink-holder {
/*    border: 1px solid #aaa;
    background-color: #eee;*/
}
.pedit-systemlink-holder .pedit-systemlink {
    border-right: 1px solid #aaa;
    padding: 5px 10px 5px 5px;
    color: #0058a9;
    line-height: 2em;
    white-space: nowrap;
}
.pedit-systemlink-holder .pedit-systemlink:last-child {
    border: 0;
}
.pedit-systemlink-holder .pedit-systemlink:hover, .pedit-systemlink-holder .pedit-systemlink:active {
    color: #0058a9;
    text-decoration: none;
    background-color: #eee; /*#d0d0d0;*/
}

div.editmodusleft {
	display: inline-block;
	width: 60%;
	vertical-align: top;

}
div.editmdusright {
	display: inline-block;
	width: 35%;
	vertical-align: top;

}

a.etherpadlink
{
    color:#0058a9;
    text-decoration:none;
}

a.etherpadlink:hover, a.etherpadlink:active, a.etherpadlink:focus
{
    color: #af3006;
    text-decoration:underline;
}

.CoachingRoomGroupInfo
{
    margin-top: 1em;
}

.plus {
	background: url("/images/pluss.png") no-repeat left center transparent;
	padding-left: 25px;
	color: #fff;
}

.etherpadlinks
{
    display:inline;
}

.epselected_on
{
    min-width: 75px;
    color: #af3006;
    padding-left: .5em;
    padding-right: .5em;
}

.epselected_off
{
    min-width: 75px;
    color: #724A4D;
    background-color: #ffffff;
    padding-left: .5em;
    padding-right: .5em;
}
.pedit-editor-500 {
    width: 500px;
}

.pedit-filearea-700 {
    width: 700px;
}


@font-face {
  font-family: 'FontAwesome';
  src: url("../uikit-2.17.0/fonts/fontawesome-webfont.eot");
  src: url("../uikit-2.17.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../uikit-2.17.0/fonts/fontawesome-webfont.woff") format("woff"), url("../uikit-2.17.0/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.uk-icon-group:before, .uk-icon-users:before {
  content: "\f0c0";
}
.uk-icon-file:before {
  content: "\f15b";
}
.uk-icon-gear:before, .uk-icon-cog:before {
    content: "\f013";
}
.uk-icon-print:before {
    content: "\f02f";
}

.uk-icon-comments:before {
  content: "\f086";
}

.uk-icon-comments-o:before {
    content: "\f0e6";
}
.uk-icon-chevron-up:before {
  content: "\f077";
}
.uk-icon-chevron-down:before {
  content: "\f078";
}
.uk-icon-paste:before,
.uk-icon-clipboard:before {
  content: "\f0ea";
}

.uk-icon-user:before {
  content: "\f007";
}

.uk-icon-power-off:before {
  content: "\f011";
}

.uk-icon-file-pdf-o:before 
{
    content: "\f1c1";
}

.uk-icon-minus:before{
    content: "\f068";
}

.uk-icon-plus:before{
    content: "\f067";
}
[class*="uk-icon-"] {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.adminusers-table, .adminusers-table > div  {
    min-height: 200px !important;
    height: 100% !important;
}

.pedit_planassignment{
    margin-left: 10px;
    cursor:pointer;
}
.pedit-subassignment-syllables-link {
    display: none;
}
.pedit-subassignment-syllables-iframe {
    width: 99%;
    height: 400px;
}
.asLeft .pedit-subassignment-syllables-iframe, .asRight .pedit-subassignment-syllables-iframe {
    width: 99%;
    height: 600px;
}
.asAlone .pedit-subassignment-syllables-iframe {
    width: 99%;
    height: 800px;
}
.pedit-subassignment-syllables-listmodal .modal {
    height: 80%;
    width: 80%;
    left: 10%;
    top: 7%;
    position: fixed;
}
.pedit-subassignment-syllables-listmodal .uk-overflow-container {
    overflow: auto;
    height: 97%;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 4px;
}

/* hide responsive items on non-responsive views */
.pedit-nonresp-hidden {
    display: none;
}

.pedit-plan-print-icon i {
    font-size: 1.5em;
}

.pedit-error {
    color: red;
}
.pedit-linktext:not([href]) {
    cursor: default;
    text-decoration: none;
}

/* pedit-listtable */
.pedit-listtable { margin: 10px 0; }
@media (max-width: 959px) {
    .pedit-listtable-row { margin: 10px 0; }
}
@media (min-width: 960px) {
    .pedit-listtable { display: table; }
    .pedit-listtable-row { display: table-row; }
    .pedit-listtable-cell { display: table-cell; padding: 5px 5px 5px 0; }
}
/* end pedit-listtable */

.pedit-text-oneliner {
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

/* pedit-table */
.pedit-table { margin: 10px 0; width: 100%; border-spacing: 0; }
.pedit-table thead { background-color: #f6f6f6; text-align: left; }
.pedit-table th { border-bottom: 1px solid #ccc; }
.pedit-table th, .pedit-table td { padding: 5px; }
.pedit-table-alternate tbody tr:nth-child(even) { background-color: #f6f6f6; }
.pedit-table-rowborder tbody td { border-bottom: 1px solid #ccc; }
.pedit-table-cellborder th:nth-of-type(n+2), .pedit-table-cellborder td:nth-of-type(n+2) { border-left: 1px solid #ccc; }
/* end pedit-listtable */

.pedit-hidden {
    display: none !important;
    visibility: hidden !important;
}
