/*
	ORION CSS Definitions
*/
a {
	color: #FF7906;
	text-decoration: none;
}
a:Hover {
	text-decoration: underline;
}
body, html {
	margin: 0;
	padding: 0;
	background: url(../images/tile.gif) repeat;
	font: 10px Tahoma;
	height: 101%;
}
img {
	border: 0;
}
#tableHolder {
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	min-width: 775px;
	border: 0px;
	height: 100%;
}
#siteHolder {
	min-width: 761px;
	width: 761px;
	height: 100%;
	background-color: white;
}
#topPanel {
	height: 373px;
	background-color: white;
}
.boldFont {
	font-weight: bold;
	color: #343434;
}
/* INFO BOX */

.infobox {
	background-color: #f2f2f2;
	padding: 11px;
}

/* HEADER + TEXT STYLES */

h1 {
	font: 1px Tahoma;
	color: #FF9900;
	height: 30px;
	padding: 0;
	margin: 0;
}
#contentHolder {
	font: 11px Tahoma;
	color: #363636;
	height: 100%;
	background-color: white;
	line-height: 15px;
}
#productupdateHolder {
	float: left;
	border-left: 1px solid #a2a1a1;
	padding-left: 13px;
}
#newsHolder {
	width: 464px;
	float: left;
	margin-right: 13px;
}
#newsHolder .title a {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}
#newsHolder .title a:hover {
	text-decoration: underline;
}
#newsHolder .more a {
	color: #fe7905;
	font-weight: bold;
}

/* MAIN FOOTER STYLES */

#footerNavigation a {
	font: 10px Tahoma;
	font-weight: bold;
	color: #353535;
	text-decoration: none;
}
#footerNavigation a:hover {
	text-decoration: underline;
}
#footerNavigation {
	height: 21px;
	background-color: #dddddd;
	padding: 8px 10px 0 10px;
}

/* SUB NAVIGATION STYLES */

#footerSubNavigation a {
	font: 10px Tahoma;
	font-weight: bold;
	color: #353535;
	text-decoration: none;
}
#footerSubNavigation a:hover {
	text-decoration: underline;
}
#footerSubNavigation {
	height: 20px;
	padding: 7px 10px 0 10px;
}

/* PRODUCT PAGE STYLES */

.productSubmitBtn {
	padding-bottom: 4px;
	color: white; 
	font: 11px Tahoma; 
	font-weight: bold; 
	background-color: #fe9b04;
	border-left: 1px solid #feb704;
	border-top: 1px solid #feb704;
	border-right: 1px solid #fe7905;
	border-bottom: 1px solid #fe7905;
	height: 18px;
	width: 59px;
}
#productsTable select {
	font: 11px Tahoma;
	font-weight: bold;
	color: #fe7905;
}
#productsTable a {
	color: #363636;
	text-decoration: none;
}
#productsTable a:Hover {
	text-decoration: underline;
}
#theraputicGroups a {
	font-weight: bold;
	text-decoration: none;
	color: #353535;
}
#theraputicGroups a:Hover {
	text-decoration: underline;
}
/* CONTENT TABLE STYLES */

.contentTable {
	width: 100%;
}
.contentTable th {
	font-weight: bold;
	background-color: #FDAF05;
	text-align: left;
	height: 20px;
	padding-left: 6px;
}
.contentTable td {
	height: 16px;
}

/* PRODUCT PAGE */

#prodPictureHolder {
	float: left;
}
#prodInfoHolder {
	float: left;
	padding-left: 10px;
}
.prodInfo a {
	color: #FF7906;
	font-weight: bold;
}

/* FAQ TABLE */

#faqTable {
	width: 100%;
}
#faqTable td {
	padding: 4px;
}

.textInput {
	background: url(../images/inputbg.gif) repeat-x;
	border: 1px solid #5D5D5D;
	font: 11px Tahoma;
	height: 18px;
	padding-left: 3px;
	padding-top: 4px;
	outline: 1px solid white;
}

/* FEEDBACK FORM */

#feedbackTable {
	
}

#enquiryTable td {
	height: 26px;
}

#searchResultsList, #searchResultsList ul {
	list-style: none;
}

h3 {
	font: bold 14px Tahoma;
	margin-top: 20px;
	margin-bottom: 0;
}
.searchResultsList1 {	
	padding-bottom: 10px;
}
.jobSearchSubheading {
	font: bold 11px Tahoma;
	padding: 0;
	margin: 10px 0 0 0;
}
#Pagination {
	margin: 4px;
}
#Pagination a {
	text-decoration: none;
	font-weight: bold;
}
#Pagination .FirstLast {
	display: block;
	float: left;
	padding: 0 2px;
	text-align: center;
}
#Pagination .CurrentPage {
	display: block;
	float: left;
	padding: 0 2px;
	text-align: center;
	color: #333;
}
#Pagination .Page {
	display: block;
	float: left;
	padding: 0 2px;
	text-align: center;
}
#Pagination .NextPrev {
	display: block;
	float: left;
	padding: 0 2px;
	text-align: center;
}