html	{
	margin: 0px;
	padding:0;
	height:100%; 
}
body	{
	margin: 0px;
	background: #FFF;
	font-family: sans-serif;
	font-size: 10px;
	padding:0;
	height:100%; 
}
#updatePanelMain 
{
	height:100%;
}
td	{
	font-size: 10px;
}
pre	{
	font-size: 11px;
}
.hdrstyle {
	background-image: url('images/top.jpg');
	background-repeat: repeat-x;
	color: white;
	font-size: 19px;
	min-height: 25px;
	padding-top: 3px;
	}

.info
	{
	background-image: url('info.png');
	background-repeat: no-repeat;
	padding-left: 37px;
	height: 32px;
	}
	
.infoborder
	{
	background-color: #D7E0F2;
	border: solid 2px #1F38A3;
	padding: 5px;
	}


.error
	{
	background-image: url('error.png');
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 37px;
	}

.errorborder
	{
	border: solid 5px #e00;
	padding: 5px;
	background-color: #ee0;
	}

.details
	{
	background-color: #D7E0F2;
	padding: 5px;
	}

p {font-family: arial; font-size: 12px; font-weight: 500; margin-top: 8px; margin-bottom: 8px}
td {font-family: arial; font-size: 11px}
a, a:visited {color: black}
a:hover {color: #2B57AE}
.linje {background-color: #D7E0F2; height: 1px}
.form {font-family: arial; font-size: 12px}


/***
 *** GridView
 ***/
.grid {
	border: hidden;
}

.grid td {
	border-top: 1px solid #AAAABB;
	border-left: hidden;
	border-right: hidden;
	vertical-align: top;
}

.gridhdr {
	font-weight: 700;
}

.gridhdr th {
	font-weight: 700;
	border-top: 1px solid #AAAABB;
	border-left: hidden;
	border-right: hidden;
	text-align: left;
	padding-right: 20px;
}

.topplinje {background-color: #1F38A3; height: 2px}
.tabellrubrik {background-color: #D7E0F2; line-height: 18px; font-size: 13px; font-weight: 700}

A	{ color: #889; }
H3	{
	background: #889;
	color: #FFF;
	display: block;
	font-style: italic;
	text-align: right;
	padding-right: 5px;
	}




.textfield { color: #000000; background: #FFF; border-color : #AAAABB; width: 150px; text-decoration: none; border-style: solid; border-width : 1px; text-align: left; padding: 1px; font-size:16px; }


.ruler	{
	background: #889;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	height: 8px;
	width: 750px;
	}

.button {
	color: #000;
	background-image: url('btnback.png');
	border-color : #AAAABB;
	text-decoration: none;
	border: 1px solid;
	text-align: center;
	padding: 1px;
	}
.button:hover {
	color: #FFF;
	background-image: url('btnbackhover.png');
	}
input.buttonf {
	width: 100px;
	color: #000;
	background-image: url('btnback.png');
	text-decoration: none;
	border: 1px solid #AAB;
	text-align: center;
	padding: 0px;
	}
input.buttonf:hover {
	color: #FFF;
	background-image: url('btnbackhover.png');
	}
/*div.buttonf { width: 100px; text-align: center; float:left; }*/
a.buttonf {
	width: 100px;
	color: #000;
	background-image: url('btnback.png');
	border-color : #AAAABB;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding: 1px;
	display:block;
	}
a.buttonf:hover {
	color: #FFF;
	background-image: url('btnbackhover.png');
	}

.txt { color: #000000; border-color : #AAAABB; width: 180px; text-decoration: none; border-style: solid; border-width : 1px; text-align: left; padding: 1px; font-size:16px; }
.txtwide { color: #000000; border-color : #AAAABB; width: 380px; text-decoration: none; border-style: solid; border-width : 1px; text-align: left; padding: 1px; font-size:16px; }

.uadmrow0 { background: #EEF; }
.uadmrow1 { background: #DDE; }

.updateprogress
{
	position:absolute;
	z-index: 1;
	right: 5px;
	top: 5px;
	font-size: 18px;
	background-color: #D7E0F2;
	margin: 5px;
}

.loggeduser
{
	position:absolute;
	z-index: 5;
	right: 5px;
	top: 2px;
	font-size: 20px;
	color:White;
}

.bxopagertree 
{
	position:absolute;
	bottom:0px;
	top:29px;
	width: 215px;
}

.bxopagerpanel
{
	position:absolute;
	left: 225px;
	top: 28px;
	padding-top: 5px;
}

.bxopagerbottom
{
	position:absolute;
	left: 215px;
	bottom: 0px;
	right: 0px;
	height: 40px;
	padding-left: 10px;
	padding-top: 3px;
	background-color: White;
	border-top: solid 2px #1F38A3;
}

/***
 *** TabBar
 ***/

.tabInactive {
	background-color: #D7E0F2;
}

.tabInactiveLnk {
	text-align: center;
	display: block;
	cursor: pointer;
}

.tabInactive, .tabInactive a, .tabInactive a:visited 
{
    color: #14177F;
    height: 24px;
    line-height: 22px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px
}

.tabInactive a:active {text-decoration: underline}

.tabInactive a:hover {
	color: #FFF;
	background: #AEC2E7;
	text-decoration: none;
}

.tabActive, .tabActive a, .tabActive a:visited {
    color: #000;
    background: #AEC2E7;
    height: 24px;
    line-height: 22px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px
}

.tabActiveLnk {
	text-align: center;
	display: block;
	cursor: pointer;
}

.tabSpacer {
	width: 150px;
	text-align: right;
	}

.tabTable {
	padding: 0px;
	}

.tabBackground {
	width: 100%;
	background: #D7E0F2;
}

.collapsePanel {	
	background-color:white;
	overflow:hidden;
	/*border: solid 4px #D7E0F2;*/
}

.collapsePanelHeader{	
	width:100%;
/*	margin:2px;*/
	height:20px;
	padding:1px;
	background-color: #D7E0F2;
	border-top: solid 2px #1F38A3;
	font-size: 13px;
	line-height:18px;
	font-weight: 700;
}

.wizardHeader{	
	margin:2px;
	
	/*padding:8px;*/
	background-color: #D7E0F2;
	border-top: solid 2px #1F38A3;
	font-size: 13px;
	line-height:18px;
	font-weight: 700;
}

.wizardContent{	
	margin:10px;
	/*padding:8px;*/
}

/*
Active Alarms
*/

.activeAlarmsGrid 
{
	border: none 0px;
	width: 400px;
}

.activeAlarmsGrid tr
{
	border: none 0px;
}

.activeAlarmsGrid td
{
	border: none 0px !important;
	vertical-align:bottom;
	font-size: 22px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}




.invisibleLink, .invisibleLink a, .invisibleLink a:hover, .invisibleLink a:visited
{
	color: White;
	float: right;
}