/* forms.css */

/***********************************************************/
/* tables */
/***********************************************************/

/* container table used to manage application content space */
table.container {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #ffffff;
	/*
	border-left: 1px #5C8608 solid;
	border-right: 1px #5C8608 solid;
	border-bottom: 1px #5C8608 solid;
	*/
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}

caption {
	font-weight: bold;
	/* background: #5C8608 url(/images/corner2.gif) no-repeat right top; */
	background: #ffffff url(/graphics/clr.gif) no-repeat right top;
	/* border-bottom: 2px solid #016600; */
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	text-transform: uppercase;
	padding: 7px;
}

table.container td, th {
	padding: .6em;	/* better to use em for consistency with browsers */
}

table.container thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

/* table body */
table.container tbody tr {
	text-align:left;
}

table.container tbody tr.odd {
	background: #f9f9f9;
	border-top: 1px solid #FFF;
}

table.container tbody tr.odd2 {
	background: #f3f3f3;
	border-top: 1px solid #FFF;
}

table.container tbody tr td {
	height: 30px;
}

table.container tbody tr.odd td {
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

table.container tbody tr.odd2 td {
	background: #f3f3f3;
	border-top:1px solid #FFF;
}

/* hyperlinks in table - so different looking link inside forms and tables */
table.container td a:link, table.container td a:visited {
	color: #016600;
	text-decoration: none;
}

table.container td a:hover {
	color: #016600;
	text-decoration: underline;
}

/* table footer */
table.container tfoot th, table.container tfoot td {
	background-color:#E7E7E7;
	padding: 5px;
	text-align:center; 
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}

.plain { border-style:none; }

/* data table */
table.data {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #ffffff;
	border: none;
}

table.data thead th {
	background-color: #d9d9d9;
	text-align: left;
	color: #000000;
}

table.data tbody tr {
	background-color: #ffffff;
}

table.data tbody tr.odd {
	background-color: #ffffff;
}

table.data tbody tr td {
	height: 30px;
}

table.data tbody tr.odd td {
	background-color: #bec9a8;
	height: 30px;
}

/* app table */
table.app {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
}

/* added because inputs inside app tables were drawing bigger than expected */
table.app input {
	font-size: 14px;
	height: 20px;
}

table.app td {
	border: none !important;
	padding: .5em;
}

/* framing table within screens */
table.frame {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
}

table.frame td {
	border: none !important;
	padding-top: 4px !important;
}

table.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #d9d9d9;
}

table.forms thead th {
	border-bottom: 2px solid #d9d9d9;
	border-left: none;
	border-right: none;
	text-align: left;
}

table.forms td {
	border-bottom: 1px solid #d9d9d9;
}

table.separator {
	border-bottom: 1px #5c8608 solid;
}

/* form elements */
.Btn {
	background-color: #96b7de !important;
	color: #ffffff;
	width: 90px;
	height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #2375bb solid;
	margin: 1px 2px;
	padding: 1px 2px;
	height: 16px;
	vertical-align: middle;
	background-position: center;
}

input[type='checkbox'] {
	vertical-align: middle;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px 3px 2px 0px;
	padding: 1px 2px;
}

.highlightInput {
	border: 1px #F7B512 solid;
	background-color: #ffff99;
}

/* create a modal pop-up to put in various content */
div.modal {
	position: absolute;
	top: 280px;
	left: 380px;
	height: 200px;
	width: 350px;
	z-index: 100000;
	background-color: #FFFFFF;
	border: 1px #990000 solid;
	display: none;
}

#ModalBG {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
	background-color: #333333;
	opacity: .40;
	filter: alpha(opacity=40);
}

a.standard:link, a.standard:visited {
	color: #016600;
	text-decoration: none;
}

a.standard:hover {
	text-decoration: underline;
}

div.cal {
	position: absolute;
	height: 380px;
	width: 300px;
	z-index: 200000;
	background-color: #FFFFFF;
	border: 1px #990000 solid;
	display: none;
}

span.reqd {
	color: #990000;
}

span.notice {
	color: #990000;
	font-weight: bold;
}

.kioskBtn {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 130%;
        width: 0; /* IE table-cell margin fix */
        min-width: 120px; /* for small buttons */
        min-height: 20px; /* for small buttons */
        max-height: 42px;
        max-width: 160px;
        overflow: visible;
        padding: 5px;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
        margin: auto;
	/* common style across browsers */
        border: 1px solid #666666;
	background-color: #f2f2f2;
	/* use to style shadow on button
	border: 1px solid #999999;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9; */
}

.kioskBtn[class] { /* IE ignores [class] */
        width: auto;
}

/* used for ABC's on members detail */
.keyBtn {
	height: 40px;
	width: 50px;
	margin: .1em 0em .1em .1em;
	color: #000000;
	cursor: pointer;
	border: 1px solid #666666;
	background-color: #f2f2f2;
}

.subtab {
	height: 20px;
	margin: 0px;
	padding-left: 20px;
	background: url(/images/tab_bottom.gif) repeat-x bottom;
	/* used to prevent text highlighting - on IE, use onselectstart */
	-moz-user-select: none;
	min-width: 600px;	/* to prevent browser resizing issues */
}

.subtab li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	cursor: pointer;
}

.subtab span {
	float: left;
	background: #d1d9c2;
	color: #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	/* padding around words in tabs */
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	/* make tabs same width */
	width: 94px;
	text-align:center;
}

.subtab span.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #016600;
}

.subtabdiv {
	padding: 4px 2px 4px 2px;
}

.subtabdivclosed {
	min-height: 400px;
	padding: 8px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.subtabdiv p {
	line-height: normal;
	padding: 2px;
}

