
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:13px;
}

a {
	color:#000000;
	outline:0;
}

a:hover {
	color:#ffffff;
}

a img {
	border:none;
}

h1 {
	color:#000000;
	font-size:24px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
}

h2 {
	color:#000000;
	font-size:20px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
}

h3 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
}

#mainHolder {
	margin:20px auto;
	width:940px;
}

#splashHolder {
	margin:20px auto;
	width:940px;
	background:url(../images/template/splashbg.png) repeat-x;
	height:696px;
}

#splashHolder #header {
	background: #adadaf url(../images/template/splash-left.png) top left no-repeat;
	height:28px;
}

#splashHolder #midHolder {
	height:215px;
	margin-top:102px;
}

#splashHolder #midHolder .langHolder {
  float:left;
	text-align:center;
	margin-top:136px;
	width:300px;
}

#splashHolder #midHolder .langHolder a {
  color:#787878;
	text-decoration:none;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
}

#splashHolder #midHolder .langHolder a:hover {
	color:#000000;
	text-decoration:none;
}

#splashHolder #midHolder  #logo {
  float:left;
	background: url(../images/template/splashlogo.png) no-repeat;
	height:215px;
	width:337px;
}



#mainHolder #header {
  background:#adadaf url(../images/template/headerlogo-en.png) no-repeat;
	height:120px;
}

.fr #mainHolder #header {
  background-image:url(../images/template/headerlogo-fr.png);
}

#mainHolder #header #headerRight {
	float:right;
  background:#adadaf url(../images/template/header-right.jpg) no-repeat;
	height:120px;
	width:300px;
}

#topNav {
	margin:2px 0;
	height:22px;
	background:#adadaf;
}

#mainContent {
  background-color:#d7d7d8;
	padding:34px 0;
	margin-bottom:2px;
}

#mainHolder #footer {
	background: #adadaf url(../images/template/footer-right.png) right no-repeat;
	height:66px;
	padding-right:28px;
}

#mainHolder #footer img {
	float:right;
}

#splashHolder #footer {
	background: #adadaf url(../images/template/footer-right.png) right bottom no-repeat;
	height:95px;
	margin-top:256px;
	text-align:center;
}

.eqrmGraphic {
	text-align:center;
}

.eqrmGraphic a {
	text-decoration:none;
	font-size:11px;
}

.eqrmGraphic .caption {
	width:330px;
	margin:20px auto;
}


/* Common hNav */

ul.hNav {
	display: block;
	margin:0;
	padding:0;
	list-style:none;
	height:22px;
	float:left;
}

.hNav li {
	float:left;
	padding:0 20px;
}

.fr .hNav li {
	padding:0 15px;
}

#csMenu.hNav li {
	
}

.hNav li.last {
	float:right;
}

.hNav li a {
  float:left;
	display:block;
	text-decoration:none;
	color:#000100;
	height:17px;
	padding:4px 0 0 0;
	font-size:10px;
	font-family:"Times New Roman", Times, serif;
}

.hNav li a:hover {
	text-decoration:none;
	color:#ffffff;
}

.hNav li.current {
  font-weight:bold;
	color:#ffffff;
}

.hNav li.current a {
	color:#ffffff;
}

/* layout */

.col-1of1 {
	padding:0 34px;
}

.col-1of2 {
	float:left;
	width:445px;
}

.col-2of2 {
	float:right;
	width:425px;
	padding-right:70px;
}

.colB-1of2 {
	float:left;
	width:280px;
}

.colB-2of2 {
	float:right;
	width:580px;
	padding-right:70px;
}



/* Utils */

.clear {
	clear:both;
	font-size:1%;
	width:0; 
	height:0;
	padding:0;
	margin:0;
}

.left {
  float:left;
}

.right {
  float:right;
}

.noSpace {
	margin-top:0;
}

.topSpace {
	margin-top:10px;
}

p.doubleSpace {
	line-height:200%;
}

p.footNote {
	font-size:70%;
}

/* Page Specific */

.faq b {
	font-size:200%;
	color:#FFFFFF;
	font-weight:normal;
	font-style:normal;
}

.faq.q {
	font-style:italic;
}

.faq.a {
	padding-bottom:20px;
}


.csMenuHolder {
	margin:0px 0 0 20px;
	padding:0;
	list-style:none;
}

.csMenuHolder li {
	margin-bottom:10px;
	padding-left:35px;
  width:190px;
	background: url(../images/template/csbullet.jpg) top left no-repeat;
}


/* Table Styles */

table.common {
  width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
	padding-bottom:10px;
}

table thead th {
	color:#dddddd;
	font-weight:bold;
	background-color:#666666;
	padding:1px 5px 1px 5px;
	text-align:left;
}

table thead th.header {
	cursor:pointer;
	text-decoration:underline;
}

table thead th.headerSortDown {
	background: #666666 url(../images/template/table/sortdown.png) center right no-repeat;
}

table thead th.headerSortUp {
	background:#666666 url(../images/template/table/sortup.png) center right no-repeat;
}



table tbody td {
	padding:2px 5px 2px 5px;
}

table tbody tr.even td {
	background-color:#333333;
}


table tbody td.late {
	color:#FF0000;
}

