
body, table, tr, td, th, form, label, div, p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	color: black;
	font-size: 11px;
}

p, div {
	margin: 0px;
	padding: 0px;
}

a {
	color: #314594;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: black;
	cursor: pointer;
}

a:visited {
	color: #314594;
	text-decoration: none;
}
/*
td:hover {
	cursor: pointer;
}

thead td:hover {
	cursor: default;
}
*/
img {
	border: 0px;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #000000;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topright: 0px; 	
}

input[type=image] {
	border: 0px;
}

input:hover,
select:hover,
textarea:hover {
	border: 1px solid #ac0000;
}

input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
	border: 1px solid #FFD700;
}

.AdminIcon {
	cursor: pointer;
	opacity : 0.4;
	filter : alpha(opacity=40);
	z-index:1;
}

.AdminInput {
	border: 0px;
	border-bottom: 1px dotted black;
}

.aLeft {
	text-align: left;
}

.aCenter {
	text-align: center;
}

.aRight {
	text-align: right;
}

.flLeft {
	float: left;
}
.flRight {
	float: right;
}

.pAbsolute {
	position: absolute;
}

.pRelative {
	position: relative;
}

.clr {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}

.hidden {
	visibility: hidden;
}

.none {
	display: none;
}

.cAtables01 {
	background: #c1e2f7;
}

.cAtables02 {
	background: #e0f5fe;
}

.cAtables03 {
	background: #ffdead;
	color: #333333;
	cursor: default;
}

.cAtables04 {
	background: #ff0000;
}


#APLHelp, #APIContainer, #APIController, #ContainerDebug div, #APIAdminController div, #APIAdminController p, #APIAdminController label, #APLComm {
	color: Black;
}

#APLjsError {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}