		body {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		
		}
		td,th,option,textarea,select,textarea {
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			text-align:left;
			vertical-align:top;
		}
		input[type="button"]  {
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			text-align:center;
			vertical-align:top;
		}
		
		.deleteconfirm {
			font-size: 14px;
			font-weight:bold;
			width:100%;
			text-align:center;
			color:#ff0000;
			padding-top:20px;
			padding-bottom:20px;
		}
		.menuoption {
			border: 1px solid #08005A;
			width:100%;
			padding-bottom:5px;
			margin-bottom:20px;
		}
		.frame {
			width:600pt;
			/*height:100%;*/
		}
		.header {
			background-color:#08005A;
			color:#ffffff;
			font-size: 16px;
			
		}
		.propertyheader {
			font-weight:bold;
		}
		.header .title {
			vertical-align:top;
			text-align:right;
			height:100%;
			width:300px;
		}
		.navbar {
				background-color:#DCE9F0;
			font-size: 12px;
		}
		.navbar .menu-link {
			padding-left:2px;
			padding-right:2px;
			background-color:#DCE9F0;
			color:#000000;
		}
		.navbar .menu-link:hover {
				background-color:#08005A;
			color:#ffffff;
		}
		.navbar .menu-link-selected {
			font-weight:bold;
			background-color:#08005A;
			color:#ffffff;
			font-size: 1.5em;
			padding-left:4px;
			padding-right:4px;
		}
	
		.errorArea {
			
			text-align:left;
			border:1px #ff0000 solid;
			font-size:14px;
			font-weight:bold;
			margin-top:10px;
			margin-bottom:10px;
			padding-left:15px;
			padding-right:15px;
		}
		.errorArea li {
			font-size:12px;
			font-weight:normal;
		}
		.page {
			width:100%;
			/*height:600pt;*/
			padding-top:5px;
		}
		.ctrlbar {
				
		}
		.pageLinks {
			background-color:#DCE9F0;
			color:#000000;
			display:block;
			/*float:left;*
			width:15%;
			height:100%;
		}
		.content {
			background-color:#ffffff;
			display:block;
			/*float:left;*/
			width:80%;
			height:100%;
		}
		.footer {
		
			background-color:#08005A;
			color:#ffffff;
			font-size: 10px;
		}
		.error {
			display:none;
		}
		.section {
			width:100%;
			margin-left: 3px;
			margin-bottom: 3px;
			border: 1px solid #08005A;
		
		}
		.section td {
				vertical-align:top;
				font-size: 12px;
		}
		.section .heading {
			background-color:#08005A;
			color:#ffffff;
			font-size: 14px;
		}
		.sections {
			/*overflow: scroll;*/
			/*height:550pt;*/
		}
		.heading {
			background-color:#DCE9F0;
			color:#000000;
			font-size: 14px;
			font-weight:bold;
			display:block;
		}
		.unselectedbutton {
			background-color:#cfcfcf;
			color:#000000;
			font-weight:normal;
		}
		.selectedbutton {
			background-color:#DCE9F0;
			color:#000000;
			font-weight:bold;
		}
		
		.dialog {
			
				position:absolute;
				width:400px;
				height:200px;
				border:1px solid #000000;
				font-family:arial;
				background-color:#cfcfcf;
				color:#000000;
				font-weight:normal;
				display:none;
		}
		.dialog .property {
			width:25%;
			
		}
		.dialog .body {
			width:100%;
			height:73%;	
			padding:5px;
		}
		.dialog .buttonbar {
			width:100%;
			height:20%;	
			padding-left:75%;
		}
		.dialog .titlebar {
			height:7%;	
			background-color:#0000ff;
			color:#ffffff;
			font-weight:bold;
			padding:5px;
		}
		.ai1 {
			color:#ff0000;
		}
		.ai2 {
			color:#00ff00;
		}
		.ai3,.ai4,.ai5 {
				color:#000000;
		}
