/*** Notification Returns ***/
.notify_box {
	color: #262626;
	border-bottom: 1px solid;
	border-top: 1px solid;
    margin: 5px auto !important;
	padding: 3px 3px 5px 25px !important;
	text-align: left !important;
}
	html>body .notify_box {
		padding-top: 4px !important;
	}
	
	.notify_box p {
		margin: 0 !important;
		padding: 0 !important;
	}

	.return_error {
		background: #FFDBE1 url(/resources/images/icons/msgs/icon_fail.gif) no-repeat 3px 3px;
		border-color: #EECCDD;
	}
	
	.return_information {
		background: #DDE8FF url(/resources/images/icons/msgs/icon_information.gif) no-repeat 3px 3px;
		border-color: #CCD7EE;
	}

	.return_success {
		background: #E5FFE5 url(/resources/images/icons/msgs/icon_done.gif) no-repeat 3px 3px;
		border-color: #D4EED4;
	}
	
	.return_warning {
		background: #FFFFCC url(/resources/images/icons/msgs/icon_warning.gif) no-repeat 3px 3px;
		border-color: #EEEEBB;
	}


.error_text {
	color: #FF0000;
}


#bourbon_timer table {
	background: #FFFFFF;
	border: 0;
}
	#bourbon_timer table td {
		border-bottom: 1px solid #D4D4D4;
		border-right: 1px solid #D4D4D4;
		font-size: 10px;
		padding: 3px 5px 3px 3px;
		vertical-align: middle;
	}
		#bourbon_timer table tr:hover {
			background: #E4ECFF !important;
		}
		
		.bourbon_timer_red {
			color: red;
			font-weight: bold;
		}
		
.bourbon_timer_header td {
	background: #F5F5F5;
	border-top: 1px solid #D4D4D4;
	font-size: 14px;
	font-weight: bold;
	padding: 3px !important;
}
	.bourbon_timer_sub_header td {
		font-weight: bold;
	}
