
body {
   /* font-family: Arial, sans-serif;
    line-height: 1.2;
    font-size: 13px;
    color: #333;*/
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

div#header-login {
	background-image:url('../images/header.jpg');
	background-repeat: no-repeat;
	width:100%;
	height:153px;
	font-family:Trebuchet MS;
	border-bottom:2px solid #5c5c5c;
}
div#header1-login {
	color:#ffffff;
	font-size:32px;
	font-weight:bold;
	padding-left:180px;
	padding-top:40px;
	letter-spacing:2.6px;
}
div#header2-login {
	color:#ffffff;
	font-size:20px;
	padding-left:180px;
	font-weight:bold;
}
div#header {
	background-image:url('../images/header.jpg');
	background-repeat: no-repeat;
	width:1050px;
	height:160px;
	font-family:Trebuchet MS;
	border-bottom:2px solid #5c5c5c;
}
div#header1 {
	color:#ffffff;
	font-size:32px;
	font-weight:bold;
	padding-left:100px;
	padding-top:18px;
}
div#header2 {
	color:#ffffff;
	font-size:13px;
	padding-left:100px;
	font-weight:bold;
	letter-spacing:2.7px;
}


.left-menu-sidenav {
    
	float:left;
	margin:20px 10px;
    /*background-color: #fff;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.left-menu-sidenav > li {
	background-image: url('../images/menu.png');
	background-position:right;
	background-repeat:no-repeat;
}
.left-menu-sidenav > li > a {
    display: block;
    *width: 190px;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
	color: #235e6d;
	width:160px;
}
.left-menu-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.left-menu-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.left-menu-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.left-menu-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.dropdown-toggle .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .75;
}
.left-menu-sidenav > li > a:hover {
    background-color: #1f727a;
}
.left-menu-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}
a:hover.dropdown-toggle .icon-chevron-right {
    opacity: 1;
}

.left-menu .dropdown-menu.first {
    top: 0;
    margin: 0;
    left: 180px;
    border-top-left-radius: 0;
}

.left-menu-sidenav .active .icon-chevron-right,
.left-menu-sidenav .active a:hover .icon-chevron-right {
    opacity: 1;
}
.left-menu-sidenav.affix {
    top: 13px;
}
.left-menu-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}




div#container {
	float:left;
	width:900px;;
}

div#container_center {
    float:center;
    width:900px;;
}

div#logo {
    float: left;
    margin: 15px 100px 10px 0;
    padding: 0;
    width: 150px;
    height: 50px;
}

div#menu-content {
	float:left;
	width: 240px;
	padding-right:10px;
}

div#menu-content div.label {
    margin: 2px;
    padding: 2px 5px;      
    /* width: 234px;
	background: #ccd8dc url('../images/label-bg.png') repeat-x;*/
    font-size: 14px;
	color: #339999;
}


div#patients {
  /*  overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
    margin-top: 10px;*/
}

div#patients a {
    display: block;
    color: #333;
    text-decoration: none;
}

div#patients div.patient {
    margin: 0;
    padding: 3px 8px;
    border-bottom: 1px solid #ccd8dc;
    cursor: pointer;
}

div#patients div.patient:hover {
  /*  background-color: #fffff3;*/
}


div#container-title div.label {
    margin: 2px;
    padding: 2px 5px;
    font-size: 28px;
	color: #555555;
	
}

div#middle-content {
	clear:both;
	/*background-image:-moz-linear-gradient(center top , #EEEEEE 0%, #FFFFFF 100%);*/
	width:100%;
	height:30px;
}