body.normal {
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/background_nav.png);
	background-repeat: repeat-y;
	background-color: rgb(253,255,238);
}

body.nobackground {
	font-family: Verdana, Geneva, sans-serif;
	background-color: rgb(253,255,238);	
}

img {
	border: none;
}

img, div { behavior: url(iepngfix.htc) }

a {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	text-decoration: none;
}

table.record_tables {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 3px 3px 9px 3px;
	background: rgb(242,219,156);
}

td.photo {
	width: 220px;
	vertical-align: top;
}

td.photo label {
	margin-top: 0px;
}

table.two_column {
	width: 100%;
}

td.half {
	width: 50%;
}

input#animal_name {
	font-size: 125%;
	font-weight: bold;
}

td.legend {
	text-transform: uppercase;
	color: #FFF;
	background-color: #000;
	font-weight: bold;
	padding: 3px;
}

.input_form input, 
.input_form textarea, 
.input_form select {
	width: 98%;
}

input, textarea, select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.record_tables label {
	margin-right: 0.5em;
	text-align: left;
	display: block;
	font-size: smaller;
	font-weight: bold;
}

input.button {
	width: auto;
}

.tabbed_form_container {
	display: table;
	border: 1px solid black;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	background: #e0e0e0;
}

#record_display_right {
	float: left;
	width: 750px;
}

#record_display_print {
	width: 750px;
}

.readonly {
	background:#eee none; 
	color:#222; 
	font-style: italic
}

.note {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Advanced Search */
#search_form .col1 select {
	width: 95%;
	margin-left: 6px;
}
#search_form .col2 select {
	float: left;
	margin-right: 6px;
}

#search_form input {
	width: auto;
}

table.record_tables td.col1 {
	width: 180px;
}

table.record_tables td.col2 {
	width: 575px;
	text-align: left;
}

#search_browse {
	clear: left;
}

td.title {
	font-size: 12px;
	font-weight: bold;
}


/* Navigation */
#leftcolumn {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 0px;
	float: left;
}

#right_column {
	position: absolute;
	width: 800px;
	left: 200px;
	float: left;
}

.navbackground {
	background-color: rgb(154,127,85);
	/*height: 500px;*/
	width: 200px;
}

.black {
	text-align: left;
	text-transform: uppercase;
	color: #FFF;
	background-color: #000;
	display: block;
	padding: 5px;
	font-weight: bolder;
	border-bottom: 2px solid rgb(154,127,85);
}

.navfloater {
	position: relative;
	left: 0px;
	top: 185px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
}

.navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: right;
}


.navcontainer a {
	display: block;
	padding: 5px;
	width: 189px;
	background-color: rgb(198,172,122);
	border-bottom: 2px solid rgb(154,127,85);
	color: #000;
}

.navcontainer a:link, .navcontainer a:visited {
	text-transform: uppercase;
	text-decoration: none;
}

.navcontainer a:hover{
	background-color: rgb(236,206,122);
	color: #000;
}

.navcontainer li.active a {
	background-color: rgb(236,206,122);
	color: #000;
}

/* Browse Search Bar */
#browse_search {
	background-color: rgb(236,206,122);
	height: 30px;
	width: 750px;
	display:table-cell; 
	vertical-align:middle;
	padding: 0;
}


.searchbackground input, .searchbackground select {
	/*width: 10em;*/
}

.searchbackground input.text_button {
	width: 5.5em;
	padding: 0;
	color: #000;
	border: 1px solid black;
	background-color: transparent;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: underline;
}

.search_header {
	text-transform: uppercase;
	font-weight: bolder;
	color: #FFF;
	background-color: #000;
	height: 31px;
	padding: 5px;
	margin: 0px;
}

#rightcolumn {
	float: left;
	display: inline-block;
	width: 765px;
	margin-left: 20px;
}

#header_image {
	width: 760px;
	height: 97px;
	display: block;
}



tr.even td {
	background-color: rgb(242,219,156);
}

/* Login Page */
#login_left label,
#login_right label {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
}

#login_left, #login_right {
	display: inline-block;
	width: 25%
}

#login_left input,
#login_right input {
	background-color: #e6e6e6;
	border: 0;
	height: 20px;
}

/* Browse/Search and User Results Table */
.standard_table {
	/* border: 1px solid black; */
	border-collapse: collapse;
	padding: 5px;
	background: #FFF;
	font-size: 14px;
}

.table_header {
	font-weight: bold;
	background-color: rgb(198,172,122);
}

.table_header td,
.table_header th {
	padding: 0 5px 0 5px;
}

.standard_table td {
	padding: 2px 7px 2px 7px;
}

.standard_table thead td {
	padding: 5px;
}

.paging {
	font-size: small;
	margin-bottom: 0.5em;
	background-color: rgb(253,255,238);
}

.record_count {
	text-align: left;
}

.paging_nav {
	float: right;	
}

.tableDate, .center { text-align: center; }

#animal_medical,
#cats_only {
	margin-bottom: 0;
}

.right {
	text-align: right;
}

/* Date Picker */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.record_tables input.dp-applied {
	width: 80%;
	float: left;
}

/* Validation Errors */
.users_errors ul, .users_errors p {
	margin-top: 0;
	margin-bottom: 0.5em;
}

div.users_errors {
	width: 70%;
	margin-bottom: 1em;
	padding: .5em;
	border: 2px dashed red;
	color: red;
}

input.error {
	background-color: #ffc;
	border: 1px solid #c00;
}

label.error {
	color: red;
}

span.error {
	color: red;
}

select.error {
	background-color: #ffc;
	border: 1px solid #c00;	
}


/* Medical */
#medical {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.medical_left {
	float: left;
	display: inline-block;
	width: 250px;
}
.medical_right {
	float: left;
	width: 500px;
}

#catname {
	/*position: absolute;
	left: 28px;
	top: 30px;*/
}
#medical1 {
	/*position: absolute;
	left: 259px;
	top: 30px;*/
	width: 100%;
	border-bottom: 1px solid black;
}
#medical2 {
	/*position: absolute;
	left: 259px;
	top: 227px;*/
	width: 100%;
	border-bottom: 1px solid black;
}
#medical3 {
	/*position: absolute;
	left: 259px;
	top: 461px;*/
	width: 100%;
}
.pagesize {
	position: absolute;
	height: 10px;
	width: 1100px;
	left: 28px;
	top: 6px;
}
#medical tr .d {
	background-color: #CCC;
	padding: 5px;
}
#medical tr .h {
	color: #999;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 80%;
}
#medical tr .d2 {
	font-size: 20px;
	font-weight: bolder;
}

/* Tabs */ 
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	margin-right: 2px;
	overflow: hidden;
	position: relative;
	background: rgb(154,127,85);
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: rgb(236,206,122);
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}

.tab_content {
	padding: 20px;
}

/* -------------------- Reports --------------------- */
.report thead {
	background: rgb(242,219,156);
}

.report,
.report td,
.report th {
	font-size: 14px;
	border: 1px solid black;
	border-collapse: collapse;
	padding: 0.2em;
}

.report tbody td {
	text-align: center;
}

.report .header {
	font-size: 120%;
	font-weight: bold;
	background: rgb(198,172,122);
}

.report .total {
	border-top: 2px solid black;
	background: rgb(236,207,122);
}

/*  Input Forms */
.row2 li,
.row3 li {
	display: inline-block;
}

.row2 li { width: 48%; }
.row3 li { width: 32%; }

.input_form label {
	margin-right: 0.5em;
	text-align: left;
	display: block;
	font-size: smaller;
	font-weight: bold;
}

/* -------- Show/Hide Classes -------- */
.hide {
	display: none;
}

tr.show td {
	border: 1px solid black;
	background-color: white;
}

.plus, .minus {
	font-weight: bold;
	font-size: 12px;
	padding-left: 16px;
	cursor: pointer;
	background: url(../images/plusminus.png) no-repeat;
}
.plus {
	background-position: 0 0px;
}
.minus {
	background-position: 0 -16px;
}

/* ------------ Help Text -------------- */
h4 {
	margin: 3px;
	font-size: 13px;
}

p.help_text {
	margin: 0 9px 6px 10px;
	font-size: small;
}
