/* CSS Document */

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-reg-webfont.eot');
    src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-reg-webfont.woff') format('woff'),
         url('fonts/lato-reg-webfont.ttf') format('truetype'),
         url('fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{margin:0; padding:0; font-family:'latoregular', Arial;}
.header1{ background:url(../images/header1.png) repeat-x; height:45px;}
.header2{ background:url(../images/header2.png) repeat-x; height:50px;}
.menu{ background:url(../images/menubg.png) repeat-x; height:40px;}
.footer{ background:url(../images/footer.png) repeat-x; height:40px; color: #999999; text-align: center; font-size: 13px; line-height: 40px;}
.menu ul{ list-style:none;}
.menu ul li{ float:left; background: url(../images/menuline.png) right no-repeat;}
.menu ul li a{ text-decoration:none; color: #404751; font-size: 14px; padding: 10px 10px; display: block;}
.menu ul li a:hover{color:#000;}

.amc{ width: 94%; margin:0 auto; }
.amc2{ width: 92.5%; margin:0 auto; }
.content{
background: -moz-linear-gradient(top, #ededed 0%, #FFFFFF 60%) fixed;
background: -ms-linear-gradient(top, #ededed 0%, #FFFFFF 60%) fixed;
background: -o-linear-gradient(top, #ededed 0%, #FFFFFF 60%) fixed;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed 0%), to(#FFFFFF 60%)) fixed;
background: -webkit-linear-gradient(top, #ededed 0%, #FFFFFF 60%) fixed;
color: #666;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ededed 0%, endColorstr=#FFFFFF 60%) fixed;	
margin-top: 10px;
min-height: 450px;
border-top: 1px solid #c4cccd;
}


.table_std{
    border: 1px solid #d5d4d4;
}
.table_std th{
    padding: 16px 10px;
    background: -moz-linear-gradient(top, #439da7 0%, #358c96 60%) fixed;  
    background: -ms-linear-gradient(top, #439da7 0%, #358c96 60%) fixed;  
    background: -o-linear-gradient(top, #439DA7 0%, #358c96 60%) fixed;  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#439DA7 0%), to(#358c96 60%)) fixed;  
    background: -webkit-linear-gradient(top, #439DA7 0%, #358c96 60%) fixed;  
    color: #FFF;  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#439DA7 0%, endColorstr=#358c96 60%) fixed;
    text-align: left;
    border-right: 1px solid #388992;
    border-left: 1px solid #719FA5;
    text-shadow: 0px 1px #222222;
    font-weight: normal;
    font-size: 18px;
}
.table_std td{
    padding: 3px 10px;
    text-align: left;
    background: white;
    border-bottom: 1px solid #C6C9CD;
    border-right: 1px solid #C6C9CD;
    font-size: 13px;
}
.table_std td:last-child{ border-right:none !important;}
.table_std tr.odd td{ background:#d6e4e7; border-bottom: 1px solid #c6c9cd;}
.p10{ padding:10px;}
.tb_link{    color: #666666;    padding: 0 5px;    border-right: 1px solid #666;}
.tb_link:hover{color:#000;}
.title1{padding: 20px 0;display: block;color: #333333;font-size: 15px;}
.table_std_brd{ background:#d7e5e8; -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border:1px solid #d3d6d6;
border-top:none !important; height:20px;}
.last{border-right:none !important;}
.first{border-left:none !important;}
.posR{ position:relative;}
.welcome{ color:#999999; position: absolute; top: 13px;}
.top_menu{
    list-style: none;
    position: absolute;
    right: 0;
    /* top: 13px; */
}
.top_menu li{
    float: left;
    display: block;
    border-right: 1px solid #333843;
    border-left: 1px solid #575d6d;
}
.top_menu li a{
    color: #999999;
    text-decoration: none;
    padding: 14px 10px 13px;
    display: block;
}
.top_menu li a:hover{color:#fff;}
.cW{color: #cccccc;}
.bgnone{background:none !important;}
.md_manage_logo{ background:url(../images/md_manage_logo.png) no-repeat; width:200px; height:72px; position:absolute; display: block; text-indent: -9999px; top: 35px; z-index: 99;}

.login_screen{ width:820px; min-height:320px; background:white; margin: 100px auto 0;}
.loginbg{ background:url(../images/loginbg.png);}
.doctor{width:408px; height:321px; position:absolute;top: 3px;left: 3px;}
.docot_text{
    position: absolute;
    bottom: 47px;
    left: 20px;
    font-size: 20px;
    color: #f16733;
}
.form_part{ position:absolute; right:0px; top:0px; background:#7ad1ce; height:320px; width: 409px; color: #006666; font-size: 14px;}
.form_part h1{ color: #006666;    font-size: 18px;    text-shadow: 0px 1px #FDFDFD; font-weight: bold; margin-bottom: 20px;}
.form_part input[type="text"],.form_part input[type="password"] {
    padding: 8px 10px;
    margin: 5px 0;
    -webkit-border-radius: 2px;  -moz-border-radius: 2px;  border-radius: 2px;
    border: none !important;
    width: 200px;
    box-shadow: inset 0 1px 5px #777777;
}
 input[type="submit"]{
    background: #f6855c; /* Old browsers */  background: -moz-linear-gradient(top,  #f6855c 1%, #bf503c 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f6855c), color-stop(100%,#bf503c)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #f6855c 1%,#bf503c 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  #f6855c 1%,#bf503c 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  #f6855c 1%,#bf503c 100%); /* IE10+ */  background: linear-gradient(to bottom,  #f6855c 1%,#bf503c 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6855c', endColorstr='#bf503c',GradientType=0 ); /* IE6-9 */;
		 
    border: none !important;
    color: white;
    padding: 8px 18px;
    border: 1px solid #b34432 !important;
    -webkit-border-radius: 2px;  -moz-border-radius: 2px;  border-radius: 2px;
    margin-top: 15px;
}
a{color:#006666; text-decoration:none;}

.search_textField{
    position: relative;
    width: 200px;
    height: 27px;
}
.search_textField  input[type="text"]{ padding: 4px 4px; position: absolute; top: 0; left: 0; width: 189px; border: 1px solid #68B7B4; height: 17px;}
.search_textField input[type="submit"] {
    background: url(../selectbox/img/search_icon.png) no-repeat !important;
  
    width: 24px;
    height: 24px;
    border: none !important;
    text-indent: -9999px;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

input[type="text"] {
padding: 4px 4px;
}

h1{color:#006666;}