/* BASIC ELEMENT STYLES */
body { margin: 0; height: 100%; width: 100% }
ul, li, td, a, div, p, h1, h1, span { text-decoration: none; font-family: Lucida Grande,sans-serif; margin: 0; color: #000 }
p, a { font-size: 12px; }
table { margin: 0px; padding: 0px; }
h1 { font-size: 16px; }

/* GENERIC CLASSES */
.row, .col { overflow: hidden; position: absolute; }
.row { left: 0; right: 0; }
.col { top: 0; bottom: 0; }
.scroll-x { overflow-x: auto; }
.scroll-y { overflow-y: auto; }
.archived, .archived .cell { color: Red!important }

/* LAYOUT */
.header.row { height: 200px; top: 0; }
.subHeader.row { height: 55px; top: 125px; }
.body.row { top: 180px; bottom: 30px; left: 0; }
.configbody.row { top: 130px; bottom: 30px; left: 0; }
.emptyBody.row { top: 126px; bottom: 30px; left: 0; }
.footer.row { height: 30px; bottom: 0; }

/* PRELOAD IMAGES */
body:after
{
    display: none;
    url('../images/landing/truMap1.png') url('../images/landing/truMap2.png') url('../images/landing/truMap3.png') url('../images/landing/truMapHover1.png') url('../images/landing/truMapHover2.png') url('../images/landing/truMapHover3.png')
}

/* LOGIN */
.emptyBody
{
	overflow-y: auto;
}
.configbody
{
	overflow-y: scroll;
}
iframe
{
	border: 0;
	width: 100%;
}
.textBox
{
	border: 1px solid #ccc;
	margin: 10px;
	padding: 10px;
	width: 500px;
}
.textBox h1, .reset h1
{
	color: #1e184c;
}
.textBox
{
	font-size: 14px;
}
.textBox a:hover
{
	color: Red;
}
.reset input[type=text], .userForm input[type=text]
{
	width: 225px;
}
.reset p
{
	margin: 5px 0;
}
.reset li
{
	font-size: 12px;
}
.loginHeader
{
	width: 100%;
	text-align: center;
}
.loginHeader h1
{
	color: #109dc0;
	display: block;
}
.loginHelp
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	width: 700px;
	clear: none;
	z-index: 20;
}
.helpHeader
{
	position: relative;
}
.loginBox
{
	width: 1000px;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	/*border: 1px solid #109dc0;*/
	padding: 20px;
}
.loginBox .loginMap
{
	height: 416px;
	margin: 0;
	display: inline-block;
	float: left;
}
.loginBox .mainLogin
{
	border: 1px solid #109dc0;
	padding: 0 2px;
	width: 50px;
	background: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 130px;
	position: absolute;
	color: #109dc0;
}
.loginBox .loginMap:hover .mainLogin
{
	background: #109dc0;
	color: #fff;
}
.loginBox .loginMap:hover .subLogin
{
	visibility: visible;
}
.subLogin
{
	background: #109dc0;
	border: 1px solid #109dc0;
	width: 110px;
	background: #fff;
	font-size: 16px;
	text-align: center;
	color: #109dc0;
	margin-top: 170px;
	visibility: hidden;
	position: absolute;
}
.subLogin:hover, .betaLogin:hover
{
	background: #109dc0;
	color: #fff;
}
.naLogin.logNA 
{
	background: url('../images/landing/truMapHover1.png') no-repeat;
}
.naLogin
{
	width: 371px;
	background: url('../images/landing/truMap1.png') no-repeat;
}
.naLogin .mainLogin
{
	margin-left: 140px;
}
.naLogin .liveLogin
{
	margin-left: 52px;
}
.naLogin .betaLogin
{
	margin-left: 170px;
}
.euLogin.logEMEA
{
	background: url('../images/landing/truMapHover2.png') no-repeat!important;
}
.euLogin
{
	width: 346px;
	background: url('../images/landing/truMap2.png') no-repeat!important;
}
.euLogin .mainLogin
{
	margin-left: 100px;
}
.euLogin .liveLogin
{
	margin-left: 10px;
}
.euLogin .betaLogin
{
	margin-left: 128px;
}
.apacLogin.logAPAC 
{
	background: url('../images/landing/truMapHover3.png') no-repeat;
}
.apacLogin
{
	width: 282px;
	background: url('../images/landing/truMap3.png') no-repeat;
}
.apacLogin .mainLogin
{
	margin-left: 85px;
}
.apacLogin .liveLogin
{
	margin-left: 0;
}
.apacLogin .betaLogin
{
	margin-left: 117px;
}
/*.naLogin:hover
{
	background: url('../images/landing/truMapHover1.png') no-repeat;
}
.euLogin:hover
{
	background: url('../images/landing/truMapHover2.png') no-repeat;
}
.apacLogin:hover
{
	background: url('../images/landing/truMapHover3.png') no-repeat;
}*/

/* Dual Authentication */
.dualAuthContainer a
{
	font-size: 14px;
}
.dualAuthContainer p
{
	margin: 5px 0;
}
.dualAuthContainer a img
{
	margin-right: 5px;
}
.dualAuth
{
	margin-bottom: 5px;
}
.dualAuth p
{
	margin-top: 5px;
}
.dualAuth input[type=text]
{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 5px 5px 0;
	height: 20px;
}
/* Challenge */
.challenge input, .challenge select
{
	margin: 5px 5px 5px 0;
}
.challenge input[type=text], .challenge input[type=password]
{
	width: 200px;
}
/* LOADING */
.pageLoad, .timeout
{
	position: absolute;
	z-index: 9999;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #fff;
	text-align: center;
}
.fullPage
{
	position: absolute;
	z-index: 9998;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #1E184C;
	text-align: center;
	display: none;
	color: #fff;
}
/*.fullPage h1, .fullPage td
{
	color: #fff;
}*/
.fullPageClose
{
	position: absolute;
	height: 10px;
	width: 10px;
	background: url('../images/icons/delete.png');
	right: 3px;
	top: 3px;
}
.fullPreviewCommand
{
	color: #E1D3F3;
	position: absolute;
	right: 5px;
	top: 80px;
}
.fullPreviewCommand:hover
{
	color: Red;
}
.fullPageButton
{
	position: absolute;
	left: 50%;
	right: 50%;
	top: 50px;
	width: 135px;
	height: 22px;
	background: url('../images/fullScreen.png');
}
.fullPageButton:hover
{
	background: url('../images/fullScreenHover.png');
}
.pageLoad
{
	padding-top: 300px;
}
.timeout
{
	display: none;
}
.timeout h1, .timeout h2
{
	color: #E0EBFF;
	font-size: 200px;
	margin: 0;
}
.timeout p
{
	color: #E0EBFF;
	font-style: italic;
	margin: 0;
}
.timeout h1
{
	margin: 0 0 0 -500px;
}
.loading
{
	display: none;
}
/* PASSWORD */
.passwordDisplay
{
    font-size: 12px;
    margin: 10px 0;
    border: 1px solid #333;
    background: #1e184c;
    padding: 3px 3px 8px 3px;
    color: #fff;
    font-style: italic;
}
.displayContent
{
	padding: 10px;
}
.displayContent p
{
	margin: 10px 0;
}
.displayContent form h1
{
	color: #1e184c;
	font-style: italic;
}
.displayContent form
{
	border: 1px solid #ccc;
	padding: 10px;
	width: 500px;
	margin-bottom: 10px;
}
/* FOOTER */
.footerStyle
{
	background: #636166 url('../images/footer.gif') repeat-x 0 0;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
}
.footerStyle span
{
	margin-top: 5px;
	color: #333;
	display: block;
}

/* HEADER BAR */
.headerBar 
{
	width: 100%;
	height: 60px;
}
.informationBar
{
	width: 100%;
	height: 40px;
	min-width: 980px;
	overflow: hidden;
}
.headerDivide
{
	background: url('../images/shadeUp.gif') repeat-x 0 0;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	height: 15px;
	width: 100%;
}
.loginHeader
{
	width: 100%;
	text-align: center;
}
.loginHeader h1
{
	color: #109dc0;
	display: block;
}
.loginHelp
{
	position: absolute;
	left: 0;
	right: 0;
	top: 500px;
	margin: auto;
	width: 700px;
	clear: none;
	z-index: 20;
}
.loginInfo
{
	position: relative;
	background: url('../images/trans.png') repeat;
	width: 400px;
	left: 0;
	right: 0;
	top: 150px;
	margin: auto;
	padding: 20px;
	border: 1px solid #ccc;
}
.loginInfo input[type=text], .loginInfo input[type=password]
{
	height: 20px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}
.helpHeader
{
	position: relative;
}
.loginPassword
{
	margin-right: 80px;
}
.loginUsername
{
	margin-left: 70px;
	margin-right: 80px;
}
.loginBox
{
	width: 1000px;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	/*border: 1px solid #109dc0;*/
	padding: 20px;
}
.loginBox .loginMap
{
	height: 416px;
	margin: 0;
	display: inline-block;
	float: left;
}
.loginBox .mainLogin
{
	border: 1px solid #109dc0;
	padding: 0 2px;
	width: 50px;
	background: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 130px;
	position: absolute;
	color: #109dc0;
}
.loginBox .loginMap:hover .mainLogin
{
	background: #109dc0;
	color: #fff;
}
.loginBox .loginMap:hover .subLogin
{
	visibility: visible;
}
.subLogin
{
	background: #109dc0;
	border: 1px solid #109dc0;
	width: 110px;
	background: #fff;
	font-size: 16px;
	text-align: center;
	color: #109dc0;
	margin-top: 170px;
	visibility: hidden;
	position: absolute;
}
.subLogin:hover, .betaLogin:hover
{
	background: #109dc0;
	color: #fff;
}