/* General Visual Enhancements */

	.iframeBody
	{
		margin: 0 0 0 0;
	}
	
/* Indexes & Lists */

	.sectionhead {
			font-size: 12px;
			font-weight: bold;
			color: black;
			border-width: 0 0 1px 0;
			border-style:solid;
			border-color:#546f88;
	}

/* Forms */

	input,textarea {
			border-width: 1px;
			border-style: solid;
			border-color: #cccccc;
			padding: 2px;
			font-size: 10pt;
			font-family: Arial,Verdana;
		
	}

	.fld {
			border-style: solid;
			border-width: 1px;
			border-color: #cccccc;
	}

	.btn {
			padding: 3px;
			color: #333333;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight: bold;
			border-color: #eeeeee #91a484 #91a484 #eeeeee;
			background-color: #dee8d6; border-style: solid;
			border-top-width: 1px; border-right-width: 1px;
			border-bottom-width: 1px; border-left-width: 1px;
	}
	
	.btn:hover {
			border-color: #91a484 #eeeeee #eeeeee #91a484;
	}


/* Drop Down Menu */

	#dropmenudiv {
		margin: 0 0 0 2px;
		position:absolute;
		border:1px solid #91a484;
		border-bottom-width: 0;
		font-family: verdana, sans-serif;
		font-size: 9pt;
		line-height:18px;
		z-index:100;
	}
	
	#dropmenudiv a {
		width: 100%;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #91a484;
		padding: 1px 0;
		text-decoration: none;
		color: black;
	}
	
	#dropmenudiv a:hover {
		background-color: #f1f3f0;
	}
	
/* Properties Boxes */

	.usrPropBox
	{
		border-style: solid;
		border-top-width: 0px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-bottom-width: 1px;
		padding: 8px;
		border-color: #ccc
	}
	
	#tabnav
	{
		height: 24px;
		margin: 0;
		padding-left: 10px;
		background: url(tab_bottom.gif) repeat-x bottom;
	}
	
	#tabnav li
	{
		margin: 0; 
		padding: 0;
		display: inline;
		list-style-type: none;
	}
		
	#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10pt;
		line-height: 14px;
		padding: 4px 10px 4px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}
	
	#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}
	
	#tabnav a:hover
	{
		background: #fff;
	}
