* {
	font-family: Tahoma, Geneva, sans-serif;
	}
body {
	margin:0; padding:0;
	background-color:white;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	}
body, p, td, th, li, a {
   font-size:13px;
   font-family: Arial, Helvetica, sans-serif;
   color:#363636;
   }
.iH {
	display:none;
	}
img.png {
   behavior: url("iepngfix.htc");
   }

/* ============================ */
/* ========== Header ========== */
/* ============================ */

#header {
	width:980px; height:146px;
	margin:0 auto;
	position:relative;
	}
#loginLink {
	position:absolute;
	right:0; top:5px;
	width:150px; height:21px;
	background-image:url(../images/login_button.jpg);
	}
#logoutLink {
	position:absolute;
	right:0; top:5px;
	width:150px; height:21px;
	background-image:url(../images/logout_button.jpg);
	}
#loginLink:hover, #logoutLink:hover {
	background-position:0 21px;
	}

/* ============================== */
/* ========== Menu Bar ========== */
/* ============================== */

#menuBar {
   width:980px; height:30px;
   margin:0 auto;
   position:relative;
   z-index:99;
   }
.nav { margin:0 auto; }
.nav, .nav ul {
   padding: 0;
   margin: 0;
   list-style: none;
   }
.nav li a, .nav span {
   display:block;
   width:194px;
   color:white;
   font-size:18px;
   text-decoration:none;
   line-height:30px;
   text-align:center;
   background-image:url(../images/menu_over.gif);
   height:30px;
   overflow:hidden;
   }
.nav a:hover, .nav li a.active {
   position:static;
   color:#003f8d;
   background-position:0 30px;
   }
.nav span:hover {
   cursor:default;
   background-position:0 30px;
   }
.nav li {
   float:left;
   }
.nav li ul {
   position:absolute;
   text-align:left;
   width:125px;
   left:-999em;
   }
.nav li ul li, .nav li ul li:hover {
   border:none;
   display:block;
   }
.nav li ul li a {
   font-size:14px;
   line-height:20px;
   height:20px;
   display:block;
   border:none;
   width:166px;
   padding:0 10px 0 18px;
   text-align:left;
   background-image:url(../images/subMenu.jpg);
   background-position:0 0;
   background-color:#3ba7ed;
   color:white;
   position:relative;
   z-index:99;
   }
.nav li ul li a:hover {
   background-color:#51d1fa;
   background-position:0 20px;
   }
.nav li:hover ul, .nav li.sfhover ul, .nav li ul li:hover ul, .nav li ul li.sfhover ul {
   left:auto;
   display:block;
   }
.navBottom, .navBottom:hover {
   width:194px; height:5px;
   background-image:url(../images/subMenu_bottom.png);
   font-size:0px;
   }
.navDiv {
	width:2px; height:30px;
	background-image:url(../images/menu_div.gif);
	}

/* ============================= */
/* ========== Content ========== */
/* ============================= */

#contentDiv:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#contentDiv {
	width:940px;
	margin:0 auto;
	padding:10px 20px;
	background-color:white;
	}
#contentDiv, #contentDiv p, #contentDiv td, #contentDiv li {
	font-size:13px;
	color:#505050;
	}
#contentDiv h1 {
	font-size:18px;
	font-weight:normal;
	color:#3ba7ed;
	margin:0;
	}
#contentDiv h1 a {
	font-size:18px;
	font-weight:normal;
	color:white;
	margin:0;
	}
#contentDiv h1 a:hover {
	color:#e29900;
	}
#contentDiv h2 {
	font-size:17px;
	font-weight:normal;
	color:white;
	}
#contentDiv a, #contentDiv h1 a {
	color:#0061C0;
	}
#contentDiv a:hover, #contentDiv h1 a:hover {
	color:#e29900;
	}
#contentTop {
   width:980px; height:50px;
	margin:0 auto;
	background-image:url(../images/content_top.jpg);
	}
#contentTopHome {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_home.jpg);
	}
#contentTopTechnology {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_technology.jpg);
	}
#contentTopDemo {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_demo.jpg);
	}
#contentTopAbout {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_about.jpg);
	}
#contentTopContact {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_contact.jpg);
	}
#contentTopPrivacy {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_privacy.jpg);
	}
#contentTopInquiry {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_inquiry.jpg);
	}
.leftColumn {
	width:545px;
	float:left;
	margin-right:25px;
	}
.sideBarTop {
	float:right;
	width:347px; height:7px;
	background-image:url(../images/sidebar_top.gif);
	font-size:0;
	}
.sideBar {
	float:right;
	width:317px;
	padding:0 15px;
	background-color:#c4c5c7;
	}
.sideBarBottom {
	float:right;
	width:347px; height:7px;
	background-image:url(../images/sidebar_bottom.gif);
	font-size:0;
	clear:right;
	}
#contentDiv .sideBar a {
	color:#444444;
	}
#contentDiv .sideBar a:hover {
	color:#e29900;
	}
#contentDiv .sideBar h2 {
	margin-bottom:0;
	font-weight:bold;
	color:#444444;
	}
ul {
	list-style-image: url(../images/bullet.gif);
	}
.sideBar ul {
	list-style-image: url(../images/bullet_sideBar.gif);
	}
.heading {
   display:block;
   height:28px;
   padding-left:6px;
   background-color:#7db1e0;
   background-image:url(../images/headingBack.jpg);
   line-height:28px;
   font-size:16px;
   font-family:Arial, Helvetica, sans-serif;
   color:#01305b;
   position:relative;
   }
.heading2 {
   display:block;
   height:28px;
   padding-left:15px;
   background-color:#7db1e0;
   background-image:url(../images/headingBack2.jpg);
   line-height:28px;
   font-size:16px;
   font-family:Arial, Helvetica, sans-serif;
   color:#01305b;
   position:static;
   z-index:1;
   }
.heading3 {
   display:block;
   height:28px;
   padding-left:15px;
   background-color:#7db1e0;
   background-image:url(../images/headingBack3.jpg);
   line-height:28px;
   font-size:16px;
   font-family:Arial, Helvetica, sans-serif;
   color:black;
   position:static;
   z-index:1;
   }
.heading4 {
   display:block;
   width:925px; height:28px;
   padding-left:15px;
   background-color:#7db1e0;
   background-image:url(../images/headingBack2.jpg);
   line-height:28px;
   font-size:16px;
   font-family:Arial, Helvetica, sans-serif;
   color:#01305b;
   position:static;
   z-index:1;
   }
.headingClipStart {
   display:block;
   height:28px;
   padding-left:15px;
   background-color:#7db1e0;
   background-image:url(../images/headingBack3.jpg);
   line-height:28px;
   font-size:16px;
   font-family:Arial, Helvetica, sans-serif;
   color:#01305b;
   position:relative;
   z-index:1;
   }
.headingRight {
   float:right;
   width:5px;
   height:28px;
   background-image:url(../images/headingRight.gif);
   }
.headingRight3 {
   float:right;
   width:5px;
   height:28px;
   background-image:url(../images/headingRight3.gif);
   }
.heading span, .xheading2 span {
   position:absolute;
   right:6px;
   top:3px;
   }
.heading3_title {
   float:left;
   margin-right:6px;
   }
.heading3_button {
   float:right;
   margin-right:6px;
   margin-top:2px;
   }
.heading3_button {
   //margin-top:2px; /* IE Hack */
   }
.heading a, .heading2 a, .heading3 a, .heading4 a {
   font-size:14px;
   color:black;
   }
.loginSignupBox {
	width:287px; height:95px;
	padding:14px 95px 0 84px;
	background-image:url(../images/login_signupBox.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	color:black;
	position:relative;
	left:518px; top:-35px;
	margin-bottom:-15px;
	}
.loginSignupBox p {
	font-size:14px;
	color:black;
	text-align:left;
	margin-top:7px;
	}
.loginSignupBox span {
	font-size:14px;
	font-weight:bold;
	}
.indentBlock {
	padding:0 40px;
	}
#contentDiv .sideBar h1 {
	color:#2266b9;
	display:block;
	padding-bottom:2px;
	border-bottom:2px solid #a1a2a5;
	}
#contentDiv .sideBar, #contentDiv .sideBar p, #contentDiv .sideBar td, #contentDiv .sideBar li {
	font-size:13px;
	color:#444444;
	}
#contentDiv .sideBar li {
	margin-bottom:10px;
	}
.inquiryBox_top {
	width:920px; height:10px;
	background-image:url(../images/inquiryBox_top.gif);
	font-size:0;
	}
.inquiryBox {
	width:880px;
	padding:0 20px;
	background-color:#c4c5c7;
	}
.inquiryBox_bottom {
	width:920px; height:10px;
	background-image:url(../images/inquiryBox_bottom.gif);
	margin-bottom:10px;
	font-size:0;
	}
.inquiryBox_number {
	float:right;
	font-size:100px;
	font-weight:bold;
	color:#a1a2a5;
	margin-top:-21px;
	margin-bottom:-10px;
	}
.inquiryBox_title {
	float:right;
	font-size:24px;
	color:#a1a2a5;
	margin-right:7px;
	}
.inquiryYesNo_top {
	width:270px; height:7px;
	background-image:url(../images/inquiryYesNo_top.jpg);
	font-size:0;
	}
.inquiryYesNo {
	width:250px;
	padding:0 10px;
	background-color:#a1a2a5;
	}
.inquiryYesNo ul {
	list-style-image: url(../images/bullet_sideBar.gif);
	}
#contentDiv .inquiryYesNo, #contentDiv .inquiryYesNo li {
	color:#444444;
	}
.inquiryYesNo_bottom {
	width:270px; height:7px;
	background-image:url(../images/inquiryYesNo_bottom.jpg);
	margin-bottom:10px;
	font-size:0;
	}
.inquiryYesNo_title {
	font-size:16px;
	font-weight:bold;
	color:#2266b9;
	margin-top:-21px;
	}
#myTable {
	float:left;
	}
.thead {
	font-size:12px;
	background-color:#dddddd;
	border-right:2px solid #c4c5c7;
	}
.thend {
	font-size:12px;
	background-color:#dddddd;
	}
.tdreg {
	font-size:12px;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #383a47;
	}
.tdend {
	font-size:12px;
	border-bottom:1px solid #383a47;
	}
.inquiryAttrButton {
	width:121px; height:22px;
	background-image:url(../images/inquiryAttrButton.jpg);
	cursor:default;
	margin-top:7px;
	float:left;
	}
.inquiryAttrButton_over {
	width:121px; height:22px;
	background-image:url(../images/inquiryAttrButton.jpg);
	background-position:0 22px;
	cursor:pointer;
	margin-top:7px;
	float:left;
	}
.inquiryButton {
	float:right;
	display:block;
	width:347px; height:60px;
	background-image:url(../images/inquiry_button.jpg);
	margin:10px 0;
	}
.inquiryButton:hover {
	background-position:0 60px;
	}
.sendButton {
	float:right;
	width:207px; height:60px;
	background-image:url(../images/inquirySend.jpg);
	cursor:default;
	}
.sendButton_over {
	float:right;
	width:207px; height:60px;
	background-image:url(../images/inquirySend.jpg);
	background-position:0 60px;
	cursor:pointer;
	}
#contentDivTop {
   width:940px; height:50px;
   background-color:white;
   background-image:url(../images/content_top.jpg);
   background-repeat:no-repeat;
   padding:23px 20px 0 20px;
   text-align:left;
   margin:0 auto;
   }
.pageTitle {
	display:block;
	font-size:22px;
	font-weight:bold;
	color:#e29900;
	background-image:url(../images/heading_line.jpg);
	background-position:0 28px;
	background-repeat:no-repeat;
	padding-bottom:12px;
	}
.socialDiv {
	width:296px;
	margin-right:10px;
	float:right;
	}
#slides {
	width:316px; height:201px;
	margin:8px 0 15px 0;
	}
.slides_container {
	width:316px;
	overflow:hidden;
	position:relative;
	display:none;
	}
.slides_container a {
	width:316px; height:201px;
	display:block;
	}
.slides_container a img {
	display:block;
	}
#slides .prev, #slides .next, .pagination {
	display:none;
	}

/* ========================= */
/* ========== TOC ========== */
/* ========================= */

.tocDiv {
	border-left:2px solid #9ecae7;
	border-right:2px solid #9ecae7;
	border-bottom:2px solid #9ecae7;
	padding:10px;
	}
#container {
	width:896px;
	}
.toggle {
	width:876px; height:24px;
	background-image:url(../images/toc_header_expand.jpg);
	background-color:#eaeaec;
	cursor:pointer;
	padding-left:20px;
	}
.toggle.active {
	background-image:url(../images/toc_header_collapse.jpg);
	}
#contentDiv h1.toggle {
   font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:black;
	line-height:24px;
	}
.element {
	background-color:white;
	background-image:url(../images/toc_background.gif);
	margin-bottom:4px;
	}
.elementDiv {
	width:896px; height:3px;
	background-color:#9ecae7;
	}
.elementFooter {
	width:896px; height:3px;
	background-image:url(../images/toc_footer.jpg);
	margin:0; padding:0; overflow:hidden;
	}
#contentDiv div.element p {
   font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#505050;
	display:block;
	background-color:#edf7fd;
	height:23px;
	border-bottom:1px dotted #c0c0c0;
	line-height:23px;
	margin:0 3px;
	padding-left:16px;
	}
#contentDiv div.element p.aSub {
	background-color:white;
	padding-left:33px;
	}
/*#contentDiv div.element p:hover {
	background-color:#7c7f8e;
	}*/
.examButton_red {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_exam_button_red.jpg);
	}
.examButton_red:hover {
	background-position:0 19px;
	}
.examButton_redDisabled {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_exam_button_red_disabled.jpg);
	}
.examButton_green {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_exam_button_green.jpg);
	}
.examButton_green:hover {
	background-position:0 19px;
	}
.examButton_greenDisabled {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_exam_button_green_disabled.jpg);
	}
.trainingMaterialsButton {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_trainingMaterials_button.jpg);
	}
.trainingMaterialsButton:hover {
	background-position:0 19px;
	}
.trainingMaterialsButtonDisabled {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_trainingMaterials_button_disabled.jpg);
	}
.quizButton {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_quiz_button.jpg);
	}
.quizButton:hover {
	background-position:0 19px;
	}
.quizButtonDisabled {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_quiz_button_disabled.jpg);
	}
.simButton_red {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_sim_button_red.jpg);
	}
.simButton_red:hover {
	background-position:0 19px;
	}
.simButton_redDisabled {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_sim_button_red_disabled.jpg);
	}
.simButton_green {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_sim_button_green.jpg);
	}
.simButton_green:hover {
	background-position:0 19px;
	}
.simButton_greenDisabled {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_sim_button_green_disabled.jpg);
	}
.tocPlaceholder_subCat {
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_placeholder_subcat.jpg);
	}
.tocPlaceholder_training {
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_placeholder_training.jpg);
	}
#demoDiv {
	width:920px; height:182px;
	position:relative;
	margin-bottom:15px;
	}
#demoSimButton {
	width:452px; height:182px;
	background-image:url(../images/demo_simButton.jpg);
	position:absolute;
	}
#demoSimButton:hover {
	background-position:0 182px;
	}
#demoTGButton {
	width:452px; height:36px;
	background-image:url(../images/demo_tmButton.jpg);
	position:absolute;
	left:468px; top:0;
	}
#demoTGButton:hover {
	background-position:0 36px;
	}
#demoQuizButton {
	width:218px; height:130px;
	background-image:url(../images/demo_quizButton.jpg);
	position:absolute;
	left:468px; top:52px;
	}
#demoQuizButton:hover {
	background-position:0 130px;
	}
#demoExamButton {
	width:218px; height:130px;
	background-image:url(../images/demo_examButton.jpg);
	position:absolute;
	left:702px; top:52px;
	}
#demoExamButton:hover {
	background-position:0 130px;
	}

/* =========================== */
/* ========== Admin ========== */
/* =========================== */

.dataTable, .actionsTable {
   border-left:2px solid #9ecae7;
   border-right:2px solid #9ecae7;
   border-bottom:2px solid #9ecae7;
   }
.dataTable_level2 {
	width:100%;
	}
.dataTable td, .actionsTable td, .dataTable_level2 td {
   height:22px;
   padding:0 3px;
   border-bottom:1px dotted #c0c0c0;
   border-right:1px solid #c0c0c0;
   }
.dataTableClean {
   border:none;
   }
.dataTableClean td {
   border-right:none;
   }
.dataTableNoBottom td {
   border-bottom:none;
   }
.dataTableGrey {
   border-left:2px solid #949494;
   border-right:2px solid #949494;
   border-bottom:2px solid #949494;
	}
.dataTable td, .dataTable td a, .actionsTable td, .actionsTable td a, .dataTable_level2 td, .dataTable_level2 td a {
   text-align:left;
   font-size:12px;
   }
.dataTable th {
   background-color:#0b4b81;
   background-image:url(../images/dataTable_th.jpg);
   background-repeat:repeat-x;
   color:white;
   height:22px;
   font-weight:normal;
   padding:0 3px;
   }
#contentDiv .dataTable th a, .dataTable th a {
   color:white;
   text-decoration:none;
   }
#contentDiv .dataTable th a:hover, .dataTable th a:hover {
   text-decoration:underline;
   }
.dataTR_over {
   background-color:#eeeeee;
   }
.dataTableLeft {
   position:relative;
   top:28px;
   width:755px;
   margin-bottom:28px;
   }
.dataTableTop {
   background-color:#7db1e0;
   background-image:url(../images/headingBack3.jpg);
   color:black;
   display:block;
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   width:740px; height:28px;
   line-height:28px;
   padding-left:15px;
   position:absolute;
   z-index:1;
   }
.dataTable td a.alpha {
	text-decoration:none;
	display:block;
	line-height:22px;
	}
.dataTable td a.alpha:hover {
	color:#003f75;
	}
.iconActions {
	background-image:url(../images/icon_actions.gif);
	width:16px; height:16px;
	margin-top:7px;
	}
.iconReports {
	background-image:url(../images/icon_reports.gif);
	width:16px; height:16px;
	margin-top:7px;
	}
.iconViews {
	background-image:url(../images/icon_views.gif);
	width:16px; height:16px;
	margin-top:7px;
	}
.searchbox {
   width:172px; height:24px;
   background-image:url(../images/searchData.gif);
   margin:2px 1px 0 0; padding:0;
   float:right;
	}
#namesearch {
   width:140px; height:24px;
   background-color:transparent;
   border:none;
   line-height:24px;
   color:#bfbfbf;
   padding:0; margin:0 0 0 5px;
   font-size:14px;
   float:left;
   }
.namesearchSubmit {
   display:block;
   float:right;
   width:22px; height:24px;
   background-image:url(../images/searchDataSubmit.gif);
   }
.namesearchSubmit:hover {
   background-position:0 24px;
   }
.selectsearch {
	float:right;
	font-size:14px;
	height:24px;
	margin:2px 5px 0 5px;
	}
.selectext {
	font-weight:normal;
	font-size:11px;
	float:right;
	}
.actionsTable {
   width:175px;
   float:right;
   clear:right;
   margin-bottom:10px;
   }
#contentDiv .actionsTable td a {
   text-decoration:none;
   display:block;
   }
.actionsTableTop {
   display:block;
   width:167px; height:28px;
   padding-left:8px;
   background-color:#7db1e0;
   background-image:url(../images/headingBack3.jpg);
   line-height:28px;
   font-size:16px;
   font-family:Arial, Helvetica, sans-serif;
   color:black;
   position:static;
   z-index:1;
   float:right;
   clear:right;
   }
.actionDisabled {
   color:#aaaaaa;
   font-size:12px;
   font-family: Arial, Helvetica, sans-serif;
   }
.actionSelected {
   color:black;
   padding-left:15px;
   font-size:12px;
   font-family: Arial, Helvetica, sans-serif;
   background-image:url(../images/check.gif);
   background-repeat:no-repeat;
   background-position:0 2px;
   }
.viewsLink {
	padding-left:15px;
	}
.adminTitle {
   display:block;
   height:28px;
   padding-left:6px;
   background-color:#f0bc34;
   background-image:url(../images/headingBack.jpg);
   line-height:28px;
   font-size:18px;
   color:black;
   }
.faqDiv {
   background-color:#5b9deb;
   border-bottom:1px solid #3580d9;
   height:25px;
   font-size:16px;
   color:black;
   cursor:auto;
   }
.faqDivHover {
   background-color:#7eb8fb;
   border-bottom:1px solid #3580d9;
   height:25px;
   font-size:16px;
   color:black;
   cursor:pointer;
   }
.dashboardHeader {
	display:block;
   height:28px;
   padding-left:6px;
   background-color:#606473;
   background-image:url(../images/headingBack_dash.jpg);
   line-height:28px;
   font-size:16px;
   color:black;
   text-align:left;
	}
.dashboardHeader2 {
	display:block;
   height:28px;
   padding-left:6px;
   background-color:#606473;
   background-image:url(../images/headingBack_dash2.jpg);
   line-height:28px;
   font-size:16px;
   font-weight:bold;
   color:white;
   text-align:left;
   border-bottom:1px solid black;
	}
.dashboardHeader3, .highslide-wrapper div .dashboardHeader3 {
   display:block;
   height:28px;
   padding-left:6px;
   background-color:#adadad;
   background-image:url(../images/headingBack_dash.jpg);
   line-height:28px;
   font-size:16px;
   color:black;
   text-align:left;
   }
.treeCell {
	height:auto;
	}
.treeExpand {
	display:block; float:left;
	background-image:url(../images/tree_buttons.gif);
	width:13px; height:13px;
	margin:1px 10px 0 4px;
	}
.treeCollapse {
   display:block; float:left;
	background-image:url(../images/tree_buttons.gif);
	width:13px; height:13px;
	margin:1px 10px 0 4px;
	background-position:0 13px;
	}


/* ============================ */
/* ========== Paging ========== */
/* ============================ */

/* ============================ */
/* ========== Paging ========== */
/* ============================ */

.paging {
   width:755px;
   height:22px;
   background-color:#0b4b81;
   background-image:url(../images/pagingBottom.jpg);
   text-align:center;
   position:relative;
   font-size:1px;
   }
.pagingText {
   width:105px;
   height:22px;
   font-size:12px;
   color:white;
   text-align:center;
   position:absolute;
   top:3px;
   left:325px;
   }
.pagingPrevious {
   width:22px;
   height:22px;
   background-image:url(../images/pagingPrevious.gif);
   }
.pagingPrevious_inactive {
   width:22px;
   height:22px;
   background-image:url(../images/pagingPrevious_inactive.gif);
   }
.pagingPrevious_over {
   width:22px;
   height:22px;
   background-image:url(../images/pagingPrevious_over.gif);
   }
#pageNum {
   height:20px;
   }

/* ============================ */
/* ========== Footer ========== */
/* ============================ */

#footer {
	width:920px;
	text-align:center;
	padding:27px 30px 12px 30px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#74afd9;
	background-color:white;
	}
#footer a {
	font-size:11px;
	color:#74afd9;
	}
#footer a:hover {
	color:#2162b7;
	}

/* =========================================== */
/* ========== White Highslide Popup ========== */
/* =========================================== */

.loginSignup {
	margin-top:14px;
	background-color:#d4d4d4;
	font-size:14px;
	color:black;
	padding:5px 10px;
	}
.loginSignup p {
	font-size:14px;
	color:black;
	text-align:left;
	margin-top:7px;
	}
.loginSignup span {
	font-size:14px;
	font-weight:bold;
	}
.reminderLink {
	font-size:10px;
	color:#2e85d2;
	}
h1.login {
   margin:0;
   float:left;
   font-size:16px;
   color:#2e85d2;
   }
.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
   position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
   color: black;
   font-size: 8pt;
   font-family: sans-serif;
   font-weight: bold;
    text-decoration: none;
   padding: 2px;
   border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
   font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

/* Styles for the popup */
.highslide-wrapper, .rounded-white {
   background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
   padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
   margin: 0;
   padding: 0;
   text-align: right;
}
.highslide-wrapper .highslide-header ul li {
   display: inline;
   padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
   display: none;
}
.highslide-wrapper .highslide-header a {
   font-weight: bold;
   color: gray;
   text-transform: uppercase;
   text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
   color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
   cursor: move;
}
.highslide-wrapper .highslide-footer {
   height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
   float: right;
   margin-top: 4px;
   height: 11px;
   width: 11px;
   background: url(../highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-dimming {
   position: absolute;
   background: black;
}
.highslide-heading {
   display: none;
   margin: 0;
}
.no-footer .highslide-footer {
   display: none;
}
.special-header .highslide-header, .special-header-narrow .highslide-header {
	display:none;
	}
.special-header .highslide-heading, .special-header-narrow .highslide-heading {
	position:relative;
	top:-15px;
	margin:0 0 -10px 5px;
	}
.highslide-wrapper div .highslide-jtitle {
   float:left;
   font-size:20px;
   color:#0c4b81;
   font-family:Arial, Helvetica, sans-serif;
   background-image:url(../images/pop_top.jpg);
   background-repeat:no-repeat;
   line-height:28px;
   padding-left:15px;
   width:890px;
   }
.highslide-wrapper div .highslide-etitle {
   float:left;
   font-size:20px;
   color:#0c4b81;
   font-family:Arial, Helvetica, sans-serif;
   background-image:url(../images/pop_top.jpg);
   background-repeat:no-repeat;
   line-height:28px;
   padding-left:15px;
   width:890px;
   }
.highslide-wrapper div .highslide-etitle-narrow {
   float:left;
   font-size:20px;
   color:#0c4b81;
   font-family:Arial, Helvetica, sans-serif;
   background-image:url(../images/pop_top_narrow.jpg);
   background-repeat:no-repeat;
   line-height:28px;
   padding-left:15px;
   width:385px;
   }
.highslide-wrapper div .highslide-jtitle-narrow {
   float:left;
   font-size:20px;
   color:#0c4b81;
   font-family:Arial, Helvetica, sans-serif;
   background-image:url(../images/pop_top_narrow.jpg);
   line-height:28px;
   padding-left:15px;
   width:385px;
   }
.closeClipButton {
   display:block;
   float:right;
   width:29px; height:29px;
   background-image:url(../images/close_white.jpg);
   }
.closeClipButton:hover {
   background-position:0 29px;
   }
