#ctl00_cphContent_warning, #ctl00_cphContent_cancelConfirm {
	position:absolute;
	top:250px;
	left:300px;
	z-index:100;
	width:300px;
	border:1px dotted #cccccc;
	background:#ffffff;
	padding:30px;
}

.greyOut {
	position:absolute;
	top:0px;
	left:0px;
	z-index:50;
	opacity:0.4;
	filter:alpha(opacity=40);
	background:#cccccc;
	height:200%;
	width:100%;
}

.ccs-UpdatedBy
{
	clear:both;
}
.twoCol {
	overflow: hidden; /* Contains child floats */
	clear: both;
}

body.twoCol 
{
	overflow: auto;
}
.twoCol .firstCol {
	clear: both;
	float: left;
	width: 250px;
}

.twoCol .secondCol {
	float: right;
	position: relative;
	width: 250px;
}

th { /* Turn off unwanted Best Management Practice table styles */
	border-style: none;
}

/* TABS */

.tabPage {
	margin: 0 0 2.5em;
}

	.tabPage ul {
		list-style-type: none;
		overflow: hidden;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #9a99c3;
	}

	.tabPage ul li {
		float: left;
	}

	.tabPage ul li a {
		display: block;
		padding: 1px 4px;
		color: #fff;
	}

	.tabPage ul li:first-child a {
		border-right: solid 2px #fff;
	}

/* END TABS */



table.ccs-UpdatedBy {
	width: 100%;
	margin: 1em 0;
}

table.ccs-UpdatedBy th,
table.ccs-UpdatedBy td {
	text-align: left;
}

table.ccs-UpdatedBy th {
	padding: .1em 1em .1em 0;
}

table.ccs-UpdatedBy td {
	padding: .1em 3em .1em 0;
}



/* FORM INPUTS */

fieldset {
	border-style: groove;
	padding: 0 5px 5px;
}

input,
select,
textarea {
	font-family: 'Arial Unicode MS', 'Arial', sans-serif;
	font-size: 100%;
}

p.message
{
	font-weight:bold;
}

.input_text,
.input_checkbox,
.input_file,
.input_select,
.input_textarea {
	overflow: hidden; /* Contains child floats */
	clear: left;
}

/*.input_select {height: 50px;}*/


/* jsr .input_textarea {height: 80px;}*/

.input_select input, .input_select select, .input_textarea input, .input_textarea select 
{
	margin-top: 10px;
} 

.input_text .error,
.input_textarea .error,
.input_select .error,
.input_checkbox .error,
.input_file .error {
    display: block;
    color: #c00;
    font-weight: bold;
}

.input_text 
{
	float: left;
}

.input_disabled_alternative {
	font-weight: bold;
}

	.input_text label,
	.input_textarea label,
	.input_select label,
	.input_checkbox label,
	.input_file label {
		float: left;
		width: 12em;
	}

	.input_text .ds-error,
	.input_textarea .ds-error,
	.input_select .ds-error,
	.input_checkbox .ds-error 
	{
		margin-left: 12em;
	}

fieldset.section {
	margin: 0 0 2em;
}

	legend {
		font-weight: bold;
	}

fieldset.checkboxes {
	overflow: hidden; /* Contains child floats */
	margin: 1em 0;
	clear: both;
	/*
	border-style: none;
	padding: 0;*/
}

	fieldset.checkboxes h2,
	fieldset.checkboxes h3 {
		position: absolute;
		left: 20px;
		margin: 0;
		font-size: 100%;
		line-height: 1.6;
		font-weight: normal;
	}

	fieldset.checkboxes .input_checkbox {
		display: inline;
		padding-right: 1em;
	}

		fieldset.checkboxes .input_checkbox label {
			float: none;
			width: auto;
			display: inline; /* Works around strange Firefox 1.0 bug */
		}

fieldset.dateRange .input_text {
	display: inline;
}

	fieldset.dateRange .input_text label,
	fieldset.dateRange .input_checkbox label {
		width: auto;
		float: none;
	}

/* END FORM INPUTS */


/* DATA GRIDS */

tr.ccs-grid-heading td {
	font-weight: bold;
}

tr.ccs-grid-paging td {
	padding: 1em 0;
}

/* END DATA GRIDS */



/* NAVIGATION CONTROLS */

.navigationControls 
{
	clear: both;
	margin-top: 5px;
	padding-bottom: 2.5em;
}

/* END NAVIGATION CONTROLS */



/* MAINTAIN ROLES */

table.accessRight td {
	width: 8em;
}

/* END MAINTAIN ROLES */



/* MAINTAIN ISSUE */

.issue .datestamp {
	margin-bottom: 0;
	font-size: 85%;
}

.input_textarea label,
.input_select label,
.input_checkbox label,
.input_file label,
.input_text label {
	float: left; 
	clear: left;
	margin: 10px;
}

.input_textarea .search,
.input_select .search,
.input_checkbox .search,
.input_file .search,
.input_text .search {
	width: 350px;
}

.input_textarea span,
.input_checkbox span,
.input_select span,
.input_text span {
	display: inline;
	font-size: 85% ;
}

.input_select input {
	margin-left: 100px; 
}

.input_select .report {
	width: 100px;
	margin: 10px;
}

.input_error span {
	padding-left: 100px; 
	font-weight: bold;
}

#ctl00_cphContent_EmailLabel1, #ctl00_cphContent_EmailLabel2  
{
	display: block;
	position: relative;
}

#ctl00_cphContent_EmailLabel2
{
	left: 180px;
}

#ctl00_cphContent_LoginLabel
{
	display: block;
	font-size: 85%;
	position: relative;
	left: -160px;
}

input.maintain
{
	font-weight: bold;
	background: white;
	border-style: hidden;
	font-size: large;
	color: Black;
	}

.navigationControls a {
	padding-top: 3px;
}

/* END MAINTAIN ISSUE */



/* LOGIN PAGE */

#helptext {
	font-size: 92% !important;
}

.navigationControls strong {
	color:#484948;
}

/* END LOGIN PAGE */
