/******************************************************************************************************************
Colour Style sheet
Developed by Michael McGarrity, March 2007
Copyright Golden Jubilee National Hospital (c) 2007
******************************************************************************************************************/

.trgreen {
	background: url(../images/trgreen.jpg) 100% 0 no-repeat
}

.trdarkgreen {
	background: url(../images/trdarkgreen.jpg) 100% 0 no-repeat
} 

.trlightblue {
	background: url(../images/trlightblue.jpg) 100% 0 no-repeat
} 

.trdarkblue {
	background: url(../images/trdarkblue.jpg) 100% 0 no-repeat
} 

.trpurple {
	background: url(../images/trpurple.jpg) 100% 0 no-repeat
} 

.trred {
	background: url(../images/trred.jpg) 100% 0 no-repeat
} 

.trorange {
	background: url(../images/trorange.jpg) 100% 0 no-repeat
} 

.tryellow {
	background: url(../images/tryellow.jpg) 100% 0 no-repeat
} 

.lightgreen {
	background-color:#65bf29;
}

.darkgreen {
	background-color:#00775b;
}

.lightblue {
	background-color:#01a0e2;
}

.darkblue {
	background-color:#134987;
}

.purple {
	background-color:#79027a;
}

.red {
	/*background-color:#8B0000 this is the first one*/
	/*background-color:#ae0038;*/
	background-color:#8B0000
}

.orange {
	/*background-color:#e13720;*/
	/*background-color:#DC143C*/
	background-color:#B22222
}

.yellow {
	/*background-color:#f1b000;*/
	/*background-color:#D2691E*/
	background-color:#B8860B
}

#randomstill0, #randomstill8 {
	width:140px;
	height:140px;
	margin-bottom:2px;
	background:#466d2e url('../images/00randomstillbg.jpg') bottom right no-repeat;
	float:left;
}

#randomstill1 {
	width:140px;
	height:140px;
	margin-bottom:2px;
	background:#00775b url('../images/1randomstillbg.jpg') bottom right no-repeat;
	float:left;
}

#randomstill2 {
	width:140px;
	height:140px;
	margin-bottom:2px;
	background:#0066cc url('../images/2randomstillbg.jpg') bottom right no-repeat;
	float:left;
}

#randomstill3 {
	width:140px;
	height:140px;
	margin-bottom:2px;
	background:#134987 url('../images/3randomstillbg.jpg') bottom right no-repeat;
	float:left;
}

#randomstill4 {
	width:140px;
	height:140px;
	margin-bottom:2px;
	background:#79027a url('../images/4randomstillbg.jpg') bottom right no-repeat;
	float:left;
}

#randomstill5 {
	width:140px;
	height:140px;
	margin-bottom:2px;
	/*background:#9a0000 url('../images/5randomstillbg.jpg') bottom right no-repeat;*/
	background:#8B0000 url('../images/5randomstillbg.jpg') bottom right no-repeat;
	float:left;
}

#randomstill6 {
	width:140px;
	height:140px;
	margin-bottom:2px;
	/*background:#e13720 url('../images/6randomstillbg.jpg') bottom right no-repeat;*/
	background:#B22222 url('../images/6randomstillbg.jpg') bottom right no-repeat;
	float:left;
}

#randomstill7 {
	width:140px;
	height:140px;
	margin-bottom:2px;
	/*background:#f1b000 url('../images/7randomstillbg.jpg') bottom right no-repeat;*/
	background:#B8860B url('../images/7randomstillbg.jpg') bottom right no-repeat;
	float:left;
}

#lightgreen {
	background-color:#5d8b40;
	width:140px;
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:11px;
}

#darkgreen {
	background-color:#99cccc;
	width:140px;
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:11px;
}

#lightblue {
	background-color:#99cccc;
	width:140px;
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:11px;
}

#darkblue {
	background-color:#50a0f1;
	width:140px;
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:11px;
}

#purple {
	background-color:#cc99cc;
	width:140px;
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:11px;
}

#red {
	background-color:#ff9999;
	width:140px;
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:11px;
}

#orange {
	background-color:#ec8181;
	width:140px;
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:11px;
}

#yellow {
	background-color:#ffba00;
	width:140px;
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:11px;
}