
/* Core Styles */

body {
	background: #eee3e7;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans serif;
	font-size: 75%;
}

table {
	font-size: 1em;
}

p {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	color: #dd7329;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

/* Form styles */

.button input, input.button {
	border: 1px solid white;
	font-weight: bold;
	color: white;
	padding: 2px;
	background: #663465;
	font-size: 0.9em;
}

div.button {
	margin-top: 0.8em;
}

.element {
	float: left;
	padding: 5px;
	padding-bottom: 0px;
}

html>body .element {
	padding-bottom: 5px;
}

.large input, .large select {
	width: 350px;
}

.norm input, .norm select {
	width: 170px;
}

/* Additional Font Styles */

.important {
	color: #631463;
}

.error {
	color: red;
}

/* Silly IE Fix */
select {
	margin-bottom: 2px;
}

.mr select {
	margin-right: 5px;
}

.button {
	clear: both;
	padding-top: 0.5em;
}

.clear {
	clear: both;
}


/* Layout Styles */

.site_container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: white;
}

#header_container {
	background: black;
	color: white;
	border-bottom: 10px solid #3e013d;
}

#header_container .site_container {
	background: black;
	position: relative;
}

#search_container {
	position: absolute;
	right: 45px;
	top: 15px;
}

#navigation {
	position: absolute;
	right: 42px;
	bottom: 0px;
}

#navigation a {
	padding-right: 5px;
	padding-left: 9px;
	font-size: 0.95em;
	color: white;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(/site_images/nav_bg.png) left no-repeat;
	text-decoration: none;
}

#sub_navigation a {
	padding-right: 5px;
	padding-left: 9px;
	font-size: 0.95em;
	color: white;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(/site_images/nav_bg.png) left no-repeat;
	text-decoration: none;
}

#navigation a:hover, #sub_navigation a:hover {
	color: #dd7329;
}

#navigation a.first, #sub_navigation a.first {
	background: none;
}

#login_container {
}

#login_container .site_container {
	background: url(/site_images/container_background.png) top no-repeat;
	text-align: right;
}

#login_form {
	padding-top: 3px;
	padding-right: 52px;
	color: white;
	font-size: 0.9em;
}

#login_form .input {
	
	width: 130px;
}

#page_container {
	
	/*padding-top: 20px;*/
	overflow: hidden;
}

#sub_navigation {
	background: url(/site_images/container_background.png) top no-repeat;
	height: 1.9em;
	line-height: 21px;
	padding-left: 267px;
	padding-right: 47px;
}

#body_container {
	padding-top: 3px;
	padding-left: 47px;
	padding-right: 47px;
	line-height: 1.2em;
}

#logo {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#footer_container {	
	color: #9a9a9a;
	font-size: 0.9em;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #eee3e7;
}

#copyright_notice {
	margin-right: 37px;
}

#did_you_know {
	text-align: center;
	height: 74px;
	line-height: 70px;
	font-style: italic;
	background: url(/site_images/dyk_background.png);
}

#did_you_know .question {
	color: #dd7329;
}

#did_you_know .answer {
	color: #631463;
}

/* Page element styles */

div.unpadded {
	margin-left: -19px;
}

div.text_element {
	background: url(/site_images/text_element_bg.png);
	padding-left: 20px;
	padding-right: 20px;
}

div.column_element {
	background: url(/site_images/column_element_bg.png);
	padding-bottom: 5px;
}

div.column_element .column1 {
	float: left;
	width: 227px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

html>body div.column_element .column1 {
	width: 187px;
}


div.column_element .column2 {
	margin-left: 227px;
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	font-family: Times;
	text-transform: uppercase;
	margin: 0px;
	background: url(/site_images/column_element_header_bg.png) repeat-x;
	line-height: 28px;
	font-weight: 400;
	padding-bottom: 5px;
	font-size: 18px;
	color: #631463;
}

div.column_element h1, div.text_element h1 {
	margin-left: -19px;
	padding-left: 19px;
	margin-right: -19px;
	padding-right: 19px;
}

h2 {
	font-family: Times;
	color: #631463;
	font-weight: 400;
	font-size: 1.6em;
}

h3 {
	font-family: Times;
	color: #631463;
	text-transform: uppercase;
	font-size: 1.3em;
	background: url(/site_images/column_element_subheader_bg.png) repeat-y;
	padding-top: 6px;
	padding-bottom: 3px;
	margin-top: 0.6em;
	margin-bottom: 0.8em;
}

div.column_element h3, div.text_element h3 {
	margin-left: -19px;
	padding-left: 19px;
}

/* Popup Styles */

#popup_content {
	text-align: left;
	background: white;
	margin: 1em;
	padding: 1em;
	border: 1px solid black;
}

#loginCommands{
	margin-top: 8px;	
	text-align: right;
}
#loginCommands a{
	text-decoration:none;
}	

#patientDetails, #clientForm{
	margin-top:40px;	
	margin-left:40px;
}

#registration, #clientForm {
	margin-left:40px;	
}
#registration input, #patientDetails input, #clientForm input{
	float:left;
	margin-bottom:30px;
}

#registration .title, #clientForm .title {
	float:left;
	width:200px;
}
#clientForm .title{
	font-weight:bold;	
}
#patientDetails .title {
	float:left;
	width:150px;
}

#registration .anotation{
	font-size:10px;	
}

#registration .clearLeft,  #patientDetails .clearLeft, #clientForm .clearLeft{
	clear:left;
}

#orthotics_orders_listing .pagination{
	margin-top:10px;
	margin-bottom:10px;	
}

#orthotic_listing tr.even:hover, #orthotic_listing tr.odd:hover  {
	background: #e9d3e9;
}

#orthotic_listing .even{
}

#orthotic_listing .odd  {
	background-color: #f0e8ef;
}
#orthotic_listing th{
	text-align: left;
    font-weight: bold;
    color: white;
    background-color: #5e0a57;
    text-decoration: none;
    padding-right: 4px;
    padding-left:2px;
}

#patient_listing a{
	text-decoration:none;
	color:#000000;
}

#patientDetails{
	float:left;
	width:390px;
}

#previousOrders{
	float:left;	
	margin-top:30px;

	width:450px;
}

.box{
	background-color: #551C60;
	width:150px;
	height:70px;
	padding:30px 10px 10px 10px;
	line-height:26px;
	text-align:center;
}

.box a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:20px;
}
.breadcrumbs{
	margin-top:10px;
}

.orderTable a{
	text-decoration:none;
	color: #000000;
}




#orderForm .header{
	background-color: #5e0a57;
	height:20px;
	font-size: 1.3em;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
}



#orderForm .left{
	float:left;
}

#orderForm .right{
	float:right;
}



#orderForm{
	width: 840px;
}

#orderForm #generalInfo{
	display:block;
	width:840px;
	margin-top:20px;
	margin-bottom:20px;
}

#orderForm #firstPart{
	display:block;
	width:840px;
}

#orderForm #secondPart{
	width:840px;
	display:block;
}

#orderForm .label{
	text-align: left;
	
}

#orderForm .title{
	font-weight: bold;
	text-align: left;
	float:left;
	margin-right:10px;
}

#orderForm #generalInfo .title{
	width:150px;	
}
#orderForm .description{
	font-size: 0.8em;
	font-weight: normal;
}

#orderForm .question{
	margin:0px;
	color: #000000;

}

#orderForm .section {
	display:inline-table;
	margin-bottom: 2px;
	padding:2px;
	text-align:left;
	width:100%;
}



#orderForm .input{
	float:left;	
	margin-right:5px;
}

#orderForm .inputLong{
	float:left;	
	margin-right:5px;
	height: 80px;
}

#orderForm .inputMiddle{
	float:left;	
	margin-right:5px;
	height: 60px;
}

#orderForm .inputShort{
	float:left;		
	height: 40px;
	margin-right:5px;
}

#orderForm .inputTiny{
	float:left;	
	height: 20px;
	margin-right:5px;
}

#orderForm .modificationsFullColumn{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	font-size: 0.9em;
	font-weight: normal;
	width:600px;
}

#orderForm .modificationsFullColumn .firstColumn{
	width:180px;
	float:left;
}

#orderForm .modificationsFullColumn .secondColumn{
	width:160px;
	margin-left:60px;
	float:right;	
}

#orderForm .modificationsFullColumn .secondColumn table{
	width:140px;	
}

#orderForm .modificationsFullColumn .thirdColumn{
	width:180px;
	float:right;	
}

#orderForm .modificationsFullColumn .title{
	float:none;	
}


#orderForm .modificationsTopLeft{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	font-size: 0.9em;
	font-weight: normal;
	width:395px;
}


#orderForm .modificationsLeft{

	float:left;
	margin-right:10px;
	margin-bottom:0px;
	font-size: 0.8em;
	font-weight: normal;
	width:400px;
	
}

#orderForm .modificationsLeft select{
	width:40px;
	margin-right:3px;
}

#secondPart .section .question{
	margin:0px;

}
#secondPart .section .underline{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
}
#secondPart .section .header{
	margin-bottom:5px;
}

#orderForm .modificationsLeft .title{
	font-weight:normal;	
	width: 140px;
	float:left;
}
#orderForm .modificationsLeft .options{
	text-align:left;
	width:365px;
	float:right;
}

#orderForm .modificationsLeft .positiveCast {
	width:500px;
}

#orderForm .modificationsLeft .positiveCast .options{
	width:350px;
}


#orderForm .modificationsLeft .underlineTitle{
	font-weight:bold;	
	text-decoration: underline;
}

#orderForm .modificationsLeft .extended{
	width: 600px;
}

#orderForm .modificationsRight{
	width: 110px;
	float:right;
	font-size: 0.9em;
	font-weight: normal;
	text-align:left;
	height:25px;
	padding-top:5px;
}

#orderForm .modificationsTopRight{
	width: 190px;
	margin-left:20px;
	float:right;
	font-size: 0.8em;
	font-weight: normal;
	text-align:left;
	
}
.topCoversFirstColumn{
	float:left;
	width:155px;	
}

.topCoversSecondColumn{
	float:left;
	width:145px;
}

.topCoversThirdColumn{
	width:150px;
	float:left;
}

.topCoversFourthColumn{
	width:150px;
	float:left;
}

#orderForm .smallBox{
	border:1px solid #333333;
	text-align:center;
	padding: 5px;
	margin-top:2px;
	margin-bottom:2px;
}

#orderForm .form_controls{
	margin-top:5px;
	margin-bottom:0px;
}

#orderForm .smallBox .title{
	text-decoration:underline;
	font-weight:normal;	
}

#orderForm .anotation{
	font-size: 0.9em;
	font-weight: normal;
	border-top:1px solid #333333;
}

#orderForm table{
	font-size: 0.9em;
	font-weight: normal;
	border:0;
	width:580px;
	margin-left:10px;

}

#orderForm td{
	text-align:left;
	padding:2px;
	border:1px solid #CCCCCC;
}

#orderForm td.borderless{
	border:0px;
}

#orderForm td.centre{
	text-align:center;
}

#orderForm td.content{
	text-align:left;
}

#orderForm td.content select{
	width:50px;
	margin-left:20px;
	margin-right:10px;
}

#orderForm td.title{
	border:0;
	text-align:center;
}

#orderForm  .tabletitle{
	border:0px;
	text-align:center;
}

#orderForm textarea{
	width:600px;
}


#orderForm .clear{
	clear:both;
}


.spacer{
	height:10px;
}




#assessment_summary .clear{
	clear:both;
}


.subQuestionLabel{
	float:left;
	width:120px;
	margin-bottom:2px;
}

.subQuestionAnswer{
	float:left;
	margin-bottom:2px;
}

.deselect{
	float:right;
	width:15px;	
}

.subQuestionAnswer label {
	display: block;
	width: 102px;
	float: left;
}

div.form_controls {
	text-align: center;
	margin-top: 1em;
}

div.top_form_controls {
	margin-bottom: 1em;
}

div.form_controls .button, div.top_form_controls .button {
	font-weight: bold;
	font-size: 18px;
	color: white;
	background: #5e0a57;
	border: 3px solid #5e0a57;
}

#orderForm .option{
	float:left;
	padding: 1px;
	line-height: 20px;
}

.options{
	float:right;	
}

#orderForm textarea{
	height:100px;
}

.notFound{
	padding:20px 20px 20px 20px ;
	min-height:200px;
	min-width:800px;
	font-size:16px;
}

