/* CSS Document */


.DarkBlue11 {
	font-family: "Century Gothic";
	font-size: 11px;
	color: 020a10;
}
.BLUEHEADER {
	font-family: "Century Gothic";
	font-size: 28px;
	font-weight: normal;
	color: 12446e;
}
.footerblue10 {
	font-family: "Century Gothic";
	font-size: 10px;
	color: 063d60;
}
.orange10b {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: bold;
	color: df7021;
}
.orange12b {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: df7021;
}


.blue12b {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #063D64;
}
.inputbox {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #257FCD;
}
.inputboxOrange {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #df7021;
}



.white10b {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: bold;
	color: ffffff;
}
.white12b {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: ffffff;
}

a.nav:link {
	color: #063d60;
	text-decoration: none;
	
}
a.nav:visited {
	text-decoration: none;
	color: #063d60;
	
}
a.nav:hover {
	text-decoration: underline;
	color: #df7021;
	
}
a.nav:active {
	text-decoration: none;
	color: #063d60;
	
}


a.navwhite:link {
	color: #ffffff;
	text-decoration: none;
	
}
a.navwhite:visited {
	text-decoration: none;
	color: #ffffff;
	
}
a.navwhite:hover {
	text-decoration: underline;
	color: #020a10;
	
}
a.navwhite:active {
	text-decoration: none;
	color: #ffffff;
	
}.thickWhiteBorder {
	border: 5px solid #e8f0f6;
}
.leftfloat {
	float: left;
}

.blue14b {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
		color: 12446e;

}
.error {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: bold;
	color: #8e030f;
	background-image: url(images/error.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.success {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: bold;
	color: #04611a;
	background-image: url(images/success.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;

}

.neutral {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/neutral.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	text-indent:40px;

}
.Confirmed {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #66FF66;
}
.Pending {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #9933CC;
}
.Cancelled {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
}

.inputboxLight {
font-family: "Century Gothic";
font-size: 12px;
color: #0080C0;
background-color: #D2D9F9;
border: 1px solid #A5B7D8;
}
.grey11 {
font-family: "Century Gothic";
font-size: 11px;
color: #666666;
border: 1px solid #A5B7D8;

}

input[disabled="disabled"], input.disabled {
	border: 1px solid #A5B7D8;
font-family: "Century Gothic";
font-size: 11px;
background-color: #257FCD;
border: 1px solid #A5B7D8;
}

borderUp1 {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #267FCF;
}

.border {
	border: 1px solid #267FCF;
}

