/* ------ Basics Start ----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}
	
html {
	font-size: 11px;
	}
	
body {
	font-family: Arial, Helvetica, Verdana, serif;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: .1em;
	min-width: 780px;
	}
.login {
	color: #5D6771;
	/*background-color: #d5eefc;*/
	}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	}
	
a img {
	border: 0;
	}
a {
	outline: 0;
	color: #0245b5;
	}
a:hover, a:active {
	color: #999999;
	}
	
table {
	border-collapse: collapse;
	}
	
.pushedRightDiv {
	display: inline;
	float: right;
	margin-right: 10px;
	}
.pushRightDiv img {
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;
	}

/***********************************************************************/
/* ------ JavaScript Stop Page Start --------------------------------- */
/*                                                                     */
/*                                                                     */

.javaStopBody {
	text-align: left;
	width: 600px;
	margin-left: 290px;
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 1.2em;
	line-height: 1.3em;
	}
.javaIntro {
	padding-bottom: 36px;
	padding-left: 12px;
	padding-right: 12px;
	}
.javaIntro b {
	display: block;
	color: #000000;
	font-size: 1.6em;
	line-height: 1.4em;
	padding-bottom: 24px;
	}

.javaGo {
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	}
.javaGo .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	}
.javaGo .title img {
	vertical-align: middle;
	margin-right: 12px;
	}
.javaGo ol {
	padding-left: 24px;
	padding-bottom: 12px;
	}
.javaGo ol li {
	padding-top: 24px;
	}
.javaGo ul {
	padding-left: 24px;
	padding-bottom: 10px;
	}
.javaGo ul li {
	list-style-type: disc;
	padding-top: 10px;
	font-style: italic;
	}
/*                                                                     */
/*                                                                     */
/* ------ JavaScript Stop Page End ----------------------------------- */
/***********************************************************************/

/***********************************************************************/
/* ------ Login Start ------------------------------------------------ */
/*                                                                     */
/*                                                                     */

.loginContainer {
	background-color: #ffffff;
	/*background-image: url(../gif/backstop_gradient.png);*/
	background-position: left bottom;
	background-repeat: repeat-x;
	}
.loginHeader {
	min-width: 780px;
	height: 80px;
	}
.coLogo {
	display: inline-block;
	padding-top: 16px;
	padding-left: 24px;
	padding-right: 24px;
	float: left;
	}
.loginIntro {
	padding-top: 20px;
	margin-left: 24px;
	}
.loginIntro .welcome {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
	color: #0D2979;
	}
.loginIntro .message {
	font-size: 1.1em;
	}

.loginBody {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 48px;
	}
.loginBody table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
.messagePart {
	vertical-align: top;
	text-align: center;
	padding-top: 24px;
	width: 25%;
	}
.messagePart div {
	text-align: left;
	}
.messagePart img {
	border: 1px solid #cccccc;
	}
.loginPart {
	text-align: center;
	background-image: url(../gif/backstop.png);
	background-image: url(../gif/backstop_origonal.png);
	background-repeat: no-repeat;
	vertical-align: top;
	/*width: 591px;*/
	width: 50%;
	}
.loginPart a {
	font-weight: bold;
	}
.loginPart a:hover {
	color: #3f70c1;
	}
.formBody {
	height: 419px;
	width: 591px;
	color: #ffffff;
	}
.loginPart p {
	padding-top: 12px;
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
	}
.loginPart .extraRow {
	padding-top: 18px;
	}
	
.backStop {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	}
.backStop img {
	display: block;
	}
		
#form {
	display: block;
	padding: 0;
	margin: 0;
	padding-top: 36px;
	padding-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 246px;
	letter-spacing: 1px;
	}
#form input {
	display: block;
	clear: both;
	}
#form label {
	display: block;
	text-align: left;
	color: #455176;
	padding-top: 2px;
	padding-bottom: 8px;
	}
#form label.msg {
	text-align: center;
	}
#form label.warning {
	text-align: center;
	color: #dd0000;
	font-size: 1.1em;
	}
#form input.field {
	padding: 3px;
	}
#form .errors {
	position: absolute;
	top: 68px;
	display: block;
	color: #dd0000;	
	text-align: left;
	font-weight: normal;
	z-index: 350;
	}
#form .loginBtn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	padding: 4px;
	padding-bottom: 12px;
	}
#form input.loginCheck {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	}
#form b {
	font-size: .9em;
	padding-left: 8px;
	text-align: left;
	font-weight: normal;
	}

.loginFooter {
	overflow: hidden;
	min-width: 1000px;
	text-align: center;
	color: #5d6771;
	}
.loginFooter img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-left: 424px;
	padding-right: 424px;
	}
.loginFooter p {
	display: block;
	padding-top: 22px;
	width: 682px;
	margin-left: auto;
	margin-right: auto;
	}
.loginFooter b {
	display: block;
	clear: both;
	font-weight: bold;
	color: #0d2979;
	}
	


/*                                                                     */
/*                                                                     */
/* ------ Login End -------------------------------------------------- */
/***********************************************************************/


/***********************************************************************/
/* ------ Global Start ----------------------------------------------- */
/*                                                                     */
/*			                                                              */

.globalListings {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 60px;
	border-top: 1px dotted #676264;
	}
.globalListings table {
	width: 100%;
	}
.globalListings table td {
	height: 80px;
	vertical-align: middle;
	border-bottom: 1px dotted #676264;
	}
.gLogo {
	width: 280px;
	font-size: 1.4em;
	}
.gLogo div {
	background-color: #C6C6C6;
	border:1px solid #A1A1A1;
	color: #ffffff;
	text-align: center;
	height: 60px;
	line-height: 60px;
	}
.gLogo img {
	}
.gName {
	}
.gName span {
	display: block;
	padding-left: 24px;
	}
.gName b {
	font-size: 1.2em;
	}
.gButton {
	text-align: right;
	width: 150px;
	}

#globalContainer {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%	
	}
#globalHeader {
	padding: 4px;
	}
#globalHeader a {
	color: #676264;
	font-weight: normal;
	}
	
	
#mockNavBar {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 1px;
	height: 34px;
	line-height: 34px;
	color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	}

#rollOvers {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	}
#globalContainer #logFooter img {
	padding-top: 0;
	}
/*                                                                     */
/*                                                                     */
/* ------ Global End ------------------------------------------------- */
/***********************************************************************/


/* -- Text and Font Varations ------ */

.bgBlack {
	font-size: 18px;
	line-height: 24px;
	}
.bgBlack a {
	font-size: 14px;
	font-weight: normal
	}
.black {
	font-size: 12px;
	font-weight: normal;
	}
.midBlack {
	font-size: 14px;	
	}	
.smBlack {
	font-size:9px;
	font-weight: normal;
	}
	
.red {
	font-size: 14px;
	color: red;
	}
.forest {
	color: #004106;
	}
.maroon {
	color: #9b0000;
	font-weight: normal;
	font-size: 11px;
	padding-left: 3px;
	}
	
.purple {
	color: #4f369d;
	}
	
.iconLeft {
	display: block;
	float: left;
	padding-right: 8px;
	}
.iconRight {
	float: right;
	padding-left: 10px;
	}

