/* STYLES FOR THE INNER TEMPLATES
------------------------------------------------------------------ */

#innerLeft {
	float: left;
	width:435px;
	padding-right:20px;
}

#innerLeft a:link,
#innerLeft a:visited { color:#BC2105; text-decoration:none;} 
#innerLeft a:hover, 
#innerLeft a:active { color:#858569; text-decoration:underline;}


#innerRight {
	width: 240px;
	float: left;
	margin-left:10px;
	padding:5px 10px;
	overflow: hidden;
	background-color: #E1E1D7;
}
#innerRight a:link,
#innerRight a:visited { color:#BC2105; text-decoration:none;} 
#innerRight a:hover, 
#innerRight a:active { color:#858569; text-decoration:underline;}


.ok{
	color: green;	
}

.bad{
	color: red;
}

.longhelp{
	position:fixed;
	left: 10px;
	top: 10px;
	background: #EEEDE8;
	border: 1px solid black;
	width: 250px;
	padding: 10px;
	display: none;
}	
	
/* FORM STYLES 
------------------------------------------------------------------ */
input.text {
	border:1px solid #7F9DB9;
	font-size:12px;
	margin-bottom:5px; 
	width: 148px; 
}

input.long { width:358px;}
input.xlong { width:500px;}
input.short { width:50px;}
input.xshort { width: 25px; }
textarea.text { width:148px; margin-bottom:8px;  } 
textarea.long {	width:358px; }
textarea.xlong {	width:500px; }
textarea.long2x {width:590px; }
select.text { width:148px; margin-bottom:8px; }
select.long { width:358px;}

	
.button {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#5E6054;
	background-color:#FFFFFF;
	border:1px solid #858569;
	height:21px;
	padding:0 0 1px 0;
}
	
.file,
.checkBox,
.radio {margin-bottom:8px;} 
.file {width:500px;}
.std {width: 200px;}
label { display:block; }

.intro {
	font-style: italic;
}

/* COLUMS 
------------------------------------------------------------------ */
.boxCol2 {
	float:left;
	width:50%;
}
	
/* TABLE 
------------------------------------------------------------------ */

.tableList {
	width:100%;
	border: 1px solid #000000; 
	border-width: 1px 0 0 1px;
	border-collapse:collapse;
}
	
.tableList th {
	text-align:left;
	background:#CACAAE;
	font-weight:bold;
}
	
.tableList td,
.tableList th {
	padding:5px;
	border: 1px solid #000000; border-width: 0 1px 1px 0;
}

.tableStyle{
	padding:0px 0px 0px 0px;
}
.tableStyle th{
	font-size:12px;
}
.tableStyle td{
	font-size:12px;
}

.fptable {
	border: 1px solid black; 
	border-width: 1px 0 0 1px;
	border-collapse:collapse;
}



/* ALERT-boxes
--------------------------------------------------------------------*/

.alert_error { outline: 2px solid red; font-size: 18px;}
.alert_warning { outline: 2px solid yellow; font-size: 18px;}
.alert_info { outline: 2px solid green; font-size: 18px;}

/* TOOLBOX 
------------------------------------------------------------------ */
.strong {
	font-weight:bold;}
	

/* Rigth-column contents 
---------------------------------------------------------------------*/
.unitinfo {
	border-bottom: 2px dotted #CCCCCC;
	margin:10px 0;
}


.worker { 
/*	min-height: 100px;	
	height: auto !important; 
	height: 100px;
*/
	border-bottom: 2px dotted #CCCCCC;
	margin:10px 0;
	clear: both;
}

/* FINANCE-report (part of yearly-report)
----------------------------------------------------------------------*/

#finance td {
	border-bottom: 1px dotted #cccccc;
}

 #finance h2 {
	height: 20px;
	margin:8px 0px 0px 0px;
	font-size: 14px;
}

#finance h3 {

	margin:5px 0px 0px 0px;
	font-size: 12px;

}

#finance .head {
	background-color: #CACAAE;
}

#finance .number {
	width: 50px;
}

#finance .comment {
	width: 275px;
}
#finance .commentwide {
	width: 575px;
}


#finance .sub {
	color: #777755;
}

.readall { color: green; }



/* DESCRIPTION
----------------------------------------------------------------------*/

dl {
	font-size:9px;
	display:inline;}
	
dt {
	font-weight:bold;}
	
dd {padding-bottom:3px;}


/* HELHETSPLAN
----------------------------------------------------------------------*/

#helhetsplan {
	border: 0px solid black;
}

#helhetsplan .title {
	background: url("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png") #CACAAE;
	height: 66px;
	padding: 4px;
	width:100%;
	position: relative;
	margin-bottom: 1px;
}

#helhetsplan .name{
	font-size: 110%;
	font-weight: bold;
}

#helhetsplan .options{
position: absolute;
top: 0;
right: 0;
}

#helhetsplan .body{
	clear:both;
}
