@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background: #E7E1D0;
}

.CTNmain {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.imgR {
	margin-left: 8px;
	border: 1px solid #3B425F;
	background: #fff;
	padding: 2px;
	float: right;
}

.imgNF {
	margin-bottom: 8px;
	border: 1px solid #3B425F;
	background: #fff;
	padding: 2px;
	display: block;
}

.mapBdr {
	border-top: 1px solid #E7E1D0;
	background: #fff;
	padding: 2px;
	margin-top: 15px;
	width: 100%;
	height: auto;
	display: table;
}

.imgL {
	margin-right: 8px;
	border: 1px solid #3B425F;
	background: #fff;
	padding: 2px;
	float: left;
}

.imgH {
	border: 1px solid  #cccab9;
	background: #fff;
	padding: 1px;
	padding-bottom: 0;
	margin-bottom: 15px;
	width: 563px;
}


.CTNWrapper {
	background: #fff;
	width: 788px;
	padding: 6px 8px 15px 8px;
	margin-top: 0;
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 14px;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #c4b595;
	height: auto;
	display: table;
}

.space li {
	margin-bottom: 10px;
}

.CTNWrapper h1 {
	color: #ED2425;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.25em;
	margin-top: 8px;
}

.CTNWrapper h2, .subTxt {
	color: #232F5F;
	font-weight: bold;
	font-size: 1em;
}

a:hover {
	color: #e6001d;
	text-decoration: none;
}

.redLine {
	background: url(../images/redline.gif) repeat-x bottom left;
	width: 100%;
	margin-bottom: 10px;
}

.lang {
	padding-top: 35px;
	float: right;
	color: #0a3a8c;

}

.lang a, .lang a:visited {
	color: #0a3a8c !important;
}

.ctnSide
{
    height: auto;
    display: table;
	width: 185px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin: 10px 15px 20px 10px;
	font-weight: bold;
	
}

#ctnMenu {
font-size: 10px;
border: 1px solid #cbcab8;
background: url(../images/menubck.gif) no-repeat top left;
}

#ctnMenu li a, #ctnMenu li a:link, #ctnMenu li a:visited {
display: block;
text-decoration: none;
text-align: left;
	padding: 4px;
color: #010066 !important;
}


*html #ctnMenu li a 
{
	padding: 4px 2px 4px 2px;
}



#ctnMenu ul {
list-style-type:none;
padding:0;
margin:0;
z-index:2;

}

#ctnMenu li.home {
	background: url(../images/CTNhome.gif) no-repeat top left;
	height: 26px;
}

#ctnMenu li.home a, #ctnMenu li.home a:visited {
	color: #fff !important;
}

#ctnMenu li.home a:hover {
	color: #fff !important;
	background: url(../images/CTNhome_hover.gif) no-repeat top left;
	height: 26px;
}

#ctnMenu li {
position: relative;
z-index:210;
border-bottom: 1px solid #cbcab8;
height: auto;
text-transform: uppercase;
}


#ctnMenu li ul {
	position: relative;
}


#ctnMenu li a:hover, #ctnMenu li a:active, #ctnMenu li:hover a {
color: #010066 !important;
background-color: #e9e9cf;
}



#ctnMenu ul ul {
	margin-top: 0;
	margin-bottom: 0;
}




#ctnMenu li li {
height: auto;
text-transform: none;
width: 183px;
border-bottom: none;
color: #010066 !important;
padding: 0;
margin: 0;

}

#ctnMenu li ul li a, #ctnMenu li ul li a:visited {
text-decoration: none;
font-weight: normal;
height: auto;
text-align: left;
line-height: 15px;
border-bottom: 1px dashed #B8BBD4;
color: #010066 !important;
}

#ctnMenu li ul li a:hover
{
background: #9F9F8B !important;
color: #fff !important;
text-decoration: none;
height: auto;
}




#ctnMenu li.nobdr, #ctnMenu li ul li.nobdr a {
	border-bottom: none !important;
}

.console {
	height: auto;
	display: table;
	text-align: center; margin-top: 20px;
	background: url(../images/consolebck.gif) no-repeat top left;
	border: 1px solid #cbcab8;
	padding: 15px;
	width: 153px;
}

.ctnContent {
	float: left;
	width: 72%;
	height: auto;
	display: table;
	vertical-align: top;
}

.instr {
	color: #BF001E;
	font-size: .85em;
}

.protocol {
	width: 98%;
	border-collapse: collapse;
	border: 1px solid #E0E7EF;
}

.protocol td, .protocol th {
	padding: 4px;
	vertical-align: top;
}

.protocol th {
	background:#094E9E;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.protocol td {
	border-bottom: 1px solid #E0E7EF;
}

tr.complete td{
	background: #3B6B9F;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

tbody.past tr td {
	background: #D1DFEF;
}


.govPop {
    display: none;
    background: #fff;
    border: 1px solid #7DC813;
    padding: 8px;
    width: 500px;
    height: auto;
    position: relative;
    z-index: 210;
}

#gov1 {
	margin-top: -160px;
	margin-left: 10px;
}

#gov2 {
	margin-top: -120px;
	margin-left: 10px;
}

#gov3, #gov4, #gov5 {
	margin-top: -65px;
	margin-left: 10px;
}

.protoCon {
	background: #ecebe3;
	padding: 10px;
	border: 1px solid #AFAEA4;
	margin-top: 10px;
}

.protoCon h2 {
	font-variant: small-caps;
	font-size: 1.2em;
	color: #7a7863;
}

.protoStatus {
	font-weight: normal;
	font-size: .8em;
	font-style: italic;
	color: #7a7863;
	font-variant: normal;
}

.protoHead {
	background: #00377F;
	color: #fff;
	padding: 4px;
	margin-top: 15px;
	font-weight: bold;
	height: auto;
	display: table;
	width: 100%;
}
	
	
	
	.holdOpen {
	display: table;
	height: auto;
	width: 100%;
	}
	
	*+html .holdOpen {
		display: block;
	}
	
	*html .holdOpen {
		display: block;
	}
	
	.holdLeft {
		float: left;
	}
	
	.acroHolder {
		float: left;
		margin-left: 30px;
		width: 300px;
	}
	
.ctnDisplayOff {
	display: none;
}

.ctnDisplayOn {
	display: block;
}



.cctnCol1 {
	float: left; width: 200px;
}

.cctnCol2 {
	float: left; width: 200px; margin-left: 30px;
}


.staffHold {
height: auto; width: 100%; display:table;
}

.sideBar {
width: 238px;
background: #fff;
border: 1px solid #24445d;
padding: 10px;
float: right;
margin-left: 10px;
}

.sideBar h1 {
color: #24445d;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
text-transform: none;
font-weight: normal;
}

.redTxt {
color: #ED2425;
}

.confTtl {
color: #244262;
font-family: "Times New Roman", Times, serif;
font-size: 2em;
text-align: center;
margin-top: 10px;
margin-bottom: 4px;
line-height: 24px;
}


.confDate {
color: #d90c0d;
font-size: 1.5em;
text-align: center;
font-family: "Times New Roman", Times, serif;
margin: 6px 0 12px 0;
}

.meetMenu {
background: url(../images/meetMenu.gif) repeat-x;
border: 1px solid #c4b595;
text-align: center;
width: 100%;
height: auto;
display: table;
}

.meetMenu ul {
margin: 0;
padding: 0;
padding-left: 30px;
height: 23px;
}

.meetMenu ul li {
position: relative;
float: left;
list-style-type:none;
z-index:2;
text-align: center;
width: 100px;
border-right: 1px solid #c4b595;
height: 21px;
padding-top: 2px;

}

.meetMenu li a, .meetMenu li a:visited {
color: #244262 !important;
text-decoration: none !important;
font-size: 10px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.meetMenu li a:hover {
background: #EF2421;
color: #fff !important;
height: 21px;
display: block;
margin-top: -2px;
padding-top: 2px;
}

.meetMenu li.nobdr {
border-right: 0;
}
