* {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
}

/* ========================================================================== */
h1 {
	font-weight: lighter;
}

h2 {
	color: #DDDDDD;
}

h3 {
	color: #BBBBBB;
}

h4 {
	color: #999999;
}

a {
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #EF7F01;
}

hr {
	border: 0;
	width: 100%;
	margin: 0px auto 20px auto;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

button {
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-size: 17px;
	cursor: pointer;
	background-color: #EF7F01;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

/* ========================================================================== */
#contentLogin {
	position: absolute;
	top: 50px;
	width: 100%;
}

/* ========================================================================== */
#lockDiv {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	z-index: 1;
}

#busyDiv {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 650px;
	height: 100%;
	text-align: center;
	z-index: 1;
}

#busyGif {
	margin: 380px auto auto auto;
}

/* ========================================================================== */
#topBar {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 95px;
	background-color: #EF7F01;
}

#content {
	position: absolute;
	/*
    top: 155px;
*/
	top: 50px;
	width: 100%;
	/*
background-color: green;
*/
}

#contentPage {
	position: relative;
	width: 650px;
	height: 325px;
	margin: 0px auto 0px auto;
	/*
background-color: gray;
*/
}

#contentPageWide {
	position: relative;
	width: 90%;
	min-width: 650px;
	min-height: 325px;
	margin: 0px auto 0px auto;
	/*
background-color: gray;
*/
}

#contentLogo {
	position: relative;
	width: 100%;
	overflow: auto;
	text-align: center;
}

#contentRoundCorners {
	position: relative;
	top: 50px;
	width: 540px;
	overflow: auto;
	margin: 0px auto 0px auto;
	padding: 20px 20px 20px 20px;
	background-color: #231F20;
}

#contentRoundCornersWide {
	position: relative;
	top: 50px;
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 20px 20px 20px 20px;
	background-color: #231F20;
}

#contentError {
	width: 100%;
	overflow: auto;
	margin: 0px 0px 10px 0px;
	text-align: center;
	color: #FF0000;
}

#contentLoginHeader {
	float: left;
	max-width: 49%;
	text-align: center;
	/*
background-color: aqua;
*/
}

/*
#contentLoginForm {
    float: right;
    overflow: auto;
background-color: maroon;
}
*/
#contentLoginForm {
	overflow: auto;
	width: 256px;
	margin: 0px auto 0px auto;
	/*
background-color: maroon;
*/
}

#buttonLogin {
	float: right;
	cursor: pointer;
}

#contentFooter {
	position: relative;
	top: 70px;
	width: 100%;
	padding: 0px 0px 36px 0px;
	overflow: auto;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	/*
background-color: black;
*/
}

#contentFooterSubstitute {
	position: relative;
	top: 70px;
	width: 100%;
	height: 50px;
	overflow: auto;
	/*
background-color: black;
*/
}

#contentHeader {
	width: 100%;
	overflow: auto;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

#contentTextCenter {
	width: 100%;
	overflow: auto;
	margin: 0px 0px 20px 0px;
	text-align: center;
	color: #AAAAAA;
}

#contentText {
	width: 100%;
	overflow: auto;
	margin: 0px 0px 20px 0px;
}

#userName {
	float: left;
	overflow: auto;
	padding: 6px;
	color: #000000;
	background-color: #FFFFFF;
}

#buttonLogout {
	float: right;
	margin: 0px 0px 0px 10px;
}

#buttonRefresh {
	float: right;
	margin: 0px 0px 0px 10px;
}

#buttonUpload {
	float: right;
	margin: 0px 0px 0px 10px;
}

#browserUploadElement {
	visibility: hidden;
}

#browserUploadElementIE {
	margin: 0px -80px 0px 0px;
	float: right;
	width: 70px;
	height: 31px;
	cursor: pointer;
	opacity: 0.0;
	filter: alpha(opacity = 0);
}

/* ========================================================================== */
.textFormField {
	font-family: Minion Pro, Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-left: 3px;
	padding-right: 3px;
	width: 250px;
	height: 30px;
	margin: 4px 0px;
}

.trBright {
	background-color: #595959;
}

.trDark {
	background-color: #494949;
}

.trOnMouseOver {
	background-color: #797979;
}

.tdSpaceMin {
	min-width: 20px;
}

.tdSpace100Percent {
	width: 100%;
}

.tableCellTextCenter {
	text-align: center;
}

.linkMarginLeftRight {
	margin: 0px 10px 0px 10px;
}

.linkMarginFull {
	margin: 10px 10px 10px 10px;
}