/* color ref */
/*
light blue #b0d5ec
medium blue color: #0079c1;
dark blue color:#002942



/* structure */
/*
.addButton {
	display: block;
	bottom: 0px;
	background-color: #6699FF;
	position: relative;
	margin: 5px;
	padding: 10px;
	float: right;
	
}
*/

.addButton {
	display: block;
	width: 120px;
	height: 30px;
	margin-top: 5px;
	margin-left: 5px;
	float: right;
	/* TEMP */	
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
	background-image: url(../img/add_30px.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

.addButton a {
	display: block;
	
	padding-left: 5px;
	
	color: white;
}


.editButton {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	/* TEMP */	
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
	background-image: url(../img/edit_30px.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

.editButton a {
	display: block;
	text-indent: -9999px;	
}

/*
.addPackCodeButton {
	display: block;
	
	background-color: #33CCFF;
	
	margin: 5px;
	padding: 10px;
	
	height: 100px;
	
	border: 1px solid green;
	
}
*/

.getPackCodeButton {
	display: block;
	width: 75px;
	height: 30px;
	margin-top: 5px;
	margin-left: 5px;
	float: right;
	/* TEMP */	
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
	background-image: url(../img/next_30px.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

.getPackCodeButton a {
	display: block;
	
	padding-left: 5px;
	
	color: white;
}



.buttonPos {
	height: 200px;
	
	/*background: #CCC;*/
}

.helpButton {
	display: block;
	height: 20px;
	width: 20px;
	
	float: right;
	clear: both;
	
	
	margin-top: -8px;
	margin-right: -8px;
	
	margin-left: 100%;
	
	/* background:  #0033CC; */	

}

.helpButton a {
	display: block;
	padding:5px;
	color: white;
	background-image: url(../img/help_20px.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}

.closeButton {
	display: block;
	height: 20px;
	width: 20px;
	
	float: right;
	clear: both;
	
	
	margin-top: -8px;
	margin-right: -8px;
	
	margin-left: 100%;
	
	/* background:  #0033CC; */	

	display: none;

}

.closeButton a {
	display: block;
	padding:5px;
	color: white;
	background-image: url(../img/close_20px.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}


.addedAllZonesButton {
	display: block;
	width: 120px;
	height: 30px;
	margin-top: 5px;
	margin-left: 5px;
	float: right;
	/* TEMP */	
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
	/*
	background-image: url(../img/add_30px.png);
	background-repeat: no-repeat;
	background-position: right top;	
	*/
}

.addedAllZonesButton  p {
	color: #002942;
	margin-top: 9px;

}



#modalContainer { 
	
	width: 300px; 
	margin: 0 auto; 
	text-align: left;
	
	
	/* * */
	/*height:500px;
	*/
	margin-top:20px;
	
} 


#tableDefault {
	margin-top: 36px;

}



/* typography */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}

h1 {
	font-size: 16px;
	color: #0033CC;	
	
	/*margin-top: 12px;*/
}

.step_01_heading {
	display: block;
	width:260px;
	height:32px;
	
	background-image: url(../img/step_01_heading.png);
	background-repeat: no-repeat;
	background-position: -4px -8px;
	text-indent: -9999px;
}


.step_02_heading {
	display: block;
	width:260px;
	height:32px;
	
	background-image: url(../img/step_02_heading.png);
	background-repeat: no-repeat;
	background-position: -4px -8px;
	text-indent: -9999px;
}


.step_03_heading {
	display: block;
	width:260px;
	height:32px;
	
	background-image: url(../img/step_03_heading.png);
	background-repeat: no-repeat;
	background-position: -4px -8px;
	text-indent: -9999px;
}

h4 {
	font-size: 12px;
	color: #333333;
	margin-top: 12px;
	line-height: 18px;
	font-weight: bold;
	

}

.label {
		/* *** */
	display: block;
	background: red;
	float: left;
	clear:left;
	margin-right:5px;
	
	margin-bottom:24px;
}

.input {
	font-size: 10px;
	line-height: 18px;
	color: #000000;
}

p {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}

.display {
	background: lime;
	float: left;
	clear: right;
	margin-bottom: 24px;
	display: block;
	width:100px;
}

.defaultEntry {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	
}

.userEntry {
	font-size: 12px;
	line-height: 18px;
	color: #0079c1;
}

.display {
	float: left;
}

.deleteSmall {
	background-image: url(../img/delete_13px.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	height: 13px;
	width: 13px;	
	
	margin-top: -13px;

}

.editSmall {
	background-image: url(../img/edit_13px.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	height: 13px;
	width: 13px;
	
	
}


/* Tables */
label {
	font-size: 12px;
	color: #333333;
	margin-top: 12px;
	line-height: 18px;
	font-weight: bold;
	
	align: left;
	float: left;
	clear: left;
}


.alt {
	background-color: #b0d4ec;
}






/* buttons */
.tick {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	float: left;
	/* TEMP */	
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
	background-image: url(../img/tick_30px.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;	
}



.warn {
	font-size:36px;
	font-weight: bold;
	color: orange;
	margin-top:15px;
	float: right;
}

.max {
	font-size:36px;
	font-weight: bold;
	color: red;
	margin-top:15px;
	float: right;
}




#scroll_table th {
	
	font-size: 10px;
	font-weight: bold;
	color: #333333;	
	
}

#scroll_table td {
	padding: 1px 0px 1px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #0079c1;
}

/* Entry Forms */

#formContainer {
	text-align: left;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	width: 300px;

} 

.submitButton {
	display: block;
	width: 75px;
	height: 30px;
	margin-top: 5px;
	margin-left: 5px;
	float: right;
	/* TEMP */	
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
	background-image: url(../img/next_30px.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

.submitButton a {
	display: block;
	
	padding-left: 5px;
	
	color: white;
}



.error {
	font-size:10px;
	line-height: 18px;
	color: #FF3300;
	
	padding: 2px 0px 2px 0px;
}

.formLable {
	background: red;
}


/* CALCULATE SUMMARY + PRINT PAGE */
.displayCode {

		font-size: 32px;
	line-height: 48px;
	color: #0079c1;
}


.heading-white {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	
	/*margin-top: 12px;*/
}

.heading-blue {
	font-size: 18px;
	color: #0077C1;	
	font-weight: bold;
	
	/*margin-top: 12px;*/
}

/* SMALLPRINT */
#smallPrint {
	margin-top: 75px;
	
	font-size: 9px;
	line-height: 12px;
	color: #000033;
}

#smallPrint h6 {
	margin-top: 8px;
	font-size: 11px;
	line-height: 12px;
	color: #002843;
	font-weight: bold;
}

#smallPrint p {
	line-height:18px;
}

#smallPrint p sup  {
	font-size: 6px;
	background: yellow;
}
	
#smallPrint ul {
	list-style-type: none;
}

#smallPrint li {
	line-height:18px;
}

/* DISCLAIMER */

#smallPrintDisclaimer {
	margin-top: 16px;
	
	font-size: 9px;
	line-height: 12px;
	color: #000033;
}

#smallPrintDisclaimer h5 {
	margin-top: 8px;
	font-size: 14px;
	line-height: 12px;
	color: #002843;
	font-weight: bold;
	
	margin-top: 24px;
	margin-bottom: 12px;
}

#smallPrintDisclaimer h6 {
	margin-top: 8px;
	font-size: 11px;
	line-height: 12px;
	color: #002843;
	font-weight: bold;
}

#smallPrintDisclaimer p {
	margin-bottom: 6px;

}


}
