﻿body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	 margin-left:0px;
}
.InnerLink {
	BORDER-BOTTOM: #dddbde 1px solid; BORDER-LEFT: #dddbde 1px solid; 
	PADDING-BOTTOM: 5px; LINE-HEIGHT: 12px; BACKGROUND-COLOR: #f8f8f8; 
	PADDING-LEFT: 10px; PADDING-RIGHT: 5px; MARGIN-BOTTOM: 5px; FONT-SIZE: 12.5px; 
	BORDER-TOP: #dddbde 1px solid; BORDER-RIGHT: #dddbde 1px solid; PADDING-TOP: 5px;
	COLOR: #0033cc;
}
.modalProgressGreyBackground
{
    background-color:#333333;
	filter:alpha(opacity=60);
	opacity:0.6;
}
H1
{
font-size:23px;
padding:0px;
margin:0px;
}
.Hidden
{
	display:none;
}
.CompletionListItemCssClass
{
    background-color:#F9FFDE;
    color:Black;
    font-weight:200;
    font-size:9pt;
    padding:2px;
}   

.CompletionListHighlightedItemCssClass
{
    background-color:#996633;
    color:White;
    font-weight:200;
    font-size:9pt;
    padding:2px;
} 
.OnPopulating  
{
    background-image:url("images/Loading.gif");
    background-position:right;
    background-repeat:no-repeat;
}


H3
{
    
    color:#3a3a3a;
    font-size:11px;
    font-weight:bold;
    FONT-FAMILY: 'segoe ui', lucida, 'lucida grande', tahoma, verdana, geneva, arial, helvetica, sans-serif; 
}

.errText
   {
     color:Red; 
     FONT-FAMILY: 'segoe ui', lucida, 'lucida grande', Tahoma,Verdana, Arial;
     FONT-SIZE: 8pt; 
     FONT-WEIGHT: bold;
   }

.ClickExpiry {
     color:white; 
}
Span.sucessmesg
   {
     color:Green; 
     FONT-FAMILY: 'segoe ui', lucida, 'lucida grande', Tahoma,Verdana, Arial; 
     FONT-SIZE: 8pt; 
     FONT-WEIGHT: bold;
   }  
   
.errMessage
{
	padding:8px;
	font-size:8.5pt;
	FONT-FAMILY: 'segoe ui', lucida, 'lucida grande', Tahoma,Verdana, Arial; 
	font-weight:bold;
	margin:5px;
	background-repeat:no-repeat;
 	background-position:left;
 	background-image:url("images/error-icon-y.gif");
 	padding-left:35px;
}
.highLight
{
	font-size:10pt;
    font-weight:bold;
	color:Green;
	FONT-FAMILY: 'segoe ui', lucida, 'lucida grande', Tahoma,Verdana, Arial; 	
  
}


.successMessage
{
	padding:10px;
	font-weight:bold;
	font-size:9pt;
	color:Green;
	border:solid 1px #008000;
	background-color:#E0F2C8; 
	color:#008000;	
	margin:5px;
	FONT-FAMILY: 'segoe ui', lucida, 'lucida grande', Tahoma,Verdana, Arial; 
	background-repeat:no-repeat;
 	background-position:left;
 	background-image:url("images/success-icon.gif");
 	padding-left:35px;
} 
.SearchTitle
{
	background-color:#D0E9FD;
	color:#003399;
	font-size:large;
	font-weight:300;
	margin:5px;
	padding:5px;
}
.SearchContact
{
	background-color:White;
	border:#C6E4FD 1px solid;
}
.SearchBG
{
	background-color:#F3F9FE;
}
.Red
{
	color:#800000;
}

#dhtmltooltip
{
position: absolute;
width: 150px;
border: 2px solid #ebcf92;
padding: 6px;
background-color:#fff7e5;
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
font-size:12px;
color:#333333;
font-family:"Trebuchet MS", Arial;
}

#dhtmltooltip b{
font-size:14px;
color:#d4140d;
font-family:"Trebuchet MS", Arial;
}

 
.maintable{ font-family:"Trebuchet MS", Arial; font-size:12px; padding:2px; border:1px solid #CCCCCC;}
.maintable th{ font-weight:bold;font-family:"Trebuchet MS", Arial; font-size:13px; padding:2px 1px 1px 8px; background-image:url(../images/tabel_head_bg.jpg); background-repeat:repeat-x; }

.maintable td {
    text-align: center;
    padding: 2px;
    border: 2px solid #FFFFFF;
    background: #e3f0f7;
}
.maintable td {
    background: #f7f7f7;
}

.maintable .tralternate
	  {
     padding-left:5px;
     padding-right:5px;
     padding-top:3px;
     padding-bottom:3px;
     background-color:#FEF7EB;
     border-top:1px #EDD6A9 solid;
     border-bottom:1px #EDD6A9 solid;

    color : #373737; font-size:11px; margin:0;	font-weight: 400; border:0px solid #796b51;	text-align:left;
   
  }  
.GridTbl{ font-family:"Trebuchet MS", Arial; font-size:12px; padding:2px; border-collapse: collapse; border: 1px solid #c4C4C4;}
.GridTbl th{ font-weight:bold;font-family:"Trebuchet MS", Arial; 
             font-size:13px; 
             padding:2px 1px 1px 8px; 
             background-image:url(../images/tabel_head_bg.jpg); 
             background-repeat:repeat-x; }

.GridTbl td {
    text-align: left;
    padding: 7px;
    padding-left: 15px;
    xborder: 2px solid #FFFFFF;
    color:#767676;
    xborder-top:1px #EDD6A9 solid;
    xborder-bottom:1px #EDD6A9 solid;
   
}

.GridTbl .tralternate TD
	  {
     padding-left:5px;
     padding-right:5px;
     padding-top:3px;
     padding-bottom:3px;
     background-color:#E7e7e7;
     border-top:1px #EDD6A9 solid;
     border-bottom:1px #EDD6A9 solid;
  color : #373737; font-size:14px; margin:0px;	font-weight: 600; border:0px solid #796b51;	text-align:left;
   
  }  
    
	
	.button{ background-color:#d60202; font-family:"Trebuchet MS", "Segoe Print", "Tekton Pro"; font-size:13px; color:#FFFFFF;}
	.mail{ font-family:"Trebuchet MS", "Segoe Print", "Tekton Pro"; font-size:14px; color:#000000; text-decoration:none;}

    
.AlternatingRowStyle
 {
    /*Background-color:#C7BAB0;*/
    
 }
.SelectedRowStyle
{
    /*background-color:#FFE8B7;*/ 
   background-color:rgba(219, 215, 213, 0.94); 
   
}


 .PagingInGrid td
 {
 	  BACKGROUND: rgba(199, 186, 176, 0.86) url('/rxrimages/menu_bg.gif') repeat-x;    
      padding-top:5px;
      padding-bottom:5px;

 }
 .PagingInGrid a
 {

  display:inline; 
    margin:0 4px 0 0; 
    padding:1px 5px;
    border:1px solid #8D8D8D; 
    background:#fff; 
    color:#000; 
    text-decoration:none; 
    font-size:11px;
 }
 
.PagingInGrid a{padding:1px 5px; border:1px solid #8D8D8D; background:#fff; color:#000; text-decoration:none; font-size:11px;}
.PagingInGrid a:hover{border:1px solid #D6D5D5; background:#F8F7F7; color:#333;}
.PagingInGrid td span{margin:0 4px 0 0; border:1px solid #4B4B4B; background:#C9C9C9; color:#333; text-decoration:none; font-size:11px; padding:1px 5px;}
   
    tr.hover
        { 
            background-color:rgba(234, 227, 221, 0.4);           
        }
        tr.highlight { 
            background-color:#82BA00;
            color:#ffffff
        }
        tr.highlight A { 
            color:#cae536;
        }
  
        .GiveRecord
{
width:100%;
min-height:40px; /*min height of DIV should be set to at least 2x the width of the arrow*/
background:#2CD129;
background-image: url('design/images/midgreen.PNG');
color:black;
padding:2px;
position:relative;
word-wrap:break-word;
-moz-border-radius:5px; /*add some nice CSS3 round corners*/
-webkit-border-radius:5px;
border-radius:5px;
margin-bottom:0;
border-width:0px;
border-style:solid;
}

 .TakeRecord
{
width:100%;
min-height:40px; /*min height of DIV should be set to at least 2x the width of the arrow*/
background:#FAB549;
background-image: url('design/images/midorang.PNG');
color:black;
padding:2px;
position:relative;
word-wrap:break-word;
-moz-border-radius:5px; /*add some nice CSS3 round corners*/
-webkit-border-radius:5px;
border-radius:5px;
margin-bottom:0;
border-width:0px;
border-style:solid;
}
.amount {
    color:blue;
    font-weight:bold;
}



#HContainer ul li {
    display:inline-block;
}
.CancelRecord {
  
    width:100%;
min-height:40px; /*min height of DIV should be set to at least 2x the width of the arrow*/
background:#8bf7f7;
color:black;
padding:2px;
position:relative;
word-wrap:break-word;
-moz-border-radius:5px; /*add some nice CSS3 round corners*/
-webkit-border-radius:5px;
border-radius:5px;
margin-bottom:0;
border-width:0px;
border-style:solid;

}
.modalPopupBackground
{
    background-color:#F0E3D0;
	filter:alpha(opacity=60);
	opacity:0.6;
}