@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	background: #fffdeb url('../images/bg.jpg') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#252525;
	font-size:0.9em;
	padding:0px;
	margin:0px;
}
.allZero { margin:0; padding:0;}

fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.cBoth {
	clear:both;
}
.center {
	text-align:center;
}
.txtJust {
	text-align:justify;
}
.width50 {
	width:50%
}
.vertical {
	vertical-align:middle;
}
.listNone li{ list-style:none; display:inline; padding:0px 2px 0px 2px;}
/* ----------Container Styles---------- */
.mainContainer {
	width:960px;
	margin:0 auto;
	padding:0px;
}
.statusBar {
	width:960px;
	margin:0 auto;
	background:url('../images/status-bar-bg.png') repeat-x;
	height:38px;
}
.statusBarLeft {
	background-image:url('../images/status-bar-left.png');
	left:0;
	top:0;
	height:38px;
	width:37px;
	float:left;
}
.statusBarRight {
	background-image:url('../images/status-bar-right.png');
	right:0;
	top:0;
	height:38px;
	width:37px;
}
.trans {
	width:50%;
	height:15px;
	margin:0 auto;
}
.transVertical {
	background-image:url('../images/pix15w.gif');
	left:0;
	top:0;
	height:1px;
	width:15px;
}
.container960 {
	background-color:#fff;
	width:940px;
	margin:0 auto;
	padding:10px 10px;
	border:1px solid #a1a1a1;
}
.footerContainer {
	background-color:#fff27d;
	width:910px;
	margin:0 auto;
	padding:10px 25px 10px 25px;
	border:1px solid #a1a1a1;
	margin-bottom:20px;
}
.container650 {
	width:650px;
}
.contianer255 {
	width:255px;
	background-color:#fffdeb;
	padding:10px 10px;
	border-top:1px solid #e0cb0b;
}
.contianer300 {
	width:300px;
	background-color:#fffdeb;
	padding:5px 5px;
	border-top:1px solid #e0cb0b;
}
.container435 {
	width:435px;
	white-space:normal;
	word-spacing:normal;
}
.contianer600 {
	width:580px;
	background-color:#fffdeb;
	padding:10px 10px;
	border-top:1px solid #e0cb0b;
}
.heading {
	background:url('../images/heading-bg.png');
	background-repeat:repeat-x;
	height:35px;
	border:1px solid #e0cb0b;
	border-top:none;
	border-bottom:none;
}
.abstractheading {
	background:url('../images/abs-heading-bg.png');
	background-repeat:repeat-x;
	height:65px;
	border:1px solid #e0cb0b;
	border-top:none;
	border-bottom:none;
}

/* ----------Heading / Font Styles---------- */
h1 {
}
h2 {
	font-size:15px;
	font-weight:bold;
	color:#000000;
	
	
}

h4 {
	font-size:14px;
	font-weight:bold;
	color:#736802;
	border-bottom:1px solid #e0cb0b;
	width:100%;
	padding :5px 0px 5px 0px;
	margin-bottom:10px;
}
h5 {
	font-size:22px;
	font-weight:bold;/*color:#e0cb0b;*/
}
.textBig {
	font-size:18px;
	font-weight:normal;
	color:#a8000f;
	margin:0;
	padding:0;
}
.textLarge {
	font-size:22px;
	font-weight:normal;
	color:#a8000f;
	margin:0;
	padding:0;
}
.textBigDrak {
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.textBold {
	font-size:14px;
	font-weight:bold;
	color:#a8000f;
	margin:0;
	padding:0;
}
.textDarkBold {
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#252525;
}
.textSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#666666;
}
.textRed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#FF0000;
}
/* ----------Navigation Styles---------- */

#naviContainer {
	position:relative;
	left:0;
	top:6px;
	height:50px;
	width:960px;
	margin:0 auto;
}
#naviList {
	position:relative;
	font-size:15px;
	background:transparent;
	color:#620000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#naviList, #naviList ul {
	padding:0;
	margin:0 auto;
	list-style:none;
	width:960px;
}
#naviList table {
	border-collapse:collapse;
	margin:0px;
	padding:0;
	width:0;
	height:0;
	font-size:12px;
}
#naviList li {
	float:left;
	display:block;
	padding:0;
	margin:0;
	border-right:1px dotted #e0cb0b;
}
#naviList li a {
	display:block;
	padding:8px 22px 15px 22px;
	font-family:arial, sans-serif;
	font-size:15px;
	color:#620000;
	text-decoration:none;
	font-weight:bold;
	cursor:hand;
	outline:none;
}
#naviList li ul li a {
	color:#620000;
	font-size:12px;
	font-weight:normal;
	display:block;
	cursor:hand;
	outline:none;
}
#naviList li ul {
	position:absolute;
	width:960px;
	top:36px;
	left:-9999px;
	z-index:10;
	background:transparent;
	height:30px;
	display:block;
	background-color:#e0cb0b;
}
/*#naviList li ul.floatRight li {
	float:right;
}*/
.lftBord {
	border-left:1px dotted #e0cb0b;
}
/* ----------Padding / Margin Styles---------- */

.pdBtm5 {
	padding-bottom:5px;
}
.margBtm5 {
	margin-bottom:5px;
}
.margBtm7 {
	margin-bottom:7px;
}
.margBtm20 {
	margin-bottom:20px;
}
.padTop10 {
	padding-top:15px;
}
.padLft25 {
	padding-left:25px;
}
.pad15 {
	padding:15px 10px;
}
.pad5 {
	padding:5px 5px;
}
.margLft25 {
	margin-left:25px;
}
.margLft15 {
	margin-left:15px;
}
.margLft10 {
	margin-left:10px;
}
.margTp10 {
	margin-top:10px;
}
.margTp20 {
	margin-top:20px;
}
.margTp13 {
	margin-top:13px;
}
.margTp5 {
	margin-top:5px;
}
.headingPad {
	padding:8px 0px 0px 10px;
}
.margLt5 {
	margin-left:5px;
}
.margLt6 {
	margin-left:6px;
}
.marg25{
	margin:25px 25px;
}
.padT5 { padding-top:5px;}
.margR10 { margin-right:10px;}
.margT5 { margin-top:5px;}
.credWid { width:50%; margin-left:110px;}
/* Miscellaneous */

.horzLine {
	width:100%;
	border-top:1px solid #e0cb0b;
	margin:0; padding:0;
}
.arrow ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.arrow li {
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position:0 .3em;
	padding:0px 0px 12px 20px;
	list-style:none;
}
.smallArrow ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.smallArrow li {
	background-image: url('../images/small-arrow.gif');
	background-repeat: no-repeat;
	background-position:0 .4em;
	padding:0px 0px 5px 15px;
	margin-left:10px;
	line-height:16px;
	list-style:none;
}
/*
.newsList ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.newsList li {
	padding:0px 10px 10px 15px;
	margin-left:15px;
	line-height:16px;
	list-style:none;
}*/
.newsList {
	background: url('../images/small-arrow.gif');
	background-repeat: no-repeat;
	background-position:0 4px;
	padding:0px 15px 0px 15px;
}
.boxBig {
	border:1px solid #e0cb0b;
	border-top:none;
	padding:10px 10px;
	white-space:normal;
	word-spacing:normal;
}
.boxSmall {
	border:1px solid #e0cb0b;
	background-color:#fff;
	padding:5px 10px;
	white-space:normal;
	word-spacing:normal;
}
.goldBrd {
	border:1px solid #e0cb0b;
	border-top:none;
}
.goldBg {
	background-color:#fbf2a0;
	padding:5px 0px 5px 10px;
	border:1px solid #e0cb0b;
}
.lightgoldBg {
	background-color:#fffdeb;
	padding:5px 2px 5px 10px;
	border:1px solid #e0cb0b;
	margin-bottom:10px;
}
.colorDiv {
	background-color:#fff;
	margin:5px 5px;
}
.colorBg { 
	background-color:#fffdeb;
	border-top:1px solid #e0cb0b;
	border-bottom:1px solid #e0cb0b;
}
.darkColorBg { background-color:#fdf7b5;}
.colorDiv a {
	background-color:#fff;
	padding:5px 5px;
	display:block;
}
.colorDiv a:hover {
	background-color:#fffbcd;
	padding:5px 5px;
	display:block;
}
.darkColorDiv div {
	background-color:#fff;
	border:1px solid #e0cb0b;
}
.darkColorDiv a div {
	background-color:#fff;
	padding:5px 5px;
	display:block;
}
.darkColorDiv a:hover div {
	background-color:#e0cb0b;
	padding:5px 5px;
	display:block;
}
ul.quickLinks {
	margin: 2px 5px 2px 0;
	padding: 0;
	white-space: nowrap;
}
.quickLinks li {
	display: inline;
	list-style-type: none;
}
.quickLinks a {
	padding: 1px 10px 1px 10px;
	border:1px solid #e0cb0b;
	margin-right:5px;
}
.quickLinks a:link, .quickLinks a:visited {
	background:url('../images/small-button.gif') 0 0px;
	background-repeat:repeat-x;
	text-decoration: none;
	font-size:.75em;
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
}
.quickLinks a:hover {
	background:url('../images/small-button.gif') 0 -21px;
	background-repeat:repeat-x;
	text-decoration: none;
	font-size:.75em;
	height:20px;
}
/* ---------Tab Features ------- */ 
#featured {
	width:650px;
	position:relative;
	height:150px;
	border:1px solid #e0cb0b;
	border-top:6px solid #e0cb0b;
	background-color:#fffbcd;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:0;
	left:0;
	list-style:none;
	padding:0;
	margin:0;
	width:650px;
}
#featured ul.ui-tabs-nav li {
	background:url('../images/tabs-bg.gif');
	background-repeat:no-repeat;
	height:29px;
	width:213px;
	display:block;
	float:left;
}
#featured .ui-tabs-panel {
	position:absolute;
	left:0;
	top:25px;
	width:650px;
	position:relative;
	overflow:hidden;
}
#featured .ui-tabs-hide {
	display:none;
}
#featured li.ui-tabs-nav-item a {/*On Hover Style*/
	display:block;
	background:url('../images/tabs-bg.gif');
	background-repeat:no-repeat;
	height:29px;
	width:213px;
	font-size:18px;
	font-weight:normal;
	color:#a8000f;
	text-align:center;
	padding:2px 0px 5px 0px;
	text-decoration:none;
	outline:none;
	cursor:hand;
}
#featured li.ui-tabs-nav-item a:hover {
	background:url('../images/tab-selected.gif') top left no-repeat;
	height:49px;
	outline:none;
}
#featured li.ui-tabs-selected { /*Selected tab style*/
	background:url('../images/tab-selected.gif') top left no-repeat;
	height:49px;
	outline:none;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background:url('../images/tab-selected.gif') top left no-repeat;
	height:49px;
	outline:none;
}
#featured .ui-tabs-panel .info {
	position:relative;
	top:0px;
	left:0;
	width: 600px;
	padding:25px 25px;
}
#featured .info a:hover {
	text-decoration:underline;
}
/* Buttons*/ 
.bigButton a {
	display: block;
	width: 200px;
	height: 90px;
	background: url('../images/big-button.gif') 0 0;
	text-align:center;
	outline:none;
	cursor:hand;
}
.bigButton a:hover {
	background-position: 0 92px;
	outline:none;
}

.bigButton input {
	display: block;
	width: 200px;
	height: 90px;
	background: url('../images/big-button.gif') 0 0;
	text-align:center;
	outline:none;
	cursor:hand;
}
.bigButton input:hover {
	background-position: 0 92px;
	outline:none;
}
.bigButton div {
	padding:15px 25px;
}

.bigButton1 a {
	display: block;
	width: 200px;
	height: 90px;
	background: url('../images/big-button.gif') 0 0;
	text-align:center;
	outline:none;
	cursor:hand;
}
.bigButton1 a:hover {
	background-position: 0 92px;
	outline:none;
}

.bigButton1 input {
	display: block;
	width: 200px;
	height: 90px;
	background: url('../images/big-button.gif') 0 0;
	text-align:center;
	outline:none;
	cursor:hand;
}
.bigButton1 input:hover {
	background-position: 0 92px;
	outline:none;
}
.bigButton1 div {
	padding:0px 0px;
}

/********************** link styles **********************/

/* DEFAULT LINKS */

a:link {
	color: #252525;
	background-color: transparent;
	text-decoration:none;
	font-weight:normal;
	cursor:hand;
}
a:visited {
	color: #252525;
	background-color: transparent;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color: #a8000f;
	background-color: transparent;
	text-decoration:underline;
	font-weight:normal;
}
a:active {
	color: #252525;
	background-color: transparent;
	text-decoration:none;
	font-weight:normal;
}

.smallLinks a:link {
	color: #252525;
	background-color: transparent;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
	cursor:hand;
}
.smallLinks a:visited {
	color: #252525;
	background-color: transparent;
	text-decoration:none;
	font-weight:normal;
	cursor:hand;
	font-size:10px;
}
.smallLinks  a:hover {
	color: #a8000f;
	background-color: transparent;
	text-decoration:underline;
	font-weight:normal;
	cursor:hand;
	font-size:10px;
}
.smallLinks  a:active {
	color: #252525;
	background-color: transparent;
	text-decoration:none;
	font-weight:normal;
	cursor:hand;
	font-size:10px;
}

.colorLinks a:link {
	color: #f00;
	background-color: transparent;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	cursor:hand;
}
.colorLinks a:visited {
	color: #f00;
	background-color: transparent;
	text-decoration:none;
	font-weight:normal;
	cursor:hand;
	font-size:11px;
}
.colorLinks  a:hover {
	color: #000;
	background-color: transparent;
	text-decoration:underline;
	font-weight:normal;
	cursor:hand;
	font-size:11px;
}
.colorLinks  a:active {
	color: #f00;
	background-color: transparent;
	text-decoration:none;
	font-weight:normal;
	cursor:hand;
	font-size:11px;
}
/* features links*/

.sideFeatures a:link {
	color: #636363;
	font-size:11px;
	background-color: transparent;
	text-decoration:none;
	font-weight:normal;
	cursor:hand;
}
.sideFeatures a:visited {
	color: #636363;
	background-color: transparent;
	text-decoration:none;
	font-weight:normal;
}
.sideFeatures a:hover {
	color: #a8000f;
	background-color: transparent;
	text-decoration:underline;
	font-weight:normal;
}
.sideFeatures a:active {
	color: #636363;
	background-color: transparent;
	text-decoration:none;
	font-weight:normal;
}
/* Clinnovo Link style*/

.clinnovoTxt a:link {
	color:#000066;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	background-color: transparent;
	text-decoration:none;
	font-weight:bold;
	cursor:hand;
	text-transform:uppercase;
}
.clinnovoTxt a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000066;
	background-color: transparent;
	text-decoration:none;
	font-weight:bold;
	cursor:hand;
	text-transform:uppercase;
}
.clinnovoTxt a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#3e3eff;
	background-color: transparent;
	text-decoration:none;
	font-weight:bold;
	cursor:hand;
	text-transform:uppercase;
}
.clinnovoTxt a:active {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000066;
	background-color: transparent;
	text-decoration:none;
	font-weight:bold;
	cursor:hand;
	text-transform:uppercase;
}

/********** Data Table Styles *************/

.datTable table  { background:#fff;
 border:0px;
 border-collapse:collapse;
 color:#252525;
 font:normal 12px verdana, arial, helvetica, sans-serif;
}

.datTable td { color:#252525; padding:3px; vertical-align:middle; border:3px solid #ffffff; background:#fffdeb;
}

.datTable tbody td:hover { background:#fdf7b5;
 border:3px solid #fff;
 color:#252525;
}
.datTable th { background-color:#fff27d; padding:5px 5px; padding-left:10px; vertical-align:middle; border:5px solid #fff; color:#b83038; font-weight:bold;}

.sort th{ background-image:url('../images/sortable-image.png') no-repeat 90% 10px;}


.datTable .bgNil { background-color:#fff;}
.datTable .bgColor { background-color:#fdf7b5;}


/* Accordion*/
.basic  {
	width: 100%;
	border:1px solid #e0cb0b;
}
.basic div {
	background-color: #fff;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	padding-left:25px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	padding-left:10px;
	margin-top: 0;
	text-decoration: none;
	font-weight:bold;
	font-size: 13px;
	color:#000;
	background-color: #fffdeb;
	border-top: 1px solid #e0cb0b;
	border-bottom: 1px solid #e0cb0b;
}
.basic a:hover {
	background-color: #fdf7b5;
}
.basic a.selected {
	color: #a8000f;
	background-color: #fdf7b5;
}
/* Clinic */
#clinicContainer {
	padding : 1em;
	width : 550px;
}

#clinicFields {
	height: auto;
}

#clinicButton {
	margin-top : 0.5em;
	margin-right : 1em;
}

#data {
	font-size : 0.7em;
}

input {
	margin-right: 0.1em;
	margin-bottom: 0.5em;
}

.input_field_25em {
	width: 2.5em;
}

.input_field_3em {
	width: 3em;
}

.input_field_35em {
	width: 3.5em;
}

.input_field_12em {
	width: 12em;
}

label {
	margin-bottom: 0.2em;
	font-weight: bold;
	font-size: 0.8em;
}

label.error {
	color: red;
	font-size: 0.8em;
	margin-left : 0.5em;
}

.step span {
	font-weight: bold;
	padding-right: 0.8em;
}

.navigation_button {
	width : 70px;
}

#data {
		height: 10em;
		overflow : auto;
}
/* Sumbmit manuscript */
.wizard-nav
{
border: 1px solid #e0cb0b;
width: 100%;
margin: 0px auto;
}
.wizard-nav a
{
background: #e0cb0b;
border-left: 1px solid #e0cb0b;
text-decoration: none;
padding: 2px;
width: 143px;
display: inline-block;
margin: 0;
text-align:center;
}
.wizard-nav a.active { background: #fff; }
 
.wizardcontrols .wizardnext { margin-left: 88%; width: 12%; }
.wizardcontrols .wizardprev { width: 12%; }
#FirstPage .wizardcontrols .wizardnext { margin-left: 88%; }
