.td-expanded
{
	width:15px;
	height:12px;
		
	background-image:url(../images/arro2.jpg);
	background-repeat:no-repeat;
}
.td-collapsed
{
	width:15px;
	height:12px;
	background-image:url(../images/arro1.jpg);
	background-repeat:no-repeat;
}
.td-alerts{
	font-family:tahoma;
	font-size:11px;
	font-weight:;
	list-style:none;
	color: #FF0000;
	text-align: left;
	text-transform: none;
	background-image: url(../images/dotline_h.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 25px;
	vertical-align: middle;
	line-height: 16px;
}
.header1-divider
{
	background-image:url(../images/header1-divider.jpg);
	background-repeat:repeat;
	height:5px;
}
.navbar {
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	list-style:none;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
}
/***************************************************************************/
/*************************************************************************************************/
    /*************************************************************************************************/
    /*****************FOR   BLACK*********************************************************************/ 
   /*Black*/
	.RadMenu .Black
	{
		background-repeat:no-repeat;
		background-image:url(../images/bg-lft-link1.jpg);
	}
	.RadMenu .Black .rmText
	{
		height: 17px;
		background-repeat: no-repeat;
		display: block;
		background-position: left top;
		padding-left: 25px;
		padding-top: 8px;
		text-decoration: none;
		
		font-family:tahoma !important;
		font-weight:bold !important;
		font-size:11px !important;

		text-align:left;
		text-transform: uppercase;
		list-style:none;
	}	
    .RadMenu .Black:hover 
    {
		background-color:Transparent !important;
		color: #FF9900 !important;
		text-align:left;
		cursor:pointer;
    }
    
    .RadMenu .BlackFocused 
    {
		color: #FF9900 !important;
    }
    .RadMenu .BlackFocused:hover
    {
		color:#FF9900 !important;
    }
    
    .RadMenu .BlackExpanded 
    {
		color: #FF9900 !important;
    }
   /*************************************************************************************************/ 
   /*****************FOR   BROWN*********************************************************************/ 
       /*Brown*/
	.RadMenu .Brown
{
	/*background-repeat:no-repeat;*/
	padding-right: 10px;
	padding-left: 0px;/*padding-left: 0px;*/
	padding-bottom: 0px;
	padding-top:2px;
	background-image: url(../images/bg-link.jpg);
	height: 27px;
	border: none;
	background-repeat: repeat-x;
	width:100px !important;/*new added*/
}
	/*****************/
	.RadMenu .Brown .rmText
{
	/*height: 17px;
		background-repeat: no-repeat;
		display: block;
		background-position: left top;
		padding-left: 25px;
		padding-top: 8px;
		text-decoration: none;*/
	font-family: tahoma !important;
	font-weight: bold !important;
	font-size: 11px !important;
	text-align: center;
	text-transform: uppercase;
	list-style: none;
	vertical-align: middle;
	border:none;
}
	/*****************/
    .RadMenu .Brown:hover 
    {
		background-color:Transparent !important;
		/*
		color: #FF9900 !important;
		text-align:left;*/
		
		color: #FFCC00 !important;
		text-align: center;
		padding-right: 10px;
		padding-left: 0px;/*padding-left: 10px;*/
		cursor:pointer;
		border:none;
    }
    /*****************/
    .RadMenu .BrownFocused 
    {
		/*color: #FF9900 !important;*/
		color: #FFCC00 !important;
		border:none;
    }
    /*****************/
    .RadMenu .BrownFocused:hover
    {
		/*color:#FFCC00 !important;*/
		color:#FFCC00 !important;
		border:none;
    }
    /*****************/
    .RadMenu .BrownExpanded 
    {
		color: #FF9900 !important;
		border:none;
    }
    /*****************/
    /**************************************************************/
	.RadMenu .rmGroup .rmItem .rmLink /*Only for Vertical sub-menu items*/
	{
		color:White;
		 /*background-color: red !important;*/
		 background-image:url(../images/bg-lft-link1-sub.jpg) !important;
		 border:none;
	}
	/*************************************************************************/
	
    .AdminMenuSelected
    {
      height: 20px;
      background-image: url(../images/bg-link.jpg);
      color: #FFCC00;
      text-align: center;
      padding-right: 10px;
      padding-left: 10px;
      font-family:tahoma;
      font-size:11px;
      font-weight:bold;
      list-style:none;
      text-transform: uppercase;
      padding-bottom: 4px;
    }
    .AdminMenuUnSelected
    {
		height: 20px;background-image: url(../images/bg-link.jpg);
    }
    

	.dropdown
	{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 2px;	
	}
/*-----------CSS for div Popups--------------------------*/
.popup
{
	position: absolute;
	background-color: #EBEBEC;
	border: solid 1px #83BBD9;
	left: 50%;
	top: 50%;
	z-index:9000;
	overflow:hidden;
	width:550px;
	height:340px;
	text-align:center;
	vertical-align:top;
	padding:0px 0px 0px 0px;
	background:#EBEBEC url(../images/ti-bluhedmid.jpg) top;
	background-repeat:repeat-x;
	
	}
.popup iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width: 100%;/*must have for any big value*/
	height: 100%;/*must have for any big value*/;
	border:none 0px;
}

.popupPractice
{
	position: absolute;
	background-color: #000000;
	border: solid 1px #000000;
	left: 50%;
	top: 50%;
	z-index:9000;
	overflow:hidden;
	width:550px;
	height:340px;
	text-align:center;
	vertical-align:top;
	padding:0px 0px 0px 0px;
	background:#ffffff url(../images/ti-bluhedmid.jpg) top;
	background-repeat:repeat-x;
}
.popupPracticeHead
{
	color:White;
	font-weight:bold;
	font-size:11;
	text-align:left;
	padding-left:2px;
	font-family:Tahoma;
}


.subpopup
{
	overflow:auto;
	width:530px;
	height:340px;
	text-align:left;
	vertical-align:middle;
	background-color:#EBEBEC;
	border:solid 0px #000000;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:15px;
	}
.subpopuptemplate
{
	overflow:scroll;
	width:530px;
	height:270px;
	text-align:left;
	vertical-align:middle;
	background-color:#ffffff;
	border:solid 0px #000000;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:15px;
}
	
.subpopup table
{
	background-color:#83BBD9;
	text-align:left;	
	font-family:Tahoma;
	font-size:11px;
}
.subpopup td
{
	
	background-color:#EBEBEC;
	vertical-align:top;
	text-align:left;
	padding-left: 2px;
}
.head
{	height: 15px;
	background: #83BBD9 url(../images/bg-table-header.jpg) repeat-x;
	border-bottom: #83BBD9 1px solid;
	font-weight: bold;
	color: #01488e;
	border-right: #83BBD9 1px solid;
	border-top: #83BBD9 1px solid;
	font-size: 11px;
	font-family: tahoma;
	padding-left: 4px;
}
html>body .overlay { 
	display: block; 
	z-index: 1000; 
	left: 0px; 
	visibility: visible; 
	vertical-align: middle; 
	position: absolute; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	background-color: black; 
	text-align: center;
	filter: alpha(opacity='50');
	-moz-opacity:.25;
	opacity:.25;
} 
.overlay { 
	display: block; 
	z-index: 1000; 
	left: 0px; 
	visibility: visible; 
	vertical-align: middle; 
	position: absolute; 
	top: 0px; 
	width: 1000px; 
	height: 600px; 
	background-color: black; 
	text-align: center;
	filter: alpha(opacity='50');
	-moz-opacity:.25;
	opacity:.25;
} 
html>body .overlay iframe
{
			display:none;/*sorry for IE5*/
			display/**/:block;/*sorry for IE5*/
			position:absolute;/*must have*/
			top:0;/*must have*/
			left:0;/*must have*/
			z-index:-1;/*must have*/
			filter:mask();/*must have*/
			width: 100%;/*must have for any big value*/
			height:100%;/*must have for any big value*/;
			border:none 0px;
}.overlay iframe
{
			display:none;/*sorry for IE5*/
			display/**/:block;/*sorry for IE5*/
			position:absolute;/*must have*/
			top:0;/*must have*/
			left:0;/*must have*/
			z-index:-1;/*must have*/
			filter:mask();/*must have*/
			width: 1000px;/*must have for any big value*/
			height:600px;/*must have for any big value*/;
			border:none 0px;
}

.loadingpopup
{   
	font-family: Tahoma;
    font-size: 12px;
    MARGIN-TOP: -50px; 
    LEFT: 50%; 
    MARGIN-LEFT: -100px; 
    WIDTH: 200px; 
    POSITION: absolute; 
    TOP: 50%; 
    HEIGHT: 70px; 
    BACKGROUND-COLOR: #A60C0c; 
    TEXT-ALIGN: center; 
    Z-INDEX: 9999;
    background-color: #EBF4FD;
    border: 1px solid #A2C5EC;
    background-image:url(../images/ajax-loader.gif);
    background-repeat:no-repeat;
    background-position: center 10%;
    vertical-align:bottom;
}
/*-------------------------------------------------------*/
/*-------------------CSS for Summary Component------------------------------------*/
.Summary
{
	background-color: #ffffff;
    border: 1px solid #3F658F;
	text-align:left;
	vertical-align:top;
	padding: 0px 0px 0px 0px;
	
	
}
.SummaryHeader
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	text-transform: none;
	color: #FFFFFF;
	background-image: url(../images/ti-bluhedmid.jpg);
	background-repeat: repeat-x;
	height: 28px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #3F658F;

	
}
.SummaryHeader TABLE	
{
	vertical-align:top;	
}
.SummaryHeader Td
{
		vertical-align:top;	
}

.linktd
{
	color: #ffff99;
	font-weight: normal;
	font-size: 11px;
}
.linktd A
{
	color: #ffff99;
	font-weight: normal;
	font-size: 11px;
}




.Summaryfooter
{
	
	padding-left:15px;
	font-size:11px;
	color:#000000;
	
}
.summarygrid
{
	text-align:center;
	border:solid 1px #A2C5EC;
	
}
.summarygridhead
{
	height: 15px;
	background-color: #A2C5EC;
	border-bottom: #000000 1px solid;
	font-weight: bold;
	color: #01488e;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 11px;
	font-family: tahoma;
	padding-left: 4px;	

}
.summarygridfilters
{
	height: 25px;
	background-color: #A2C5EC;
	font-weight: bold;
	color: #01488e;
	font-size: 11px;
	font-family: tahoma;
	padding-left: 2px;	
	padding-right: 5px;	
	padding-top:2px;
	text-align:right;
	vertical-align:middle;
	border: 1px solid #3F658F;

}
.summarygrid td
{
		text-align:center;
		border:0px #000000;

}

.summarygrid tr
{
		text-align:center;
		border:0px #000000;
		background-color:#ffffff;
		
}
.summaryPager
{
	text-align:center;
	width:100%;
}


/*--------------------------------------------------------------------------------*/
.BoxHeader
{
	background: url(../Images/ti-bluhedmid.jpg) top;
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	padding-left: 1px;
	color: white;
	height: 25px;
	font-weight: bold;
	padding-top:3px;
}
.WarningBox
{
	background-color: #fff;
	border: solid 1px #83bbd9;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 15px 0px;
	font-family: Tahoma;
	font-size: 12px;
	width: 400px;
	height:150px;
	margin-top: -100px;
	left: 50%;
	margin-left: -200px;	
	position: absolute;
	top: 45%;	
	z-index: 2001;
	display: block;
}
	.WarningBox iframe
		{
			display:none;/*sorry for IE5*/
			display/**/:block;/*sorry for IE5*/
			position:absolute;/*must have*/
			top:0;/*must have*/
			left:0;/*must have*/
			z-index:-1;/*must have*/
			filter:mask();/*must have*/
			width: 100%;/*must have for any big value*/
			height: 100%;/*must have for any big value*/;
			border:none 0px;
		}
		
.WarningBox1
{
	background-color: #fff;
	border: solid 1px #83bbd9;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 15px 0px;
	font-family: Tahoma;
	font-size: 12px;
	width: 400px;
    height:150px;
	margin-top: -100px;
	left: 50%;
	margin-left: -200px;	
	position: absolute;
	top: 95%;	
	z-index: 2001;
	display: block;
}
.WarningBox1 iframe
		{
			display:none;/*sorry for IE5*/
			display/**/:block;/*sorry for IE5*/
			position:absolute;/*must have*/
			top:0;/*must have*/
			left:0;/*must have*/
			z-index:-1;/*must have*/
			filter:mask();/*must have*/
			width: 100%;/*must have for any big value*/
			height: 100%;/*must have for any big value*/;
			border:none 0px;
		}
.WarningBox2
{
background-color: #fff;
	border: solid 1px #83bbd9;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 15px 0px;
	font-family: Tahoma;
	font-size: 12px;
	width: 400px;
	margin-top: -100px;
	left: 50%;
	margin-left: -200px;	
	position: absolute;
	top: 45%;	
	z-index: 2001;
	display: block;
}
.WarningBox2 iframe
		{
			display:none;/*sorry for IE5*/
			display/**/:block;/*sorry for IE5*/
			position:absolute;/*must have*/
			top:0;/*must have*/
			left:0;/*must have*/
			z-index:-1;/*must have*/
			filter:mask();/*must have*/
			width: 100%;/*must have for any big value*/
			height: 100%;/*must have for any big value*/;
			border:none 0px;
		}
		
/***********************************FOR MAIL PAGE****************************************/		
.wm_new_message
{
	background: #DBEAF5;
	width: 100%;
	padding: 0 0px 0 0px;
	color: Black;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
}
.wm_new_message a:hover
{
	color: Black;
	cursor:pointer;
	text-decoration: none;
}
.wm_new_message td
{
	padding: 2px 5px 2px 10px;
	border: none;
	text-align: left;
}
.wm_new_message textarea
{
	padding: 2px 5px 2px 2px;
	border: none;
	text-align: left;
}

.wm_new_message_title
{
	text-align: right !important;
	width: 90px;
}
.wm_input
{
	text-indent: 1px;
	border: solid 1px #5B86A8;
	font: normal 12px Arial;
	width: 575px;
}  


/*--html editor*/

.wm_TA_td
{
	/**/padding: 0px 0px 0px 0px;
	border: none;
	text-align: center;
}


/*--html editor*/
.wm_plain_editor_container
{
	width: 684px;
	height: 330px;
	margin: 0;
	padding: 0;
}

.wm_plain_editor_text
{
	width: 680px;
	height: 300px;/*328*/
	border: 0;
	border-left: solid 1px White;
	margin: 0;
	padding: 0;
}
.wm_input_to_div
{
	text-indent: 1px;
	border: solid 1px #5B86A8;
	font: normal 12px Arial;
	width: 579px;
	height: 100%;
	margin: 0;
	padding: 0;
}  
.wm_to_text
{
	width: 579px;
	margin: 0;
	padding: 0;
	text-indent: 0px;
	border: solid 1px #5B86A8;
	font: normal 12px Arial;
	
	/*text-indent: 1px;
	border: solid 1px #5B86A8;
	font: normal 12px Arial;
	width: 575px;*/

}