body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/*CSS Added For Cross index Search*/
#facetUL li{
    cursor: pointer;
}

#facetUL li ul {
	
	 cursor: default;
	position: absolute;
	left: 100%;
	display: inline;
	background-color: #FFFFFF;
	border: 1px solid #5690B6;
	text-align: left;
	line-height: 1.4em;
	top: 0px;
	z-index: 1;
}

/* #facetUL,#indexUL{
	min-width: 12em;
	width: 96%;
	position: relative;
}

 */
#indexUL {
	min-width: 12em;
	width: 96%;
	position: relative;
}

#facetUL {
	margin-left: 7%;
    min-width: 12em;
    position: relative;
    width: 88%;
}

#facetUL > li {
	display: block;
	padding: 0px 5px;
	border: 1px solid #A6C9E2;
	color: #222222;
	-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: #DBEEFF url(../images/right_arrow.png) no-repeat right;
	line-height: 28px;
	text-align: left;
	position: relative;
	font-size: 13px;
}

.facetContent {
	width: 22%;
	vertical-align: top;
}

#indexUL ul.crossgroupUL {
	width: 100%;
	font-size: 16px;
}

#indexUL .ui-accordion-content
{
	overflow: visible;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#indexUL  ul.groupUL>li {
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	/* background: url("../images/right_arrow.png") no-repeat scroll right
		center #DBEEFF; */
	border: 1px solid #A6C9E2;
	color: #222222;
	cursor: pointer;
	display: block;
	line-height: 28px;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
	position: relative;
}

.ui-accordion .ui-accordion-header .ui-icon {
	left: 0px;
}

#indexUL h3.ui-accordion-header
{
	padding: 5px;
	padding-left: 18px;
	color: #222222;
}

#indexUL h3.ui-state-default
{
	background-color: #DBEEFF;
}

#indexUL h3:hover {
	background-image: none;
	background-color: #DBEEFF;
	font-weight: bold;
}

#indexUL h3.ui-state-focus {
	background-image: none;
}

#indexUL h3.ui-state-active{
	color: #E17009;
	border: 1px solid #5690B6;
}

#indexUL li {
	background-color: #DBEEFF;
	line-height: 28px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	border: 1px solid #A6C9E2;
	color: #222222;
	-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;
	cursor: pointer;
}


#indexUL{
	max-height: 350px;
	overflow: auto;
}

#indexUL li span {
	font-weight: normal;
}

.facetfilter {
	border-bottom: 1px solid #5690B6;
}

#resultTable tr.odd{
	background-color: #E6F3FF;
}

#resultTable tr.even{
	background-color: #FFFFFF;
}
/*#resultTable tr:nth-child(even) {
	background-color: #E6F3FF;
}

#resultTable tr:nth-child(odd) {
	background-color: #FFFFFF;
}*/

#resultTable tr {
	height: 60px;
}

.viewRecbutton {
	border: 1px solid #5690B6;
	height: 30px;
	cursor: pointer;
	white-space: nowrap;
	background-color: #5690B6;
	color: #FFFFFF;
}

#resultTable tr td {
	padding-left: 5px;
}

#displayRecHeader {
	border: 1px solid #A6D5FF;
	background-color: #B5DCFF;
	padding: 5px;
}

#paginator {
	text-align: left;
	width: 450px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#pagerLayout {
	text-align: center;
	border: 1px solid #A6D5FF;
	background-color: #B5DCFF;
	padding: 5px;
	margin-bottom: 5px;
}

#pagerLayout select{
	float: left;
}

#resultContentDiv {
	border-left: 1px solid #A6D5FF;
	border-right: 1px solid #A6D5FF;
	font-size: 16px;
}

#currentSelc {
	border: 1px solid #A6C9E2;
	background-color: #DBEEFF;
	border-bottom: none;
	padding: 8px;
}

#currSelcUL li a {
	background-color: #A1D0EF;
	border: 2px solid #5690B6;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	margin: 4px;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

#currSelcUL li {
	display: inline-block;
}

#crossIndexDiv div#search-box {
	background-color: #F2F9FF;
	border: 1px solid #A6C9E2;
}

div#search-box #query {
	background-color: #F2F9FF;
}

#currentSelc span#selcHeader {
	float: left;
	padding-top: 8px;
}

#crossIndexDiv #topsearchResult {
	border: 1px solid #A6C9E2;
}

#facetUL li ul li {
	padding: 5px;
}

#facetUL li ul li:hover {
	background-color: #a1d0ef;
}

#facetUL li ul.alphabetFilterUL {
	width: 460px;
}

.freeSearchScroll {
	background-color: #FFFFFF;
	max-height: 300px;
	min-width: 409px;
	overflow-x: hidden;
	overflow-y: auto;
}

/*CSS Added For Cross Index Pagination*/
.light-theme {
	display: block;
	overflow: hidden;
	padding: 2px 5px 5px 0;
}

.light-theme a,.light-theme span {
	text-decoration: none;
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #efefef) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #efefef 100%); /* W3C */
}

.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3)
		inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

.facet_paginator a,.facet_paginator span {
	float: none;
	padding-bottom: 4px;
	padding-top: 4px;
}

#crossIndexDiv div#filterDateDiv table tr,#crossIndexDiv div#filterNumberDiv table tr{
	line-height: 30px;
}

#crossIndexDiv div#filterNumberDiv {
	background: #FFFFFF;
	min-width: 355px;
	height: 160px;
	padding-top: 5px;
}

#crossIndexDiv div#filterDateDiv {
	background: #FFFFFF;
	height: 110px;
    min-width: 200px;
    padding-left: 8px;
    padding-top: 8px;
}

#crossIndexDiv div#filterNumberDiv div {
	padding-left: 75px;
	padding-top: 5px;
}

#crossIndexDiv div#filterDateDiv div {
	padding-left: 10px;
	padding-top: 10px;
}


#crossIndexOptions a{
	text-decoration: underline;
	color: #222222;
}

.pageSelcTable{
	line-height: 1.8em;
}

#tableErrorMsg{
	color: red;
    font-size: 14px;
    font-weight: bold;
    padding-right: 83%;
}

#errorMsgDiv{
	border: 1px solid #A6D5FF;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-top: 30px;
}

.searchValues{
	width: 88%;
	vertical-align: top;
}

#facetUL li ul label{
	font-weight: normal;
}

.lineClear{
    height: 0px;
}

.menuFilterContentSettings{
	background-color: #FFFFFF;
}

.alpha-nav{
	border: 1px solid #A6D5FF;
    height: 25px;
    padding-top: 5px;
}

.rangeTxtbox{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 25px;
	width: 100px;
	font-size: 1em;
	background-color: #FFFFFF;
	border: 1px solid #A6C9E2;
}

#radioButtDiv{
	border-bottom: 1px solid #5690B6;
    padding-bottom: 2px;
}

#radioButtDiv #resultcount{
	float: right;
}

#resultcount{
	font-weight: normal;
}
/*CSS Added For Single Index view*/
#selctedIndexbutton {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #5B99C2;
	border: 1px solid #4297D7;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	padding: 4px;
	cursor: pointer;
}

#menuFilterData{
	background-color: #FFFFFF;
}

#chartFacetnameDiv{
	height: 460px;
	overflow-y: auto;
	width: 300px;
}

#chartUL > li{
 float: left;
 list-style: none;
 cursor: pointer;
}

#chartUL{
	float: right;
	width: 64%;
}

#chartUL .chartli{
	background-color: #DBEEFF;
	border: 1px solid #A6C9E2;
	padding: 5px;
	cursor: pointer;
}

#chartUL .chartliLeft{
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;

	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
}

#chartUL .chartliRight{
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;

	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
}

.chartmenuliSelected a{
	text-decoration: none;
}
#closeImg{
	cursor: pointer;
	background-color:white;
	position: absolute;
    top: 13%; right: 3.5%;
}

#chartSliderDiv{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
	/* width: 10px;
	height: 50px;
	background-image: url('../images/go-rt-on.gif');
	border: solid lightblue 2px;
	border-right: none;
	border-top-left-radius:45px;
	border-bottom-left-radius:45px;
	background-color: #5B99C2; */
}
/* #chartSliderDivImg{ */

/*  	display: none; */
/* 	margin: 33% auto auto 35%; */
/* } */
#sliderTD{
	vertical-align: middle;
	width: 0.01%;
	background-color: #DBEEFF;
    border: 1px solid #A6C9E2;

}

#RightsTableCross {
	border: 2px solid black;
	width: 95%;
}
#RightsTableCross th {
	border: 1px solid black;
	color: red;
	text-align: center;
	font: bolder;

}
#RightsTableCross td {
	border: 1px solid black;
	text-align: center;
	width: 25px;
}
	#RightsTableSingle {
	border: 2px solid black;
	width: 95%;
}
#RightsTableSingle th {
	border: 1px solid black;
	color: red;
	text-align: center;

}
#RightsTableSingle td {
	border: 1px solid black;
	text-align: center;
	width: 25px;
}
/* #chartFacetDDTD-Hidden{

}
#chartFacetDDTD-Shown{

} */

/* .chart_slider_right{
	background-image: url('../images/go-rt-on.gif');
}
.chart_slider_left{
	background-image: url('../images/go-lt-on.gif');
} */
#pivotHeaderDiv {
	background-color: #b9e5ff;
	white-space: pre-wrap;
	max-height: 50px;
	width: 95%;
	vertical-align: top;
	margin: 0 auto;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
	margin-bottom: 1%;
}
#pivotChartUL > li{
float: left;
list-style: none;
cursor: pointer;
}
#pivotChartUL{
float: right;
width: 64%;
}
#pivotChartUL .chartli{
background-color: #DBEEFF;
border: 1px solid #A6C9E2;
padding: 5px;
cursor: pointer;
}
#pivotChartUL .chartliLeft{
-moz-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-khtml-border-top-left-radius: 5px;
-moz-border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-khtml-border-bottom-left-radius: 5px;
}
#pivotChartUL .chartliRight{
-moz-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-khtml-border-top-right-radius: 5px;
-moz-border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
}

/* #added for adhoc reports */
.facetMenuHighlight {
	    background-color: #4297d7 !important; 
/* 	background-color: #5B99C2 !important; */
}

.menuFacetTitle {
	width: 100%;
	text-align: center;
	background-color: #DBEEFF;
}

.menuFacetTitle span {
	font-weight: bold;
	font-size: 13px;
}

.menuDateFacetTitle {
	width: 99%;
	text-align: center;
	background-color: #DBEEFF;
	border-top: 1px solid #5690B6;
	border-right: 1px solid #5690B6;
	border-left: 1px solid #5690B6;
}

.menuDateFacetTitle span {
	font-weight: bold;
	font-size: 13px;
}

#singleIndexDiv ul.groupUL li ul div#filterDateDiv{
	border-top: 1px solid #FFFFFF!important;
}

.newFooterBox {
width: 100%;
height: 55px;
top: 90%;
border-top: 1px solid #838364;
bottom: 0px;
float: left;
margin-top: 10px;
}

.newFooterStyle {
color: #000000;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
padding: 2px 0 0 65px;
}

#crossIndexFooter {
	position: fixed;
}

/* home screen */

div.homeScrnAccordionWidget {
	float: left;
}

div.portletHeader {
	background: url("../images/dashboardHeaderImage.png") repeat-x scroll 50% 50% #0078AE;
	min-height: 20px;
	 color: #EAF5F7;
    font-size: 15px;
    font-weight: bold;
    padding: 3px;
    cursor: move;
}

/* div.portletHeader span.portletHeaderTitle {
	cursor: default;
} */

span.portlet-toggle {
 	float: right;
 	cursor: pointer;
}

div.homeScrnAccordionWidget {
	margin: 10px;
	min-height: 35px;
	border: 1px solid #5995BD;
	
	-moz-box-shadow: 10px 10px 3px #8888888;
	-webkit-box-shadow: 10px 10px 3px #888888;
	box-shadow: 10px 10px 3px #888888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
}

div.portletContentDiv {
	overflow: auto;
/* 	padding: 5px; */
	background-color: #ffffff;
}

table.homescrn_savedSearchTable {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 2em;
	font-size: 14px;
	border-bottom: 1px solid #E6F3FF;
}

table.homescrn_savedSearchTable tr.even {
	background-color: #E6F3FF;
}

table.homescrn_savedSearchTable td:HOVER {
	background-color: #4297d7;
}
table.homescrn_savedSearchTable td:HOVER a {
	color: black;
}

table.homescrn_savedSearchTable a {
	text-decoration: none;
}
table.homescrn_savedSearchTable a:HOVER {
	text-decoration: underline;
}
table.homescrn_savedSearchTable th, table.homescrn_savedSearchTable td {
/* 	font-weight: bold; */
/* 	border: 1px solid #A6C9E2; */
	padding-left: 6px;
	padding-right: 6px;
}
.ui-sortable-placeholder { border: 1px solid #5995BD; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }

#homescrnadminelmt {
	width: 100%;
	background-color: #B5DCFF;
    border: 1px solid #A6D5FF;
    padding: 5px 0 5px 0;
    text-align: right;
}


#menuFilterData > li > button {
    cursor: pointer;
}
