/* CSS Document */

<!--
a {
	color: #039;
}
a:hover {
	color: #f60;
}
body {
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	font-family: Courier New;
}
input {
	font-size: 8pt;
	font-family: tahoma;
}
input.plane
{
	background-color: white;
	border: silver 1px solid;
	margin-left: 3px;
	margin-right: 3px;
	color: #111169;
	cursor: hand;
	font-size: 8pt;
	height: 20px;
}
input.btn {
	border: #1c67ab 1px solid;
	margin-left: 5px;
	margin-right: 5px;
	height: 20px;
	color: #1c67ab;
	cursor: hand;
	background-color: white;
}
input.TextStyle {
	border-right: silver 1px;
	border-top: silver 1px;
	border-left: silver 1px;
	border-bottom: silver 1px solid;
	background-color: transparent;
}
input.border
{
    background-color: transparent;
    border: silver 1px solid;
}
.head {
	padding-left:15px;
	padding-right:15px;
	font-size: 14px;
	font-weight: bolder;
	color: white;
	filter: DropShadow(Color=#666666, OffX=1, OffY=1);
}
select {
	font-size: 12px;
	font-family: Courier New;
}
textarea {
	font-size: 8pt;
	font-family: tahoma;
}
textarea.plane
{
    background-color: transparent;
    border: silver 1px solid;
}
td {
	font-size: 12px;
	font-family: Courier New;
	line-height: 150%;
}

.topBar {
	background-image:url(../images/bg_title.gif);
	color: blue;
	height: 26px;
}
.head {
	font-size: 14px;
	font-weight: bold;
}
.QueryBar {
	color: white;
	background-color: #6B799C;
}
.PopWin {
	border-top: LightGrey solid 1px;
	border-left: LightGrey solid 1px;
	border-bottom: black solid 1px;
	border-right: black solid 1px;
	background-color: #fffff0;
	position: absolute;
}

.codetry_yellow {
	background-color: #fdf9e3;
}
.codetry_white {
	background-color: #ffffff;
}