﻿/* HEADER CSS START */
.headerMid
{
	background-image:url(../../images/1px.gif);
	background-repeat:repeat-x;
}
/***************** Login Page CSS START *******************************************************/
.tdLoginHead
{
	background-color : #8f6d09;
	font-weight : bold;
	color : White;	
	font-family : Arial;
	font-size : 12px;
}
.tdLogin 
{
	background-color : #e0d89b;	
	font-family : Arial;
	font-size : 12px;
}
.requiredField
{
	font-family : Arial;
	font-size : 12px;
	color : Red;
	font-weight : bold;
}
/***************** Login Page CSS END *******************************************************/

/***************** Right Panel Link Contents (Appointment,Summary) CSS START ****************/

.rightPanelDtlContent
{
	text-align : right;
	font-size : 12px;
	font-family : Arial;
	padding-right : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
}

.rightPanelContentTitle
{	
	font-weight : bold;
	text-align : left;
	font-size : 12px;
	font-family : Arial;
	padding-right : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
}
.rightPanelTitle
{
	background-image:url("../../images/right_top_3.jpg");
	background-repeat:no-repeat;	
	color:White;
	height:25px; 
	font-weight : bold;			
}

.rightPanelOuter
{	
	background-color :#afb1b0;  /*old #75a6c3; */
	border-color : #003e83;
	Width : 167px;
	vertical-align:top;	
}

.rightPanelInner
{
	background-color: #f2f2f2; /*old #e7f0ff; */
	border-color:#003e83; 
	width : 150px; 
	border-width : 1px;
	
}

.rightPanelFooter
{
	background-image:url("../../images/right_bottom.gif");
	background-repeat:no-repeat;
	height:21px;
}
/***************** Right Panel Link Contents (Appointment,Summary) CSS END ****************/


/*****  THIS IS FOR MESSAGE SERVICE..... */
#ctl00_ctl1_ctlChat_ReceiveMsgUpdateProgress
{		
    
    width:300px;
    height: 175px;
    border: solid 1px black;
    margin: 0px 0px 0px 20px;
    background-color:white;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#7D7E7E);         	
	position:absolute;
	bottom: 0px;
	right: 0px;	
}

/***** THIS IS FOR APPOINTMENT ALERT **/
#ctl00_ContentPlaceHolder1_UpdateProgress1
{		
    
    width:300px;
    height: 175px;
    border: solid 1px black;
    margin: 0px 0px 0px 20px;
    background-color:white;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#7D7E7E);         	
	position:absolute;
	bottom: 0px;
	right: 0px;	
}
#modal .modalTop
{
	width: 292px;
    background-color: Transparent;
    background-image: url(../../images/1px.gif);
    background-repeat: repeat-x;
    padding: 4px;
    /*color: #ffffff;*/
    text-align: right;
}
#modal .modalTitle
{
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    /*color: #ffffff;*/
    float:left;
    font-family:Arial;	
}

#modal .modalTop a, .modalTop a:visited
{
    /*color: #ffffff;*/
}

#modal .modalBody
{
    padding: 10px;
    text-align: left;
    font-family:Arial;
	font-size:small;	
}
/******/

.activeUser
{
	text-decoration: none;
	font-weight: bolder;
	color: #369539;
}

.inActiveUser
{
	color: #776642;
}



#dhtmltooltip
{
    position: absolute;
    width: 200px;
    padding-top:5px;            
    padding-bottom:5px;            
    border: 1px solid black;            
    background-color:#e8f8ff ;/* #F5F5F5 */
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);            
    font-weight:bold;
    font-family:Arial;
    font-size:12px;
    color: #804040;
}  

.todayspage
{
   font-size:13px;
   font-family:Verdana;    
   
}


.GridInnerBorder
{
	border:solid 1px ActiveBorder;
}

.NoInnerBorder td
{
	border:0px;
}

/****** Use for Message displaying while saving, editing or deleting any record.....*/
.msgDisplay
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:green;
}

.gridcss
{
	padding-left:5px;
}


/* Developer Module */

.developerHeader
{
	background-image:url("../../images/top_1.jpg");
	background-repeat:repeat-x;
	width:100%;
	color:White;	
	font-family:verdana;
	font-size:12px;	
	height : 25px;
	background-repeat:repeat;
	font-weight : bold;	
	vertical-align : middle;		
}

.Developergrid
{    
    background-color:#e4e4e4;
    border:1px solid BLACK;
}

.DeveloeprGridView 
{	
	font-family: Arial ;
	font-size: 12px;	
	border-collapse:collapse ;			
}

.DeveloperGridViewAltRow 
{
	background-color  : #afb1b0;
}

.Developergrid th
{  
	background-color: Gray;
	/*background-image:url("../../images/footer_bg.png");*/
    background-repeat:repeat-x;        
    height:29px;           
}

.Formbox 
{
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	border-color: Black; 
	border-style: Solid;
	border-width: 1px;	
}

.content
{
	font-family: Arial;
	font-size: 12px;	
}

