/* Fix for IE6 and Transparent PNGs */
IMG.png {
	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;
		background-color: #ffffff;
		font-family: arial;
		behavior: url('/includes/csshover.htc');
		}

	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.msgblk {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		text-align: center;
		vertical-align: middle;
		background-color: white;
		filter: alpha(opacity=85);
		opacity: .85;
		overflow: visible;
		z-index: 99;
		display: none;
		}

	/* Used to block the link in the countdown flash element on the home page */
	DIV.counterlinkblocker {
		position: relative;
		width: 220px;
		height: 68px;
		margin-bottom: -68px;
		background-color: white;
		filter: alpha(opacity=0);
		opacity: .0;
		z-index: 5000;
		border: 1px solid #dddddd;
		}
}

TD {
	font-size: 14px;
	font-family: arial;
	color: black;
	text-align: left;
	}

TD.locations_list {
	font-size: 11px;
	}

A {
	color: #3855af;
	text-decoration: underline;
	}

A:hover {
	color: #c60900;
	text-decoration: underline;
	}

A.hiddenlink {
	color: black;
	text-decoration: none;
	}

A.hiddenlink:hover {
	color: black;
	text-decoration: underline;
	}

FORM {
	margin: 0px;
	}

INPUT.txt {
	font-family: arial;
	font-size: 11px;
	color: #0340bf;
	height: 18px;
	border: 1px solid #969696;
	background-image: url('/images/background_input_text-area.gif');
	background-position: top left;
	background-repeat: no-repeat;
	}

INPUT.txt_big {
	font-family: arial;
	font-weight: bold;
	font-size: 19px;
	color: #0340bf;
	height: 26px;
	border: 1px solid #969696;
	background-image: url('/images/background_input_text-area.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 5px;
	}

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;
	background-image: url('/images/background_input_text-area.gif');
	background-position: top left;
	background-repeat: no-repeat;
	}

.shrunk {
	font-size: 11px;
	}

.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 black;
	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;
	}

.hoverinfo {
	border-bottom: 1px dotted #5178ca;
	cursor: help;
	}

DIV.magazine_thumbnail {
	position: relative;
	float: left;
	text-align: center;
	padding: 0px 5px 25px 5px;
	}

/* 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;
	}

/****************************************************************************/
