﻿/* styles used throughout the control */

#control
{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10px 0px 10px 10px;
}

#control hr
{
	width:90%;
}

.documenturl
{
    color: green;
    text-transform:lowercase;
    font-size: 11px;
}

.documentsnippet
{
    color: black;
    font-size: 12px;
}

.documenttitle
{
    color: blue;
    font-size: 14px;
}

#title
{
	font-size: 14px;
	color: #1b1a79;
	font-weight: bold;
	vertical-align: top;
}

/* styles for input search criteria div */

.accordionHeader
{
	width: 560px;
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionContent
{
	width: 560px;
	background-color: #D3DEEF;
	border: 1px solid #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.accordionLink
{
	color: white;
	background-color: #D3DEEF;
}

.indented
{
	margin-left: 20px;
}

.microText
{
	font-size: 9px;
}

.searchElement
{
	margin: 10px;
}

a.button:link, a.button:visited
{
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 2px;
	width: 85px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid black;
	border-left: 1px solid #cccccc;
	border-right: 1px solid black;
	background: #cccccc;
	text-align: center;
	text-decoration: none;
	font: normal 11px Verdana;
	color: black;
}

a.button:hover
{
	background: #eeeeee;
}

a.button:active
{
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid black;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid black;
}

hr
{
	width: 560px;
    height: 0;
    border: 0;
    border-top: solid 2px #fbb861;
	text-align: left;
}

input
{
	font-family: verdana,helvetica,arial,sans-serif;
}

.shortText
{
	width: 120px;
}

.mediumText
{
	width: 200px;
}

.longText
{
	width: 450px;
}

p.guidance
{
	width: 560px;
	font-size: 100%;
	color: #000000;
	background-color: transparent;
	margin-top: 2px;
}

/* styles for results grid */

.col1 { width:  60px; }
.col2 { width: 170px; }
.col3 { width: 100px; }
.col4 { width:  60px; }
.col5 { width:  60px; }
.col6 { width:  60px; }
.col7 { width:  15px; }

table#results
{
	width: 560px;
	font-size: 10px;
	background-color: #FFFFFF;
	border-color: buttonface;
	border-style: outset;
	border-width: 2px;
}

table#results thead
{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #cccccc;
	text-align: left;
}

.columnheader
{
	padding-left: 2px;
	padding-left: 2px;
	border-top: 2px solid whitesmoke;
	border-bottom: 2px solid gray;
	border-left: 2px solid whitesmoke;
	border-right: 2px solid gray;
	text-decoration: none;
	font: 10px Verdana;
	color: black;
}

.pressed
{
	padding-left: 3px;
	padding-top: 4px;
	border-top: 2px solid gray;
	border-bottom: 2px solid whitesmoke;
	border-left: 2px solid gray;
	border-right: 2px solid whitesmoke;
}

table#results tbody tr
{
	padding: 5px;
	vertical-align: top;
}

table#results tbody tr.row0
{
}

table#results tbody tr.row1
{
	background-color: aliceblue;
}

table#results td
{
	text-align: left;
	padding: 5px 5px 5px 2px;
}

#versioninfo
{
	font-size: 10px;
	color: gray;
	float: right;
	margin-right: 10px;
}

/* details window */

#detail
{
	position: absolute;
	top: 150px;
	left: 320px;
}

.detailframe
{
	width: 400px;
	height: 200px;
	background-color: buttonface;
	border-right: solid 1px black;
	border-top: solid 1px darkgray;
	border-bottom: solid 1px black;
	border-left: solid 1px darkgray;
}

.detailtitle
{
	background-color: #2E4d7B;
	margin: 3px 3px 3px 3px;
	width: 100%;
	height: 15px;
	font-family: arial;
	font-size: 8pt;
	color: #ffffff;
}

.detailclient
{
	background-color: #ffffff;
	margin: 3px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	font-size: 8pt;
}

.detailcontent
{
	margin: 5px;
}

#detailmarkup
{
}

#pleasewait
{
	position:absolute;
	top: 90px;
	left: 175px;
}

.propertyname
{
	font-weight:bold;
	width: 100px;
}
