.minwidth110 {
	min-width: 100%;
}

#nav,#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
	width: 14%;
	/* top: 57px; */
	/*font-size:0.95em;
font-family:Verdana, Arial, Helvetica, sans-serif;*/
}

#nav a {
	display: block;
	padding: 0px 5px;
	border: 1px solid #dfdfdf;
	color: #333;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	background: #F5F5F5 url(../images/right_arrow.png) no-repeat right;
	min-height: 26px;
	text-align: justify;
}

#menuScrollup {
	display: block;
	padding: 0px 5px;
	border: 1px solid #dfdfdf;
	color: #333;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	background: #F5F5F5 url(../images/menuScroll_Uparrow.png) no-repeat
		center;
	min-height: 26px;
	text-align: justify;
	width: 12em;
	height: 16px;
}

#menuScrolldown {
	display: block;
	padding: 0px 5px;
	border: 1px solid #dfdfdf;
	color: #333;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	background: #F5F5F5 url(../images/menuScroll_Downarrow.png) no-repeat
		center;
	min-height: 26px;
	text-align: justify;
	width: 12em;
	height: 16px;
}

.menushrink {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 120px;
	background-image: url('../images/menu_minus.png');
	filter: alpha(opacity = 30);
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.menuexpand {
	width: 16px;
	height: 16px;
	top: 120px;
	position: absolute;
	background-image: url('../images/menu_plus.png');
	filter: alpha(opacity = 30);
	cursor: pointer;
	cursor: hand;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

#crossIndexDiv .menushrink {
	top: 140px;
}

#crossIndexDiv .menuexpand {
	top: 140px;
}

#menuShrinkButton:hover { /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity = 100);
	/* Netscape */
	-moz-opacity: 1.0;
	/* Safari 1.x */
	-khtml-opacity: 1.0;
	/* Good browsers */
	opacity: 1.0;
}

.menuInfo {
	height: auto;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #5690b6;
	font-weight: bold;
	font-size: 14px;
	padding: 20px;
	text-align: center;
	width: 200px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #4297D7;
	background-color: #FFFFFF;
	padding: 2px;
}

#tooltip h3,#tooltip div {
	color: #222222;
	font-size: 18px;
	margin: 0;
}

#nav a:hover {
	background-color: #a1d0ef;
	color: #333;
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	display: none;
	width: 12em;
	top: 1.5em;
}

#nav li ul a {
	width: 12em;
	height: auto;
	float: left;
}

#nav ul ul {
	width: 12em;
	top: auto;
}

#nav li ul ul {
	left: 12em;
	margin: 0px 0 0 10px;
	z-index: 1;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul {
	display: none;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul
	{
	display: block;
}

#nav li ul li ul div li a {
	background-image: none;
	background-color: #FFFFFF;
	border: none;
	width: 400px;
}

#nav li ul {
	position: absolute;
	left: 100%;
	top: 0px;
}

#nav li ul li ul div {
	
}

#List {
	cursor: pointer
}

.ulContentDiv {
	border-top: 1px solid #5690b6;
	border-right: 1px solid #5690b6;
	border-bottom: 1px solid #5690b6;
	border-left: 1px solid #5690b6;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	min-width: 424px;
	background-color: #FFFFFF;
}

.menuFilterulContentDiv {
	border-top: 1px solid #5690b6;
	border-right: 1px solid #5690b6;
	border-bottom: 1px solid #5690b6;
	border-left: 1px solid #5690b6;
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
	min-width: 470px;
	background-color: #FFFFFF;
}

.menufacet li {
	min-width: 12em;
}

li.advon {
	background: url(../images/tick.png) 0 50%;
}

li.advoff {
	background: url(../images/cross.png) 0 50%;
}

#docs {
	list-style: none;
	background-color: #eee;
}

#docs li {
	background-repeat: no-repeat;
}

#thSelectColumn {
	background-color: #5690B6;
	font-weight: bold;
	padding-right: 2px;
	width: 10px;
	border-right-color: #FFFFFF;
}

#ulSelectColumn {
	vertical-align: middle;
}

.filterText {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 25px;
	padding: 4px 0 1px 5px;
	width: 203px;
	font-size: 1.2em;
	background-color: #FFFFFF;
	border: 1px solid #A6C9E2;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.filterSpan {
	border: 2px solid #d1d1d1;
	height: 22px;
	padding-top: 5px;
}

.filterSpan img {
	cursor: pointer;
}

#nav li ul li ul div#filterDiv {
	background: #FFFFFF;
	height: 74px;
	border: none;
}

#singleIndexDiv ul.groupUL li ul div#filterDateDiv {
	background: #FFFFFF;
	width: 200px;
	height: 100px;
	border-top: 1px solid #5690B6;
	border-right: 1px solid #5690B6;
	border-bottom: 1px solid #5690B6;
	border-left: 1px solid #5690B6;
	padding: 5px;
}

#singleIndexDiv ul.groupUL li ul div#filterDateDiv div {
	padding-top: 8px;
	padding-left: 26px;
}

#singleIndexDiv ul.groupUL li ul div#filterDateDiv table tr,#singleIndexDiv ul.groupUL li ul div#filterNumberDiv table tr
	{
	line-height: 30px;
}

.filterSection {
	border: 1px solid #5690B6;
	border-bottom: none;
	max-height: 400px;
	min-width: 424px;
}

.ulDateContentDiv {
	min-width: 200px;
}

button#close {
	background: #F5F5F5 url(../images/fclose.png) no-repeat right;
	border: 2px solid #D1D1D1;
	cursor: pointer;
}

button#search {
	background: #F5F5F5 url(../images/search_button.gif) no-repeat right;
	border: 2px solid #D1D1D1;
	cursor: pointer;
}
/*Added For Dialog Window*/
#loginDiv {
	width: 100%;
	height: 100%;
}

#loginDiv img {
	margin-left: 10px;
	margin-top: 10px;
}

#loginDiv #popUpDiv {
	padding-top: 7%;
	padding-left: 10%;
	padding-right: 10%;
}

#loginDiv #dialogContent {
	border: 1px solid;
}

#loginDiv #loginTable {
	width: 100%;
}

#loginDiv span {
	font-size: 30px;
}

#loginDiv #loginTabl td {
	width: 50%;
}

#loginTable {
	background-color: #DCDCDC;
}

#loginTable input {
	height: 20px;
	border: 2px solid #5690B6;
}

#loginButton {
	border: 1px solid #A9A9A9;
	cursor: pointer;
}

.ui-dialog-title {
	float: none !important;
	display: block;
	text-align: center;
}

#printDialog button#print {
	background: #F5F5F5 url(../images/print.png) no-repeat right;
	border: 2px solid #D1D1D1;
	cursor: pointer;
}

#exportDialog button#print {
	background: #F5F5F5 url(../images/export.png) no-repeat right;
	border: 2px solid #D1D1D1;
	cursor: pointer;
}

#printDialog button#cancel,#exportDialog button#cancel {
	background: #F5F5F5 url(../images/fclose.png) no-repeat right;
	border: 2px solid #D1D1D1;
	cursor: pointer;
}

#loginTable th {
	background-color: #A9A9A9;
	font-size: 25px;
	height: 40px;
}

.divMessages {
	text-align: center;
}

#List {
	cursor: pointer
}

#menu a {
	cursor: pointer;
	text-decoration: underline;
}

#singleIndexDiv ul.groupUL li ul div#filterNumberDiv {
	background: #FFFFFF;
	min-width: 355px;
	height: 160px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding-top: 5px;
	border: 1px solid #5690B6;
}

#singleIndexDiv ul.groupUL li ul div#filterNumberDiv div {
	padding-left: 75px;
	padding-top: 5px;
}

.ulContentDiv label,.ulDateContentDiv label {
	cursor: pointer;
}

#nav li ul li ul div#filterAgeDiv {
	background: #FFFFFF;
	height: 110px;
	border: none;
	padding-top: 5px;
}

#nav li ul li ul div#filterAgeDiv div {
	padding-left: 38px;
	padding-top: 8px;
}

img #go,#search,#close,#print,#cancel {
	cursor: pointer;
}

#welcome_div a {
	font-size: 16px;
	color: black;
	text-decoration: none;
}

#welcome_div a:hover {
	text-decoration: underline;
}

table.printTable {
	font-size: 14px;
	background-color: #f8f8f8;
}

table.printTable tr.odd {
	background-color: #efefef;
}

table.printTable td {
	text-align: right;
}

table.printTable td {
	padding: 5px;
}

#printDialog label,input[type=radio],#exportDialog label {
	cursor: pointer;
}

#menuFilterContent {
	background-color: #B5DCFF;
	margin-bottom: 20px;
}

#nav li ul div.alpha-nav>a {
	background: none;
	float: left;
	height: auto;
	width: auto;
	font-weight: normal;
	padding: 0px;
	text-decoration: underline;
	border: none;
	padding-left: 5px;
	font-size: 14px;
}

#menuFilterContent div.pagination .clickedbtn {
	background-color: #5690B6;
	color: #FFFFFF;
	font-weight: bold;
}

#menuFilterContent div.pagination span {
	background: none;
	height: auto;
	width: auto;
	font-size: 14px;
}

#menuFilterContent div.pagination button {
	background: none;
	background-color: #F6F6F6;
	height: auto;
	width: auto;
	padding: 0px 5px 0px 5px;
	border: 1px solid #C8BBBE;
	padding-left: 5px;
	font-size: 14px;
	font-weight: normal;
	margin-right: 4px;
	cursor: pointer;
	/*     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
 */
}

#menuFilterContent div.pagination button:hover {
	background-color: #a1d0ef;
	color: #333;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}

#menuFiltertxt {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 25px;
	margin-bottom: 5px;
	padding: 4px 0 1px 5px;
	width: 203px;
	font-size: 1.2em;
	background-color: #FFFFFF;
	border: 1px solid #A6C9E2;
	margin: 10px;
}

#topsearchResult {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 1px solid #A6C9E2;
	height: 300px;
	left: 52%;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 122px;
	width: 48%;
	z-index: 1000;
}

#crossIndexDiv #topsearchResult {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 1px solid #A6C9E2;
	height: 300px;
	left: 52%;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 122px;
	width: 48%;
	z-index: 1000;
}

#topsearchResult li {
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
}

#topsearchResult ul {
	margin: 5px;
}

#topsearchResult li:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #4297d7;
/* 	background-color: #a1d0ef; */
}

.topsearchResultkb {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #4297d7;
/* 	background-color: #a1d0ef; */
}

.menuhighlight {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #5690B6;
}

#listPopUp {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	position: absolute;
	z-index: 1;
	background-color: #FFFFFF;
	min-width: 200px;
	text-align: left;
	padding: 2px;
	right: 0px;
}

#listPopUp li {
	padding: 10px;
	font-size: 16px;
}

#listPopUp li img {
	float: right;
	cursor: pointer;
}

#listPopUp li a {
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
	color: #333333;
}

#listPopUp li a:hover {
	text-decoration: underline;
}

#result_status {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.ui-datepicker {
	z-index: 1;
}

#docs a {
	text-decoration: none;
	color: blue;
	cursor: pointer;
}

#docs a:hover {
	text-decoration: underline;
}

button.selection {
	border: none;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}

.ulContentDiv li,.menuFilterulContentDiv li {
	padding: 5px;
}

.ulContentDiv li:hover {
	background-color: #a1d0ef;
	color: #333333;
}

#nav li .ulContentDiv li {
	float: none;
}

li.filterSection:hover {
	background-color: #FFFFFF;
}

.alpha-nav button {
	border: none;
	background: transparent;
	float: left;
	margin-left: -6px;
	margin-right: -5px;
	cursor: pointer;
}

.linklikeDiv {
	text-decoration: underline;
	font-size: 14px;
	color: #000000;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
}

#nav li .menuFilterulContentDiv li {
	float: none;
}

#nav li ol li:hover {
	background: none;
}

.menuFilterulContentDiv li:hover {
	background-color: #4297d7;
/* 	background-color: #a1d0ef; */
	color: #333333;
}

.showallORreset {
	background-color: #FDEBAC;
	border: 1px solid #DB9A44;
	cursor: pointer;
}

img#search,img#close {
	padding-bottom: 8px;
	vertical-align: middle;
}

table#docs td:first-child {
	text-align: right;
}

.savedSearchTable {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 2em;
	font-size: 14px;
}

.savedSearchTable th {
	font-weight: bold;
	border: 1px solid #A6C9E2;
	padding-left: 4px;
}

.savedSearchTable td {
	border: 1px solid #A6C9E2;
	padding-left: 4px;
}

.ui-dialog .ui-dialog-buttonpane button {
	background: none repeat-x scroll 50% 50% #5690B6;
	color: #FFFFFF;
	border: 1px solid #5690B6;
}

.centerAlign {
	padding-left: 0px;
	text-align: center;
}

#suggDiv span {
	font-size: 20px;
	font-weight: bold;
}

#suggDiv .NoRecordMsg {
	font-size: 20px;
	font-weight: bold;
	color: red;
}

#suggLinks a {
	font-size: 20px;
	font-style: italic;
}

#suggLinks {
	float: right;
}

.questionMark {
	font-size: 20px;
	color: blue;
	float: right;
}

.verticalPosition {
	vertical-align: middle;
}

#compareDocTableDialog table tr td:first-child {
	font-weight: bold;
}

#compareDocTableDialog table {
	border-collapse: collapse;
	line-height: 2em;
	width: 100%;
}


#compareDocTableDialog table tr.odd{
    background-color: #FFFFFF;
}

#compareDocTableDialog table tr.even{
    background-color: #E6F3FF;
}
/*
#compareDocTableDialog table tr:nth-child(odd) {
	background-color: #E6F3FF;
}

#compareDocTableDialog table tr:nth-child(even) {
	background-color: #FFFFFF;
}
*/

#compareDocTableDialog table td,#compareDocTableDialog table th {
	padding-left: 5px;
	border: 1px solid #A6C9E2;
}

#compareDocTableDialog table tr:first-child td {
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
}

#compareDocTableDialog button {
	background-color: #5B99C2;
	border: 1px solid #4297D7;
	display: inline-block;
	padding: 4px;
	margin: 4px;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	color: #FFFFFF;
	white-space: nowrap;
}

#compareDocTableDialog button:hover {
	color: #333333;
}

#saveSearchName {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	height: 25px;
	padding: 4px 0 1px 5px;
	width: 300px;
	font-size: 1.2em;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
}

.saveNameTable textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	width: 300px;
	font-size: 1.2em;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
}

.saveNameTable tr {
	line-height: 4em;
}

.saveNameTable {
	width: 100%;
	font-size: 14px;
}

.saveNameTable tr td:first-child {
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
}
/*CSS for pivot table Start*/
.pivotmenuTable {
	width: 100%;
}

.pivotmenuTable tr td {
	padding-left: 5px;
}

.pivotmenuTable label {
	cursor: pointer;
}

#pivotFacetnameDiv{
	height: 300px;
	overflow-y: auto;
	width: 300px;
}

.pivotTable {
	width: 100%;
}

.pivotTable tr td {
	padding-left: 5px;
	border: 1px solid #A6C9E2;
	font-weight: bold;
}

#pivotFacetnameDiv, #chartFacetnameDiv {
	border: 1px solid #A6C9E2;
}

table.pivot {
	border-collapse: collapse;
	border: solid 1px #A6C9E2;
	text-align: right;
	width: 100%;
}

table.pivot th,table.pivot td {
	padding: 5px;
}

table.pivot tr.head {
	font-weight: bold;
	text-align: center;
}

table.pivot .total {
	background-color: #DBEEFF;
	white-space: nowrap;
}

table.pivot tr.total th {
	text-align: left;
}

table.pivot tr.total td,table.pivot tr.total th {
	border-top: solid 1px #A6C9E2;
}

table.pivot td.total {
	border-left: solid 1px black;
}

table.pivot tr.head th.groupby {
	background-color: #DBEEFF;
	font-weight: bold;
}

table.pivot tr.head th.pivotcol {
	background-color: #DBEEFF;
	border: 1px solid #A6C9E2;
}

table.pivot th.groupby {
	text-align: left;
	font-weight: normal;
	border: 1px solid #A6C9E2;
}

table.pivot tr.head th.total {
	border: 1px solid #A6C9E2;
}

table.pivot td {
	border: 1px solid #A6C9E2;
}

table.pivot .pivotFirstrow {
	background-color: #DBEEFF;
	text-align: left;
	font-weight: bold;
}

.pivotmenuli, .chartmenuli {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color: #DBEEFF;
	border: 1px solid #A6C9E2;
	line-height: 1.2em;
	margin: 5px;
	padding: 5px;
	cursor: pointer;
}

.pivotdropmenu, .chartdropmenu {
	border: 1px solid #4297D7;
	width: 300px;
	min-height: 50px;
	margin-top: 5px;
	height: auto;
}

.pivotmenuliSelected, .chartmenuliSelected {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color: #5B99C2;
	border: 1px solid #4297D7;
	line-height: 1.2em;
	margin: 5px;
	padding: 5px;
}

#solrpivotDiv {
	max-width: 1200px;
	text-align: center;
	/*max-width: 630px;*/
	overflow: auto;
	max-height: 450px;
	overflow: auto
}

.solrpivotDiv {
	width: 100%;
}

.draganddropText {
	margin-left: 50px;
	margin-top: 15px;
}

.pivotPrintTable th,.pivotPrintTable .total {
	font-weight: bold;
}

.pivotPrintTable .resultcell {
	text-align: right;
	padding: 5px;
}

.pivotPrintTable .pivotFirstrow {
	font-weight: bold;
	text-align: left;
}
/*CSS for pivot table End*/
#singleIndexDiv {
	width: 22%;
}

#singleIndexDiv ul.groupUL {
	width: 100%;
	font-size: 13px;
}

#singleIndexDiv ul.groupUL li ul {
	left: 100%;
	position: absolute;
	line-height: 1.4em;
	text-align: left;
}

#singleIndexDiv  ul.groupUL>li {
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	background: url("../images/right_arrow.png") no-repeat scroll right #DBEEFF;
		background-position: 99.8%;
	border: 1px solid #A6C9E2;
	color: #222222;
	cursor: pointer;
	display: block;
	line-height: 28px;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
	position: relative;
}

#singleIndexDiv  ul.groupUL>li a {
	font-weight: bold;
}

#singleIndexDiv ul.groupUL li ul {
	background-color: #FFFFFF;
}

#singleIndexDiv ul.groupUL li a {
	text-decoration: none;
}

#singleIndexDiv .ui-accordion-content,#indexAccordionDiv .ui-accordion-content
	{
	overflow: visible;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
}

.ui-accordion .ui-accordion-header .ui-icon {
	left: 0px;
}

#singleIndexDiv h3.ui-accordion-header,#indexAccordionDiv h3.ui-accordion-header
	{
	padding: 5px;
	color: #222222;
}

#singleIndexDiv h3.ui-state-default,#indexAccordionDiv h3.ui-state-default
	{
	background-color: #DBEEFF;
}

#singleIndexDiv h3:hover,#indexAccordionDiv h3:hover {
	background-image: none;
	background-color: #DBEEFF;
	font-weight: bold;
}

#singleIndexDiv h3.ui-state-focus,#indexAccordionDiv h3.ui-state-focus {
	background-image: none;
}

#singleIndexDiv h3.ui-state-active,#indexAccordionDiv h3.ui-state-active{
	color: #E17009;
	border: 1px solid #5690B6;
}

.tableHeaderText {
	float: left;
}

.tableHeaderText img {
	vertical-align: middle;
}

table#docs tr td:first-child {
	text-align: center;
}

.filterBoxText {
	float: left;
	margin-top: 5px;
}

#chartUL .activeChartli{
	color: #E17009;
	background-color: #F5F8F9;
	border: 1px solid #79B7E7;
}
#pivotChartUL .activeChartli{
	color: #E17009;
	background-color: #F5F8F9;
	border: 1px solid #79B7E7;
}
#facetToggleDiv {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 121px;
	cursor: pointer;
	margin-left: 30px;
	display: none;
}

div#indexDispName {
	width: 22%;
/* 	text-align: center; */
	margin-bottom: 10px;
	position: absolute;
	top: 148px;
}

div#indexDispName span {
	background-color: #0099CC;
	position: relative;
	color: #ffffff;
	padding: 5px 7px 5px 7px;
	font-size: 13px;
	font-weight: bold;
}


#indexUL li:HOVER {
    background-color: #4297d7 !important;
}

.alpha-nav button:HOVER {
    font-weight: bold !important;
    background-color: #4297D7;
}
