body {
	padding: 0px;
	margin: 0px;
}

.clickable {
	cursor:pointer;
	cursor:hand;
}

#lightBoxWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 200%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	display: none;
}

#lightBox {
	position: absolute;
	
	left: 50%;
	top: 15%;
	margin-left: -30%;
	border: 3px solid black;
	border-radius: 6px;
	background-color: white;
	display: none;
}

#lightBoxWrapper2 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 200%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	display: none;
}

#lightBox2 {
	position: absolute;
	
	left: 50%;
	top: 15%;
	margin-left: -30%;
	border: 3px solid black;
	border-radius: 6px;
	background-color: white;
	display: none;
}

#lightBoxWrapper3 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 200%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	display: none;
}

#lightBox3 {
	position: absolute;
	
	left: 50%;
	top: 15%;
	margin-left: -30%;
	border: 3px solid black;
	border-radius: 6px;
	background-color: white;
	display: none;
}

#lightBoxWrapper4 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 200%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	display: none;
}

#lightBox4 {
	position: absolute;
	
	left: 50%;
	top: 15%;
	margin-left: -30%;
	border: 3px solid black;
	border-radius: 6px;
	background-color: white;
	display: none;
}

#lightBoxWrapper5 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 200%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	display: none;
}

#lightBox5 {
	position: absolute;
	
	left: 50%;
	top: 15%;
	margin-left: -30%;
	border: 3px solid black;
	border-radius: 6px;
	background-color: white;
	display: none;
}

#lightBoxWrapper6 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 200%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	display: none;
}

#lightBox6 {
	position: absolute;
	
	left: 50%;
	top: 15%;
	margin-left: -30%;
	border: 3px solid black;
	border-radius: 6px;
	background-color: white;
	display: none;
}

.formBox {
	padding: 15px;
	border: 3px solid black;
	border-radius: 6px;
	background-color: white;
}

.sortable {
	cursor: pointer; 
	cursor: hand;
}

hr.licenseHR {
	padding: 0px; 
	margin: 0px; 
	border: none;
	height: 1px; 
	color: #A6A5A3;
	background-color: #A6A5A3;
}

pre.notesField {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: none;
	background-color: #fff;
	padding: 0px; 
	margin: 0px;
	width: 600px;
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	word-wrap: break-word;                 /* IE 5.5+ and up */
}

button.submitAction {
	color: transparent; 
	background-color: transparent;
	border: none;
	padding: 0px; 
	margin-right: 5px;
}

button.noAction {
	color: transparent; 
	background-color: transparent;
	border-color: transparent;
	padding: 0px; 
	margin-right: 5px;
	opacity: 0.4;
	cursor: default; 
	cursor: default;
}

label.submitAction {
	color: transparent; 
	background-color: transparent;
	border: none;
	padding: 0px; 
	margin-right: 5px;
	margin-left: 5px;
}

div.containsButton {
	height: 30px;
	margin: auto;
}

.noActionGeneral  {
	color: transparent; 
	background-color: transparent;
	border-color: transparent;
	padding: 0px;
	margin-top: -3px;
	opacity: 0.4;
	cursor: default; 
	cursor: default;
}

.discreteButton {
	cursor:pointer;
	cursor:hand;
}

table.commands {
	margin-left: auto;
	margin-right: auto;
}

td.cellCommand {
	border-top: none;
	border-left: 1px solid #A6A5A3;
	border-bottom: none;
	border-right: none;
	padding: 0px;
	text-align: center;
}

img.pencilImage {
	padding-top: 0;
	padding-left: 4px;
	padding-bottom: 0;
	padding-right: 0;
}

.autoMargin {
	margin-right: auto;
	margin-left: auto;
}

.fourButton {
	width: 150px;
}

.twoButton {
	width: 75px;
}

.counterTable {
	float: left;
	margin-left: -45px;
	width: 45px;
}

.numberedHeader {
	height: 60px;
}

.numberedRow {
	height: 45px;
}

.dongleTutorial {
	width: 600px;
}

.invisible {
	display: none;
}

td {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}