/**
 * NSX Internal CSS.
 *
 * This file is meant to supplement the stylesheet from the NSX WordPress
 * theme, to give the entire site a custom look and feel.
 *
 * @author Daniel J. Summers <daniel@djs-consulting.com>
 * @version $Revision: 5 $
 * @since 1
 * @package NSXapp
 * @subpackage View
 */


/*#fldContact {
	width:50%;
	max-width:95%;
	margin:auto;
}*/
fieldset {
	width: 70%;
	margin: auto;
}
fieldset fieldset {
	width: 95%;
	margin:auto;
}
legend {
	font-weight: bold;
	font-variant: small-caps;
}
label {
	font-style: italic;
	font-size: 90%
}
sup {
	vertical-align: text-top;
	font-size: 60%;
	text-decoration: underline;
}
.required {
	font-weight: bold;
/*	color: #000064;*/
}
.regular {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
}
#divPhoneNumbers,
#divEmailAddresses {
	font-size: 80%;
}
.nsxFormLabel {
	font-weight: bold;
}
#tblPhone td,
#tblEmail td {
	padding: 0px;
	line-height: 1;
	white-space: nowrap;
}
.spacer {
	width: 15px;
	display: inline;
}
.cntr {
	text-align:center;
}
.even {
	width: 13%;
}
/* Class used for tables of fields. */
.fieldTable {
	margin: auto;
}
.fieldTable th {
	font-weight: normal;
	border-bottom: dotted 1px black;
}
.fieldTable td {
	padding: 0px;
	line-height: 1;
	white-space: nowrap;
}
.fieldTable a:link,
.fieldTable a:visited {
	border: 0;
	font-size: 80%;
}
.fieldTable a:hover {
	background: white;
}
#txtAddress {
	width: 400px;
}
.fieldTable .volList {
	white-space: normal;
	width:50%;
	vertical-align: top;
}
.errorField {
	background-color: #ffb6c1;
	border: solid 2px #ff0000;
}
#divMessages {
	border: inset 5px #000;
	margin: auto;
}
.msgERROR ul, .msgWARNING ul, .msgMessage ul {
	text-align: left;
}
.msgERROR, .msgWARNING, .msgMessage {
	margin: auto;
	padding: 5px 30px;
	margin-bottom: 2px;
	text-align: center;
}
.msgERROR{
	background-color: #ffb6c1;
	border: solid 2px #ff0000;
}
.msgERROR strong {
	color: #ff0000;
}
.msgWARNING {
	background-color: #add8e6;
	border: solid 2px #000064;
}
.msgWARNING strong {
	color: #000064;
}
.msgMessage {
	background-color: #fafad2;
	border: solid 2px #a0522d;
}
.volList {
	font-size: 90%;
	width: 100%;
}
.volList td {
	width: 50%;
}
#appMenu {
	width: 80%;
	margin: auto;	
}
#appMenu td {
	width: 25%;
	vertical-align: top;
}
#appMenu a:link {
	border-bottom: 0px;
}

/** Standard Table Output **/
.stdTable {
	margin: auto;
	empty-cells: show;
}
.stdTable th, #appMenu th {
	font-weight: bold;
	border-bottom: double 3px black;
}
.stdTable td {
	vertical-align: top;
	font-size: 80%;
	padding: 0 5px;
	border-bottom: dotted 1px black;
	white-space: normal;
}
.stdTable td a:link, .stdTable td a:visited {
	border: 0;
}
.stdTable ul {
	margin: 0px;
}
.stdTable ul li {
	font-size: 100%;
}
.reqTable {
	width: 100%;
}
.reqTable td {
	vertical-align: top;
}
.reqTableDesc {
	width:1%;
	white-space: nowrap;
}
#divUserInfo {
	text-align: right;
	font-size: 80%;
	color: white;
	padding-top: 3px;
	padding-bottom: 15px;
	white-space: nowrap;
}
#txtAvailable, #txtAssigned {
	width: 250px;
}
#divDropOffDates {
	border: double 3px #000064;
	background-color: #ffe4c4;
}
#spanDropOffDates {
	font-weight: bold;
	color: #000064;
}
#tblXWeekDropOff th {
	padding: 0 20px;
}