@charset "utf-8";
/* CSS Document */

* html img,
* html .png {
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
                this.src = "../images/blank.gif") :
            '') :          
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
}

body {
    font: normal 12pt Georgia;
    color:#000000;
    padding: 0px;
    margin: auto;
    /*line-height: 20px;*/
	/*background:#a8d1f2 url(../images/bodybg4_#a8d1f2.jpg) left top repeat-x;
	/*background:#FFFFFF;8F8E8D*/
	background: transparent url(../images/bk.JPG) repeat left top;
}

.abswrapper {
	position:absolute; 
	height:185px; 
	z-index:-999; 
	background:url(../images/side_bg1b.jpg) repeat-x; 
	width:100%;
	margin-top:-0.01em;
}

.maindiv{
    width:900px; 
    margin-left:auto; 
	margin-top:auto; 
    margin-right:auto;
	margin:0px;
	padding:0px;
    /*background: url(../images/bk.JPG) repeat;*/
	/*border: 1px solid #000000; */
	text-align:left;
	height:100%;
	max-height:100%;
}

#header {
    font-family: Georgia;
    text-align: left;
	padding:0px;
	/*margin:8px;*/
	/*line-height:85px;*/
	/*border:1px solid red;*/
}

#header .bline {
	border-bottom:1px solid #000000;
	text-align:center;
	width:100%;
	height:1px;
}
#header .title {
    margin-bottom: 4px;
    font-size: 410%;
	text-align:left;
	font-weight:bold;
	color:#3A63BD;
	padding: 0px;
}

#header .title1 {
    margin: 0px;
    width: 29%;
	/*padding-top: 52px;*/
	padding:0px;
	/*padding-right:0px;*/

}

#header .logo {
    padding: 0px;
	text-align:left;
	margin:0px;
	/*width: 70%;*/
	/*float:left;*/
	/*line-height:5px;*/
}

#content {                    
    width: 100%;
    clear:both;
    padding-top: 0px;
	/*border: 1px solid #000000;*/
	/*min-height:650px;*/
	overflow:hidden;
}

#content .aleftmenu {
	float:left; 
	/*width:400px; */
	width:36%;
	/*background:url(../images/dots.gif) top left repeat-y;*/
}

#content .aleftmenu2 {
	float:left; 
	width:35%; 
	margin-right:2px;
	min-height:650px;
	#min-height:650px;
}

#content .arightmenu2 {
	float:right;	
	width:590px;
	margin-right:2px;
	min-height:650px;
	#min-height:650px;
}

#content .arightmenuopage {
	float:right;	
	width:62%;
	margin-right:2px;
	min-height:650px;
	#min-height:650px;
}

#content .arightmenuopage1 {
	float:left;	
	width:62%;
	/*margin-right:2px;*/
	min-height:650px;
	#min-height:650px;
}

#content .aleftmenu1 {
	width:880px; 
	padding:15px;
}

#content .arightmenu {
	float:left;	
	margin-right:2px;
	min-height:650px;
	#min-height:650px;
}
#content .midmenu {
	/*background:url(../images/dots.gif) top left repeat-y;*/
	/*border-right: 1px dotted #000000;*/
	float:left;
	margin-left:3px;
	/*height:100%;
	max-height:100%;*/
	margin-bottom: -10000px;
	padding-bottom:10000px;
}
#content .lmenu{
	font-family:Georgia; 
	font-size:12pt; 
	color:#000000;
}

#content .lmenutitle {
	font-weight:bold; 
	font-size:12pt;
	font-family:Georgia; 
	background:#CCCCCC; 
	padding:3px;
	border-bottom: 1px dotted #000000;
}

#content .linsec{
	padding-left:8px;
}
#content .adminloginbox{
	padding:5px;
}

#content div.thumb {
    float:left;
    padding: 10px;
    width: 160px;
    height: 40px;
    text-align: center;
    font-size: 80%;
    line-height: 130%;
    font-family: Arial;
}


.adminheading {
	text-align:center; 
	font-size: 160%;
    color: #990000; 
	font-family:Georgia; 
	font-weight:bold;
}

.admintr{
	text-align:center; 
	padding:5px;
}

.admintd {
	width:49%;
	float:left; 
	text-align:right;
}

.admintdl {
	 width:49%;
	 float:right; 
	 text-align:left;
}

#content .linsecb{
	font-weight:bold;
}

#footer {
    clear: both;
    /*border-top: 1px dotted #000000;*/
    padding-top: 10px;
    margin-bottom: 5px;
    color: #FFFFFF;
	font-weight:bold;
    font-size: 7.5pt;
	text-align:center;
	margin-left:20px;
}

.foot_left{
	background-image:url(../images/footer_leftedge.png); 
	width:45px; 
	height:90px;
	/*float:left;*/
	vertical-align:bottom;
}

.foot_mid{
	width:860px;
	background-image:url(../images/footer_slice1.png); 	
	background-repeat:repeat;
}

.foot_right{
	background-image:url(../images/footer_rightedge.png); 
	width:45px; 
	height:90px;
	vertical-align:bottom;
	/*float:right;*/
}

a.green_link_bottom:link{
   font-family: Georgia;
   color: #FFFFFF;
   text-decoration:none;
}
a.green_link_bottom:visited {
   font-family:Georgia;
   color: #FFFFFF;
   text-decoration:none;
}
a.green_link_bottom:hover {
   font-family: Georgia;
   color: #FFFFFF;
   text-decoration:none;
}

a.green_link:link{
   color: #983536;
   font-family: Georgia;
   font-size:8pt;
   /*font-weight:bold;*/
}
a.green_link:visited {
   color: #983536;
   font-family:Georgia;
   font-size:8pt;
   /*font-weight:bold;*/
}
a.green_link:hover {
   color: #983536;
   font-family: Georgia;
   font-size:8pt;
   /*font-weight:bold;*/
}
.errorblock {
    color:#ff0000;
    font-size:13px;
    font-family: Georgia; 
    text-align:center;
    font-weight:bold;
}

.addsecheading { 
	font-family:Georgia; 
	font-size:14px; 
	font-weight:bold; 
	background-color:#CCCCCC; 
	text-align:center; 
	border-bottom:1px solid #000000;
}

.style1 {
	color: #FF0000;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	padding:8px;
}

.addsectab {
  width:95%; 
  clear:both; 
  border:1px solid #000000;
}

.addContTab {
	width:100%;
}

.addContTabTd{
	width:20%;
	float:left; 
	text-align:right; 
	padding-right:2px;
}

.addConTabTd1 {
	width:77%;
	float:right;
	text-align:left; 
	padding-top:5px;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
    text-align: center;
}

#popUpDiv {
	position:fixed;
	background-color:#eeeeee;
	width:400px;
	height:215px;
	z-index: 9002;
    top:auto;
    left: 335px;
}

#popUpDiv1 {
	position:fixed;
	background-color:#eeeeee;
	width:400px;
	height:215px;
	z-index: 9002;
    top:auto;
    left: 335px;
}

.text{
	font-family: Georgia;
	font-size:10pt;
	/*color:#8F8E8D;*/
    color:#666666;
	font-weight:normal;
	padding:0px;
	text-align:left;
}

#loginbox {
	font-family: Georgia; 
	font-size:12pt; 
	padding:5px; 
	text-align:center;
}

#loginbox .lheading {
	font-family: Georgia; 
	font-size:12pt; 
	font-weight:bold; 
	color:#000000; 
	text-align:center;
}

#loginbox .trlogin {
	width:100%; 
	padding-top:25px;
}

#loginbox .tdlogin {
	width:30%;
	color: #000000;
	font-weight:normal; 
	font-size:10.5px; 
	font-family: Georgia; 
	text-align:right;
	padding-right:5px; 
	float:left;
}

#loginbox .tdlogin1 {
	width:48%; 
	padding:2px; 
	text-align:left;	
}

h1 {
	font-family: Georgia;
	font-weight:bold;
	color:#771E1E;
	padding:0px;
	margin:0px;
	width:400px;
}

h5 {
	font-family: Georgia;
	font-weight:bold;
	color:#771E1E;
	padding:0px;
	margin:0px;
}

a.green_link:link{
   color: #771E1E;
   font-family: Georgia;
   font-size:8pt;
   /*font-weight:bold;*/
   text-decoration:none;
}
a.green_link:visited {
   color: #771E1E;
   font-family: Georgia;
   font-size:8pt;
   /*font-weight:bold;*/
   text-decoration:none;
}
a.green_link:hover {
   color: #771E1E;
   font-family: Georgia;
   font-size:8pt;
   /*font-weight:bold;*/
   text-decoration:none;
}

a:link{
   color: #660B0B;
   /*font-family: Georgia;
   font-size:8pt;
   font-weight:bold;*/
   text-decoration:none;
}
a:visited {
   color: #660B0B;
   /*font-family: Georgia;
   font-size:8pt;
   font-weight:bold;*/
   text-decoration:none;
}
a:hover {
   color: #660B0B;
   /*font-family: Georgia;
   font-size:8pt;
   font-weight:bold;*/
   text-decoration:none;
}

.paging {
	white-space:nowrap; 
	font-family: Arial; 
	font-size:10.5px;
}

.midright {
	width:95%;
	padding-left:8px; 
	#padding-top:15px; 
}

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#A55455}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9;
  background:#d8d8d8}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9f9f9;
  border-right:1px solid #f9f9f9;
  background:#d5d5d5}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d5d5d5;
  border-right:1px solid #d5d5d5;}
.spiffy4{
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9}
.spiffy5{
  border-left:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8}
.spiffyfg{
  background:#A55455;
  height: 20px;
  padding-left:15px;
  font-family: Arial;
  font-weight:bold;
  font-size:13px;
  }
 
 .date {
 	font-size:10pt;
	font-family: Georgia;
	font-weight:bold;
 }
 
 .newsdesc {
 	font-size:10pt;
	font-family: Georgia;
	font-weight:normal;
	text-align:justify;
	padding-right:15px;
    color:#666666;
 }
 .newstitle{
    font-size:10pt;
    font-family: Georgia;
    font-weight:bold;
    text-align:justify;
    padding-right:15px;
 }
 .shownews{
 	font-size:10pt;
	font-family: Georgia;
	font-weight:bold;
 }
 
 .newsheading{
	font-weight:bold;
	color:#771E1E;
 }
 
 .letter_pagging {
 	text-align:center; 
	letter-spacing:4px; 
	/*font-size:12pt; 
	font-family: Georgia;*/
 }
 
 .left_links{
 	font-size:12pt; 
	font-family: Georgia; 
	padding-left:15px;
 }
 
 .mid_content{
     font-size:12pt; 
     font-family: Georgia; 
 }
 
 .left_link_page {
 	background:url(../images/contentmenu1.png) no-repeat;
 	font-size:12pt; 
	font-family: Georgia; 
	padding:8px;
	width:280px;
	text-align:center;
 }
 
 .left_link_page_active {
 	background:url(../images/contentmenu2.png) no-repeat;
 	font-size:12pt; 
	font-family: Georgia; 
	padding:8px;
	width:280px;
	text-align:center;
 }
 
 .showcontent {
 	font-size:12pt; 
	font-family: Georgia; 
	padding-right:15px;
	text-align:justify;
 }
 
.patientinfo{
	font-family: Georgia;
	font-size:12pt;
	/*border:1px solid #000000;*/
	width:95%;
}

.patientheading {
	font-family: Georgia;
	font-size:12pt;
	margin:0px;
	padding:5px;
	border-bottom:1px solid #000000;
	background-color:#999999;
	text-align:center;
	font-weight:bold;
}

.patienttdcell {
	 float:left; 
	 width:43%; 
	 text-align:right; 
	 padding:3px;
	 /*font-weight:bold;*/
}

.patienttdcell2 {
	 float:left; 
	 padding:4px 15px;
}

.patienttdcell3 {
	text-align:center;
	font-weight:bold;
}

.patienttdcell1 {
	float:right;
	width:54%; 
	padding:3px;
}

.patienttdcell4 {
	 float:left; 
	 width:38%; 
	 text-align:right; 
	 padding:1px;
	 font-weight:bold;
}

.patienttdcell5 {
	float:right;
	width:58%; 
	padding:1px;
}

.clear {
	clear:both;
}

.secimg {
	float:right; 
	/*padding-right:5px; */
	margin:0px; 
	width:107px; 
	/*height:auto;*/
}

.secdesc {	
	font-family: Georgia; 
	font-size:12pt;
	padding-top:0px;
	margin-top:0px;
    height: auto;
}

.leftcorner {
	background:url(../images/content5b.png) no-repeat;
    /*background:url(../images/rounded-corner.png) no-repeat;*/
    background-position:0 0; 
	width:20px; 
	height:20px; 
	float:left;
}

.middlecorner {
	background:url(../images/content7.png) repeat-x; 
    background-position:0 -0.01em;
	width:auto; 
	height:20px; 
	float:left; 
	/*margin-left:-0.05em;*/
}

.rightcorner {
	background:url(../images/content6.png) repeat-x; 
    background-position:0 -0.01em; 
	width:40px; 
	height:20px; 
	float:left; 
}

.leftstraightline {
	background:url(../images/vertical-line.png) repeat-y; 
	background-position:0.03em 0;
	width:20px;  
	height:auto;
}

.leftdowncorner {
	background:url(../images/vertical-bottom.png) no-repeat scroll 0 0; 
	width:20px; 
	height:40px; 
	float:left; 
	vertical-align:top;
	/*margin-left:1px;*/
}

.contentleftdowncorner {
	background:url(../images/vertical-bottom.png) no-repeat scroll 0 0; 
	width:20px; 
	height:40px; 
	float:left; 
	vertical-align:top;
	/*margin-left:1px;*/
}

.middlemain {
	height:auto; 
	margin-left:20px;
	width:auto;
}

.middlemain1 {
    height:auto; 
    margin-left:20px;
    width:300px;
}

.newsmaindiv {
	height:500px; 
	margin-left:25px; 
	width:auto; 
	width:260px; 
	overflow:auto;
}