﻿/* CSS Document */
.erroralert {
	background: #FEF4E2 url(../images/error.png) no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 4px;
	font-family: Franklin Gothic Book;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 45px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC66;
	border-bottom-color: #FFCC66;
}
.navigationalert {
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 4px;
	font-family: Franklin Gothic Book;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 45px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #339933;
	border-bottom-color: #339933;
	background-color: #EBF2E3;
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
}
.infoalert {
	background: #f8fafc url(../images/information.png) no-repeat center;
	background-position: 15px 50%;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 4px;
	font-family: Franklin Gothic Book;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 45px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.lightbulbalert {
	background: #fff6bf url(../images/lightbulb.png) no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 4px;
	font-family: "Franklin Gothic Book";
	line-height: 130%;
	margin-top: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 45px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.availableoptions {
	width: 100%;
	background: #fff6bf url(../images/lightbulb.png) no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 3px 20px 3px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-family: "Franklin Gothic Book";
}
.acceptalert {
	width: 100%;
	background: #EBF2E3 url('../images/accept.png') no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 3px 20px 3px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	border-top-color: #99E6A7;
	border-bottom-color: #99E6A7;
	font-family: "Franklin Gothic Book";
}
.lockalert {
	background: #FFDFD7 url('../images/lock.png') no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 4px;
	font-family: "Franklin Gothic Book";
	line-height: 130%;
	margin-top: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 45px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top: 2px solid #FF8080;
	border-bottom: 2px solid #FF8080;

	
}
.exclamationalert {
	background: #FFDFD7 url(../images/exclamation.png) no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 4px;
	font-family: "Franklin Gothic Book";
	line-height: 130%;
	margin-top: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 45px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top: 2px solid #FF8080;
	border-bottom: 2px solid #FF8080;
}
.cancelalert {
	width: 100%;
	background: #FFDFD7 url(../images/cancel.png) no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 3px 20px 3px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	border-top-color: #FF8080;
	border-bottom-color: #FF8080;
	font-family: "Franklin Gothic Book";
}
.processingalert {
	background: #FED8F3 url('../images/loading.gif') no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 4px;
	font-family: Franklin Gothic Book;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 45px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF99CC;
	border-bottom-color: #FF99CC;
}
.messagealert {
	background: #EAEAEA url('../images/comment.png') no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 4px;
	font-family: Franklin Gothic Book;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 45px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.needhelp {
	cursor: help;
	text-decoration: none;
}
.phonealert {
	background: url('../images/telephone.png') no-repeat center;
	background-position: 5px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 3px 20px 3px 20px;
	font-family: "Franklin Gothic Book";
	line-height: 130%;
	margin-top: 0;
	font-size: small;
}
.unlockalert {
	width: 100%;
	background: #EBF2E3 url('../images/lock_open.png') no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 3px 20px 3px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	border-top-color: #99E6A7;
	border-bottom-color: #99E6A7;
	font-family: "Franklin Gothic Book";
}
p.note {
	background: #EEE;
	padding: 4px;
	font-family: Franklin Gothic Book;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}
.helpalert {
	background: #f8fafc url(../images/help.png) no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 4px;
	font-family: Franklin Gothic Book;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 45px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b5d4fe;
	border-bottom-color: #b5d4fe;
}
.clockalert {
	background: url('../images/clock.png') no-repeat center;
	background-position: 5px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 3px 20px 3px 20px;
	font-family: "Franklin Gothic Book";
	line-height: 130%;
	margin-top: 0;
	font-size: small;
}
.emailalert {
	background: #CCE6FF url('../images/email_go.png') no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 4px;
	font-family: "Franklin Gothic Book";
	line-height: 130%;
	margin-top: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 45px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	border-top-color: #99CCFF;
	border-bottom-color: #99CCFF;
}
.bademailalert {
	background: #CCE6FF url('../images/email_error.png') no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 4px;
	font-family: "Franklin Gothic Book";
	line-height: 130%;
	margin-top: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 45px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	border-top-color: #99CCFF;
	border-bottom-color: #99CCFF;
}
.ornamentalert {
	background: #FFE8E9 url(../images/redornament.png) no-repeat center;
	background-position: 15px 50%;
/* x-pos y-pos */	text-align: left;
	padding: 4px;
	font-family: Franklin Gothic Book;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 45px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	border-top-color: #009933;
	border-bottom-color: #009933;
}
