/* Default CSS Reset START */


ul {
	list-style: none;
}




/*HEADERS*/
h1,h2,h3,h4,h5 {
	margin-bottom: .5em;
	font-weight: normal;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}


/* Setup Class Defaults END  */ /* Useful Classes START  */
ul.bulletList {
	margin: 10px 0;
	padding-left: 50px;
	list-style: square outside;
}

ul.bulletList li,ol li {
	margin-bottom: .33em;
}

ul.lineList li {
	border-bottom: solid 1px;
	padding: 2px 0;
}


.alignx {
	text-align: right;
}



.floatx {
	float: right;
}


.notbold {
	font-weight: normal;
}

.redText {
	color: #f00;
}

.greenText {
	color: green;
}

.orangeText {
	color: #ff7800;
}

.blueText {
	color: #56697c;
}

.greyText {
	color: #888;
}

.whiteText {
	color: #fff;
}

.watermark {
	color: #666;
	font-style: italic;
}

.inlineImg {
	vertical-align: middle;
}

.seperator {
	margin-top: 20px;
	height: 20px;
	border-top: solid 3px #f2f2f2;
}

.noBor {
	border: 0 !important;
}

.noPad {
	padding: 0 !important;
}

.noMargin {
	margin: 0 !important;
}

/*FONT SIZES*/
.f8 {
	font-size: 8px;
}

.f9 {
	font-size: 9px;
}

.f10 {
	font-size: 10px;
}

.f11 {
	font-size: 11px;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

/*FORM FIELD SIZES*/
select.w30,input.w30,textarea.w30 {
	width: 20px;
}

select.w30,input.w40,textarea.w40 {
	width: 40px;
}

select.w60,input.w60,textarea.w60 {
	width: 60px;
}

select.80,input.w80,textarea.w80 {
	width: 80px;
}

select.w100,input.w100,textarea.w100 {
	width: 100px;
}

select.w120,input.w120,textarea.w120 {
	width: 120px;
}

select.w140,input.w140,textarea.w140 {
	width: 140px;
}

select.w200,input.w200,textarea.w200 {
	width: 200px;
}

select.w250,input.w250,textarea.w250 {
	width: 250px;
}

select.w300,input.w300,textarea.w300 {
	width: 300px;
}

select.w400,input.w400,textarea.w400 {
	width: 400px;
}

/* Useful Classes END  */
.priButBlue {
	display: inline-block;
	background: url(../images/bg/wizardButton_blue.png) no-repeat;
	width: 209px;
	height: 43px;
	line-height: 43px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}

.priButOrange {
	display: inline-block;
	background: url(../images/bg/wizardButton_orange.png) no-repeat;
	width: 209px;
	height: 43px;
	line-height: 43px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}

.priButBlue:hover,.priButOrange:hover {
	color: #fff;
}

.redButton {
	line-height: 100%;
	display: inline-block;
	background: #cd400b;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border: solid 2px #f2f3f5;
	text-decoration: none;
}

.greenButton {
	line-height: 100%;
	display: inline-block;
	background: #56b408;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border: solid 2px #f2f3f5;
	text-decoration: none;
}

.blueButton {
	line-height: 100%;
	display: inline-block;
	background: #617385;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border: solid 2px #f2f3f5;
	text-decoration: none;
}

.orangeButton {
	line-height: 100%;
	display: inline-block;
	background: #ff7800;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border: solid 2px #f2f3f5;
	text-decoration: none;
}

.redButton:hover,.greenButton:hover,.blueButton:hover {
	color: #fff;
	text-decoration: none;
	border-color: #fff;
	text-shadow: 1px 1px 1px #999;
}

/* Basic typography START  */
h1.pagetitle {
	border-bottom: solid 3px #ff7802;
	padding: 0 0 20px 0;
}

/* Basic typography END  */ /* Messaging START */
.pageError,.pageAttention,.pageSuccess {
	margin: 10px 0;
}

.pageError .message {
	background: url(../images/icons/errorMessage.png) no-repeat left #cd400c
		;
	color: #fff;
	font-size: 13px;
	padding: 10px 50px;
}

.pageAttention .message {
	background: url(../images/icons/attentionMessage.png) no-repeat left
		#fedc0a;
	color: #000;
	font-size: 13px;
	padding: 10px 50px;
}

.pageSuccess .message {
	background: url(../images/icons/successMessage.png) no-repeat left
		#56b408;
	color: #fff;
	font-size: 13px;
	padding: 10px 50px;
}
/* Messaging START */