/* input */
input.all_input_error,select.all_input_error,textarea.all_input_error,body.all_input_error {
    background-color: #ffe8eb !important;
}
/* end input */
ul.all_error_list {
	margin-top: 0px; 
	margin-bottom: 0px;
}
/* loading */

.all_loading_message_block {
    background-color: #EBEBEB;  
    border: 1px solid #CCCCCC;
    padding: 5px; 
    text-align: left;
}

.all_loading_message_header {
	background-image: url(/jobsrep/gfx/allsites/ajax_throbber-small.gif);
	background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
    text-align: left;
    min-height: 16px;
}


/* endloading */

/* error */
.errorblock {
	background-color: #FFFF90;	
	border: 1px solid #FF0000;
	padding: 5px;
}

.errorblockheader{
	color:#ff0000;
	font-weight: bold;
}

.errorblockline{
 color: #000000;
}

.errorformtable {
    background-color: #FFFF99;
    padding: 10px;  
    color: #FF0000;
}
.all_error_message_header {
    background-image: url(/jobsrep/gfx/allsites/icon/icon_error.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

.errorpadding {
    padding-top: 15px;
}
.all_error_message_block {
    background-color: #FFFF90;  
    border: 1px solid #FF0000;
    padding: 5px;
    display: none;
    margin: 0px 0px 5px 0px;
    text-align: left;
}


/* end error */
/* success */
.successblock {
	background-color: #ACF97D;	
	border: 1px solid #008000;
	padding: 5px; 
}

.successblockheader{
	font-size: 20px; 
	font-weight: normal; 
	color: #008000; 
	font-family:  arial, verdana, helvetica;
}

.successblockline{
 color: #000000;
}

.successformcell {
	background-color: #ACF97D;	
	border: 1px solid #008000;
	padding: 5px; 
}

span.successtitle {
	font-size: 20px; 
	font-weight: normal; 
	color: #008000; 
	font-family:  arial, verdana, helvetica;
}

.all_success_message_block {
    background-color: #ACF97D; 
    border: 1px solid #008000;
    padding: 5px; 
    display: none;
    margin: 10px 0px 10px 0px;
    text-align: left;
}

.all_success_message_header {
    background-image: url(/jobsrep/gfx/allsites/icon/icon_success.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

/* end success*/

/* info */
.infoformtable {
	background-color: #A8E271;
	border: #008000 solid 1px;
	padding: 10px;	
	color: #4C8000;
}

.infopadding {
	padding-top: 20px;
	padding-bottom: 25px;	
}

.all_info_message_block {
    background-color: #d1cdf6; 
    border: 1px solid #3825da;
    padding: 5px; 
    display: none;
    margin: 0px 0px 5px 0px;
    text-align: left;
}

.all_info_message_header {
    background-image: url(/jobsrep/gfx/allsites/icon/icon_info.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

/* end info */
/* warning */
.all_warning_message_block {
    border: 1px solid #FED116;
    background-color:#FEF5CC;
    padding: 5px; 
    display: none;
    color:#666666;
    margin: 0px 0px 5px 0px;
}

.all_warning_message_header {
    background-image: url(/jobsrep/gfx/allsites/icon/icon_warning.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

/* alert */

.all_alert_medium_message_block {
    background-image: url(/jobsrep/gfx/allsites/icon_alert_medium.gif);
    background-color: #FFFF90;  
    border: 1px solid #FF0000;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

.all_alert_collaboration_message_block {
    background-image: url(/jobsrep/gfx/allsites/icon_lock_collaboration_medium.gif);
    background-position:0 4px;
    background-color: #FFFF90;  
    border: 1px solid #FF0000;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}
li.errorItem{
	display: none;	
	margin-left:0px;
	margin-top:10px;
	list-style-type: square;
}
/* end alert */
