/* @override http://tahiti/slwoundcare/styles/style.css */

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000;
    background: #3076a7 url(../images/template/bg.png) repeat-x;
}

table { padding: 0px; margin: 0px; vertical-align: top; }
td { margin: 0px; padding: 0px; vertical-align: top;
}
input { font-size: 11px; }
select { font-size: 11px; }
option { font-size: 11px; }
textarea { font-size: 11px; }
img { border: 0px; }

.giant    { font-size: 48px; }
.largest  { font-size: 24px; }
.larger   { font-size: 18px; }
.large    { font-size: 14px; }
.medium   { font-size: 12px; }
.normal   { font-size: 11px; }
.small    { font-size: 10px; }
.smaller  { font-size: 9px; }
.smallest { font-size: 8px; }

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.vtop   { vertical-align: top; }
.vbot   { vertical-align: bottom; }
.vmid   { vertical-align: middle; }
.vtbot  { vertical-align: text-bottom; }

.bold   { font-weight: bold; }
.unbold { font-weight: normal; }

.hdrbar { background-color: #0072BC; }

.nopad td { padding: 0px; }
.pad10 td { padding: 10px; }
.pad5 td { padding: 5px; }
.pad3 td { padding: 3px; }
.pad2 td { padding: 2px; }
.pad0 td { padding: 0px; }
.pad5nl td { padding: 5px 10px 5px 0px; }

a:active, a:focus { outline: 0; }

a:link, a:visited {
	color: #0293d5;
	text-decoration: underline;
	font-weight: bold;
}

a:active, a:hover {
	color: #0293d5;
	font-weight: bold;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 19px;
	color: #52716d;
}

h2 {
	color: #52716d;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 6px;
	padding: 0;
	clear: both;
}

h3 {
	font-size: 16px;
	margin: 0 0 7px;
	padding: 0;
}

.display_message {
	display: inline-block;
	zoom: 1;
	*display: inline;
	max-width: 300px;
	border: 1px solid #2fd361;
	background-color: #e3ffe4;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.display_error {
	display: inline-block;
	zoom: 1;
	*display: inline;
	max-width: 300px;
	border: 1px solid #ec0518;
	background-color: #fee2e2;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#all {
	background: white url(../images/template/back.png) repeat-y;
	width: 952px;
	margin: 38px auto 0;
}

#header {
	background: transparent url(../images/template/top.png) no-repeat;
}

#logo {
	float: left;
	margin-top: 18px;
	margin-left: 25px;
}

#right {
	float: right;
	text-align: right;
	margin-right: 28px;
}

#top_right {
	font-weight: bold;
	color: #69696b;
	margin: 12px 0 0;
}

#top_right a:link, #top_right a:visited {
	color: #0293d5;
	border-bottom: 2px solid #badeee;
	text-transform: uppercase;
	text-decoration: none;
}

#top_right a:hover, #top_right a:active {
	text-decoration: none;
	border-bottom-color: white;
	text-transform: uppercase;
}

.separator {
	color: #044a68;
	margin-right: 10px;
	margin-left: 10px;
}

.clear {
	clear: both;
}

#right .caption {
	color: #5f7d7e;
	font-weight: bold;
	margin: 35px 8px 0 0;
	text-transform: uppercase;
	font-size: 19px;
}

#right .slogan {
	color: #0293d5;
	font-style: italic;
	font-size: 14px;
	margin: 5px 6px 0 0;
}

#nav_separator {
	clear: both;
	display: block;
	width: 950px;
	height: 20px;
}

#nav {
	background: #69696b url(../images/template/nav.png);
	height: 39px;
	padding: 0 0 0 33px;
	margin: 0;
	line-height: 0;
}

#nav li {
	list-style: none;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
	background: transparent url(../images/template/nav_separator.png) no-repeat;
	padding-left: 1px;
	margin: 0;
	width: 126px;
}

#nav li a:link, #nav li a:visited {
	color: white;
	font-size: 14px;
	line-height: 37px;
	height: 39px;
	display: block;
	padding: 0 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0 auto;
	width: 126px;
}

#nav li a:hover, #nav li a:active {
	color: white;
	font-size: 14px;
	line-height: 37px;
	height: 39px;
	display: block;
	width: 126px;
	text-decoration: none;
	background: #2e74a6 url(../images/template/nav_active.png) repeat-x;
	padding: 0 0;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0;
}

#nav li.last, #nav li.last a:link, #nav li.last a:visited, #nav li.last a:hover, #nav li.last a:active {
	width: 0;
	cursor: pointer;
	padding: 0 1px;
}

#lefter {
	width: 131px;
	float: left;
	margin-top: 26px;
	padding-left: 31px;
}

#subnav {
	margin: 6px 0 0 10px;
	padding: 0;
}

#subnav li {
	list-style: none;
	margin-bottom: 6px;
}

#subnav li.spaced {
	margin-top: 20px;
}

#subnav li a:link, #subnav li a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #52716d;
	font-weight: normal;
	font-style: normal;
}

#subnav li a.active:link, #subnav li a.active:visited {
	font-size: 14px;
	text-decoration: underline;
	color: #3076a7;
	font-weight: bold;
}

#subnav li a:active, #subnav li a:hover {
	font-size: 14px;
	color: #3076a7;
	text-decoration: underline;
}

#content {
	padding: 21px 36px 14px;
}

#content.generic {
	float: right;
	width: 729px;
	padding: 0 30px;
	border-left: 1px solid #d2d2d2;
	margin-top: 27px;
	margin-bottom: 11px;
	min-height: 433px;
	height: auto !important;
	height: 433px;
}

#content #home_images {
	margin-bottom: 18px;
}

#content a.home_image:link, #content a.home_image:visited {
	border: 2px solid white;
}

#content a.home_image:hover, #content a.home_image:active {
	border: 2px solid #6cbee3;
}

#content #image_list {
	margin-bottom: 18px;
}

#content .image_item {
	float: left;
	margin-right: 31px;
}

#content #image_list .image_item a:link img, #content .image_item a:visited img {
	border: 2px solid white;
	margin-bottom: 7px;
}

#content #image_list .image_item a:hover img, #content .image_item a:active img {
	border: 2px solid #6cbee3;
}

#content #image_list .image_item a:link, #content .image_item a:visited {
	text-decoration: none;
}

#content #image_list .image_item a:hover, #content .image_item a:active {
	text-decoration: underline;
}

#content #image_list .image_item span {
	font-style: italic;
	font-weight: normal;
}

#content .first {
	float: left;
}

#content .second {
	float: right;
}

#content li {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(../images/template/bullet1.png) no-repeat 0 5px;
	padding-left: 5px;
	margin-left: 0;
}

#content li ul {
	
}

#content li ul li {
	background: transparent url(../images/template/bullet2.png) no-repeat 0 5px;
}

.login_form label {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 80px;
}

.case_study {
	margin-bottom: 50px;
}

.case_study_image {
	color: #0393d4;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 10px;
}

.case_study_image img {
	border: 2px solid #6cbee3;
}

.case_study_image p {
	margin: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	line-height: 20px;
	font-style: italic;
}


#case_studies_list_table {
	width: 100%;
}

th {
	text-align: left;
	border-bottom: 1px solid #d2d2d2;
}

td {
	line-height: 25px;
	padding-bottom: 10px;
}

a.delete:link, a.delete:visited {
	padding: 1px;
}

a.delete:hover, a.delete:active {
	background-color: red;
	color: white;
	padding: 1px;
	text-decoration: none;
}

#case_study_edit_table {
	width: 560px;
}

.form_textarea {
	width: 300px;
	height: 150px;
}

.error_row input, .error_row textarea, .error_row .rte-zone {
	border: 2px solid red;
}

.error_row label {
	font-weight: bold;
	color: red;
}

.form_text {
	width: 296px;
}

#content .rte-zone ul li {
	background: none;
}

.form textarea {
	height: 150px;
	width: 290px;
}

.form .input_cell input {
	width: 286px;
}

.label_cell {
	width: 230px;
	font-weight: bold;
}

.form input.short {
	width: 101px;
}

.referral_header {
	padding-bottom: 20px;
}

.referral_header img {
	float: left;
}

.referral_header span {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-top: 13px;
	margin-left: 20px;
}

.inline_image {
	float: right;
	border: 2px solid #6cbee3;
	margin-left: 15px;
	margin-bottom: 15px;
}

#footer {
	background: transparent url(../images/template/bottom.png) no-repeat;
	height: 120px;
	width: 952px;
	margin: 0px auto;
	padding-top: 23px;
	clear: both;
	font-size: 11px;
}

#footer p {
	margin-left: 33px;
	color: white;
}

#footer p a:link, #footer p a:visited {
	color: white;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#footer p a:hover, #footer p a:active {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
