/*
*
*	CSS for Murano Medical Centre website
* @author   : David Campbell
* @copyright: Glasgow Web Design
* @date			: Apr 2005 
*/



/*
* general site style
*/
body {
	background: #f2f2f2;
	text-align: center;
	font: 0.75em Verdana, Tahoma, Arial, sans-serif;
	color: #444;
	min-width: 840px;
}
h1{
	font-size: 18pt;
	color: #444;
	font-weight: normal;
}
/*wrapper - contains everything in body*/
#wrapper{
	margin:0 auto 0 auto;
	width:840px;
	text-align: left;
}
/*background - provides white underlay / contains navbar and content*/
#background {
	padding: 5px 5px 5px 5px;
	background: #fff;
  border: solid black 1px;
}


/*
* banner style (top logo image)
*/
#banner{
	width:840px;
	height: 80px;
	background: url(../images/narrowlogo.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border: solid black 1px;
}
#banner h1 {
	display: none;
}


/*
* infobar style (info under banner) 
*/
#infobar{
  width: 840px;
	height: 15px;
	color: #000;
	margin: 0px 0px 5px 0px;
}
#infobar a{
  font-weight: bold;
	color: darkred;
	text-decoration: none;
}
#infobar a:hover {
  text-decoration: underline;
}
span#loginstatus{ 
	float: left; 
}
span#date{ 
	float: right; 
}

/*
* content style
*
*/
#content {
	width: 590px;
	margin-top: 10px;
	padding: 0px 15px 0 15px;
	line-height: 1.5em;
}
/*
NEED TO COMMENT IN ORDER TO MAKE LINKS FOR MESSAGE LISTS OPERATE
#content a:link, #footer a:link {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #333;
}
#content a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
#footer a:visited {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}
#content a:hover, #content a:active, #footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
}
*/
#content ul {
	list-style-image: none;
}
#content li {
	padding-left: 0;
	margin-left: 0;
}




/*
*  general 
*/
.clearboth {
	clear:both;
}
h2, h3, h4 {
	color: #666;
}
table {
	margin: 10px;
	width: 100%;
}
td, th {
	vertical-align: top;
}
hr {
	height: 1px dotted #666;
}




/*
* navbar style
*
*/
#navbar {
	width: 155px;
	line-height: 2em;
	margin-top: 10px;
	padding-right: 5px;
	font-size: 90%;
}
#navbar ul {
  float: left;
	width: 150px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 5px;
	list-style:none;
}
#navbar ul#open {
  background: #ddf;
	border: solid 1px #888;	
}
#navbar ul#protected {
  background: #ddd; 
	border: solid 1px #888;
}
#navbar li a, #navbar li a:visited {
  text-decoration: none;
	color: #444;
}
#navbar li a:hover {
	border-bottom: 1px solid black;
	color: #c30;	
}
#navbar li.header {
  border-bottom: 1px solid black;
}







/*
* footer style
*
*/
#footer{
	font-size: 80%;
	width: 700px;
	padding-right: 4px;
	text-align: right;
}
#footer a{
  font-weight: bold;
	text-decoration: none;
}
#footer a:hover{
  text-decoration: underline;
}












/*
* notes
*/
div.errornote {	
			color: darkred;
			border: solid 1px black;
			border-left: solid 5px darkred;
			padding: 5px;	
}
div.confirmnote {	
			color: green;
			border: solid 1px black;
			border-left: solid 5px green;
			padding: 5px
}
div.note 	{	
			color: navy;
			border: solid 1px black;
			border-left: solid 5px navy;
			padding: 5px
}



/*
* forms
*/
fieldset {
	border: 1px solid #888;
	border-left: 5px solid #888;	
	padding: 2px 2px 5px 2px;	
}
legend {
	border: 1px solid #c30;
	background: #fff;
	padding: 2px;	
	font-weight: bold;
}
div.HTMLFormDiv{
	clear: both;
/*	width: 100%;*/
	float: left;
	padding: 2px 0px 2px 0px;
}
div.HTMLFormRow{
	clear: both;
	padding: 2px 0px 10px 0px;
}
div.label {
	float: left;
	vertical-align: top;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}
div.input {
	float: left;
	vertical-align: top;
	text-align: left;
}
span.buttonrow {
	float: right;
	vertical-align: top;
}


/*revised for HTMLForm_Form*/ 
span.error{
  color: red;
	clear: both;
}
span.error input, span.error textarea, span.error select {
  border: 1px solid red;
}
span.req {
  color: red;
}
span.errormessage {
  color: red;
	clear: both;
}
.errorinput {
  border: 1px solid red;
}


/* INPUT FOCUS 
*
*/
input {
	border: 1px solid #69f;
}
input.radioinput {
	border: 0px;
}



/*
* messages
*/
table.messages{
	width: 100%;
	line-height: 1em;
}
tr.message_header{
  font-weight: bold;
	background: #DDD;
}
tr.priority_message_brief{
  color: darkred;
}
tr.message_brief{
  border-bottom: solid 1px #777;
}
tr.read{

}
tr.not_read{
  font-weight: bold;
}

table.messages td{
  border-right: dotted 1px #ddd;
  border-bottom: dotted 1px #ddd;
}
span.red{		color: red;			}
span.darkred{		color: darkred;			}
span.right{	float: right		}


/*  .red {color: red;}  - superceded by span.red*/

div.mess_full {
	width:450px; 
	padding-left: 10px; 
	background: #EEE; 
	border: solid 1px #AAA;
	border-left: solid 5px #AAA;	
}
div.mess_full_hp {
	width:450px; 
	padding-left: 10px; 
	background: #EEE; 
	border: solid 1px #AAA;
	border-left: solid 5px red;	
}
div.mess_brief{
	width:500px; 
	padding-left: 10px; 
	background: #DDD; 
	border: solid 1px black;
}
div.mess_header{
	width:500px; 
	padding-left: 10px; 
	background: #DDD; 
	border: solid 1px black;
}






/*
* Calendar 
*/
table.calendar {
	width:200px;
	border: solid 1px #000;
}
table.calendar a{
	color: black;
	text-decoration: none;
}
table.calendar a:visited{
	color: black;
	text-decoration: none;
}
table.calendar a:hover{
	color: blue;
	text-decoration: underline;
}
tr.days th 		{
	color: #CCE; 
	background-color: #224;
  font-weight: bold; 
	text-align: center;
  padding: 1px 0.33em;
}
tr.title th {
	background: #ddf; 
	color: black;
  border: 1px solid #888; 
	font-size: 120%;
}
table.calendar td {
	border: 1px solid #888;
  border-color: #BBB #EEE #EEE #BBB;
}
td.sat, td.sun {
	color: #888;
	background: #FDD;
}
td.cm {
}
td.ncm{
	background: #CCC; 
	color: #889;
  border: 1px solid #AAB; 
	border-right-color: #99A;
}
td.today {
	background: #F88;
}
td.marked {
	font-weight: bold;
	border: 1px solid black;
}
td.booked {
	background: #DDD;
}






/*
  appointments
*/
div.appointments{
	border: 1px solid black;
	margin: 5px 0px 5px 0px;
	padding: 2px 2px 2px 2px;	
	
}
span.appt_date{
	font-size: 18pt;
	color: #444444;
	font-weight: normal;
	display:block; 
	margin: 5px 0px 0px 0px;
}
div.appointments table{ width: 95%; }

tr.appt_brief{
	border:1px dotted #DDD;
	color: #000;
	
}


div.appt_full{
	width:450px; 
	padding-left: 10px; 
	background: #EEE; 
	border: solid 1px #AAA;
	border-left: solid 5px #AAA;
}

tr.em, div.em{
	background-color:#fc5;
}
tr.av, div.av{
	/*unformatted*/
}
tr.gp, div.gp{
	background-color:#afa;
}
tr.nurse, div.nurse{
	background-color:#aff;
}
tr.bk, div.bk{
	background-color: #fcc;
}
tr.un, div.un{
	background-color: #ccf;
} 


tr.appt_brief a{
	color: blue;
	text-decoration: none;
}
tr.appt_brief a:visited{
	color: blue;
	text-decoration: none;
}
tr.appt_brief a:hover{
	color: blue;
	text-decoration: underline;
}





/*
*  users
*/
/*for list of users*/
table.users{
	border: 1px solid #AAA;
	border-left: 5px solid #AAA;	 
}
table.users tr.user_header{
	background: #ddf; 
	color: black;
  border: 1px solid #242; 
	font-size: 120%;
}
/*for individual user in detail*/
div.user_full{
	color: #444; 
	background: #DEF; 
	border: solid 1px #AAA;
	border-left: solid 5px #ABC;	
}
/*for tabular data from individual user in detail*/
table.user_full_table{

}
table.user_full_table tr.spacer{
	border: 1px solid red;
  font-weight: bold;
}






/*
* prescription requests
*/
table.prescription_requests{
	width: 100%;
	line-height: 1em;
}
tr.prescription_request_header{
  font-weight: bold;
	background: #DDD;
}
tr.prescription_request_brief{
  border-bottom: solid 1px #777;
}
table.prescription_requests td{
  border-right: dotted 1px #ddd;
  border-bottom: dotted 1px #ddd;
}
div.prescription_request_full{
	width:450px; 
	padding-left: 10px; 
	background: #EEE; 
	border: solid 1px #AAA;
	border-left: solid 5px #AAA;	
}


/*GWD link*/
div.gwd {float: right; }
div.gwd a {color: #222222; text-decoration: none; }
div.gwd a:hover {color: #000000; text-decoration: underline; }

/*Front Page Notice*/
p.fpnotice { font-family: Arial, Helvetica;
				font-style:italic;
				color: darkred;
				padding: 9px;
				border-top: 1px solid darkred; 
				border-bottom: 1px solid darkred;
				} 

span#bulkcontrol { margin-left: 10px; }

/* rooms  */
td.room1 { background-color: #FFFF00; font-weight: bold; }
td.room2 { background-color: #FF00FF; font-weight: bold; }
td.room3 { background-color: #C0C0C0; font-weight: bold; }
td.room4 { background-color: #FF0000; font-weight: bold; }
td.room5 { background-color: #E8E8E8; font-weight: bold; }


