
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 10px;
overflow: auto;
direction: rtl;
font-family: tahoma;
font-size: 11px;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}


.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #03277C;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(../images/blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
opacity: 0.8;
}





		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid;
			width: 167px;
			margin-right: 0px;
			margin-top:1px;
		}
		.vertical li a{
			display: block;
			width: 160px;
			text-decoration: none;
			height: 1em;
			padding: .1em 1px;
			border-top: 0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-right: 150px;
			margin-left: 150px;
		}
		
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 1.5em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		
		.vert{
			padding-left: .5em;
			font-family:tahoma;
			font-size:12px;
			font-weight: bold;
			color: red;
		}
		
		/*colors for menu*/
		.blackwhite li a{
			font-family:tahoma;
			font-size:12px;
			height: 25px;
			color: black;
			background:#EBEBEB url(../images/r_key.gif) right top no-repeat;
			border: 0px solid #EBEBEB;
		}
		.blackwhite li a:hover{
			background-color: #DBF6D3;
			color: red;
			border-color: #F4F4F4;
		}
		.blackwhite ul{
			border-color: #F4F4F4;
		}
		

		/*colors for menu*/
		.istmenu li a{
			font-family:tahoma;
			font-size:12px;
			line-height:1.5em;
			padding: 5px;
			background-color: #AECDF1;
			color: black;
			border-color: #F4EEE0;
			height: auto;
			border: 2px groove #F4EEE0;
		}
		.istmenu li a:hover{
			background-color: #4383CC;
			color: yellow;
			border-color: #F4EEE0;
		}
		.istmenu ul{
			border-color: #F4EEE0;
		}


		/*colors for menu*/
		.fehrmenu li a{
			font-family:tahoma;
			font-size:12px;
			line-height:1.5em;
			padding: 5px;
			background-color: #EBEBEB;
			color: black;
			height: auto;
			width:146px;
			text-align: justify;
			border: 2px groove #DDDDDD;
		}
		.fehrmenu li a:hover{
			background-color: #D2FAC8;
			color: red;
			border-color: #DDDDDD;
		}
		.fehrmenu ul{
			border-color: #DDDDDD;
		}
		