﻿
/* MAIN SEARCH SCREEN */
#wraper 
{
    width: 630px;
    padding: 10px;
}

.SimpleSearch 
{
    padding: 0px;
    border-bottom: 1px solid #7592AA;
    font-size: 9pt;
}
.AdvancedSearch 
{
	margin-top: 10px;
    padding: 3px;
}
#AdvSearchLabel 
{
    color:#5b7c98;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background-color:Transparent;
}
#SimpleSearchLabel 
{
    color:#5b7c98;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background-color:Transparent;
    display: none;
}
#AdvancedForm
{
	border-bottom: 1px solid #7592AA;
	padding-bottom: 10px;
}
.Notes 
{
	margin-left: 50px;
	color:#5b7c98;
    font-weight: bold;
    text-align: justify;
}
#ClipboardImage 
{
	display:none;
}

/* RESULTS TABLE */
.HeaderRow 
{ 
	background-color: #465866;
}
.TableHeaderTD
{
	font-family: Verdana;
	font-size: 9pt;
	color: White;
	font-weight: bold;
}
.DataRow
{
	font-family: Verdana;
	font-size: 9pt;
}

.DataRowTD
{
	font-family: Verdana;
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
}

.ResultsHeading 
{
	background-color: White;
	font-size: 9pt;
}
.ResultsTable 
{
	width: 97%;
	font-size: 9pt;
}

.Box
{
	background-color: #ffffee;
	border: 1px solid #465866;
	padding-left: 20px;
}

.FooterMsg
{
	font-size: 7pt; 
	color: #666666;
}

.Btn
{
	font-size: 8pt; 
	font-weight: bold; 
	cursor:pointer; 
	color:#465866;
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom:1px;
}
.Btn:hover
{
	text-decoration:underline;
}

/* HTML TAGS */
td 
{
	font-family:Verdana, Arial;
	font-size: 8pt;
	color:#465866;
	font-weight:normal;
}
li 
{
	font-family:Verdana, Arial;
	font-size: 8pt;
	color:#465866;
	font-weight:normal;
}
p 
{
	font-family:Verdana, Arial;
	font-size: 8pt;
	color:#465866;
	font-weight:normal;
	padding: 5px;
}
BODY { font-family: Cambria, Georgia, "Times New Roman"; margin: 0; }
DIV#header DIV.title, DIV.item H3, DIV.item H4, DIV.pager A {
    font: bold 1em "Arial Narrow", "Franklin Gothic Medium", Arial;
}
DIV.pager { text-align:right; border-top: 2px solid silver;
    padding: .5em 0 0 0; margin-top: 1em; }
DIV.pager A { font-size: 1.1em; color: #666; text-decoration: none;
      padding: 0 .4em 0 .4em; }
DIV.pager A:hover { background-color: Silver; }
DIV.pager A.selected { background-color: #353535; color: White; }

