

/* CSS Document */

/* @group General */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #252525;
	text-align: center;

}

*, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
}

#centerDiv {
	width: 768px;
	height: 100%;
	margin: auto;
	text-align: left;
}

.mainBorder {
	border-right: 4px solid #666666;
	border-left: 4px solid #666666;
}

a:link    {color:#474747; text-decoration:underline;}
a:visited {color:#474747; text-decoration:underline;}
a:Active  {color:#000000; text-decoration:underline;}
a:hover   {color:#FF0000; text-decoration:none;}

/* @end */

/* @group Header */

#headerAll {
	height: 150px;
	background-color: #f3f3f3;
	/* background-image: url(/coldbox/public/images/ORB/orbit_logo.gif); */
	background-repeat: no-repeat;
	background-position: 10px 40px;
}

#bannerAll {
	padding: 10px 0 10px 0;
	background-color: #f3f3f3;
	text-align: center;
}

.whiteShadow {
	background-image: url(/coldbox/public/images/ORB/home_left_background.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.yellowShadow {
	background-image: url(/coldbox/public/images/ORB/home_right_float_background.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

/* @group Login */

#headerLogin {
	width: 300px;
	float: right;
	margin-top: 30px;
}

#headerLogo {
	margin-left: 10px;
	margin-top: 40px; 
	float: left;
	border: 0;
}

.loginField {
	margin: 0 0 5px 0;
	padding-right: 25px;
	font-size: 12px;
	line-height: 15px;
}

.loginLabel {
	height: 15px;
	width: 100px;
	margin: 0 5px 0 0;
	text-align: right;
	/* border: 1px solid #CFDSIE; */
	float:  left;
}

.loginInputText {
	display: inline;
	height: 15px;
}

#headerRegister {
	font-size: 10px;
	margin-left: 100px;
}

.headerRegisterLink {
	color: #000000;
}



/* @end */

/* @group Navigation */

#navigationAll {
	height: 45px;
	padding: 0;
	background-color: #fff;
	font-size: 11px;
	line-height: 45px;
	text-align: center;
}
#navigationList {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #a3a3a3;
	list-style: none;
}
#navigationList > li {
	padding: 0;
	display: inline;
	list-style: none;
	margin-left: 35px;
	text-align: center;
}
#navigationList > li:first-child {
	margin-left: 0;
}
#navigationList > li > a {
	color: #000000;
	text-decoration: none;
}



/* @end */



/* @end */

/* @group Content */



#headerRegister {
	font-size: 10px;
	margin-left: 100px;
}

.headerRegisterLink {
	color: #000000;
}


/* @end */

/* @group Navigation */

#navigationAll {
	height: 45px;
	padding: 0;
	background-color: #fff;
	font-size: 11px;
	line-height: 45px;
	text-align: center;
}
#navigationList {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #a3a3a3;
}
#navigationList > li {
	padding: 0;
	display: inline;
	list-style: none;
	margin-left: 35px;
	text-align: center;
}
#navigationList > li:first-child {
	margin-left: 0;
}
#navigationList > li > a {
	color: #000000;
	text-decoration: none;
}



/* @end */



/* @end */

/* @group Content */


#headerRegister {
	font-size: 10px;
	margin-left: 100px;
}

.headerRegisterLink {
	color: #000000;
}



/* @end */

/* @group Navigation */

#navigationAll {
	height: 45px;
	padding: 0;
	background-color: #fff;
	font-size: 11px;
	line-height: 45px;
	text-align: center;
}
#navigationList {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #a3a3a3;
	list-style: none;
}
#navigationList  li {
	padding: 0;
	display: inline;
	list-style: none;
	margin-left: 35px;
	text-align: center;
	
}
#navigationList  li:first-child {
	margin-left: 0;
}
#navigationList  li  a {
	color: #000000;
	text-decoration: none;
}



/* @end */



/* @end */

/* @group Content */


#contentAll {
	background-color: #fff;
}



/* @end */

/* @group Footer */

#footerAll {
	height: 40px;
	background-color: #a3a3a3;
	color: #474747;
	font-size: 10px;
	vertical-align: middle;
	line-height: 12px;
	padding: 12px 0 0 0;
	text-align: center;
}

.footerLink { 
	color: #474747;
	text-decoration: none;
	font-size: 10px;
}
.footerMenuSpacerRight {
	margin-right: 5px;
}
.footerMenuSpacerLeft {
	margin-left: 5px;
}

#copyRight {
	display: block;
	clear: both;
	margin: 0 0 0 0;
}


#frmSignUp div {
	clear: left;
	display: block;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	width: 500px;
	font-size:11px;
}






/* @end */

#genColLeft {
	background-color: #fffae5;
	padding-left: 5px;
	width: 215px;
	float: left;
	height: 100%;
}
#genColRight {
	width: 500px;
	padding: 20px;
	float: right;
}
