/* Content Holder text */
.bodytext {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:justify;
}

/* Left Side Menu Of Doctor Module  */
.leftmenu
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	height: 23px;
	vertical-align:text-bottom;
}

.leftmenu:hover
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image:url(images/leftbg_over.gif);
	height: 23px;
}

/*  For continuation of page*/
.morelink {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#568dc1;
text-decoration: none;
font-weight: bold ;
}
.morelink:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #660000;
text-decoration: none;
font-weight: bold ;
}


/* For redirection of Pages */
.hyperlink{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#cc6600;
	text-decoration: none;
}
.hyperlink:hover{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #993300;
	text-decoration: none;
	text-decoration:underline;
}

.pageheader {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

/*For pages before login*/
.heretext{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

/*  Copy right at bottomline*/
.bottomfont
{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #0066cc;

}

/* Bottomline links */
.bottomtxt
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#ffffff;
	text-decoration: none;

}
.bottomtxt:hover
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	color: #eb8f33;
	text-decoration: none;
}


/* Menus of Doctor Module */

.menulink
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FFFFFF;
	text-decoration: none;
}
.menulink:hover
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	background:#99ccff;
	text-decoration: none;

}

/* table Heading */
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold ;
	color:#ffffff;
	background-color:#568dc1;
	text-decoration: none;
    }
    /*Table  Sub header */
.tablesubheader {
	font-family:  Verdana;
	font-size: 12px;
    font-weight: bold ;
	color:#dd7022;
	background-color:#b3d1ed;
	text-decoration: none;
    }
    
/* Content of table*/    
.tablecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold ;
	color: #003399;
	text-decoration: none;
	background-color:#e2f0fd;
    }
  
  
    
   /* For error message */
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:Red;
	text-decoration: none;
	font-weight: bold ;
}
/* For Labels*/
.label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:Maroon;
	text-decoration: none;
	font-weight: bold ;

}

/* For textbox's */
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal ;
}

/* Top-most right menu */
.righttopmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:normal;
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}
.righttopmenu:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ff9933;
	text-decoration: none;
	font-weight:bold;
}
/* Separator for header menu*/
.separator
{
  color:White;
}
.separator1
{
  color:#3399ff;
}



/*Welcome for Login member*/
.welcome
{
	font-family:Arial;
	font-size:small;
	font-weight:bold;
	color:Orange;
}

/*Name of Login Member*/
.Login
{
	font-family:Arial;
	font-size:small;
	font-weight:bold;
	color:White;
}




/* For Gridview control*/

.grid
{
	border-width:1px;
	border-color:#6699cc;
}

.grid_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold ;
	color:#271601;
	background-color:#FFE6B2;
}
.grid_item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	background-color:White;
	font-weight:bold;
}
.grid_selected
{
	background-color:#FFCC66;
	font-weight:bold;
	color:Navy;
}
.grid_alterrow
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold ;
    color:#333333;
	text-decoration: none;
	background-color:#e2f0fd;
	
}
.grid_footer
{
	background-color:#d5d5d7;
	font-weight:Bold;
	color:White;
}
/*End of  Gridview control*/