/* BASE SETTINGS */

HTML {
	width: 100%;
	height: 100%;
	overflow:-moz-scrollbars-vertical; /* puts empty scrollbar on firefox so content doesn't move when/if scrollbars appear */
}
BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
BODY, SELECT, TEXTAREA, INPUT, LI {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
BODY {
	font-size: 12px;
}

FORM {
	margin: 0px;
	padding: 0px;
}

A {
	color: #004080;
}

#siteWrapper {
	width: 760px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

/* always at the bottom footer from http://www.themaninblue.com/writing/perspective/2005/08/29/ */
#everythingButTheFooter {
	min-height: 100%;
	position: relative;
}
* html #everythingButTheFooter {
	height: auto;
}

#footer {
	margin-top: 10px;
	padding:  10px 0px;
	font-size: 11px;
	color: #5A6B7B;
	background: url(images/border-dotted-blue.gif) repeat-x 0 -1px;
}
#footer a {
	color: #5A6B7B;
}
#footer .copyright {
	float: left;
}
#footer .links {
	float:  right;
}


/* MASTHEAD */

#masthead {
	padding:  20px 0px 20px 0px;
}

#masthead H1 {
	padding: 0px;
	margin: 0px;
	text-indent: -5000px;
	background: url(images/logo-searchblox.gif) no-repeat;
	float: left;
	width: 250px;
	height: 65px;
}

#masthead .links {
	float: right;
	text-transform: lowercase;
	font-size: 11px;
}
#masthead .links a {
	text-decoration: none;
	color: #5A6B7B;
}
#masthead .links a.logout {
	padding-left: 10px;
	margin: 0px 5px;

}
#masthead .links a.support {
	padding-left: 10px;
	margin: 0px 5px;
	background: url(images/border-dotted-blue.gif) repeat-y left top;
}
#masthead .links a.help {
	padding-left: 10px;
	margin: 0px 5px;
	background: url(images/border-dotted-blue.gif) repeat-y left top;
}

#masthead .links a.adv {
	padding-left: 10px;
	margin: 0px 5px;
	background: url(images/border-dotted-blue.gif) repeat-y left top;
}




/* CONTENT AREA */

#contentArea {
	padding: 0px 5px 5px 5px;
}


/* PANES & LIST VIEW STYLES */

/* detail view */
.objectInfo {
	display: block;
	margin-bottom: 10px;
	background: url(images/divider-horizontal.gif) no-repeat center top;
	position: relative; /* fix peekaboo bug in MSIE */
}
.objectInfo table {
	background: url(images/divider-horizontal.gif) no-repeat bottom center;
}
.objectInfo TD {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 0px;
}

.detailView {
	padding:  10px;
}
.detailView TD {
	padding: 5px;
}
.detailView TD TABLE TD {
	padding: 0px;
	padding-right: 5px;
}
.detailView .field {
	width: 97%;
}

.detailView .submitButtons {
	padding: 5px;
}
.detailView .submitButtons P {
	float: right;
	margin: 0px;
}

/* detail view columns */
.instructions {
	width: 170px;
}

.label {
	width: 144px;
}
.controls {
	width: 50px;
}


/* tabbed pane */
UL.tabs {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	height: 22px;
}
UL.tabs LI {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
UL.tabs LI A {
	text-decoration: none;
	float: left;
	display: block;
	line-height: 22px;
	padding: 0px 20px;
	margin: 0px 2px 0px 0px;
	white-space:nowrap;
	font-weight: bold;
	color: #666;
	background: url(images/tab-notSelected.gif) no-repeat left top;
	border-right: 1px solid #4D4D4E;
}
UL.tabs LI A.selected {
	background: #4D4D4E url(images/tab-selected-corner.gif) no-repeat left top;
	color: #fff;
}
.titleBar-tabbed {
	background: url(images/titleBar-bg.gif) no-repeat -10px top;
	padding: 3px 10px;
	color: #fff;
}

/* normal pane */
.titleBar {
	background: url(images/titleBar-bg.gif) no-repeat left top;
	padding: 3px 10px;
	color: #fff;
}
.titleBar H2 {
	font-size: 14px;
	line-height: 23px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	float: left;
}
.icon-help {
	float: right;
	display: block;
	width: 22px;
	height: 23px;
	background: url(images/icon-help.gif) no-repeat center center;
	text-indent: -5000px;
}
.box {
	border: 3px solid #363637;
	border-top: 0px;
	margin-bottom: 10px;
}
.decorator {
	height: 4px;
	background: #98BCDE;
	font-size: 4px;
	border-bottom:  1px solid #333;
}


/* search button */
.searchButtons {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	width: 80px;
}
.searchButton a {
	/*float: left; */
	padding: 4px 10px;
	background: url(images/actionButton-bg.gif) repeat-x;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	border: 1px solid #636363;
	text-shadow: #fff 0px 1px 1px;
}
.searchButton span {
	border-bottom: 1px solid #fff;
	margin-right: 5px;
}

/* pagination */
.pagination {
	background: #FFFFFF;
	padding: 10px;
	text-align:center;
	color: #666;
}
.pagination P.setting {	 
	float: left;
	margin: 0px;
	padding: 0px;
}
.pagination P.page {
	float: none;
	margin: 0px;
	padding:  0px;
	line-height: 5px;
}
.pagination .disabled {
		color:  #999;
}
.pagination a {
	text-decoration: none;
}

.paginations .onpage {
	background: #ccc;
	color: #666;
}

/* status */
.status {
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	background: #ccc;
	padding: 5px 10px;
	color: #666;
}

.status  .bar{
	margin: 0;
	padding: 0px;
	list-style: none;
}

.status  .query{
	float: left;
	margin: 0;
}

.status  .matches{
	float: right;
	margin: 0;
}

.status P.setting {
	float: left;
	margin: 0px;
	padding: 0px;
}

.status P.page {
	float: none;
	margin: 0px;
	padding:  0px;
	line-height: 10px;
}
.status .disabled {
		color:  #999;
}
.status a {
	text-decoration: none;

}

/* result */


.result .link {
	float: left;
	width: 100%;
	margin: 0;
	list-style: none;
    padding: 2px;
}

.result .title{
	float: left;
	width: 90%;
	margin: 0;
}

.result .relevance{
	float:right;
	margin-right: 5px;
}


.result .desc{
    clear: both;
    padding-left: 2px;
	width: 80%;
}

.result .docurl{
	width: 80%;
    padding-left: 2px;

}

.result .info{
    width: 80%;
    padding-left: 2px;
    padding-bottom: 8px;
}


.htButton a{
    margin-left: 5px;
    padding-left: 5px;
    text-transform: lowercase;
    background: url(images/border-dotted-blue.gif) repeat-y left top;
}


/* Clustered result */

.cresult .link {
	float: left;
	width: 95%;
	margin: 0;
	list-style: none;
    padding: 2px;
    padding-left: 4px;
}

.cresult .title{
	float: left;
	width: 95%;
	margin: 0;
}


.cresult .desc{
    clear: both;
 	width: 95%;
    padding-bottom: 8px;
	
}

.cresult .docurl{
	width: 95%;
    padding-left: 2px;
    padding-bottom: 8px;
}

.cresult .info{
    width: 95%;
    padding-left: 2px;
    padding-bottom: 8px;
}

.htButton a{
    margin-left: 5px;
    padding-left: 5px;
    text-transform: lowercase;
    background: url(images/border-dotted-blue.gif) repeat-y left top;
}

/* suggest */
.suggest {
	padding: 5px 10px;
	color: #666;
    font-style: italic;
}

.hiliter {
	/*background: #ECECFF;*/
	font-weight:bold;
}


/* HELP POP-UP */

#help {
	width: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#help .titleBar {
	font-size: 14px;
	line-height: 23px;
	background: url(images/titleBar-help-bg.gif) no-repeat left top;
}
#help .box {
	padding: 10px;
	background: #fff;
	border: 1px solid #666;
}
#help H2 {
	margin:  0px;
	padding: 0px;
	font-size: 16px;
	color: #004080;
}
#help .overview {
	color: #666;
	font-size: 14px;
}

#shim {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #666;
	top: 0px;
	left: 0px;
}

/* CLEARFIX PROVIDES DESIRED DISPLAY OF A DIV WHEN A NESTED ELEMENT IS FLOATED */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
} 
.clearfix {
	display: inline-block;
}  
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
