﻿@charset "utf-8";
/* CSS Document */
body {
	background-color: #efefef;
}
#doc4 {
	background-color: #ffffff;
	border: thin solid #d9d9d9;
	/*
	border-style: solid;
	border-width: thin;
	border-color: 
	*/
}
#bd {
	margin: 10px;
}

#hd {
	height:70px;
	background-color: #000066;
	border-bottom: thin solid #d9d9d9;
	/*
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #d9d9d9;
	*/
}
#hdlhs {
	width: 714px;
	height: 70px;
	float: left;
}
#hdrhs {
	 width: 259px;
	 height: 70px;
	 float: right;
	 background-color: #000066;
}
h1,h2,h3,h4,h5,h6 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

h2.main {
	font-size: 1.4em;
	font-weight: normal;
	color: #990000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin: 2.0em 0 0.6em 0;
}

h3 {
	margin-bottom: 0;
}

.centered {
	text-align: center;
}

.matrixOdd {
	background-color: #F6F6EF
}

/* Container */
/*
.container h2 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(sprites.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt -545px;
	border: 1px solid #666666;
	margin: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 1%;
}
*/

.container h2 {
	margin: 14px 0 0 0;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(sprites.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt -545px;
	border: 1px solid #ccc;
	padding: 3px 5px 3px 5px;
	height: 1%;
}

.matrixEven {
	background-color: #EBEBDA
}

/* Footer. */
#ft {
	border-top: #d9d9d9 thin solid;
	background-color: #000066;
	padding: 2px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#ft p {
	font-size: smaller;
	margin: 6px;
	color: #fff;
	font-weight: bold;
}

a.external  {
	padding: 0 20px 0px 0px;
	display:inline;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(external-link.gif);
}

a.emphasis:link, a.emphasis:visited, a.emphasis:hover, a.emphasis:active {
	color: #990000;
}


/* #ft a:link, a:visited, a:hover, a:active { */
a.ft:link, a.ft:visited, a.ft:hover, a.ft:active {
	text-decoration: underline;
	color: #fff;
}

/* Navigation */
.navGroup {
	margin: 0px 2px 0px 0px;
}
.navGroup h2 {
	line-height: 1.25em;
	color: #000066;
	
	/*
	background-color: #ffffff;
	background-image: url(sprites.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt -545px;
	*/
	
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #98b1c4;
	font-size: 1em;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0;
}
.navGroup ul {
	list-style: none;
	list-style-type: none;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #c8d7e3;
	line-height: 1.25em;
	margin: 0;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 1px;
	padding-left: 0pt;
}
.navGroup li {
	list-style: none;
}
.navGroup li a, .navGroup li a:visited {
	color: #293d6b;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6edf2;
	display: block;
	margin: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
}
.navGroup li a:hover {
	background-color: #acbfd0;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	text-decoration: none;
}

.container-body {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding: 6px;
}

table.reg {
	font-size : 0.9em;
	border-collapse:collapse;
	border: 1px solid #999;
	text-align: left;
}
table.reg th {
	background-color: #c8d7e3;
	color: #000066;
	/* color: #293d6b; */
	border: 1px solid #999;
	font-weight: bold;
}
table.reg td {
	border: 1px solid #999;
}

table.features {
	font-size : 1em;
	border-collapse:collapse;
	border: 1px solid #666666;
	text-align: center;
}
table.features th {
	background-color: #c8d7e3;
	color: #293d6b;
	border: 1px solid #666666;
}
table.features td {
	border: 1px solid #666666;
}
table.features th.surveyId {
	font-weight: bold;
	background-color:#FFFFBB;
	/*
	background-color:#F9F9F9;
	*/
}

#carousel {
	margin: 0 auto;
	width: 178px;
	height: 134px;
	padding: 0;
	overflow: scroll;
	border: 0;
}
#carousel ul {
	list-style: none;
	width: 1246px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}
.textholder {
	text-align: left;
	font-size: small;
	font-weight: bold;
	padding: 6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

img.tooltip {
		width: 16px;
		height: 16px;
		vertical-align: text-bottom;
}

/* Menubar */
div.menuBar,
div.menuBar a.menuButton {
	font-family: Georgia, "Times New Roman", Times, serif;
/*	font-family: "MS Sans Serif", Arial, sans-serif; */
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

div.menuBar {
	
	background-color: #ffffff;
	background-image:url(sprites.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt -545px;
	/*
	background-color: #C8D7E3;: #d0d0d0;
	*/
	border-bottom: 1px solid #d9d9d9;
	padding: 4px 2px 4px 2px;
	text-align: left;
}

div.menuBar a.menuButton {
	background-color: transparent;
	border: 1px solid #d0d0d0;
	color: #000066;
	cursor: default;
	left: 0px;
	margin: 1px;
	padding: 2px 12px 2px 12px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
}

div.menuBar a.menuButton:hover {
	background-color: transparent;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	color: #990000;
}

.new {
	color: #ffffff;
	background-color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

h1.top, h2.top {
	margin-top: 0;
}

ul.content li, ol.content li {
	margin-bottom: 0.5em;
}

.ico_pdf {
	Margin-top: -1px;
	padding: 3px 0px 2px 16px;
	background: transparent url(/assets/v3/img/icon/pdf.png) no-repeat center left !important;
}
