﻿.clear
{
    display:block; 
    clear:both;
    padding:0px 0px 15px 0px;
}

.hidden
{
	display:none;
}

div.tablerow
{
	width: 99%;	
	padding: 0.5em;
	
}

div.description
{
	width: 20%;
	text-align: left;
}

div.content
{
	width: 79%;	
}

input.registerfield
{
	width: 20em;
}

.DocumentMainIntro
{
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.DocumentListBox
{
	border: 1px solid #FFFFFF;
}

/***** Om Oss (Extranätet) *****/

/** Startsida **/
#aboutUs
{
    float:left;
    width:48%;
    margin-top:5px;
}

#aboutUs .image img
{
    float:left;   
    width:60px;
}

#aboutUs .info
{
    margin-left:5px;
    float:left;
}

/** Presentation av anställd **/
#aboutEmployee
{
    margin-left:10px;
    margin-bottom: 20px;
	float:right;
} 

#aboutEmployee img.border
{
    width:200px;
    border: solid 4px #B8C5C8;
}

#aboutEmployee .box 
{
	background-color: #B8C5C8;
	border: solid 1px #6C888F;
	overflow:hidden;
	font-size: 10px;
	width:186px;
	margin-top:2px;	
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}

#aboutEmployee .box .info
{
    padding:10px;
}

#sitemap .tree
{
    float: left;
    width: 224px;
    height: 100%;
    padding-left: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 8px;
    margin-bottom: 20px;
}

/**** Old Applications ****/

/* datagrid */

.headerstyle {
	background: #E5DDA8;
	font-weight: bolder;
}

.itemstyle {
	background-color: #ffffff;
}

.alternatingitemstyle {
	background-color: #F9F4D2;
}

.selecteditemstyle {
	background-color: #E5DDA8;
}

.pagerstyle {
	background-color: #E5DDA8;
}

.datagrid {
	border: #E5DDA8 1px solid;
}

.TableFullSize {
	border: solid 1px #E5DDA8;
	width:100%;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #D40D17;
}

.Button,
.button {
	font-size: 10px;
	margin-right: 10px;
	height: 20px;
}

.Label {
	font-size: 9px;
	clear: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 12px;
}

.LabelBold {
	font-size: 9px;
	font-weight: bold;
	clear: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 12px;
}

.Box,
.box {
	padding: 10px;
	text-align: left;
	clear: left;
}

.forminput,
.formucaseinput,
.forminputerror,
.formucaseinputerror,
.formoutput,
.formucaseoutput {
	width: 135px;
	height: 18px;
	margin-right: 10px;
	font-size: 10px;
	background-color: White;
	border: solid 1px #B8C5C8;
}

hr
{
	height: 0.1em;
	color: #95632F;
}

.Listing {
	width: 570px;
	padding: 10px;
	text-align: left;
	clear: left;
}

.Listing td {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 2px;
	line-height: 12px;
}

.Listing th {
	font-size: 10px;
	font-weight: bold;
	background: #B8C5C8;
	text-align: left;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 3pt;
	height: 20px;
}

.forminputtextarea,
.formoutputtextarea {
	width: 570px;
	height: 40px;
	font-size: 10px;
	font-family: Verdana;
	margin-right: 10px;
}
/**** /Old Applications ****/