﻿tr.tEven {
	background-color:#eee;
	}

.dropdown2 {
	width: 206px;
	}
/* BEGIN TAB NAVIGATION STYLES*/

/* BEGIN CHANGE 1.2.0 */
.tabcontent {
  padding-bottom: 2em;
}
/* END CHANGE 1.2.0 */

.tabBox{
	margin:0 0 0 3px;
}
.tab,.activeTab{
	position:relative;
	padding:5px 9px 3px 9px;
	border-right:1px solid #fff;
	margin-bottom:-1px;
	display:inline;
	float:left;
	cursor:pointer;
}
.tab{
	background:#a7c6cd;
}
.tab a {
	text-decoration:none;
	}
.tabBox.purple .tab {
	background-color: #C592C8;
}
.tabBox.purple a:hover, .tabBox.purple a:focus {
	color: #fff;
}
.activeTab{
	background:#7fb0bb !important;
	font-weight:bold;
	color:#fff;
}

/* BEGIN CHANGE 1.2.0 */
.activeTab a, .activeTab a:visited {
  color: #fff !important;
  text-decoration:none;
}
/* END CHANGE 1.2.0 */

.tabBox.purple .activeTab {
	background:#732978 !important;
}
.hidden{
	display:none;
}

/* FAQ TAB */
/* Link order = L,V,H,A */

a.faqLink:link {
	display: block;
	margin-bottom: 10px;
	color: #333;
	text-decoration: underline;
}

a.faqLink:visited {
	color: #333;
	display: block;
	margin-bottom: 10px;
	text-decoration: underline;
}

a.faqLink:hover {
	color: #008698 !important;
	display: block;
	margin-bottom: 10px;
	text-decoration: underline !important;
}

a.faqLink:focus {
	color: #008698 !important;
	display: block;
	margin-bottom: 10px;
	text-decoration: underline !important;
}

a.faqLink:active {
	color: #333;
	display: block;
	margin-bottom: 10px;
	text-decoration: underline;
}

.faqSearchBtnWrapper {
	width: 100%;
}

* html .faqSearchBtnWrapper {
	width: 100%;
	height: 1%;
	border: 1px solid #fff;
	overflow: hidden;
}

*:first-child+html .faqSearchBtnWrapper {
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	overflow: hidden;
}

/* BUTTON STYLES */

.faqSearchBtn {
	position:relative;
	float:left;
	margin: 3px 0px 0px 10px;
	display:inline;
	color:#fff;
	font-weight:bold;
}

* html .faqSearchBtn {
	/*position:relative;
	float:left;
	margin: 20px 0px 0px 10px;*/
	position: absolute;
	top: 175;
	left: 175;
	display:inline;
	color:#fff;
	font-weight:bold;
}

*:first-child+html .faqSearchBtn {
	/*position:relative;
	float:left;
	margin: 0px 0px 0px 10px;*/
	position: absolute;
	top: 175;
	left: 175;
	display:inline;
	color:#fff;
	font-weight:bold;
}

.faqSearchBtn span {
	cursor:hand;
	position:relative;
	float:left;
	padding-left:9px;
	padding-right:9px;
	line-height:2.7ex;
	padding-bottom:10px;
}

.faqSearchBtn:hover, .faqSearchBtn:focus {
	background-position: right -95px;
	color:#fff;
	font-weight:bold;
}

.faqSearchBtn:hover span, .faqSearchBtn:focus span {
	color:#fff;
	background-position: left -95px;
	color:#fff;
	font-weight:bold;
}

.faqSearchBtn {
	background:url("/images/buttons/greyRight.gif") no-repeat right top;
}

.faqSearchBtn span {
	background:url("/images/buttons/greyLeft.gif") no-repeat left top;
}

/* FAQ PAGINATION */

.faqPagination {
	width: 100%;
	text-align: right;
}

div .faqPagination a {
	font-size: 11px;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

div .faqPagination a:hover {
	font-size: 11px;
	color: #0053A5;
	text-decoration: underline;
	font-weight: bold;
}

div .faqPagination a:focus {
	font-size: 11px;
	color: #0053A5;
	text-decoration: underline;
	font-weight: bold;
}

div .faqPagination a:visited {
	font-size: 11px;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

div .faqPagination a:active {
	font-size: 11px;
	color: #0053A5;
	text-decoration: none;
	font-weight: bold;
}

a.pageSelect:link {
	font-size: 11px;
	color: #0053A5;
	text-decoration: none;
	font-weight: bold;
}

/* added for pagination  */
a.currentPage:link {

	color: #008698;

	font-weight: bold;

	text-decoration: none;

}



a.currentPage:visited {

	color: #008698;

	font-weight: bold;

	text-decoration: none;

}



a.currentPage:hover {

	color: #008698;

	font-weight: bold;

	/*text-decoration: underline;*/;

}



a.currentPage:focus {

	color: #008698;

	font-weight: bold;

	/*text-decoration: underline;*/;

}



a.currentPage:active {

	color: #008698;

	font-weight: bold;

	text-decoration: none;

}


.activePage {
	color:#008698;
	text-decoration: underline;
	font-weight: bold;
}
.outerbox {
	width:540px;
	padding:10px 0 10px 10px;
	border-bottom: #ccc dotted 1px;
	float:left;
	}
.innerbox_left {
	width: 255px; float:left; padding-right: 10px;
	}
.innerbox_right {
	width: 255px; float:left;
	}
.modCopyLeft {
	float:left; width:195px; margin-top:-20px
	}
.modCopyRight {
	float:left; width: 355px;
	}
