/* 
--------------------------------------------------------------------- 
CSS Library
--------------------------------------------------------------------- 
*/


/* Universal Redefinitions
---------------------------- */

img { border:0;}

form { padding: 0px; margin: 0px; }

table td { vertical-align: top; }

fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

legend {
	margin-bottom: 5px;
	font-weight: bold;
}

input:focus,
input.error:focus, 
.basic-form textarea:focus {	background-color: #FFC; border-color: #FC6; }


/*  Form Basics
----------------------------------------------------------------- */

.basic-form fieldset div { padding: 3px 0px; clear: both; }
.basic-form div.controlset div {
	clear: none;
	margin-left:170px;
	//margin-left: 173px;
}

.basic-form label, .basic-form span.label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 20px;
}

.basic-form label.inline { 
	display: inline; 
	float: none;
	padding-right: 5px;
	margin-left: 10px;
}

.basic-form input.normal { width: 188px; }

.basic-form .buttonrow {
	border-top: solid 1px #ccc;
	text-align: right;
	padding-top: 10px;
}

.basic-form .buttonrow input { cursor:pointer; }

.basic-form p.note {
	font-size: 80%;
	margin: 0px 0px 0px 170px;
}

.basic-form ul {
	margin-top: 0px;
}

.basic-form ul li {
	list-style-type:square;
}

.asterisk {
	color: red;
	font-weight: bold;
}

div.formnotes {
	margin-bottom: 10px;
	font-size: 80%;
}

/* Used by form validation scripts */
.inputNormal { background-color: white; }
.inputError { background-color: #ffddee; }


/*  Result Tables
----------------------------------------------------------------- */

table.results {
	width: 100%;
	//width: 97%;
	border: solid 1px #D6D6AD;
	border-collapse: collapse;
}

table.results th {
	text-align: left;
	background-color: #D6D6AD;
}

table.results td {
	border-right: solid 1px #D6D6AD;
}

table.results td, table.results th {
	padding: 4px;
}

table.results th a {
	display: block;
	color: #000;
}

table.results table td {
	border-width: 0px;
}

table.results .alt-color {
	background-color: #fff;
}


/* DatePicker
------------------------------------------ */

input.DatePicker{
	/* display: block; */
	width: 115px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #999;
	background: #fff url(/images/date.gif) no-repeat top left;
	cursor: pointer;
}

#search input.DatePicker{
	width: 72px;
	padding: 3px 3px 3px 3px;
	background: #fff;
	cursor: pointer;
}

input:focus.DatePicker{
	background: #fffce9 url(/images/datefocus.gif) no-repeat top left;
}

#search input:focus.DatePicker {
	background: #fffce9;
}

.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
	clear: none;
	width: 115px;
}
.dp_cal{
  padding: 0px;
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}


/* Make it Play Well with Form Template */

.dp_form_wrapper {
 float: left; 
 clear: none; 
 position: relative; 
 z-index: 500;
}

.basic-form fieldset div.dp_container {
  padding: 0px;
  }


/* GUI Elements
--------------------------------------------------------------------- */

.hrule {
	border-top:1px solid #0E456C;
	clear:both;
	height:11px;
	margin-top: 10px;
}


/* Common/Combinable CSS
----------------------------- */

.clearer { clear: both; }

.right { float: right; }
.left { float: left; }

.img-right {
	float:right;
	margin: 0px 0px 10px 20px;
}
.img-left {
	float:left;
	margin: 0px 20px 10px 0px;
}

.small-type { font-size: 90%; }
.normal-type { font-size: 100%; font-weight: normal; }
.large-type { font-size: 120%; font-weight: normal; }

.default-type { font-weight: normal; color: #000000; }
