@charset "utf-8";
/* CSS Document */
.visualize { /* 	background-color: #FFFFFF; */
	background: #FFF url(/images/Lpgbg.jpg) top repeat-x;
	border: 1px solid #DDDDDD;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin: 5px;
	padding: 10 0 10 10px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: auto;
}

.visualize .visualize-title {
	color: #333333;
	font-size: 2.1em;
	font-weight: bold;
	left: 20px;
	margin-bottom: 0;
	position: absolute;
	top: 20px;
	overflow: auto;
}

/* .graph-header { */
/* 	margin: 0px 6px 10px 25px; */
/* } */
.show-btn {
	background-color: #FFFFFF;
	border: 1px solid #9DADE8;
	font-size: 11px;
	padding: 5px 6px;
	text-transform: uppercase;
}

.blueBtn {
	background: #36689B; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36689B',
		endColorstr='#7CA8D4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#36689B),
		to(#7CA8D4)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #36689B, #7CA8D4);
	/* for firefox 3.6+ */
	font-size: 10px;
	/* font-weight: bold; */
	color: #fff;
	text-transform: uppercase;
	padding: 2px 6px;
	*padding: 2px 3px;
	cursor: pointer;
	border: none;
}

.blueBtn:hover {
	border: 1px solid #00f;
}

.category-class {
	float: right;
	width: 175px;
	height: 400px;
	overflow: auto;
}

.errorMessage {
	background-color: #FFF2F2;
	background-position: 10px -1293px;
	color: #FF0000;
	font: 12px/16px arial;
	margin-bottom: 10px;
	padding: 4px 4px 4px 30px;
}

.actionMessage {
	background-color: #E9F1F9;
	background-position: 11px -191px;
	color: #01386B;
	font: 12px/15px arial;
	margin-bottom: 10px;
	padding: 4px 10px 4px 28px;
}

.legendSquare {
	border: 1px solid #000;
	padding: 1px;
}

.legendFilledSquare {
	width: 4px;
	height: 0;
	overflow: hidden;
}

.bulletinTable td {
	text-align: center;
	padding: 5px 1px;
}

.bulletinTable tr {
	border: 1px solid #ddd;
	background-color: #FFF;
}

.bulletinTable th {
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px 1px;
	font-weight: normal;
	background: #FFF url(/images/Lpgbg.jpg) top repeat-x;
	width: 15%;
}

.bulletinTable { /* border-collapse: collapse; */
	width: 100%;
}

.bulletinTableWb td {
	text-align: center;
	border-collapse: separate;
	padding: 5px 5px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 2px;
}

.bulletinTableWb td:HOVER {
	border-collapse: separate;
	padding: 5px 5px;
	border-left: 1px solid #0080FF;
	border-right: 1px solid #0080FF;
	border-top: 1px solid #0080FF;
	border-bottom: 1px solid #0080FF;
	margin: 2px;
	cursor: hand;
}

.bulletinTableWb a {
	text-decoration: none;
}

.bulletinTableWb a:HOVER {
	text-decoration: underline;
	text-shadow: black;
}

.bulletinTableWb tr {
	border: none;
}

.bulletinTableWb { /*border-collapse: collapse;*/
	width: 100%;
}

.graphTable td {
	text-align: left;
	border: 1px solid #ddd;
	padding-left: 10px;
	background-color: #FFF;
}

.graphTable th {
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px 1px;
	font-weight: normal;
	background: #FFF url(/images/Lpgbg.jpg) top repeat-x;
}

.graphTable caption {
	margin: 0 0 .5em;
	font-weight: bold;
}

.graphTable {
	border-collapse: collapse;
}

.collapsaPannel {
	border: 1px solid #ccdff1;
	margin-bottom: 15px;
	border-bottom: none;
}

.collapsaPannel h3 {
	font: normal 15px/19px arial;
	color: #003366;
	padding: 5px 10px;
	border-bottom: 1px solid #ccdff1;
	cursor: pointer;
}

.collapsaPannel h3:hover {
	background: #FFF url(/images/Lpgbg.jpg) top repeat-x;
}

.collapsaPannel h3 span {
	float: left;
}

.collapsaPannel h3 a {
	float: right;
	font-size: 11px;
	color: #0080ff;
}

.collapsaPannel h3 a:hover {
	text-decoration: underline;
}

.pannelBody {
	padding: 10px !important;
	margin: 0 !important;
	width: auto !important;
	border-bottom: 1px solid #ccdff1;
}

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	display: inline-block;
}

span.inlineError {
	font: normal 12px/20px arial;
	color: #ff0000;
	/* 	background-position: left -1300px; */
	padding-left: 5px;
}

.error {
	border: 1px solid #ff0000;
}

input.error {
	border: 1px solid #ff0000;
}

.copyright-immihelp {
	position: absolute;
	color: #000;
	font-size: medium;
	background-color: #fff;
	top: 15px;
}

.employeeVisaBulletin {
	width: 80px;
}

.employeeVisaBulletin:ACTIVE {
	border: 1px solid #0080FF;
}

.employeeVisaBulletin:HOVER {
	border: 1px solid #0080FF;
}

.employeeVisaBulletin:FOCUS {
	border: 1px solid #0080FF;
}

.visualize select:HOVER {
	border: 1px solid #0080FF;
}

.visualize select:ACTIVE {
	border: 1px solid #0080FF;
}

.visualize select:FOCUS {
	border: 1px solid #0080FF;
}
/*scrollpane custom CSS*/
.jspVerticalBar {
	width: 8px;
	background: transparent;
	right: 10px;
}

.jspHorizontalBar {
	bottom: 5px;
	width: 100%;
	height: 8px;
	background: transparent;
}

.jspTrack {
	background: transparent;
}

.jspDrag {
	background: url(/images/transparent-black.png) repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspCorner {
	display: none
}

.toolTipIcon {
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	background-position: 1px 1px;
	padding-left: 15px;
	padding-bottom: 15px;
	text-decoration: none;
}