
.Panel1 TABLE 
{
	border: #060F40 2px solid;
	color: #060F40;
	background: #ffffcc;
}

.GridScrollContainer{overflow:Auto;overflow-y:Hidden;width: 900px;}

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked
{
    height: 20px;
    width: 150px;
    padding: 2px 0 0 2px;
    background-color: gainsboro;
    color: darkgreen;
    border-bottom: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
}	

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

body {
        margin:0px 0px 0px 0px;
        padding:0;
        font: 11px/1.5em "lucida grande", verdana, sans-serif;
}



.edit
{
    background-image: url(Main/Images/icon_common/008-doc_edit.png);
    background-repeat: no-repeat;
}

.textbox
{
    font-size: 13px;
    height: 19px;
    border-bottom: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    background-color: #ffffb5;
}

.dropdown
{
   
    border-bottom: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    
}
.textboxruntime
{
    font-size: 13px;
    height: 19px;
    border-bottom: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    background-color: #31a2ff;
}

.button
{
    font: 11px/1.5em "lucida grande" , verdana, sans-serif;
    font-size: 12px;
    color: #212121;
    line-height: 16px;
    text-decoration: none;
    height: auto;
    width: auto;
    background-color: lightgrey;
    background-image: none;
}


/* Custom theme of tabs*/
.CustomTabStyle .ajax__tab_header
{ 
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    padding-left: 0px;
                
 }

.CustomTabStyle .ajax__tab_outer
{
    
    border: 2px solid #ffffff;
    border-top: 1;
    border-bottom: 0;
    border-right: 1; 
    border-left:0;
    /*background-color: #e2dfd6;*/
    background-color:#f4f4f4;
    height: 24px;
    
}
.CustomTabStyle .ajax__tab_inner
{
    border: 1px solid #999999;
    border-top: 1;
    border-bottom: 1;
    border-right: 1; 
    border-left:1;
    /*padding-left: 0px;*/
    /*background-color: #e2dfd6;*/
    background-color:#f4f4f4;
}
.CustomTabStyle .ajax__tab_tab
{
    height: 15px;
    padding: 4px;
    margin: 0;
    /*background-color: #e2dfd6;*/
    background-color:#f4f4f4;
    
    
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer
{
   
    background-color: #f4f4f4;
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner
{
    
    background-color: #f4f4f4;
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab
{
        
    background-color: #f4f4f4;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer
{
    border:1px solid #f4f4f4;
    border-top:1;
    border-bottom:0;
    border-right:1;
    border-left:0; 
    background-color:#ffffff;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner
{
    border:1px solid #999999;
    border-top:1;
    border-bottom:0;
    border-right:1;
    border-left:1; 
    background-color:#ffffff; 
}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab
{
   
    border:1px solid #ffffff;
    border-top:1;
    border-bottom:0;
    border-right:1;
    border-left:1; 
    background-color:#ffffff; 
    /*font-weight: bold;*/
    padding: 4px;
 }
.CustomTabStyle .ajax__tab_body 
{
    /*font-family:verdana,tahoma,helvetica;*/
    font: 11px/1.5em "lucida grande", verdana, sans-serif;
    border:1px solid #999999;
    border-top:1;
    border-bottom:1;
    border-right:1;
    border-left:1; 
    padding:8px;
    background-color:#ffffff;
}


.progress
{
	font-family:Verdana;
	font-size:10px;
}


.ListSearchExtenderPrompt
{
    font-size: 12px;
	font-style:italic;
	color:Gray;
	background-color:white;
}
.accordionHeader
{
    border: 1px solid gray;
    color: gray;
    border-left-color:gray;
    border-right-color:Gray;
    /*background-color: #2E4d7B;*/
    /*background:url("~/Images/reminder_header.jpg") repeat left top;*/
    background-image:url(../Images/reminder_header.jpg);
    background-repeat:no-repeat ;
    font-family: verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    cursor: pointer;
   
}

.accordionContent
{
    background-color: white;
    border: 1px dashed gray;
    border-top: none;
    padding: 0px;
    padding-top: 10px;
}

.accordionLink
{
    color: black;
    font-size: medium;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 1px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 1px;
    width: 250px;
}
.normaltextt{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	font-family: Tahoma;

}
/*
add for new theme
*/
.smallbluefont {color: #005D89}
.smallgrayfont {
      line-height:normal;	  
      color:#666;	  
      padding: 0px 0px 0 0px;
      }
      
 a{
     text-decoration:none;	    
     color:#666;
  }
 a span {
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
 a span {float:none;}
    /* End IE5-Mac hack */
 a:hover  {
      color:#000;
      }      
/*end here */
.normalwhitetextt{
	font-size: 12px;
	font-weight:bold;
	color: White;
	text-align: right;
	font-family: Tahoma;

}
.normalbluetextt{
	font-size: 12px;
	font-weight:bold;
	color:Blue ;
	text-align: right;
	font-family: Tahoma;

}

.normalboldt {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	font-family: Verdana;
	text-decoration: none;
}
.normalboldtext {
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: right;
	font-family: Verdana;
	text-decoration: none;
}
.normalBoldOrange {
	font-size: 15px;
	font-weight: normal;
	color: #DC7627;
	text-align: justify;
	font-family: Verdana;
	text-decoration: none;
}
.normalboldlarge {
	font-size: 18px;
	font-weight: bold;
	color:#004E9B ;
	text-align: justify;
	font-family: Verdana;
	text-decoration: bold;
}
.h1
{
    font: bold 14px "lucida grande" , verdana, sans-serif;
    color: #C6C3C6;
}
.h2 {
        font: bold 14px "lucida grande", verdana, sans-serif;   
	    color: #005D89;
}
.h3 {
        font: bold 12px "lucida grande", verdana, sans-serif;   
	    color: #005D89;
}

.normalboldlarge2 {
	font-size: 15px;
	font-weight: bold;
	color:#004E9B ;
	text-align: justify;
	font-family: Verdana;
	text-decoration: bold;
}

.link
{ 
    font-size: 12px;
    font-weight: normal;
    color: blue;
    text-align: center;
    text-decoration: underline;
    font-family: "lucida grande", ", verdana, sans-serif";

}

.link:hover {
	font-size: 12px;
	font-weight: normal;
	color: #DC7627;
	text-align: center;
	text-decoration: underline;
	font-family: "lucida grande", ", verdana, sans-serif";
	
}


.link1 {
	font-size: 13px;
	font-weight: normal;
	color: #004E9B;
	text-align: left;
	font-family: Tahoma;
	text-decoration: none;
}

.link1:hover {
	font-size: 13px;
	font-weight: normal;
	color: #DC7627;
	text-align: left;
	font-family: Tahoma;
	text-decoration: none;
}

.linkHead {
	font-size: 15px;
	font-weight: bold;
	color: #004E9B;
	text-align: justify;
	font-family: Tahoma;
	text-decoration: none;
}
.linkHead:hover {
	font-size: 15px;
	font-weight: bold;
	color: #DC7627;
	text-align: justify;
	font-family: Tahoma;
	text-decoration: none;
}
.linkred {
	font-size: 13px;
	font-weight: normal;
	color: red;
	text-align: center;
	font-family: Tahoma;
	text-decoration: underline;
}
.linkred:hover {
	font-size: 13px;
	font-weight: normal;
	color: red;
	text-align: center;
	font-family: Tahoma;
	text-decoration: none;
}
.redtext {
	font-size: 13px;
	font-weight: normal;
	color: red;
	/*text-align: justify;*/
	font-family: Tahoma;
	text-decoration: none;
}
.blacktext {
	font-size: 13px;
	font-weight: normal;
	color:Black ;
	text-align: justify;
	font-family: Tahoma;
	text-decoration: none;
}
.redtext_center {
	font-size: 13px;
	font-weight: normal;
	color: red;
	text-align: justify;
	font-family: Tahoma;
	text-decoration: none;
}
.linkblue {
	font-size: 13px;
	font-weight: normal;
	color: Blue;
	font-family: Tahoma;
	text-decoration: underline;
}
.linkblue:hover {
	font-size: 13px;
	font-weight: normal;
	color:Blue;
	font-family: Tahoma;
	text-decoration: none;
}
.bluetext {
	font-size: 15px;
	font-weight: normal;
	color: #004E9B;
	text-align: justify;
	font-family: Tahoma;
	text-decoration: none;
}
.blueboldtext {
	font-size: 14px;
	font-weight:bold;
	color: #004E9B;
	text-align: justify;
	font-family: Tahoma;
	text-decoration: none;
}

.seperator
{
   font: bold 10px "lucida grande" , verdana, sans-serif;
    color: black;
    background-color: #726e96;
    height:3px;
}

.required
{
    font: bold 10px "lucida grande" , verdana, sans-serif;
    color: #330066;
    /*background-color: #726e96; */
    
}

.details
{
    font: bold 10px "lucida grande" , verdana, sans-serif;
    color: black;
    background-color: darkgray;
}

.headerblue
{
    font: 12px/1.5em "lucida grande" , verdana, sans-serif;
    color: black;
    background-color: #3165ff;
    text-align:center; 
}

.patientcategory
{
    font: bold 16px/1.5em "lucida grande" , verdana, sans-serif;
    color: white;
    background-color: #000064;
    text-align: left;
}

.formname
{
    font: 14px/1.5em "lucida grande" , verdana, sans-serif;
    color: white;
    background-color: #000064;
    text-align: left;
}

.heading
{
    font: bold 12px/1.5em "lucida grande" , verdana, sans-serif;
    color: white;
    background-color: #000064;
    text-align: left;
}

.subheading
{
    font: 12px/1.5em "lucida grande" , verdana, sans-serif;
    color: white;
    background-color: #000064;
    text-align: left;
}

.header1
{
    font: 14px/1.5em "lucida grande" , verdana, sans-serif;
    color: white;
    background-color: #000064;
    text-align: left;
}
.header2 {
	font: bold 12px "lucida grande", verdana, sans-serif;   
	color: #005D89;
}

.header3 {
	font: bold 10px "lucida grande", verdana, sans-serif;   
	color: #005D89;
		 	
}

.header2red {
	font: bold 12px "lucida grande", verdana, sans-serif;   
	color: #005D89;	
}
.header2green {
	font: bold 12px "lucida grande", verdana, sans-serif;   
	color: #005D89;	
}
.header2orange {
	font: bold 12px "lucida grande", verdana, sans-serif;   
	color: #005D89;
}
.headerNoRecordFound {
	color:#D80000 ;	
	font-family: "lucida grande";
	font-size:10px;	 	
}

/*
.table
{
    font: 12px/1.5em "lucida grande" , verdana, sans-serif;
    background-color: #9590ff;
    color: black;
}
*/

.table
{
    font: 12px/1.5em "lucida grande" , verdana, sans-serif;
    background-color: #ffffcc;
    color: black;
}
.smallgrayfont {color: #999999}
.smallbluefont {color: #005D89}

hr {
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	/*color:#001E89;	*/
	color:#f4f4f4;
}



    
DIV #main
{
    background-color: white;
}



.table #maintable
{
    left: 5%;
    width: 90%;
    position: absolute;
    top: 0px;
}
