body {
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;

	background-color: #3030cf;
	background-image: url(/image/theme/blue/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	cursor: url("/image/theme/blue/cursor.cur"), auto;
}

/* Avoids blank space under images */
.img {
	display: block;
}

.font {
	padding: 0px;
	margin: 0px;
	border: none;
	line-height: 15px;
	height: 15px;
}

.cell, td {
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

a {
	font-weight: bold;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: aqua;
	background-color: black;
	cursor: url("/image/theme/blue/cursor2.cur"), auto;
}

.but {
	font-family: Verdana, sans-serif;
	width: 75px;
	background-color: #99ccdd;
	border: 1px transparent solid;
	padding-left: 5px;
	padding-right: 5px;
}

.but:hover {
	background-color: #ccffff;
	font-weight: bold;
}

.but:active {
	background-color: #88bbcc;
	font-weight: bold;
}

.sel {
	background: lavender;
	border-style: inset;
	border-width: 1px;
}

.sel2 {
	background: lightblue;
	border-style: inset;
	border-width: 1px;
}

.text {
	background: lavender;
	border-style: inset;
	border-width: 1px;
}

.text2 {
	background: lightblue;
	border-style: inset;
	border-width: 1px;
}

.inp {
	background: lavender;
	border-style: inset;
	border-width: 1px;
}

.inp2 {
	background: lightblue;
	border-style: inset;
	border-width: 1px;
}

.listrow {
	background-image: none;
	height: 20px;
}

.listrow:hover {
	background-color: transparent;
	background-image: url(/image/theme/blue/grad1.png);
}

.searchbox {
	width: 220px;
	background-color: #ffffff;
	border: solid 1px #5bbdff;
	font-weight: bold;
}

#searchgroup {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 220px;
	height: 20px;
}

#autofill {
	position: absolute;
	display: none;
	left: 0px;
	top: 21px;
	width: 350px;
	height: 90px;
	background-color: lavender;
	overflow: auto;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	color: black;
	white-space: nowrap;
	border: 1px black solid;
}

.searchresult {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	width: 331px;
}

.highlight {
	color: red;
}

.frm {
	margin: 0px;
	padding: 0px;
}
		
.info {	
	color: black;
}
		
.list {
	background-color: #ffffff;
	border: solid 1px #5bbdff;
	margin: 0px;
	width: 250px;
}
		
.list2 {
	background-color: #ffffff;
	border: solid 1px #5bbdff;
	margin: 0px;
}
		
.button {
	margin-left: 5px;
	background-color: #9cd7ff;
	border: solid 1px #5bbdff;
}
		
.button:hover {
	background-color: #ace7ff;
	border: solid 1px #6bcdff;
}

		
.row_even {
	background-color: #add8e6;
	background-image: none;
}

.row_uneven {
	background-color: #e6e6fa;
	background-image: none;
}

.row_hover {
	background-image: url(/image/theme/blue/grad1.png);
}

.row_selected,
.neworw {
	background-image: url(/image/theme/blue/grad2.png);
}

.row_even img,
.row_uneven img,
.row_hover img,
.row_selected img,
.newrow img {
	display: block;
}


.border1 {
	background-image: url(/image/theme/blue/border1.png);
	border-top: none;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #5bbdff;
}

.border2 {
	background-image: url(/image/theme/blue/border2.png);
	border-top: none;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #5bbdff;
}

.border3 {
	background-image: url(/image/theme/blue/border2.png);
	border: none;
	margin: 0px;
	padding: 0px;
}

.cornertopleft {
	background-image: url(/image/theme/blue/corner_tl.png);
}
		
.cornertopright {
	background-image: url(/image/theme/blue/corner_tr.png);
}

.cornerbottomleft {
	background-image: url(/image/theme/blue/corner_bl.png);
}
		
.cornerbottomright {
	background-image: url(/image/theme/blue/corner_br.png);
}
		
.bordertop {
	background-image: url(/image/theme/blue/border_t.png);
}
		
.borderleft {
	background-image: url(/image/theme/blue/border_l.png);
}
		
.borderright {
	background-image: url(/image/theme/blue/border_r.png);
}
		
.borderbottom {
	background-image: url(/image/theme/blue/border_b.png);
}
