/*
-------------------------------------------------------------
    GENERAL
-------------------------------------------------------------*/
*{margin:0; padding:0;}

html, body {
/*	height: 100%;*/
	margin: 0px;
	padding: 0px;
	background-color:#e9e3d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* Removes rid of Firefox's dotted borders */
a { outline:none; border:none; text-decoration:none }

/* Removes rid of IE's blue borders */
a img { border:none; }

/* Removes border from fieldset and img */
fieldset,img, img a { border : 0; }

#header {
	position: fixed;
	left: 0px;
	width: 99%;
	height: 100px;
	z-index: 10000;
	background-color: #fff;
	border-top: solid 6px #e9e3d7;
	border-left: solid 6px #e9e3d7;
}
#toolbar {
	position: fixed;
	top: 84px;
	left: 0px;
	width: 99%;
	z-index: 10000;
	border-top:solid 3px #e9e3d7;
	border-bottom:10px solid #e9e3d7;
	border-left: solid 6px #e9e3d7;
	padding-bottom:1px;
	background-color:#fff
}
#toolbar .toolbarTitle {
    float:left;
    height:21px;
    overflow:hidden;
}

#toolbar .toolbarLog {
	float:right;
	height:21px;
	width:300px;
}

#depository {
	position: fixed;
	top: 119px;
	right:6px;
    padding-left: 1%;
	background-color: #fff;
	color: #FFF;
	height: 224px;
	width: 16%;
	padding: 5px;
    overflow: auto;
}
#filter {
	position: fixed;
	top: 360px;
    right:6px;
	padding-left:1%;
	background-color: #f8f5f0;
	color: #000;
	height: auto;
	width: 16%;
	padding: 5px;
}

.filterCaption {
	height: 20px;
	vertical-align: bottom;
}


#search {
    position: fixed;
    top: 653px;
    right:6px;
    padding-left:1%;
    background-color: #f8f5f0;
    color: #000;
    height: auto;
    width: 16%;
    padding: 5px;
}

#mainContainer {
	top: 119px;
	left: 6px;
	width: 81.6%;
	background-color: #FFFFFF;
	position: absolute;
	z-index:0
}
.roomBorder {border-bottom:solid 5px #e9e3d7}

.hidden {display: none;}

.whiteBack {
	width:807px;
	height:100%;
	padding-top:119px;
	margin-left:6px;
	background-color: #fff;
}
/*
-------------------------------------------------------------
    CONTENT BOX
-------------------------------------------------------------*/
.frameBottom {
	border-top:dotted 1px #b8b3a8;
	padding: 0px;
	margin: 0px;
}
.frameBottomText {
	text-align:right;
	color:#000;
	margin-right: 60px;
	margin-top: 0px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
}
.colRightTitle {width:100%; border-bottom:dotted 1px #b8b3a8; padding-top:3px; margin-bottom:10px; padding-bottom:2px}

.logo {
	padding-right: 1%;
	float: right;
	margin-top: 24px;
}
/*
-------------------------------------------------------------
    LINKS
-------------------------------------------------------------*/
.inputLog  {
	background-color:#817266;
	border:none;
	font-size: 12px;
	color: #FFFFFF;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 1px;
	height: 19px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 3px;
}
.roomsButtonClear {
	height:15px;
	width: 100%;
	display:block;
	overflow:hidden;
	background-color:#e7bc9d;
	border:none;
	cursor:pointer;
	margin-top:5px
}
.roomsButtonUp  {
	background-color:#e7bc9d;
	border:none;
	cursor:pointer;
	height: 15px;
	width: 100%;
	margin-top: 3px;
	display:block;
	overflow:hidden;
	margin-bottom:13px;
}
.roomsButtonDown  {
	background-color:#e7bc9d;
	border:none;
	cursor:pointer;
	height: 15px;
	width: 100%;
	display:block;
	overflow:hidden;
	margin-top:13px
}
.roomsButtonUp:hover, .roomsButtonDown:hover, .roomsButtonClear:hover  {background-color:#d3ddea;}

.log  {
	font-size: 12px;
	color: #817266;
	text-decoration: none;
	margin-left: 1px;
	border:solid 1px #e9e3d7;
	background-color:#f8f5f0;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden
}
a:hover.log  {color:#5278ad; background-color:#d3ddea}

.roomsSelected {
	border:solid 1px red;
	padding: 2px;
	margin-bottom: 13px;
	margin-left: 5px;
	cursor:pointer;
	text-align:center;
}
.roomsNotSelected {
	border:solid 1px #817266;
	padding: 2px;
	margin-bottom: 13px;
	margin-left: 5px;
	cursor:pointer;
	text-align:center;
}
a.unitChange {color:#000; text-decoration:none}

a:hover.unitChange {color:#993300; text-decoration:none; background-color:#f8f5f0}
/*
-------------------------------------------------------------
    PACIENTS PICTURES
-------------------------------------------------------------*/
.pictures {}
.pictures.contentColPic {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
}
.pictures.contentColPic #screenThumb   {
	text-align:left;
	padding: 0px;
	margin-top: 0px;
	height:135px;
	width: 807px;
	overflow:hidden
}
.pictures.contentColPic #screenThumb .pictureBox {
	float:left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 107px;
	height:127px;
	margin: 0px;
	padding: 0px;
}

.pictureBed {background-image: url(../images/icon-bed.png);}

.pictureBedService {background-image: url(../images/icon-bed-service.png);}

.pictures.contentColPic #screenThumb .bedBox {
	float:left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	width: 26px;
	height:114px;
	border-right:dotted 1px #b8b3a8;
	margin-top: 11px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pictures.contentColPic #screenThumb .bedBox span {
	font-size:10px;
	color:#000;
	background-color:#e7bc9d;
	padding:2px;
	text-align:left;
	display:block;
	margin-bottom:2px;
	margin-right:1px;
}
.pictures.contentColPic #screenThumb .bedBox img {padding-right:2px; padding-bottom:2px;}

.patientAccept {background-color: #e9e3d7;}

.patientDiv {
	display:inline-block;
	position: relative;
	left: 30px;
	top: 0px;
	height: 77px;
}

.patientDescription {
	background-color: #D4CAB5;
	position: absolute;
	width: 150px;
	height: 50px;
	display: none;
	z-index: 10010;
    padding: 2px;
    border:1px solid #707070;
}
.patientImg {
	height: 77px;
    width: 60px;
    /* IE7/8 png transparency */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon-patient.png',sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon-patient.png',sizingMethod='scale');
}

/*
-------------------------------------------------------------
    TEXT STYLE
-------------------------------------------------------------*/
h1 {
	font-size:15px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	padding-left: 30px;
	color: #817266;
	padding-right: 30px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #817266;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size:12px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #817266;
	font-weight: bold;
	font-size:14px;
	padding-left:30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {
	font-size:14px;
	color:#fff;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 5px;
	width: 98%;
	background-color:#6b6965;
	padding: 3px;
}
.title {
	text-align: left;
}
/*
------------------------------------
	FORMS
------------------------------------ */
form {padding:0px; margin:0px}

.cssform p{
	margin-bottom: 5px;
	clear: left;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.cssform img {margin-left:10px;}

.cssform label{float: left; width: 100px; margin-left:5px;}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
	background-color:#fff;
	font-size:12px;
	border:1px solid #b8b3a8;
	font-family:Arial, Helvetica, sans-serif;
}
.cssform select {
	background-color:#fff;
	font-size:12px;
	border:1px solid #b8b3a8;
	font-family:Arial, Helvetica, sans-serif
}
.cssform textarea{
	width: 250px;
	height: 50px;
	border:solid 1px #b8b3a8;
	background-color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
}
.inputButtons  {
	background-color:#f8f5f0;
	border:1px solid #b8b3a8;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight:normal;
	cursor:pointer;
	padding-left:3px;
	padding-right:3px
}
.inputFilter {
	background-color:#fff;
	font-size:11px;
	border:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	width: 70px;
}
/*
-------------------------------------------------------------
    TABLES
-------------------------------------------------------------*/
table {text-align:left}

.tableFilterTitle {font-style:italic; color:#817266}

.guinitLogTable td {padding:3px; background-color:#f8f5f0}

.guinitLogTable table {font-family:Arial, Helvetica, sans-serif}

