@import url('reset.css');
@import url('general.css');
@import url('elements.css');
/*@import url('print.css');*/ 
@import url('layout.css');
@import url('toolbar.css'); 
@import url('tables.css'); 

/*Beyond this line are application specific formatting*/
.printicon
{
	cursor: pointer;
}
.col_nlis {
	display:block;
	float:left;
	overflow: hidden;
	width: 97%;
	
}

#microsite {
	display:block;
	width: 96%;
	background-color: #F5F5F5;
    border-bottom: 3px solid #FFFFFF;
	padding: 10px 0px 10px 40px;
	font-weight:bold;
}

#privatelinks {
	display:block;
	width: 96%;
	background-color: #F5F5F5;
    border-bottom: 3px solid #FFFFFF;
	padding: 10px 0px 10px 40px;
	font-weight:bold;
}
	#privatelinks a {
		padding-left: 5px;
		padding-right: 5px;
		border-right: 1px solid black;
	}
	#privatelinks a:first-child {
		padding-left: 0px;
		padding-right: 5px;
		border-right: 1px solid black;
	}
		#privatelinks a:last-child {
		padding-left: 5px;
		padding-right: 0px;
		border-right: 1px solid transparent;
	}


		.white-popup-block {
    background: none repeat scroll 0 0 #fff;
    margin: 40px auto;
    max-width: 650px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
}

table.report tr.header td, table.report th  {
    padding-top: 10px;
    padding: 5px;
    border-bottom: 1px solid gray;
}

table.report td  {
    border-bottom: 1px dashed gray;
    padding: 3px;
}

table.report tr.header td {
    font-weight: bold;
}

table.report tr.h1 td {
    font-size: 120%;
}

table.report tr.h2 td {
    font-size: 110%;
}

table.report tr.h3 td {
    font-size: 100%;
}

table.report td.label {
    font-weight: bold;
    font-style: italic;
}

table.report thead th {
    font-weight: bold;
}

.tooltip {
    visibility: inherit;
}

.tooltip-styling{
    background: white !important;
    color: black !important;
}

.ui-tooltip, .arrow:after {
		background: black;
		border: 2px solid white;
	}
	.ui-tooltip {
		padding: 10px 20px;
		color: white;
		border-radius: 20px;
		font: bold 14px "Helvetica Neue", Sans-Serif;
		box-shadow: 0 0 7px black;
	    max-width: 400px;
	}
	.arrow {
		width: 70px;
		height: 16px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -35px;
		bottom: -16px;
	}
	.arrow.top {
		top: -16px;
		bottom: auto;
	}
	.arrow.left {
		left: 20%;
	}
	.arrow:after {
		content: "";
		position: absolute;
		left: 20px;
		top: -20px;
		width: 25px;
		height: 25px;
		box-shadow: 6px 5px 9px -9px black;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.arrow.top:after {
		bottom: -20px;
		top: auto;
	}