@charset "utf-8";
/* CSS Document */

.divErrors 
{
	position:absolute;
	top:229px;
	left:450px;
	width:400px;
	margin-top: 10px;
	margin-left: 1px;
	border: 3px solid #CC0000;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 5px;
	z-index:30000;
}

.divErrorsTop
{
	margin-top: 45px;
	margin-bottom: -30px;
}

.divErrors fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

.divErrors legend
{
	color: #CC0000;	
	background-image:url(../img/form/displayErrors.gif);
	background-repeat: no-repeat;
	background-position:center left;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	font-weight: bold;
}

.divErrors ul 
{
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.divErrors li 
{
	list-style: none;
	color: #CC0000;	
}

.divSuccess 
{
	margin-top: 10px;
	
	margin-left: 1px;
	border: 3px solid #00CC00;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 5px;
}

.divSuccessTop
{
	margin-top: 45px;
	margin-bottom: -30px;
}

.divSuccess fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

.divSuccess legend
{
	color: #00CC00;	
	background-image:url(../img/form/displaySuccess.gif);
	background-repeat: no-repeat;
	background-position:center left;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	font-weight: bold;
}

.divSuccess ul 
{
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.divSuccess li 
{
	list-style: none;
	color: #00CC00;
}

input.submit
{
	background: url(../img/form/button.gif) no-repeat;
	width: 92px;
	height: 21px;
	border: 0;
	font-size: 12px;
}

input.addButton
{
	background: url(../img/form/addButton.gif) no-repeat;
	width: 92px;
	height: 21px;
	border: 0;
	font-size: 12px;
	text-align: left;
	padding-left: 25px;
}

input.editButton
{
	background: url(../img/form/editButton.gif) no-repeat;
	width: 92px;
	height: 21px;
	border: 0;
	font-size: 12px;
	text-align: left;
	padding-left: 25px;
}

input.saveButton
{
	background: url(../img/form/saveButton.gif) no-repeat;
	width: 92px;
	height: 21px;
	border: 0;
	font-size: 12px;
	text-align: left;
	padding-left: 25px;
}

input.cancelButton
{
	background: url(../img/form/cancelButton.gif) no-repeat;
	width: 92px;
	height: 21px;
	border: 0;
	font-size: 12px;
	text-align: left;
	padding-left: 30px;
}

input.sendButton	
{
	background: url(../img/form/sendButton.gif) no-repeat;
	width: 92px;
	height: 21px;
	border: 0;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
}

input.submitButton
{
	background: url(../img/form/submitButton.gif) no-repeat;
	width: 92px;
	height: 21px;
	border: 0;
	font-size: 12px;
	text-align: left;
	padding-left: 30px;
}

input.calendar
{
	border: 1px solid #c0c0c0;
	width: 133px;
	height: 20px;
	cursor: pointer;
}

a.dp-choose-date {
	float: left;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 2px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/form/cal20.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	float: left;
}

a.checkButtonOff 
{
	display: block;
	width: 122px;
	height: 26px;
	background: url(../img/form/checkButtonOff.gif) center no-repeat;
	cursor: pointer;
	font-size: 0px;
	color: #FFFFFF;
	background-color: #EFEFEF;
}

a.checkButtonOn 
{
	display: block;
	width: 122px;
	height: 26px;
	background: url(../img/form/checkButtonOn.gif) center no-repeat;
	cursor: pointer;
	font-size: 0px;
	color: #FFFFFF;
	background-color: #EFEFEF;
}



/************** Modal Box **************************/

.pconfirmfade
{
	position: absolute;
	background-image:url(../img/load/semi-transparent.gif);
}
div.pconfirm
{
	position: absolute;
	background-color: #F6F6F6;
	width: 350px;
}
div.pconfirm .pconfirmcontainer
{
	padding: 5px;
  background-color: #F6F6F6;
  border: 1px solid #CCCCCC;
}
div.pconfirm .pconfirmmessage
{
	padding: 10px;
}
div.pconfirm .pconfirmbuttons
{
	text-align: center;
	padding: 5px 0 0 0;
}
div.pconfirm button
{
	background: url(../img/form/button.gif) no-repeat;
	width: 92px;
	height: 21px;
	border: 0;
	font-size: 12px;
	margin:5px;
}

div.pconfirm img
{
	float:left;
	margin-right: 15px;
}

