/* Page Setup */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	font: normal 10pt Tahoma, Helvetica;
}

.aplosFrame {
	margin: 0 auto;
	width: 1050px;	
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

/* Frames */
h4 {
	margin-top: 0px;
}

.footerDiv {
   position:absolute;
   margin:auto;
   text-align:center;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#404da1;
}

.stdInplaceInput {
	text-decoration:none;
	border:0px;
}

.frameHeader {
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left: 12px;
	font-size:1.6em;
}

.frameHeader .inactive {
	color: maroon;	
}

.deleted {
	color: maroon;
}

.aplosTextbox {
	padding-top: 14px;
	border-width: 0px;
	background-color: transparent;
}

textarea {
	font: inherit;
}

.stdBtnCommand {
	color: #33147F;
	text-decoration: none;
	top: 14px;
}

.editButtons {
	float: right;
}

/* Tabs */

.tabExtenderUp, .tabExtenderDown {
	white-space: nowrap;
}

.tabPanel {
	border-collapse: collapse;
}
.tabPanel td {
	padding: 0;
}

.tabPanel a {
	color: #33147F;
	text-decoration: none;
	padding-left: 10px;
}

/* Ajax Loading Panel */

.loadingPanel {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.loadingPanel {
	display: none;
	text-align: center;
	line-height: 100%;
	height: 100%;
	width: 100%;
}

/* Data Tables */
.listDatatable {
	width: 100%;
	border-collapse: collapse;
}

.dataTD {
	padding: 5px;
	white-space: nowrap;
	font-size: 8pt;
}

/* Data Scroller */
.rich-datascr-button {
	padding: 5px;
	border: none;
	background-color: transparent;
}

.rich-dtascroller-table {
	width: 100%;
	margin-bottom: -12px;
}

.rich-table-cell {
	white-space: nowrap;
	overflow: hidden;
}

/* Data Grid */
table.dataGrid,table.dataGrid td {
	background-color: transparent;
	border: none;
}

/* End New */
.tag {
	vertical-align: middle;
	font-size: 11px;
	padding: 5px;
	padding-right: 0px;
	border: 1px solid lightgrey;
	background-color: white;
	margin: 5px;
}

.tag img {
	vertical-align: middle;
	cursor: pointer;
}

.errorText {
	color: red;
	text-align: right;
}

.detailHeader {
	font-size: 1.3em;
	font-weight: bold;
}

.algorithmSetUpTable {
	text-align: left;
	font-size: .8em;
}

.stdBtn {
	text-decoration: none;
	font-size: 1em;
	color: #555555;
	font-family: Trebuchet;
	z-index: 10;
}

.messageBox {
	clear: both;
	margin: 0 auto;
	position: relative;
	color: black;
	padding: 10px;
	width: 500px;
	z-index: 1050;
}

.messageBack {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000800;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}

/* Edit Forms */

.formText {
	padding-bottom: 8px;
}

.formField input {
	width: 200px;	
}

.formField textarea {
	width:  400px;
	height: 100px;	
}

.numberField {
	border: 1px solid #bebcaf;
	padding: 1px;
	padding-left: 30px;
	width: 171px !important;
	
	background-image: url('../images/pound.gif');
	background-position: 5px;
	background-repeat: no-repeat;
}

/* Rich Messages */

.rich-messages {
	margin: 0px;	
}

.rich-messages dt {
	line-height: 35px;	
}

.rich-messages-label {
	background-color: lightYellow;
	border: 1px solid gray;
	padding: 5px;
	padding-left: 30px;
	background-image: url('../images/warning.png');
	background-position: 5px;
	background-repeat: no-repeat;
}