@import url('dl-form.css');

.imageleft {
float: left;
margin: 0 10px 10px 0px;
}

.imageright {
float: right;
margin: 0 5px 10px 10px;
}


#content {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.667em;
	font-style: normal;
}

#content #dormouse_tabs {
	padding-top: 30px;
}

#content #dormouse_tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
	font-size: 1.2em;
}

/* Tab border and spacing */
#dormouse_tabs li {
    list-style-type: none;
    float: left;
    border: 1px solid #000;
    border-bottom-width: 0;
    margin: 0 0 0 10px;
}

/* Tab padding */
#dormouse_tabs a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    background-color: #e1e8ea;
}

/* Drop down one pixel to blend with tab */
#dormouse_tabs .selected a {
    position: relative;
    top: 1px;
    background: white;
}

#dormouse_content {
	clear: both;
	border-top: 1px solid black;
	padding-top: 10px;
	font-size: 1.2em;
	background: url(../images/dennis.gif) no-repeat right top;
}

form dl dt {
	text-align: right;
	padding-right: 5px;
}

form dl dd.time input {
	width: auto;
}

#dormouse_switch_site {
	position: absolute;
	top: 0px;
	right: 5px;
}

#dormouse_wrapper {
	font-size: 10px;
	position: relative;
}

.dormouse_box table, .animal_box table {
	font-size: 0.833em;
}

div.dormice table, div.animals table {
	font-size: 1em;
	border-collapse: collapse;
}

div.dormice table, .dormouse_box table, div.animals table, .animal_box table {
	width: 100%;
}

.dormouse_box, .animal_box {
	margin-bottom: 20px;
}

.dormouse_box table, .animal_box table {
	border-collapse: collapse;
	margin-top: 10px;
	border: 1px solid #ddd;
}

.dormouse_box table tbody td, .animal_box table tbody td {
	/*padding: 10px;*/
}

td, th {
	padding: 5px;
}

.dormouse_box table thead, .animal_box table thead {
	background-color: #f6f6f6;
	font-size: 1.2em;
	text-align: left;
}

div.dormice table, div.animals table {
	border: none;
}

div.dormice table thead, div.animals table thead {
	background-color: transparent;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-size: 1em;
}

.icon {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-right: 10px;
}

.icon.add {
	background-image: url(../images/icons/add.png);
}

.icon.clock {
	background-image: url(../images/icons/clock.png);
}

.icon.box {
	background-image: url(../images/icons/box.png);
}

.icon.delete {
	background-image: url(../images/icons/delete.png);
}

.icon.arrow_out {
	background-image: url(../images/icons/arrow_out.png);
}

.icon.arrow_inout {
	background-image: url(../images/icons/arrow_inout.png);
}

.icon.pencil {
	background-image: url(../images/icons/pencil.png);
}

table.visit {
	border-collapse: collapse;
	border: 1px solid #ddd;
}

table.visit th {
	text-align: right;
	border-right: 1px solid #ddd;
}

form dl dd textarea, form dl dd input[type="text"] {
	width: auto;
}

span.help {
	font-size: 0.8em;
}

table.site_animal_summary, table.site_visit_summary {
	width: 100%;
	border-collapse: collapse;
}

table.site_animal_summary thead, table.site_visit_summary thead {
	border-bottom: 1px solid #ccc;
}

table.site_animal_summary tbody th, table.site_visit_summary tbody th {
	text-align: right;
}

table.site_animal_summary tbody td, table.site_visit_summary tbody td {
	text-align: center;
}

table.site_animal_summary thead th.species {
	vertical-align: bottom;
	text-align: right;
}

table.site_animal_summary tbody tr, table.site_visit_summary tbody tr {
	border-bottom: 1px solid #eee;
}y tbody td {
	text-align: center;
}

table.site_animal_summary thead th.species {
	vertical-align: bottom;
	text-align: right;
}

table.site_animal_summary tbody tr, table.site_visit_summary tbody tr {
	border-bottom: 1px solid #eee;
}

#combined_summary {
	border-top: 1px solid #bbb;
	padding-top: 5px;
	margin-top: 10px;
}

#site_image_map {
	
}
