/* 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: #d6e2ee;
		font-family: arial;
		background-image: url('/images/background_gradient.gif');
		background-position: top;
		background-repeat: repeat-x;
		}

	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;
		 background-color: white;
		 filter: alpha(opacity=85);
		 overflow: auto;
		 z-index: 99;
		 display: none;
	}
}

TD {
	font-size: 14px;
	font-family: arial;
	/*color: #52525e;*/
	color: black;
	/* text-align: justify; */
	}

TD.label {
	padding-top: 3px;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
	}

TD.input {
	text-align: left;
	}

TD.label_horiz {
	vertical-align: bottom;
	text-align: left;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	}

A {
	color: #324465;
	text-decoration: underline;
	}

A:hover {
	color: #5082d6;
	text-decoration: underline;
	}

A.hiddenlink {
	color: black;
	text-decoration: none;
	}

A.hiddenlink:hover {
	color: black;
	text-decoration: underline;
	}

TD.mainmenu {
	height: 25px;
	background-color: #8ba5bf;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	}

A.mainmenu {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	width: 100%;
	height: 25px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	}

A.mainmenu:hover, A.mainmenucurrent,  A.mainmenucurrent:hover {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	text-decoration: none;
	width: 100%;
	height: 25px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #324465;
	background-color: white;
	}

A.footermenu {
	font-size: 12px;
	color: #324465;
	text-decoration: none;
	}

A.footermenu:hover {
	font-size: 12px;
	color: #5082d6;
	text-decoration: underline;
	}

INPUT.txt {
	padding-left: 4px;
	padding-right: 4px;
	font-family: arial;
	font-size: 14px;
	color: #4265ad;
	height: 22px;
	border: 1px solid #8ba5bf;
	//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: #4265ad;
	height: 27px;
	border: 1px solid #8ba5bf;
	//background-image: url('/images/background_input_text-area.gif');
	background-position: top left;
	background-repeat: no-repeat;
	}

SELECT {
	font-family: arial;
	font-size: 14px;
	color: #4265ad;
	height: 19px;
	border: 1px solid #8ba5bf;
	}

INPUT.btn {
	font-family: tahoma;
	/* padding-right: 25px; */
	}

INPUT.btn_sml {
	font-family: tahoma;
	letter-spacing: 1px;
	font-size: 9px;
	}

TD.btn_adminhome {
	font-family: tahoma;
	border: 5px solid #d6e2ee;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	width: 33%;
	height: 150px;
	font-size: 20px;
	font-weight: bold;
	cursor: hand;
	color: #324465;
	}

TEXTAREA.txt {
	padding-left: 4px;
	padding-right: 4px;
	font-family: arial;
	font-size: 14px;
	color: #4265ad;
	border: 1px solid #8ba5bf;
	overflow: auto;
	}

.textarea-handle {
	border: 1px solid #e5e5e5;
	border-top: none;
	width: 100%;
	height: 11px;
	background: #f2f2f2;
	background-image: url('/images/graphic_textarea_grippie.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	font-size: 1px;
	margin-bottom: 5px;
	}

.shrunk {
	font-size: 11px;
	}

.small {
	font-size: 10px;
	}

.tiny {
	font-size: 9px;
	}

.micro {
	font-size: 8px;
	}

HR.dotted {
	background-color: white;
	color: white;
	border-top: 1px dotted #a8bacd;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 0px;
	margin: 0px;
	}

.title {
	font-family: Arial Narrow, tahoma, san-serif;
	font-size: 30px;
	letter-spacing: 0px;
	color: #324465;
	}

.author {
	font-family: Times New Roman, times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	}

.subtitle {
	font-family: arial;
	font-size: 10px;
	}

.subheading {
	font-family: arial, tahoma, san-serif;
	font-size: 18px;
	letter-spacing: 0px;
	color: #324465;
	}

TD.columnheading {
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 5px;
	}

TD.position {
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 5px;
	}

.position {
	font-size: 12px;
	text-align: left;
	font-style: italic;
	white-space: nowrap;
	color: green;
	}

TD.person {
	padding-left: 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	}

TD.precinct {
	padding-right: 20px;
	font-size: 40px;
	color: #d6e2ee;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 50px;
	}

TD.phone {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	}

TD.email {
	font-size: 12px;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	}

B.hl {
	font-weight: normal;
	color: #875600;
	}

IMG.line#dotted {
	width: 100%;
	height: 1px;
	background-color: white;
	border-top: 1px dotted #a8bacd;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-top: 5px;
	margin-bottom: 5px;
	}

IMG.line#dashed {
	width: 100%;
	height: 1px;
	background-color: white;
	border-top: 1px dashed #a8bacd;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-top: 5px;
	margin-bottom: 5px;
	}

IMG.line#solid {
	width: 100%;
	height: 1px;
	background-color: white;
	border-top: 1px solid #a8bacd;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}

/* 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#username {
	background-image: url('/images/bckgrnd_input_username.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white;
	}

INPUT.txt#password {
	font-family: system, arial;
	background-image: url('/images/bckgrnd_input_password.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white;
	}

INPUT.txt#pass {
	font-family: system, arial;
	}

/****************************************************************************/
