/*
	Professional Home Care Service
	Author: Hannah Carper
	Date: 04/10/2015
			 
	filename: therapiesstyles.css
*/

/* Therapy list table styles */

#therapylist {
	border-collapse: collapse;
	margin-left: 10%;
	margin-top: 10px;
	width: 80%;
}

#therapylist tr {
	height: 30px;
}

#therapylist col.firstcol {
	width: 50%;
}

#therapylist td a {
	color: rgb(56, 108, 180);
	text-decoration: none;
}

#therapylist td a:hover {
	text-decoration: underline;
}

/* #return link styles */

#return {
	margin-left: 80%;
}

#return a {
	color: rgb(56, 108, 180);
}

#return a:hover{
	text-decoration: underline;
	text-shadow: rgb(184, 184, 184) .5px .5px 0px;
}