/* Lightbox background */  
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
	z-index:100000;
}
 
.white_content {
	text-align:center;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 40%;
	height: 45%;
	padding: 16px;
	border: 8px solid black;
	background-color: white;
	z-index:100004;
	overflow: auto;
}


.ict_grey_row{
background-color:#DFDFDF;
}

/****The following is for jquery message box styling***/

.jquery-message {
font: normal 20px / 50px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
letter-spacing: -1px;
position: absolute;
left: 40%;
width: 25%;
color: white;
background-color: #4E9258;
text-align: center;
display: none;
opacity: 0;
z-index: 100000;
font-weight:bold;
border: 1px solid black;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size:1.1em;
}


.ict-error{background-color: #990033;}

.jquery-message p {padding: 5px;}

.jquery-message a {display: none;}


.ict-loader{
background:url("../../../themes/ict/images/ict-loader.gif") no-repeat;
padding-left:24px;
line-height: 22px;
color:red;
font-weight:bold;
font-size:0.9em;
}

.clear {
clear: both;
}

.left{
float:left;
}

.right{
float:right;
}

.ict-flag-message{
color:#B32317;
font-size:1.1em;
font-weight:bold;
float:right;
}