html, body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	height: 100%;
	color: #040;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #630;
}

a:hover
{
	color: #996;
}

li.selected a {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
}

table
{
	margin: 0;
}

td
{
	vertical-align: top;
}

label
{
	font-weight: bold;
}

.clearall { clear: both; }
.fr { float: right; }
.fl { float: left; }


/* PAGE TEMPLATE ELEMENTS */

#page
{
	padding: 0;
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-top: 0;
	height: auto;
}

#page_heading
{
	margin: 0;
	padding: 0;
	background: url(../media/header_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 4px solid #060;
	color: #630;
	height: 73px;
}

#page_heading_logo
{
	margin: 0;
	padding: 8px 0 5px 40px;
	background: url(../media/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#logo {
	font-size: 3.0em;
	font-weight: bold;
}

#logo_sub {
	font-size: 2.0em;
	font-weight: bold;
	font-style: italic;
}

#page_body
{
	padding: 0;
	margin: 0;
	width: auto;
	clear: both;
}

#page_navigation {
	float: left;
	margin: 0;
	padding: 0 15px 10px 10px;
	height: 100%;
	width: 185px;
	overflow: visible;
	text-align: right;
}

#page_navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#page_navigation li
{
	padding: 0;
	margin: 10px 0 0 0;
	font-weight: bold;
}

#page_navigation ul ul {
	margin: 0 10px 15px 0;
}

#page_navigation ul ul li {
	font-weight: normal;
	margin: 0;
}

#page_content {
	padding: 10px 35px 10px 10px;
	margin: 0;
	min-height: 432px;
	width: auto;
	height: auto;
	overflow: auto;
	background: url(../media/office_background.jpg);
	background-repeat: no-repeat;
	clear: right;
}

#page_footer {
	font-size: 10px;
	text-align: center;
	border-top: 2px solid #996;
}


/* NEWS */

.news_full {
	padding: 5px;
	border: 1px solid #eee;
}


/* THERAPISTS */

.therapist_pic {
	background: url(../media/therapist_border.jpg);
	background-repeat: no-repeat;
	padding: 4px;
	margin: 0;
}


/* TREATMENTS */

.treatment_child {
	padding: 0px 15px;
}


/* ADMIN */

.admin_links {
	font-size: 0.8em;
	font-style: italic;
}


/* PAGE STATUS MESSAGE STYLES */

.message
{
	width: 80%;
	margin: 5px auto;
	padding: 5px;
	border: 1px solid black;
}

.msg_normal
{
	font-weight: bold;
	color: #000;
	border-color: #000;
	background-image: url(../media/normal_sm.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	padding-left: 36px;
}

.msg_error
{
	font-weight: bold;
	color: #f00;
	border-color: #f00;
	background-image: url(../media/error_sm.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	padding-left: 36px;
}

.msg_success
{
	font-weight: bold;
	color: green;
	border-color: green;
	background-image: url(../media/success_sm.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	padding-left: 36px;
}

.error
{
	font-weight: bold;
	color: red;
}

.success
{
	font-weight: bold;
	color: green;
}

.explanation
{
	font-size: 75%;
	color: #777;
	font-style: italic;
}

/* TABLE SORT STYLES */

	/* Striping */
tr.alternate
{
	background-color:#ffffcc;
}

	/* Alternate Striping */
table.altstripe tr.alternate2
{
	background-color:#ccffff;
}

	/* Sorting */
th.table-sortable
{
	cursor:pointer;
	background-image:url("../media/sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc
{
	background-image:url("../media/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc
{
	background-image:url("../media/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered
{
	background-image:url("../media/filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
}