


#content h2 {
	margin: 1em;
	margin-left: 0;
}


/* 
------------------------------------------------------------------
	STYLES FOR THE LIVESEARCH ASSEMBLY
------------------------------------------------------------------
*/

#livesearch {
	padding-top: 8px;
	float: right;
	margin: 0;
	width: 320px;
}

#livesearch label {
	font-size: 12px;
}

#livesearch input {
	width: 140px;
}

.RVPrefix {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

.RVNumber {
	color: #66CC33;
	font-weight: bold;
}

#autocomplete_choices {
	float: left; width: 200px;
}

#autocomplete_choices li {
	list-style: none; 
	background: #fff; 
	border-bottom: 1px solid #eee; 
	padding: 2px;
}

#autocomplete_choices li.selected {
	background: #ffb;
}

div.autocomplete {
    position:absolute;
    width:250px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
}

div.autocomplete ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

div.autocomplete ul li.selected { 
	background-color: #ffb;
}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

div.autocomplete ul li a {
	padding-left: 4px;
	text-decoration: none;
}

#indicator1 {
	padding-left: 5px;
	width: 25px;
	display: inline;
	font-size: 11px;
	color: #999;
	line-height: 200%;
}

#autocomplete {
	border: 1px solid #999;
}

/* 
------------------------------------------------------------------
	CSS STYLES SPECIFIC TO THE ACTUAL TABS 
------------------------------------------------------------------
*/

#tabs{
	margin: 0;
	margin-left: 4px;
	padding: 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 5px;
}

#tabs ul{
	font: 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

#tabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	height: 38px;
	width: 85px;
}

#tabs a{
	float:left;
	background:#7E94B9 url(images/tabs_left.gif) no-repeat left top;
	margin:2px 2px 0 0;
	height: 38px;
	width: 85px;
	text-decoration:none;
	text-align: center;
}

#tabs a span{
	float:left;
	display:block;
	height: 35px;
	width: 75px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	background: transparent url(images/tabs_right.gif) no-repeat right top;
}

#tabs a span{float:none; color: #FFF;}
#tabs a:hover{background-color: #A3BBE6;color: white;}
#tabs a:hover span{background-color: #A3BBE6;}
#tabHeaderActive span, #tabHeaderActive a {  font-weight: bold; background-color: #42577B; color:#fff;}
.tabContent {
	margin: 0;
	clear:both;
	border:1px solid #CCC;
	background-color:#FFF;
	padding: 1.5em;
	padding-top:2px;
}

.tabContent h2 {
	*margin-top: 25px;	
	position: relative;
}

/* 
------------------------------------------------------------------
	CSS STYLES FOR THE VERTICAL SEARCH TABS
------------------------------------------------------------------
*/

#searchtabs {
	float: left;
	width: 170px;
	margin: 0;
	padding-top: 8px;
}

.searchTabContent {
	margin-left: 170px;
	border: 1px solid #CCC;
	padding: 0;
}

.searchtabs {
	list-style:none; 
	padding: 0; 
	margin: 0;
	float: left;
}

.searchtabs li {
	display: block; 
	margin-bottom: 4px;
	float: left;
}

.searchtabs li a {
	float: left;
	display:block; 
	width:145px; 
	height:38px; 
	text-decoration:none; 
	background:url(../img/htab-normal.png) left top; 
	font-size:13px; 
	text-decoration:none; 
	color:#fff; 
	line-height:24px; 
	padding-top: 10px;
	padding-left: 25px;
	border-right:1px solid #000;
}

.searchtabs li a:hover {
	background:url(../img/htab-hover.png) left center; 
	color:#000; 
	border-color:#888;
}

#searchTabHeaderActive, .searchtabs li a.selected, .searchtabs li a.selected:hover {
	background:url(../img/htab-active.png) left bottom; 
	color:#fff; 
	border-color:#fff;
	font-weight: bold;
}

/* 
------------------------------------------------------------------
	CSS STYLES FOR MAIN SEARCH FORM
------------------------------------------------------------------
*/

fieldset.advsearch {
	margin: 15px;
	padding: 8px;
	border: 1px solid #CCC;
}

.advsearchfield {
	display: inline;
	padding: 3px 0 3px 0;
	width: 410px;
	clear: left;
	float: left;
}

.advoperator {
	padding-left: 143px;
}

.advsearchfield label {
	font: 12px Arial, Verdana, sans-serif;
	width: 80px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	line-height: 175%;
	display: inline;
}

.searchfield {
	display: inline;
	float: left;
	padding: 3px 0 3px 0;
	width: 410px;
	*height: 25px;
}

.searchsubmit {
	float: left;
	width: 100%;
	clear: right;
	padding: 4px 0 4px 0;
	margin: 3px 0 3px 0;
	*height: 25px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #FFFFFF;
}

.searchfield label, .searchsubmit label {
	float: left;
	font: 12px Arial, Verdana, sans-serif;
	width: 200px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 175%;
	display: inline;
	margin-left: 20px;
}

.searchfield input, .searchfield select, .searchfield textarea, .searchsubmit input, .searchsubmit select, .searchsubmit textarea {
	float: left;
	display: inline;
	border: 1px solid #999;
	margin: 0;
	padding: 0;
	width: 180px;
}

.searchfield input[type="hidden"] {
	display: none;
}

.searchTabContent h3 {
	margin: 1em;
}

/* 
------------------------------------------------------------------
	CSS STYLES FOR EDIT FORMS
------------------------------------------------------------------
*/

#rv_reports
{
	position: relative;
	padding: 1em;
	margin: 1em;
	font-size: 12px;
}

.imgeditform, .newbizform {
	position: relative;
	padding: 1em;
	*padding: 0 1em;
	margin: 1em;
	border: 1px solid #CCC;
	background: #FFFFCC;
	font-size: 12px;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

.imgeditform label, .imgeditform input, .newbizform label, .newbizform input, .newbizform select {
	display: inline;
	margin-right: 1.5em;
}


form.editform {
	padding-top: 0;
}

.editform label {
	float: left;
	font: 12px Arial, Verdana, sans-serif;
	width: 200px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 175%;
	display: inline;
	margin-left: 20px;
}

.editform input, .editform select, .editform textarea {
	float: left;
	display: inline;
	border: 1px solid #999;
	margin: 0;
	padding: 0;
}

.editform input[type="hidden"] {
	display: none;
}

div.fvalue {
	overflow: hidden;
	display: inline;
	height: 18px;
	float: left;
	margin: 0;
	padding: 0;
	font: 12px Arial, Verdana, sans-serif;
	border: 1px solid #E1E1E1;
	background:#E1E1E1;
	color: #000;
}

div.fimage {
	overflow: hidden;
	display: inline;
	height: 150px;
	width: 204px;
	float: left;
	margin: 0;
	padding: 5px;

}

div.short {
	height: 18px;
}

div.tall {
	height: 50px;
	overflow: auto;
	white-space:pre;
}

.editform input[type="image"], .editform input.imgsubmit {
	border: none;
	margin-right: 10px;
}

.editform input.wide, .editform textarea.wide, .editform select.wide, div.wide {
	width: 204px;
}

#searchform input.wide {
	width: 204px;
}

.editform input.narrow, .editform textarea.narrow, .editform select.narrow, div.narrow {
	width: 174px;
}

#searchform input.narrow, div.narrow {
	width: 174px;
}

.editform input:focus, .editform select:focus, .editform textarea:focus{
	background-color: #CCCCFF;
}

.editform br {
	clear: left;	
}

.systemMessage {
	background: #D9E2E9;
	border: 1px solid #6B8092;
	font: 12px Arial, Verdana, sans-serif;
	margin-bottom: 1em;
	padding: 2px 4px;
	padding-left: 8px;
}

div.formunits {
	display: inline;
	float: left;
	font: 12px Arial, Verdana, sans-serif;
	width: 24px;
	height: 16px;
	margin: 0 3px;
	line-height: 125%;
}

div.formcalendarlink, div.formhelplink  {
	display: inline;
	float: left;
	font: 12px Arial, Verdana, sans-serif;
	width: 17px;
	margin-left: 8px;
	line-height: 175%;
	text-align: center;
	border: none;
	background-color: #FFF;
}

div.field {
	display: inline;
	float: left;
	padding: 3px 0 3px 0;
	width: 455px;
}

div.efcolumn {
	float: left;
	display: inline;
	width: 450px;
}

/* 
------------------------------------------------------------------
	CSS STYLES FOR THE DATA GRID
------------------------------------------------------------------
*/

.datagrid textarea {
	width: 110px;
}

.datagrid select {
	width: 110px;
}

.datagrid input.textfield {
	width: 90px;
}

.datagrid .rs_pagerow td {
	background-color: #DDD;
	font-size: 11px;
	font-weight: bold;
}

.datagrid .rs_pagerow td p {
	display: inline;
}

.datagrid p {
	font-size: 12px;	
}

.datagrid table {
	border-collapse: collapse;
	font-size: 12px;
}

.datagrid td, .datagrid th {
	padding: 0.5em;
	border: 1px solid #CCC;
}

.datagrid th {
	background-color: #DDD;
}

.datagrid thead, .datagrid tfoot {
	background-color: #DDD;
}

.datagrid tr.rowodd {
	background-color: #FFF;
}

.datagrid tr.newrecord {
	background-color: #FFFFCC;	
}

.datagrid tr.subhead th, .datagrid tr.subhead th a {
	background-color: #FFF;	
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.datagrid tr.roweven {
	background-color: #F2F2F2;
}

.datagrid .sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.datagrid .sortasc {
	background-color: #DDFFAC;
	background-image: url(up.gif);
}

.datagrid span.textred {
	color: #CC0000;
}

.datagrid span.textbold {
	font-weight: bold;
}

.datagrid span.textgreen {
	color: #66CC00;
}

.datagrid .sortdesc {
	background-color: #B9DDFF;
	background-image: url(down.gif);
}
.datagrid .nosort {
	cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}

.urg1 {
	background-color: #FFFACD;
}
.urg2 {
	background-color: #FFD700;
}
.urg3 {
	background-color: #FFA500;
}
.urg4 {
	background-color: #E13E00;
}
.urg5 {
	background-color: Red;
}

/* CSS Document */

#filebrowser {
	border: 1px solid #ccc;
	background: #FFF;
	padding-left: 8px;
	padding-right: 8px;
}

#filebrowser ul {
	list-style: none;
}

/* this is where the icons are stuck in */

#filebrowser ul li {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 25px;
}

#filebrowser a {
	text-decoration: none;
}

#filebrowser a:hover {
	text-decoration: underline;
}

#filebrowser ul li.folder {
	background: url(/kt/doclink/img/folder.gif) left no-repeat;
}

#filebrowser ul li.folder a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

#filebrowser ul li.folder a:hover {
	text-decoration: underline;
}

#filebrowser ul li.gif {
	background: url(/kt/doclink/img/image.gif) left no-repeat;
}

#filebrowser ul li.jpg {
	background: url(/kt/doclink/img/image.gif) left no-repeat;
}

#filebrowser ul li.pdf {
	background: url(/kt/doclink/img/pdf.gif) left no-repeat;
}

#filebrowser ul li.doc {
	background: url(/kt/doclink/img/word.gif) left no-repeat;
}

#filebrowser ul li.xls {
	background: url(/kt/doclink/img/excel.gif) left no-repeat;
}

#filebrowser ul li.ppt {
	background: url(/kt/doclink/img/office.gif) left no-repeat;
}

#filebrowser ul li.txt {
	background: url(/kt/doclink/img/code.gif) left no-repeat;
}

#filebrowser ul li.zip {
	background: url(/kt/doclink/img/zip.gif) left no-repeat;
}

#filebrowser ul li.htm {
	background: url(/kt/doclink/img/htm.gif) left no-repeat;
}

#filebrowser ul li.info {
	background: url(/kt/doclink/img/info.gif) left no-repeat;
}

/* load indicator */

#vinfo {
	background:#CCCCFF;
	border: 1px solid #CCC;
	border-top: none;
	padding: 5px;
	padding-top: 1px;
	padding-left: 8px;
}

/* DOC LINKER LAYOUT STYLES */

#doclinkage label.wider {
	width: 150px;
	float: left;
}

#doclinkage .padded {
	margin-bottom: 7px;
}

#doclinkage input.wider, #doclinkage select.wider, #doclinkage textarea.wider {
	float: left;
	width: 225px;
	display: inline;
}

#doclinkage input.narrow, #doclinkage select.narrow, #doclinkage textarea.narrow {
	float: left;
	width: 175px;
	display: inline;
}

#doclinkage br {
	clear: left;
}

#docInfo {
	display: inline;
}

#docLoadIndicator {
	margin-top: 8px;
	float: right;
	display: none;
}

#doclinkage input, #doclinkage textarea, #doclinkage select {
	border: 1px solid #CCC;
	margin-left: 15px;
}

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}

#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 50px;
	border: 0 solid;
	text-align:left;
	z-index:10000;
}

#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background-color: #EFEFEF;
	height:100%;
}

#MB_header {
	margin:0;
	height: 28px;
}

#MB_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	padding: 6px .75em;
	overflow:auto;
}

#MB_caption {
	font: bold 85% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em 0 .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px; top:4px;
	padding:2px 3px;
	font-weight:bold;
	background: #FFF;
	text-decoration:none;
	font-size:13px;
}

#MB_close:hover {
	background:#CCC;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(../img/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color:#EFEFEF;
	color:#000;
}

#MB_content { border-top: 1px solid #F9F9F9; }

#MB_header {
  background-color:#6B8092;
  border-bottom: 1px solid #CCC;
}

#MB_caption { color:#FFF }

#MB_close { color:#777 }

#MB_close:hover { color:#000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}




