/* ******************* */
/* general formatting  */
/* ******************* */

BODY {
	background:#fff url('spinner.gif') no-repeat fixed center;
	list-style-position: inside
}

P, TD, TH, SELECT, INPUT {
	font-size: 12px;
	line-height: 16px;
	font-family: verdana, arial, helvetica, sans-serif; 
	color: #394D6B
}

P {
	white-space: normal;
	padding-right: 15px;
}

TD, TH, INPUT, .txt, #more, #end {
	padding: 0px;
}

TH {
	font-size: 14px
}

SELECT {
	border-radius: 12px;
	background: url(arrow.png) no-repeat right #54729E;
     	background-size: 24px;
	padding-left: 5px;
    	padding-right: 25px;
	font-size: 14px;
	outline: none;
	-webkit-appearance:none;
    	-moz-appearance:none;
    	appearance:none;
    	cursor:pointer;
	color: #fff;
	height: 24px;
}

SELECT::-ms-expand {
    	display:none
}

INPUT, BUTTON {
	margin: 0;
	box-sizing: border-box;
    	height: 24px;
	vertical-align: middle;
	background-color: #54729E;
}

INPUT {
	border-right-width:0;
	padding-left: 4px;
	font-size: 14px;
	width: 155px;
	padding-bottom: 2px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	outline: none;
	color: #fff;
}

INPUT[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
  	cursor: pointer;
	background: url(x-close-white.png) no-repeat bottom #54729E;
	background-size: 11px 11px;
    	height: 12px;
    	width: 11px;
}

BUTTON {
	border-width:0;
	padding: 2px 12px;
	cursor:pointer;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	background: url(search-white.png) no-repeat center #54729E;
	background-size: 15px 15px;
}

.hide, #exit {	
	display:none
}

.tab {
	padding-bottom: 10px;
}

.box {
 	width: 25%;
 	vertical-align: top
}

A, A:visited {
	color: #54729E;
	font-weight: bold;
	text-decoration: none;
}

#link, A:hover {
	color: #FA0;
	font-weight: bold;
}

#exit {
	font-size: 35px;
	text-align: right;
	padding-top: 3px;
}

#exit A {
	color: #394D6B;
	font-weight: normal;
}

#more {
	text-align: center;
}

#more A	{
	color: #fff;
	font-weight: normal;
	background-color: #54729E;
	border-radius: 12px;
	padding: 5px 45px;
}

/* ********************************************************************************************* */
/* Search - end=last; bar=section headings; col,row= subheadings; txt= all text  mark= find text */
/* ********************************************************************************************* */

.bar, .col, .row {
	font-size: 12px; 
	font-weight: bold;
	line-height: 18px;
}

.fade {
	color: #999;
}

.txt {
	font-size: 12px; 
	font-weight: normal;
	line-height: 16px 
}

#end {
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center
}

TH, mark {
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold;
	color: #394D6B;
}

mark {
	background-color: #fff
}