/* Riaz bhai changes reverted 8th september----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	/*height: 95% !important;*/
	
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding : 8px 0px 8px 8px;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
/*
#TB_window a:link {color: #80B509;}
#TB_window a:visited {color: #80B509;}
#TB_window a:hover {color: #80B509;}
#TB_window a:active {color: #80B509;}
#TB_window a:focus{color: #80B509;}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	color:#fff;
}
#TB_closeAjaxWindow A:link{color:#cecece;}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	color:#fff;
}

#TB_title{
	background-color:#4e4e4e;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*start: Form elements for thickbox*/
a.button {
	display: -moz-inline-box;
	display: inline-block;
	border: none;
	background: transparent url(../images/user-btn_leftedge.png) no-repeat
		scroll left top;
	height: 24px;
	margin: 0 2px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #535353;
}

a:Visited.button {
	display: -moz-inline-box;
	display: inline-block;
	border: none;
	background: transparent url(../images/user-btn_leftedge.png) no-repeat
		scroll left top;
	height: 24px;
	margin: 0 2px;
	padding-left: 10px;
	text-decoration: none;
	color: #535353;
}

a:Hover.button {
	color: #535353;
	text-decoration: none;
}

a.button input {
	color: #535353;
	font-family: "Lucida Grande", Tahoma, Verdana, "Lucida Sans Unicode",
		Helvetica, Arial, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	border: 0px none;
	background: transparent url(../images/user-btn_rightedge.png) no-repeat
		scroll right top;
	cursor: pointer;
	height: 24px;
	padding: 0px 12px 3px 5px;
	font-weight: bold;
}

a:Hover.button span {
	color: #535353;
	text-decoration: none;
}
LABEL {
	font-size: 12px; font-weight: bold; color: #999999;
}
FORM {
	margin: 0px; padding: 0px;
}
TEXTAREA {
	color: #777777; border: 1px solid #CAC8C8; padding: 3px; background-image: url(../images/input-bg.gif); background-position: bottom; background-repeat: repeat-x; margin-bottom: 10px; height: 60px;
}

.inputText {
	background-image: url(../images/input-bg.gif); background-repeat: repeat-x; border: 1px solid #CAC8C8; color: #777777; margin-bottom: 10px; padding: 2px; width: 175px;
}

SELECT {
	background-image: url(../images/input-bg.gif); background-repeat: repeat-x; color: #777777; border: 1px solid #CAC8C8; width: 175px; margin-bottom: 10px; padding: 2px;
}
H1{font-size:18px; border-bottom:1px solid #ECECEC; padding-bottom:5px; margin-bottom:15px; color:#595959;}
BR{display:none;}
/* Body Form | End */ /*Table */
table {
	background-color: #fff;
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	clear: both;
	color: #697055;
	margin-bottom: 10px;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	/*width: 100%;*/
}

th {
	background-image: url(../images/table-head.gif);
	background-repeat: repeat-x;
	text-align: left;
	color: #fff;
	font-size: 12px;
	border-right: 1px solid #fff;
	
	height: 30px;
	padding: 2px 4px;
}

th a:link {
	color: #fff !important; /* important keyword added by Naveed */
	display: block;
	/* padding: 2px 4px; */
	text-decoration: none;
}

th a:visited {
	color: #fff;
	display: block;
	/* padding: 2px 4px; */
	text-decoration: none;
}

th a:hover {
	background-image: url(../images/table-head.gif);
	background-repeat: repeat-x;
	color: #fff;
	text-decoration: underline;
}

table tr td {
	background: #fff;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	padding: 3px;
	/*text-align: center;*/
}

table tr.altrow td {
	background-image: url(../images/table-alt-row.gif);
	background-repeat: repeat-x;
	color: #697055;
	font-size: 11px;
}

td.actions {
	text-align: left;
	white-space: nowrap;
}

td.actions a {
	display: inline;
	margin: 0px 6px;
}

td.left {
	text-align: left;
}

td.center {
	text-align: left;
}

td.right {
	text-align: right;
}



/* Table */ /*Login Form | Start */
/*end: Form elements for thickbox*/

