﻿html
{
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#404040;
	font-size:12px;
}

body
{
	height: 100%;
	background: #000000;
	margin: 0;
	padding: 0;
}

table, td, tr 
{
	margin: 0;
	padding: 0;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #525930;
	margin-top: 0px;
	padding-top: 0px;
}

h1.title 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid;
	font-size: 30px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #525930;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: disc outside;
	margin-left: 15px;
	line-height: 1.5em;
}

a, a:hover, a:visited {
	text-decoration:underline;
	color:#ce7321;
}

label {
    display: inline !important;
}

.button
{
	text-transform: uppercase;
	background-color:#C67B05;
	color:#fff;
	font-weight: bold;
	font-size:9pt;
	outline-color:#dfbd26;
	outline-style:none;
	outline-width:thick;
	padding:2px;
}

.button_hover{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: #fff;
	background-color:#525930;
	padding:2px;
}

/* header area */

#header_wrap{
	height: 147px;
	background: url('../../images/nccco/header-nccco.jpg') no-repeat center;
}

#header{
	width: 955px;
	margin: 0 auto;
}

/* logos */

#nccco{
	float: left;
	width: 124px;
	margin-top: 10px;
	margin-left: 10px;
}

#iai{
	float: right;
	width: 253px;
	margin-top: 30px;
}

#nwsa 
{
	display: none;
}

/* main container */

#main{
	width: 955px;
	margin: 0px auto;
	background: #EDD87F;
}

#main_container 
{
	padding: 0 20px 20px 20px;
}

/* footer */

#footer
{
	position: relative;
	clear: both;
	width: 955px;
	margin: 0px auto;
	background: #ecd87f;
	margin-top: 5px;
	margin-bottom: 0px;
}

.footer{
	font-size:10px;
	font-weight:normal;
	text-decoration:none;

}

.language 
{
	font-style: italic;
	font-size: smaller;
}

.required {
	color:Red
}

.divtext {
	float:left;
	width:60%
}

.divsummary {
	float:left;
	margin-left:5px;
	width:35%;
}

.fieldRow {
	clear:both;
	padding-top:10px;
}

.field {
	float:left;
	margin-right:5px;
}

.cell 
{ 
	margin: 0px 0px 7px 0px;
	width:250px;
	float:left;
} 
 
.righttextbox 
{ 
text-align:right; 
} 

textarea  
{ 
resize: none; 
}
.signalMargin
{
margin-left:15px;	
}

#copywrite 
{
	position: absolute;
	padding-left: 300px;
}

.order-form p 
{
	margin: 2px;
	padding: 2px;
}

input.exams 
{
	width: calc(100% - 4px);
	margin: 0 1px 0 1px;
}

#home-notices, #maintenance-notices, #cbt-notices {
    font-size: 16px !important;
}

#uat-notices {
	background-color: #ff0000;
	color: #fff;
	font-size: 24px !important;
	text-align: center;
	font-weight: bold;
}

#uat-notices a {
	color: #fff;
}

#maintenance-notices {
    background: #eee;
    font-weight: bold;
	display: none;
}

#cbt-notices {
    background: #cacaca;
    font-weight: bold;
	display: none;
}

li.testsite {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.testing {
    border: solid 1px #aaaaaa;
    background-color: #fbf868;
    margin: 10px;
    padding: 10px;
}

input:disabled.button, input:disabled.button_hover {
    background-color: #aaaaaa;
}

.maintenance-notice {
    background-color: #ffff00;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 10px;
}

.row {
    margin-bottom: 10px;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.modalPopup
{
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid ##C67B05;
    border-radius: 12px;
    padding: 0;
}
.modalPopup .header
{
    background-color: #C67B05;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modalPopup .body
{
    padding:10px;
    min-height: 50px;
    text-align: center;
    font-weight: bold;
}
.modalPopup .footer
{
    padding: 6px;
}
.modalPopup .button
{
    cursor: pointer;
    background-color: ##C67B05;
    border: 1px solid #525930;
    color: white;
}
.modalPopup .button_hover
{
    cursor: pointer;
    background-color: 525930;
    border: 1px solid #C67B05;
    color: White;
}

input[type="text"]:disabled, select:disabled {
    border: 0px;
    background-color: white;
    color: inherit;
    font-weight: bold;
}

select:disabled {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

.button.payment {
	font-size: 11pt;
	padding: 6px;
	cursor: pointer;
}

.button.payment:hover {
	background-color: #525930;
}

.checkbox-ownline {
	display: block;
}

.cco_img {
	background-color: #efece8;
	border: 8px solid #fafafb;
	border-radius: 30px;
	height: 145px;
	min-width: 145px;
	overflow: hidden;
	position: relative;
	width: 145px;
}

.cco_photo_disclaimer_container {
	text-align: center;
	padding-left: 5px;
}

@media screen and (max-width: 960px) {
	.cco_img {
		margin: auto;
		display: block;
	}

	.cco_img_container {
		text-align: center;
	}

	.cco_photo_disclaimer_container {
		padding: 5px;
		font-size: smaller;
	}
}

.notice-not-completed {
	background-color: #dcdcdc;
	border: 1px solid #808080;
	padding-left: 10px;
}