body {
	background-color: #dfdfdf;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

a {
	color: #F1A420;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 32px;
}

.bold {
	color: #F1A420;
	font-weight: bold;
}

.right {
	float: right;
}

.left {
	float: left;
}
.link-button {
	color: #F1A420;
	background:none;
	border:0 none;
	cursor:pointer;
	margin:10px 60px 0 0;
	text-decoration: underline;
}
.link-button:hover, .link-button:focus, .link-button:active {
	text-decoration: none;
}

#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	}

#tempContainer {
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	}
#header {
	background-color: #ffffff;
	color: #ffffff;
	width: 760px;
	margin: 0;
	padding: 5px 10px;
	display: table;
	clear: both;
}

#kha_navigation {
	background-color: #000000;
	color: #ffffff;
	width: 760px;
	margin: 0;
	padding: 5px 10px 0 10px;
	display: table;
	clear: both;
	border-bottom: 2px solid #F1A420;
}
/*navigation*/
#kha_navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#kha_navigation li a {
	display: block;
	width: 170px;
	background: #000000 url(../images/tab_inactive.jpg) no-repeat top center;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	margin: 0 2px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

#kha_navigation li a.active {
	background: #F1A420 url(../images/tab_active.jpg) no-repeat top center;
	color: #000000;
}

#kha_navigation li {
	float: left;
}
/*end navigation*/

/*toolbar*/

#kha_nav {
	background-color: #dfdfdf;
	color: #000000;
	width: 760px;
	margin: 0;
	padding: 0;
	display: table;
	clear: both;
	list-style: none;
	/*font-weight: bold;*/
	font-size: smaller;
}
/*start dropdown menu styles*/

#kha_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	/*font-size: smaller;*/
}


#kha_nav a {
	display: block;
	/*width: 8em;*/
	/*background-color: #F1F1F1;*/
	color: #000000;
	text-decoration: none;
	padding: 1em;
}

#kha_nav li:hover, #kha_nav li.hover {
   position: static;
}

#kha_nav a:hover {
	/*background-color: #F1F1F1;*/
	color: #F1A420;
	text-decoration: none;
}

#kha_nav li ul a {
	display: block;
	width: 12em;
	background-color: #dfdfdf;
	color: #000000;
	text-decoration: none;
	border: 1px solid #ffffff;
	padding: 1em;
}

#kha_nav li ul a:hover {
	background-color: #dfdfdf;
	color: #F1A420;
	border: 1px solid #ffffff;
}

#kha_nav li {
	float: left;
	/*width: 8em;*/
}

#kha_nav li ul {
	position: absolute;
	width: 8em;
	left: -999em;
	z-index: 9050;
}

#kha_nav li:hover ul ul, #kha_nav li:hover ul ul ul, #kha_nav li:hover ul ul ul ul, #kha_nav li.sfhover ul ul, #kha_nav li.sfhover ul ul ul, #kha_nav li.sfhover ul ul ul ul {
	left: -999em;
}

#kha_nav li:hover ul, #kha_nav li li:hover ul, #kha_nav li li li:hover ul, #kha_nav li li li li:hover ul, #kha_nav li.sfhover ul, #kha_nav li li.sfhover ul, #kha_nav li li li.sfhover ul, #kha_nav li li li li.sfhover ul {
	left: auto;
}


#kha_nav li ul ul {
	margin: -1em 0 0 10em;
}

/*navigation*/
#kha_navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#kha_navigation li a {
	display: block;
	width: 170px;
	background: #000000 url(../images/tab_inactive.jpg) no-repeat top center;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	margin: 0 2px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

#kha_navigation li a.active {
	background: #F1A420 url(../images/tab_active.jpg) no-repeat top center;
	color: #000000;
}

#kha_navigation li {
	float: left;
}
/*end navigation*/
/*end toolbar*/

#content {
	background-color: #ffffff;
	color: #000000;
	width: 760px;
	margin: 0;
	padding: 5px 10px;
	display: table;
	clear: both;

}

#content_left {
	width: 420px;
	margin: 0;
	padding: 0;
	float: left;
}

#content_right {
	width: 340px;
	margin: 0;
	padding: 0;
	float: right;
}

/*Footer Part*/
#footer {
	background-color: #dfdfdf;
	color: #000000;
	width: 760px;
	margin: 0;
	padding: 5px 10px;
	display: table;
	clear: both;
	border-top: 2px solid #F1A420;
}

#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}
/*End Footer*/

/*Display Table*/
.display_table {
	background-color: #cccccc;
}

.display_table td, .display_table th {
	padding: 2px;
	margin: 0;
}

.display_table td {
	background-color: #ffffff;
	vertical-align: top;
}

.display_table td.alt {
	background-color: #EDF5FF;
}

.display_table td.delete {
	background-color: #CC0066;
}
.display_table th {
	background-color: #eeeeee;
	vertical-align: middle;
}
/**/

/* Form's formating*/

form dl dt {
	width: 200px;
	display: block;
	float: left;
	clear: left;
}

form dl dd {
	margin-left: 0;
	padding-top: 2px;
	float: both;
}

form #submitbutton {
margin-left: 100px;
}

/*End Form Formating*/

#errorMsg, .errorMsg {
	background:#F00;
	color:#FFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#successMsg, .successMsg {
	background:#EDF5FF;
	color:#000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#warningMsg, .warningMsg {
	background:#FFFF7F;
	color:#000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#warningImg{
	height: 16px;
	width: 20px;
}
#permissionDiv{
	margin-top: 10px;
}
#permissionMsgDiv{
	margin-top: 5px;
}

#container .bd form {clear:left}

#container_c.yui-overlay-hidden table {
    *display:none;
}

#cal1Container { display:none; position:absolute; left:10px; top:10px; z-index:2}

#cal2Container { display:none; position:absolute; left:10px; top:300px; z-index:1}

.submit {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #00F;
	border-left: 0;
	color: #00F;
	display: inline;
	margin: 0;
	padding: 0;
}

.numericValueInTable{
	text-align: right;
	padding-right: 5px;
}
<!--styles for autocomplete-->
#myAutoComplete {
    width:12em; /* set width here or else widget will expand to fit its container */
    padding-bottom:2em;
	z-index: 9000;
}

.myAutoComplete {
	width:50em;
	padding-bottom:2em;
	z-index: 9000;
}

.myAutoComplete_table {
	width:20em;
	padding-bottom:2em;
}
<!--End styles for autocomplete-->

.thikTextBox{
	outline-style:solid;
	outline-width:1px;
	outline-color:buttonshadow;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

#processSiteAssosID.multiselect {
	width: 100%;
	height: 200px;
}

.tabs {
    display: block;
    clear: both;
    overflow: hidden;
}
.tabs .controls {
    float: left;
    margin: 5px 0 0;
    border-bottom: 1px solid #999999;
    padding-left: 5px;
    display: block;
    width: 100%;
    clear: both;
}
.tabs .controls li {
    list-style-type: none;
}
.tabs .controls .control {
    text-decoration: none;
    background-color: #cccccc;
    display: inline-block;
    float: left;
    font-weight: bold;
    color: #000000 !important;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 10px 20px;
    margin-right: 5px;
    border: 1px solid #999999;
    border-bottom: none;
}
.tabs .controls .control.active,
.tabs .controls .ui-tabs-tab.ui-tabs-active .control {
    border-bottom: 1px solid #ffffff;
    margin-bottom: -1px !important;
    background-color: #ffffff;
}
.tabs .targets {
    float: left;
    min-height: 400px;
    display: block;
    width: 100%;
    border: 1px solid #999999;
    border-top: none;
    overflow: hidden;
    clear: both;
    padding: 0 5px;
}
.tabs .target {
    padding: 40px 10px 0;
}
