﻿.treeview-holder{ overflow:auto ;  width:195px;  height:600px }

.modalPopup_BP 
{
  	background-color: white;
	border-width:3px;
	border-style:solid;
	border-color:#336699;
	padding:3px;
	width:200px;
	/*height:150px;*/
	
}

.DivHeightFixed
{
   height: 200px;
   width:180px; 
   overflow:auto ;
   border-width:1px; 
   border-style:solid;
   border-color:#DDDDDD;  
}

.default-text { font-family: Arial; font-size:11px; color: #333333; text-decoration:none; }
.text-bold { font-family: Arial; font-size:11px;font-weight:bold ;  color: #333333; text-decoration:none; }
.text-red { font-family: Arial; font-size:11px; color: red; text-decoration:none; }
.normal-text-black {font-family: Aral; font-size:11px; color: black;}
.notauthorised {font-size: 14px; font-weight:bold;  text-decoration:none; color: red;  padding-left:300px;padding-top:150px; }

.textbox-noborder
 { 
   text-decoration: none;
   font-size: 11px;
   border-top: #DDDDDD 1px solid;
   border-bottom: #DDDDDD 1px solid; 
   border-left: #DDDDDD 1px solid;
   border-right: #DDDDDD 1px solid;
 }
 
 /*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(images/header-opened.gif);
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.PageNoteContent
{
    width:247px;
    height:125px;
    padding:4px  ;
    background-color:white;
    color:gray; 
    overflow:auto;
    font-family:Arial ;
    font-size:11px ;
    text-align:left;
    
}

.GridView-Linbuttons 
{
	 padding: 10px 10px 10px 0px;
	 color:Black;
	 font-size:12px; 
	 text-decoration: none; 
	 
}

.searchresult-header{ font-size:11px;color: #EA5E0D; font-weight:bold  ;text-decoration:none; }
