/* Start of CMSMS style sheet 'physioredesign' */
/* STYLES FOR PHYSIO EFFECTS */
/* www.freshpies.co.uk */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

#pagewrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
}

body {
	font-family: Verdana, sans-serif;
	font-size:76%;
	line-height: 1.9em;
	color: #333333;
	background-image:url(uploads/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#442d27;
}

a:link {
	color: #ea6c03;
	text-decoration:none;
	border-bottom:1px dotted #ea6c03;
}

a:visited {
	color: #b75402;
	text-decoration:none;
	border-bottom:1px dotted #b75402;
}

a:hover, a:active {
	color: #b3b3b3;
	text-decoration: none;
}

img {
    border: none;
}

ul{
	margin-left:15px;
	padding-top:10px;
	padding-bottom:10px;
}

h1 {
	color:#ea6c03; /* orange */
	font-size:1.6em;
	margin-bottom:10px;
	font-weight:normal;
}

h2 {
	color:#ea6c03; /* orange */
	font-size:1.6em;
	margin-bottom:10px;
	font-weight:normal;
}

#header {
	background-image:url(uploads/images/bg_header.jpg);
	background-color:#010101;
	padding:0 0 0 165px;
	height:112px;
}

#header h2 {
       padding-top:20px;
}

#header h2 a{
	background-image:url(uploads/images/logo.gif);
	background-repeat:no-repeat;
	display:block;
	height:80px;
	text-indent:-999em;
	text-decoration:none; 
	border-bottom:none;
}



#sidebar {
	width:270px;
	float:left;
}

#main {
	width:690px;
	float:left;
}

.content {
	background-image:url(uploads/images/bg_main.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	border:1px solid #ffffff;
	margin-top:20px;
	padding:30px 30px 40px 30px;
}

.imageHolder img{
	margin: 10px 0 0 30px;
	border:1px solid #69504a;	
}

.holder {
	background-color: #573e37;
	border:1px solid #69504a;
	padding:5px 10px;
	margin:10px 30px 0 30px;
	color:#FFFFFF;
	text-align:right;
}

.holder2 {
	background-color: #573e37;
	border:1px solid #69504a;
	padding:5px;
	margin:10px 0 20px 0;
	color:#FFFFFF;
	font-size:0.9em;
	text-align:right;
}

.holder2 a{
	color:#9d867c;
	border-bottom:1px dotted #9d867c;
}

.holder2 a:hover{
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}


/* NAVIGATION */

#menu_vert {
	border:1px solid #69504a;
	padding:15px 15px 40px 15px;
	margin-left:30px;
	margin-top:20px;
	margin-right:30px;
	background-color:#100f0e;
	font-size:0.9em;
}

#menu_vert ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:right;
}


#menu_vert .current {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom: 1px solid #6f564f;
	color: #fafafa;
	font-weight:normal;
}

#menu_vert a:hover {
	color: #fafafa;
}

#menu_vert a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #b4a29e;
	text-decoration: none;
	border-bottom: 1px solid #6f564f;
}

/* Child - Level 1 */

#menu_vert ul ul {
}

#menu_vert ul ul li { margin: 0 0 0 0;}

#menu_vert ul ul a {
	text-indent: 20px;
}

#menu_vert ul ul a:hover {
}

/* Child - Level 2 */

#menu_vert ul ul ul {
}

#menu_vert ul ul ul li {
}

#menu_vert ul ul ul a {
	text-indent: 40px;
}

#menu_vert ul ul ul a:hover{
}

/* Child Level 3 */
#menu_vert ul ul ul ul {
}

#menu_vert ul ul ul ul li {
}

#menu_vert ul ul ul ul a {
	text-indent: 60px;
}

#menu_vert ul ul ul ul a:hover{
}

/* Child Level 4 */
#menu_vert ul ul ul ul ul {
}

#menu_vert ul ul ul ul ul li {
}

#menu_vert ul ul ul ul ul a {
	text-indent: 100px;
}

#menu_vert ul ul ul ul ul a:hover {
}


/* FOOTER */

.footer {
	background-image:url(uploads/images/bg_footer.jpg);
	background-repeat:repeat-x;
}

.footer p {
	padding-left:60px;
	line-height:2.5em;
	color:#FFFFFF;
}

.footer a {
	text-decoration:none;
	border-bottom:1px dotted #cccccc;
	color:#cccccc;
}


.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
  position: absolute;
  top: -9999em;
  left: -9999em;
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  border: none;
}

/********* - Standard form styles start *************/

form {
	margin:0;
	padding:0;
}


form .gap {
	margin:0 0 10px 0;
	clear: both;
}

fieldset{
	width:500px;
	margin:0 0 10px 0;
	padding: 10px;
	border:1px #cccccc dotted;

}

legend {
	font-size:1.1em;
	color:#ea6c03;
	padding:5px;
	font-weight:bold;
}

.gap label{
	font-weight:normal;
	display:block;
	color:#ea6c03;
	margin:0 10px 0 0;
	clear:both;
	float:left;
	width:160px; /* width:160px; */
	line-height: 1.2em;

}

form divdiv {
	float:right;
	width:200px;	
}

.labelMargin {
	margin-left:170px; /* 170 */
}

input[type="text"]{
	font-family: arial, sans-serif;
	font-size:1em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:2px;
	width:201px; /* width:213px */
}

input[type="file"]{
	font-family: arial, sans-serif;
	font-size:1em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:2px;
	width:201px; /* width:213px */
}



input[type="password"]{
	font-family: arial, sans-serif;
	font-size:1em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:2px;
	width:201px; /* width:213px */
}



input[type="submit"]{
	font-family: arial, sans-serif;
	font-size:1em;
	padding:2px;
	margin-top:5px;
	float:right;
}



textarea{
	font-family: arial, sans-serif;
	font-size:1em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:2px;
	width:201px; /* width:213px */
}

select {
	border: 1px solid #C2C2C2;
	border-color: #CCCCCC #CCCCCC #999999 #999999;
	font-size: 0.9em;
	color: #555555;
	padding:2px;
}

input.submit {
	width: auto !important; 
	padding: 0 !important; 
	border: 1px solid #642977 !important; 
	background-color: #642977; 
	color: #fff; 
	font-weight: bold; 
	font-size: 1em;
}


.checkBoxFieldset label{
	width:auto;
	color:#555555;
 	margin-left:2px;
	float:none;
	display:inline;
	font-weight:bold;
}

.checkBoxFieldset input[type="checkbox"]{
	float:none;
	clear:none;
}

.checkBoxFieldset p{
	margin:0 0 5px 0;
}

.normal {
	font-weight:normal;
}

.error_message {
	font-size:0.9em;
	color:#F2373E;
}

.clearer {
	clear: both;
	display: block;
	height: 0px;
	margin-bottom: 0;
	font-size: 0px;
	line-height: 0px;
}

.clearer10 {
	clear: both;
	display: block;
	height: 10px;
	margin-bottom: 0;
	font-size: 0px;
	line-height: 0px;
}

.clearer20 {
	clear: both;
	display: block;
	height: 20px;
	margin-bottom: 0;
	font-size: 0px;
	line-height: 0px;
}


.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}

.accessibility,hr{position:absolute;top:-999em;left:-999em;}
dfn{position:absolute;left:-1000px;top:-1000px;width:0;height:0;overflow:hidden;display:inline;}
a.external span{position:absolute;left:-5000px;width:4000px;}
a.external{padding:0 12px 0 0;}
a.external:hover{color:#18507C;background:url(images/cms/external.gif) no-repeat 100% 0;background-color:#C3D4DF;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
* html>body .clearfix{display:inline-block;width:100%;}
* html #menu_vert li a,* html #menu_vert li hr,* html .clearfix{height:1%;}
a.external:link,a.external:visited{color:#18507C;background:url(images/cms/external.gif) no-repeat 100% 0;}
/* End of 'physiostyle' */

/* End of 'physioredesign' */

