/* Fix for IE6 and Transparent PNGs */

IMG {
	behavior: url('/includes/png.htc');
	}

@media print
{
	BODY {
		overflow: visible;
		margin: 0px;
		background-color: #ffffff;
		font-family: arial;
		}

	DIV.body {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		overflow: visible;
		z-index: 1;
		font-family: arial;
		font-size: 12px;
		}
}

@media screen
{
	BODY {
		overflow: hidden;
		margin: 0px;
		font-family: arial;
		}

	DIV.body {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		overflow: auto;
		z-index: 1;
		font-family: arial;
		font-size: 12px;
		}

	DIV.background {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		overflow: auto;
		z-index: 0;
		background-color: #7ea2f1;
		background-image: url('/images/site_background.jpg');
		background-repeat: repeat-x;
		background-position: bottom center;
		}
}

TD {
	font-size: 14px;
	font-family: arial;
	color: #676d7a;
	/* text-align: justify; */
	}

TD.locations_list {
	font-size: 11px;
	}

A {
	color: #787f8e;
	text-decoration: underline;
	}

A:hover {
	color: red;
	text-decoration: underline;
	}

INPUT.txt {
	font-family: arial;
	font-size: 11px;
	color: #0340bf;
	height: 18px;
	border: 1px solid #969696;
	}

SELECT {
	font-family: arial;
	font-size: 10px;
	color: #0340bf;
	height: 17px;
	border: 1px solid #969696;
	}

INPUT.btn {
	font-family: tahoma;
	/* padding-right: 25px; */
	}

INPUT.btn_sml {
	font-family: tahoma;
	letter-spacing: 1px;
	font-size: 9px;
	}

TEXTAREA.txt {
	font-family: arial;
	font-size: 11px;
	color: #0340bf;
	border: 1px solid #969696;
	overflow: auto;
	}

.small {
	font-size: 10px;
	}

.tiny {
	font-size: 9px;
	}

.micro {
	font-size: 8px;
	}

.toplabel {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	}

TD.label {
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
	padding-right: 3px;
	white-space: nowrap;
	}

TD.field {
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	}

TD.fieldvalue {
	text-align: left;
	vertical-align: middle;
	color: black;
	font-size: 11px;
	}

.footermenu {
	text-decoration: none;
	}

HR.dashed {
	background-color: white;
	color: white;
	border-top: 1px dashed #676d7a;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}

.subheading {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
	}

.map_desc {
	font-family: arial;
	color: black;
	font-size: 10px;
	}

.map_name {
	color: #0247d2;
	font-weight: bold;
	text-decoration: none;
	}

A.map_link {
	font-size: 9px;
	color: red;
	font-weight: bold;
	}

.heading_location {
	color: #0247d2;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	}

.subheading_statename {
	color: #0247d2;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	}


/* Print/Screen Styles **********************************************************/

@media print
{
	.onlyprint {
		visibility: visible;
		display: ;
	}

	.onlyscreen {
		visibility: hidden;
		display: none;
	}
}

@media screen
{
	.onlyprint {
		visibility: hidden;
		display: none;
	}

	.onlyscreen {
		visibility: visible;
		display: ;
	}
}


/* Special Styles **********************************************************/

INPUT.txt#pass {
	font-family: system, arial;
	}

/****************************************************************************/
