/* ===== GENERAL ============================================== */
body {
	font-family: tahoma;
	margin: 0px;
	padding: 0px;
}
acronym {
	border-bottom: 1px dotted gray;
	cursor: help;
}


/* ===== LINKS ================================================ */
a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}

/* ===== FORM INPUTS ========================================== */
select, input, textarea {
	border: 1px solid #ADADAD;
	font-family: tahoma;
}

/* ===== GENERIC TABLE ======================================== */
table.genericLA {
	border: 0;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	background-color: #ffffff;
	width: 95%
}

table.genericLA th {
	font-weight: bold;
	background-color: #dddddd;
}

table.genericLA td {
	border-bottom: 1px solid #a0a0a0;
}

td.medDark {
	font-weight: bold;
	background-color: #a0a0a0;
}


/* ===== SPECIALITY DIVS ====================================== */
div.formButtons {
	background-color: #9C9C9C;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
}
div.formButtons input {
	background-color: #fff;
	font-weight: bold;
	color: #000
	border: 1px solid #d1d1d1;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
div.outerPadding {
	margin-left: 10px; 
	margin-top: 20px; 
}






/* ===== POP-UP STUFF ========================================= */
div.poOuter {
	margin-left: 10px; 
	margin-top: 20px; 
	margin-right: 20px;
}

div.poMenuCol {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	text-align: center;
	height: 600px;
	background-color: #DDDDDD;
	padding-top: 0px;
	line-height: 20px;
}

input.poMenuButton {
	border: 0px; 
	margin-left: 3px;
}

div.poMenuSep {
	border-bottom: 1px solid gray;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.poContent {
	margin-left: 30px;
}

table.poActionForm {
	margin-left: 0px;
	margin-top: 0px;
	width: 370px;
	font-size: 0.67em; 
}

table.poActionForm tr {
	height: 30px;
}

table.poActionForm td {
	vertical-align: top;
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
}

table.poActionForm th {
	background-color: #DDDDDD;
	border-left: 1px solid white;
	border-right: 0px solid #959595;
	border-top: 0px;
	font-weight: normal;
	height: 13px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	vertical-align: middle;
}
