@charset "UTF-8";
/* CSS Document */

/* greeting (welcome/perspective)
==============================================================================*/
#greetingwrap {
	float: right;
	width: 256px;
	background: #fff;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#greeting {
	float: right;
	width: 256px;
	background: #f9f8f2;

}

#greetingTabs {
	clear: both;
	background: #eae7d2;
	height: 24px;
}

#greetingTabs span {
	display: block;
	float: left;
	height: 24px;
	overflow: hidden;
}

#welcomeTab {
	margin-right: 2px;
	width: 93px;
	cursor: pointer !important;
	background: url(http://207.58.134.223/~physioth/images/tab-welcome.gif) no-repeat;
}

#perspectiveTab {
	width: 161px;
	cursor: pointer !important;
	background: url(http://207.58.134.223/~physioth/images/tab-perspective.gif) no-repeat;
	background-position: center bottom;
}

#welcome,
#perspective {
	display: block;
	position: relative;
	margin: 4px 5px 5px;
	width: 246px;
	height: 169px;
	overflow: auto;
}

#welcome {
	background: url(http://207.58.134.223/~physioth/images/welcome-bg-old.jpg) no-repeat;
}

#welcome h2 {
	display: none;
}

#welcome p {
	position: relative;
	float: right;
	right: 10px;
	margin: 45px 0 0;
	width: 220px;
	font: bold normal 0.7em/1 'lucida grande', tahoma, sans-serif;
	text-align: right;
	color: #333333;
	padding-left: 20px;
}

#welcome p a {
	margin-top: 2px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	color: #A70A1C;
}

#welcome p a:hover {
	text-decoration: underline;
}

#perspective {
	display: none;
	background: url(http://207.58.134.223/~physioth/images/perspective-bg.gif) center top no-repeat;
}

#perspective h2 {
	display: none;
}

#perspective p {
	position: relative;
	margin-top: 65px;
	padding: 0 10px;
	font: normal .7em/1 'lucida grande', tahoma, sans-serif;
	color: #555;
	text-align: right;
}

#perspective p a {
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	color: #752626;
}

#perspective p a:hover {
	text-decoration: underline;
}
hr {
	display: none;
}

