﻿body, table
{
	/* redundant selectors to help NS4 remember */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

.hedur
{
	font-size: 17px;
	margin: 0;
	padding: 1em 0 .6em 1.5em;
	background-image: url('../images/headerBG.jpg') 580px 0 no-repeat;
	border-bottom: 3px solid #7C8FAC;
}

.topnav
{
	font-size: 7pt;
	font-family: Verdana;
	font-weight: bold;
	color: #558877;
	text-decoration: none;
}

.topnav:hover
{
	font-family: Verdana;
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}

.treeaddress
{
	color: #000;
	font-size: .85em;
	margin: 1em 0;
	text-align: center;
	font-style: normal;
	position: relative;
	left: -5px;
	font-weight: normal;
	top: 0px;
	width: 144px;
}

.linkaddres
{
	display: block;
	margin-top: .3em;
	text-align: center;
	vertical-align: bottom;
	font-weight: normal;
	color: White;
}

div.tabby
{
	background-color: #E3E0CF;
	width: 99%;
	color: #57677F;
	padding-bottom: .5em;
}
div.tabby fieldset
{
	border: 0 none;
	margin: 0;
	padding: .5em .2em;
	background: transparent url('<%= ConfigurationSettings.AppSettings["Domain"]+ "/images/dur-corner.gif" %>') 100% 0 no-repeat;
}

strong.dastab
{
	width: 100%;
	display: block;
	background-color: #fff;
}
div.tabby h4
{
	font-size: 100%;
	margin: .2em 0 .5em 0;
	padding: 0;
}
div.tabby label
{
	font-weight: bold;
	display: block;
}
div.tabby p
{
	padding: .3em 0 .3em .3em;
	margin: 0;
}

div.tabby p span
{
	position: relative;
	top: -.8em;
}

div.tabby p a, div.tabby p a:visited
{
	line-height: 100%;
	margin: 0;
	padding: 0;
}
div.tabby ul
{
	margin-top: 0;
}

div.tabby form
{
	margin: 0;
	padding: 0;
}

#nav_shell address a img
{
}
html > body #nav_shell address a img
{
	position: relative;
	top: 5px;
}


.treeview
{
	/*background-color:#7C8FAC; color: #558877;  */
	background-color: #7B8CAD;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1pt;
	font-weight: bold;
	text-align: left;
	color: White;
}

a.green
{
	font-size: 10pt;
	font-family: Verdana;
	font-weight: normal;
	color: #48AD50;
	text-decoration: none;
}

a.green:hover
{
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: underline;
	cursor: hand;
}

a
{
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	color: #558877;
	text-decoration: underline;
}

a:hover
{
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}

a.navlinksbot
{
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
}

a.navlinksbot:hover
{
	font-family: Verdana;
	color: #ffffff;
	text-decoration: underline;
	cursor: hand;
}

.linesp
{
	margin-top: 0;
	line-height: 150%;
}

ul.zippy
{
	padding-bottom: 0;
	margin-bottom: .8em;
}
ul.zippy li
{
	margin-bottom: .5em;
	margin-top: .4em;
}
ul.zippy li.last
{
	margin-bottom: 0;
	padding-bottom: 0;
}

h1#hedur
{
	font-size: 17px;
	margin: 0;
	padding: 1em 0 .6em 1.5em;
	background: #fff url('../images/headerBG.jpg') 580px 0 no-repeat;
	border-bottom: 3px solid #7C8FAC;
	height: 86px;
}


h1#hedur img
{
}

h1
{
	/* redundant selectors to help NS4 remember */
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}

.spotbox
{
	background: #fff url('../images/sndBG.jpg') 0 0 repeat-x;
	margin-left:1px;
	height: auto;
	width: 278px;
}
.spotbox p
{
	padding: .5em;
	font: bold 11px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #7D89B3;
	text-align: left;
}

p.rev
{
	text-align: right;
}

h4.pagetitle
{
	font-size: 12pt;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.listboxReport
{
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	font-family: verdana;
	font-variant: normal;
	font-style: normal;
	margin-bottom: 8px;
	margin-left: 0px;
}

.button
{
	font-weight: normal;
	color: #000000;
	font-size: 9px;
	font-family: verdana;
	font-variant: normal;
	font-style: normal;
	margin-bottom: 8px;
	height: 20px;
}

h3 a
{
	text-decoration: underline;
}
h3 a:hover
{
	text-decoration: none;
}
h3
{
	font-size: 115%;
}

.Advacehyperlink
{
	text-decoration: none;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow :auto;
	height:220px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	
	color : windowtext;
	padding : 1px;
}

.autocomplete_completionListElement li
{ 
	margin:3px;
	padding:1px;
	border:none;
	}
	
	
       
#mydiv
{
	margin : 0px!important;
	color : windowtext;
	border : buttonshadow;
	border-width : 0px;
	border-style : solid;
	cursor : 'default';
	overflow :auto;
	height:135px;
    text-align : left; 
    padding-left:1px;
    width: 405px !important; 
     
}
	
	
