/*
// ================================
// Last Modified Date:  17-Apr-2011
// ================================
*/

body {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	width: 976px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #030708;
}

form {
	margin: 0px 0px 0px 0px;
}

h1, h2, h3 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px;
	margin: 0px 0px;
	text-align: left;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

table { }

tr { }

th {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	padding: 3px 6px;
}

td {
	vertical-align: top;
	font-size: inherit;
}

img {
	margin: 0px 0px;
	padding: 0px 0px;
	border: 0px solid orange;
}

a, a:link, a:visited, a:hover, a:active {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	text-decoration: underline;
}

a:hover {
	color: #00227F;
}

/* Page Sections */

#page-container {
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
	background-image: url(/media/images/first-orbit-earth-view-bg.jpg);
	background-repeat: no-repeat;
	border: 0px solid yellow;
}

#page-content {
	margin: -30px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
	min-height: 470px;
	border: 0px solid red;
}

#page-text, #page-text-home {
	text-align: right;
	color: #000000;
	font-weight: normal;
	/* CR - all page text-size */
	font-size: 13px;
	border: 0px solid red;
}

#page-text-home {
	font-weight: bold;
	/* CR - home page text-size */
	font-size: 16px;
}

#page-text p, #page-text-home p {
	/* CR - all page line height */
	line-height: 16px;
	text-align: justify;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#page-text-home p {
	/* CR - home page line height */
	line-height: 20px;
	padding: 0px 0px 5px 240px;
}

#page-header {
	padding: 10px 10px 10px 10px;
	border: 0px solid red;
}

#page-footer {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
	font-family: inherit;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	border: 0px solid blue;
}

#itcenta {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 12px 0px;
	font-size: 10px;
	text-align: right;
	letter-spacing: 1px;
}

/* Menu Top */

#menu-top {
	padding: 18px 0px 10px 0px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

a.menu-top {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Menu Bottom */

#menu-bottom {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px solid red;
}

a.menu-bottom, a.menu-bottom:link, a.menu-bottom:visited, a.menu-bottom:hover, a.menu-bottom:active {
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration: none;
}

a.menu-bottom:hover {
	color: #3399CC;
}

span.menu-bottom-seperator {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}

/* Header Text */

a.header-first-orbit-title, a.header-first-orbit-title:link, a.header-first-orbit-title:visited, a.header-first-orbit-title:hover, a.header-first-orbit-title:active {
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

a.header-first-orbit-title:hover {
	color: #3399CC;
}

span.header-text-first-orbit-text {
	font-size: 18px;
}

a.footer-text, a.footer-text:link, a.footer-text:visited, a.footer-text:hover, a.footer-text:active {
	font-size: inherit;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a.footer-text:hover {
	color: #3399CC;
}

a.bold { font-weight: bold; }
.bold { font-weight: bold; }
.white { color: #FFFFFF; }
.fontsize10 { font-size: 10px; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

table.page-columns {
	height: 598px;
	border: 0px solid yellow;
}

td.column-left-top, td.column-left-bottom {
	text-align: left;
	vertical-align: top;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 50px 4px 8px 12px;
	border: 0px solid red;
}

td.column-left-bottom {
	padding: 8px 8px 12px 8px;
	vertical-align: bottom;
}

div.menu-left-top {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid orange;
}

div.menu-left-bottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid orange;
}

/* =================== */
/* FORM INPUT ELEMENTS */
/* =================== */

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form.general {
	background-color: #EFEFEF;
	padding: 8px 8px;
	border: 1px solid #CCCCCC;
}

div.form_error {
	margin: 0px 4px 16px 4px;
	padding: 8px 32px;
	text-align: left;
	color: black;
	font-weight: bold;
	background-color: #FFFF66;
	border: 1px solid #CCCCCC;
}

table.form {
	width: 100%;
	border: 0px solid red;
}

td.form_title {
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 16px 0px;
}

td.form_label {
	text-align: right;
	width: 145px;
	padding: 3px 0px 0px 0px;
}

td.form_req {
	text-align: center;
	width: 25px;
	font-weight: bold;
	padding: 6px 0px 0px 0px;
}

td.form_field {
	text-align: left;
}
input, select, textarea {
	border: 1px solid #999999;
}

input.checkbox {
	border: 1px solid #FFFFFF;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #F7931D;
}

input.form_submit {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3399CC;
	padding: 2px 8px;
}

.form_input {
	font-family: inherit;
	font-size: inherit;
	width: 400px;
	margin: 1px 0px 6px 0px;
	padding: 2px 4px 2px 4px;
}

.form_input_checkbox {
	width: 20px;
	margin-top: 6px; 
}
