/*########################################################################################*/
/*## BASIC LAYOUTS #######################################################################*/
/*########################################################################################*/

/* left column table */
	table.left_column {
	}
	table.left_column td.left {
		width: 200px;
		vertical-align: top;
	}
	table.left_column td.right {
		vertical-align: top;
		padding-left: 10px;
	}

/* right column table */
	table.right_column {
	}
	table.right_column td.left {
		vertical-align: top;
		padding-right: 10px;
	}
	table.right_column td.right {
		vertical-align: top;
		width: 200px;
	}

/* three column even */
	table.three_column_even {
	}
	table.three_column_even td {
		width: 33%;
	}

/*########################################################################################*/
/*## GENERAL POST FORM ###################################################################*/
/*########################################################################################*/

/* general web form styles */
	table.form {
		font-size: 13px;
		border-top: 1px solid #ccc;
	}
	table.form input, select {
	}
	table.form tr.header td {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		background-color: #666666;
	}
	table.form td.field_label {
		white-space: nowrap;
		text-align: right;
		color: #666666;
		font-weight: bold;
		background-color: #e6f2ff;
		border-bottom: 1px solid #C1C1C1;
		vertical-align: top;
	}
	table.form td.label {
		white-space: nowrap;
		text-align: right;
		font-weight: bold;
		background-color: #f7f7f7;
		border-bottom: 1px solid #fff;
		border-bottom: 1px solid #C1C1C1;
		vertical-align: top;
	}
	table.form td.field {
		width: 100%;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #C1C1C1;
	}
	table.form tr td {
		padding: 8px;
	}

/* form styles */
	form {
		display: inline;
	}

/*########################################################################################*/
/*## GENERAL QUERY FORM ##################################################################*/
/*########################################################################################*/

/* general query field styles */
	table.query_form {
		width: 100%;
		font-size: 12px;
		background-color: #ccc;
		border-left: 1px solid #999;
	}
	table.query_form input, select {
		font-size: 12px;
	}
	table.query_form td {
		padding: 5px;
		vertical-align: top;
	}
	table.query_form td.label {
		font-weight: bold;
		padding-bottom: 0px;
		border-top: 1px solid #eee;
		border-right: 1px solid #999;
		border-left: 1px solid #fff;
	}
	table.query_form td.field {
		padding-left: 10px;
		padding-top: 0px;
		padding-bottom: 10px;
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
		border-left: 1px solid #fff;
	}
	table.query_form td.button {
		padding-left: 10px;
		padding-top: 10px;
		border-top: 1px solid #eee;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		border-left: 1px solid #fff;
	}
	table.query_form tr.header td {
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		background-color: #595959;
		background-image: url(../../_MEDIA/_general_results-headerbg.gif);
		background-position: bottom;
	}
	
/*########################################################################################*/
/*## GENERAL DATA RESULTS ################################################################*/
/*########################################################################################*/

/* general result table */
	table.results {
		font-size: 11px;
	}
	table.results td {
		background-color: #fff;
		padding: 8px;
		border-bottom: 1px solid #ccc;
		vertical-align: top;
		white-space: nowrap;
	}
	table.results td.wrap_text {
		white-space: normal;
	}
	table.results td.center_text {
		text-align: center;
	}
	table.results td.max_width {
		width: 100%;
	}
	table.results tr.header td {
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		background-color: #595959;
		background-image: url(../../_MEDIA/_general_results-headerbg.gif);
		background-position: bottom;
	}
	table.results tr.alt td {
		background-color: #eee;
	}
	
/* general paging table */
	table.paging {
		border-top: 2px solid #ccc;
		background-color: #eee;
		margin-top: 10px;
		font-size:14px;
	}
	table.paging td {
		 padding: 10px;
	}
	table.paging td.left {
		font-size: 11px;
		color: #666;
		white-space: nowrap;
	}
	table.paging td.right {
		font-size: 12px;
		text-align: right;
	}
	table.paging td.bottom {
		font-size: 11px;
		color: #999;
		padding-top: 0px;
	}
	table.paging td a {
		color: #0000ff;
	}
	table.paging td a:visited {
		color: #003399;
	}
	table.paging .current_page {
		color: #ff0000;
		font-weight: bold;
	}

/*########################################################################################*/
/*## FOOTPRINT ALERTS ####################################################################*/
/*########################################################################################*/

/* notices */
	.alert_notices {
		font-size: 12px;
		border: 2px solid #009900;
		color: #009900;
		background-color: #D7FFD7;
	}
	.alert_notices legend {
		font-weight: bold;
		color: #D7FFD7;
		padding: 4px;
		border: 2px solid #009900;
		background-color: #009900;
	}
	.alert_notices ul {
		margin: 0px;
		margin-left: 2.1em;
		padding: 0px;
	}
	.alert_notices li {
		margin: 5px;
	}

/* warnings */
	.alert_warnings {
		font-size: 12px;
		border: 2px solid #FF6600;
		color: #FF6600;
		background-color: #ffffcc;
	}
	.alert_warnings legend {
		font-weight: bold;
		color: #ffffcc;
		padding: 4px;
		border: 2px solid #FF6600;
		background-color: #FF6600;
	}
	.alert_warnings ul {
		margin: 0px;
		margin-left: 2.1em;
		padding: 0px;
	}
	.alert_warnings li {
		margin: 5px;
	}
	
/* errors */
	.alert_errors {
		font-size: 12px;
		border: 2px solid #ff0000;
		color: #FF0000;
		background-color: #ffffcc;
	}
	.alert_errors legend {
		font-weight: bold;
		color: #ffffcc;
		padding: 4px;
		border: 2px solid #ff0000;
		background-color: #ff0000;
	}
	.alert_errors ul {
		margin: 0px;
		margin-left: 2.1em;
		padding: 0px;
	}
	.alert_errors li {
		margin: 5px;
	}

/* traces */
	.alert_traces {
		font-size: 12px;
		border: 2px solid #333333;
		color: #fff;
		background-color: #000000;
	}
	.alert_traces legend {
		font-weight: bold;
		color: #fff;
		padding: 4px;
		border: 2px solid #333333;
		background-color: #333333;
	}
	.alert_traces ul {
		margin: 0px;
		margin-left: 2.1em;
		padding: 0px;
		list-style: none;
	}
	.alert_traces li {
		margin: 5px;
		padding: 5px;
		border: 1px dashed #ccc;
	}

/*########################################################################################*/