﻿/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
	width: 860px;
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #4b6c9e;
	width: 100%;
}

	.header h1
	{
		font-weight: 700;
		margin: 0px;
		padding: 0px 0px 0px 20px;
		color: #f9f9f9;
		border: none;
		line-height: 2em;
		font-size: 2em;
	}

.main
{
	padding: 0px 12px;
	margin: 12px 8px 8px 8px;
	min-height: 420px;
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}


/* TAB MENU   
div.hideSkiplink
{
		background-color:#3a4f63;
		width:100%;
}

div.menu
{
		padding: 4px 0px 4px 8px;
}

div.menu ul
{
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
		background-color: #465c71;
		border: 1px #4e667d solid;
		color: #dde4ec;
		display: block;
		line-height: 1.35em;
		padding: 4px 20px;
		text-decoration: none;
		white-space: nowrap;
}

div.menu ul li a:hover
{
		background-color: #bfcbd6;
		color: #465c71;
		text-decoration: none;
}

div.menu ul li a:active
{
		background-color: #465c71;
		color: #cfdbe6;
		text-decoration: none;
}
----------------------------------------------------------*/

/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset.login
{
	width: auto !important;
	margin: 0 0 1.6em 0;
	padding: 15px 20px 15px 15px;
	border: 1px solid #e8e8e8;
	background-color: #f4f4f4;
}

	fieldset.login p
	{
		margin: 0;
	}

	fieldset.login label, fieldset.register label, fieldset.changePassword label
	{
		display: block;
	}

fieldset label.inline
{
	display: block;
	width: 100px;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.textCountryCode {
	width: 100px;
	border: 1px solid #ccc;
}

input.textCallCode
{
	width: 80px;
	border: 1px solid #ccc;
}

input.textCallNum
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	display: inline-block;
	width: auto;
	min-width: 380px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
}

	.loginDisplay a:link
	{
		color: white;
	}

	.loginDisplay a:visited
	{
		color: white;
	}

	.loginDisplay a:hover
	{
		color: white;
	}

.failureNotification
{
	font-size: 1.1em;
	color: Red;
	text-align: left;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: left;
	padding: 0;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}

.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;
}

/************ PasswordStrength Related Styles ***********************/
.TextIndicator_Password
{
	background-color: Gray;
	color: White;
	font-family: Arial;
	font-size: large;
	font-style: italic;
	padding: 2px 3px 2px 3px;
}

.BarIndicator_Password_weak
{
	color: Red;
	background-color: Red;
	z-index: 99;
}

.BarIndicator_Password_average
{
	color: Blue;
	background-color: Blue;
	z-index: 99;
}

.BarIndicator_Password_good
{
	color: Green;
	background-color: Green;
	z-index: 99;
}

.BarBorder_Password
{
	border-style: solid;
	border-width: 1px;
	padding: 2px 2px 2px 2px;
	width: 200px;
	vertical-align: middle;
	z-index: 99;
}

.TextIndicator_TextBox3
{
	background-color: Blue;
	color: Yellow;
	font-size: small;
	font-variant: small-caps;
	padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
	width: 16px;
	height: 14px;
	background-image: url(images/Question.png);
	overflow: hidden;
	cursor: help;
}

.TextIndicator_Password_Strength0
{
	background-color: #F53D3D;
	color: white;
	font-family: Arial;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	z-index: 99;
}

.TextIndicator_Password_Strength1
{
	background-color: white;
	color: red;
	font-family: Arial;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	z-index: 99;
}

.TextIndicator_Password_Strength2
{
    background-color: white;
	color: #F08DDE ;
	font-family: Arial;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	z-index: 99;
}

.TextIndicator_Password_Strength3
{
    background-color: white;
	color: #2F7DCC;
	font-family: Arial;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	z-index: 99;
}

.TextIndicator_Password_Strength4
{
    background-color: white;
	color: #125496;
	font-family: Arial;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	z-index: 99;
}

.TextIndicator_Password_Strength5
{
    background-color: white;
	color: #003C78;
	font-family: Arial;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	z-index: 99;
}

.Watermarked {
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

#MainContent_btnCreateUser,
#MainContent_pnlButton input,
.submitButton input {
	padding: 6px 18px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}



div + h1 {
	margin-top: 1.6em;
}
.subFunctions {
	text-align: right;
}
.subFunctions button {
	font-size: smaller;
}


#cityu-header .cityu-inner {
	z-index: 1 !important;
}

#cityu-nav .cityu-inner {
	z-index: 2 !important;
}