#SearchFormDiv
{
	margin-top: 1em;
	border: 1px outset;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F7F3E7;
	width: 20%;
	float: left;
	margin-right: 1em;
}

#SearchFormDivFull
{
	margin-top: 1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F7F3E7;
	/* Center */
	display: table;
	margin: 0 auto;
	width: 80%;
}

#SearchFormDivFrame
{
	font-size: medium;
	width: 95%;
	padding: 0 0.3em 0.3em 0.3em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F7F3E7;
}


IFRAME#res
{	margin-top: 1em;
	margin-bottom: 3%;
	float: left;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-right: auto;
	border: 0px;
	height: 98%;
	width: 29%;
}

IFRAME#doc
{	margin-top: 1em;
	margin-bottom: 3%;
	float: right;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 0px;
	margin-left: auto;
	height: 98%;
	width: 49%;
}

::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.dts-debug {
	font-size: x-small;
	font-family: "Segoe Ui", Arial;
	opacity: 0.5; filter: alpha(opacity = 50);
	border: 1px outset;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F0F8FF;
	position: absolute;
	z-index:    10;
	margin: 0 0.3em 0.3em 0.3em;
    padding: 0 0.3em 0.3em 0.3em;
    width: 95%;
    text-align: right;
    clear: auto;
    height: 2.5em;
}
a#SearchHelpLink:link, a#SearchHelpLink:visited, a#SearchHelpLink:active { color:#767676; font-weight:bolder; text-decoration:none;}

a#SearchHelpLink:hover {color:#92B6DD; font-weight:bolder; text-decoration:none;}

.SearchHelpLink
{
	font-family: "Segoe Ui", Arial;
	font-size: medium;
	margin-bottom: 0;
	margin-top: 0;
	float: right;
}

.SearchControl
{
	font-family: "Segoe Ui", Arial;
	font-size: medium;
	margin-bottom: 0;
	margin-top: 0;
}

.SearchFormFooter
{
	font-family: "Segoe Ui", Arial;
	font-size: x-small;
	color: silver;
	margin-right: 1em;
	text-align: right;
	margin-top: 0;
}

.SearchFormFooter:link
{	color: silver;
	text-decoration: none;
}

#SearchRequest
{
	font-family: "Segoe Ui", Arial;
	font-size: small;
	width: auto;
	margin-left: 0;
	margin-right: 0;
}
#SearchButton
{
	font-family: "Segoe Ui", Arial;
	font-size: small;
}
#SearchType
{
	font-family: "Segoe Ui", Arial;
	font-size: small;
}
#IndexList
{
	font-family: "Segoe Ui", Arial;
	font-size: small;
}
HTML
{
	height: 100%;
}
BODY
{
	height: 98%;
}

BODY#ResultsBody
{	margin: 0;
	width: 98%;
}

BODY#DocBody
{	margin: 0;
}


TABLE.SearchForm
{
	padding: 0;
	margin: 0;
	margin-left: 5px;
	border-spacing: 0px;
	width: 95%;
}
FORM.SearchForm
{
	padding: 0 0 0.5em;
	margin: 0;
}
TD.SearchControl
{
}


@media screen {

#ResultsDiv
{
	float: left;
	clear: left;
	width: 100%;
	background-color: #F7F3E7;
	font-family: "Segoe Ui", Arial;
}

#ResultsDivFull
{
	display: table;
	margin-left: 1em;
	background-color: #F7F3E7;
}

#ResultsDivFrame
{   
}

	
#ResultsTableDiv {
	float: none;
	font-size: medium;
	padding: 0 0.3em 0.3em 0.3em;
	overflow: auto;
	position: absolute;
	width: 95%;
	top: 6em;
	bottom: 2px;
	padding-top: 1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 0.3em 0.3em 0.3em;
	background-color: #F7F3E7;		
}

#ResultsHeaderDiv {
	font-size: medium;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F7F3E7;
	position: absolute;
	width: 95%;
	height: 5.5em;
	margin-top: 0;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0.3em;
	padding-top: 0;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
}

#ResultsHeaderFrameDiv {
	font-size: medium;
	width: 95%;
	padding: 0 0.3em 0.3em 0.3em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F7F3E7;	
}

#ResultsTableFrameDiv {
	font-size: medium;
	width: 95%;
	padding: 0 0.3em 0.3em 0.3em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F7F3E7;		
}


}

@media print {

#ResultsDiv
{   
	width: 100%;
}

#ResultsDivFull
{   
    display: table;
    margin: 0 auto;
    margin-top: 1em;
}
	
#ResultsTableDiv {
		font-size: medium;
	    padding: 0 0.3em 0.3em 0.3em;
	    width: 95%;
	    bottom: 2px;
		padding-top: 1em;
		margin: 0 0.3em 0.3em 0.3em;
	}

#ResultsHeaderDiv {
	font-size: medium;
	margin: 0 0.3em 0.3em 0.3em;
    padding: 0 0.3em 0.3em 0.3em;
    width: 95%;
	}

}


.SearchTitle
{
	font-size: large;
	font-family: "Segoe Ui", Arial;
	color: black;
	margin-left: 6px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding: 0px;
}
.SearchSubTitle
{
	font-size: small;
	font-family: "Segoe Ui", Arial;
	color: #000000;
	margin-top: 0;
	margin-left: 6px;
	margin-bottom: 0.2em;
	padding: 0px;
}

.SearchErrorMessage
{
	font-size: small;
	font-family: "Segoe Ui", Arial;
	color: red;
	margin-top: 0;
	margin-left: 6px;
	margin-bottom: 0.2em;
	padding: 0px;
}

.NextPrevLinks
{
	font-family: "Segoe Ui", Arial;
	font-size: small;
	color: #000000;
	margin-left: 6px;
	margin-top: 0;
	margin-bottom: 0.2em;
	padding: 0px 5px 0px 0px;
	text-align: left;
	
}

TABLE.ResultsTable
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #F7F3E7;
}
TD.ResultsTableHeaderLeft
{
	font-size: small;
	font-family: "Segoe Ui", Arial;
	text-align: center;
	width: 10%;
}
TD.ResultsTableHeaderRight
{
	font-size: small;
	font-family: "Segoe Ui", Arial;
	text-align: left;
	width: 90%;
}
TD.ResultsItemLeft
{
	background-color: white;
	font-size: small;
	font-family: "Segoe Ui", Arial;
	width: 10%;
	text-align: right;
}
TD.ResultsItemRight
{
	background-color: white;
	font-family: "Segoe Ui", Arial;
	font-size: small;
	width: 90%;
}

.ResultsFooter {
	font-family: "Segoe Ui", Arial; 
	font-size: x-small; color: silver; 
	margin: .2em 3% .2em 3%; 
	padding-left: .3em;
}


#HeaderBar {
	font-family: "Segoe Ui", Arial; 
	font-size: medium;
	border: 1px outset;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F7F3E7;
	position: absolute;
	margin: 0 0.3em 0.3em 0.3em;
    padding: 0 0.3em 0.3em 0.3em;
    width: 95%;
    clear: auto;
    height: 5.5em;
}

.HeaderButtons {
	left: 0;
}

@media print {
	.barbutton {
			display: none;
		}
}

@media screen {
.barbutton {
	float: right;
	font-family: "Segoe Ui", Arial;
	font-size: x-small;
	width: 6em;
}

}	
