@charset "utf-8";
/* CSS Document */

body {font-family:Arial, Helvetica, sans-serif; font-size:10pt;}

.link_row {text-decoration:none; display:block; background-color:#433223; color:#EEE5DD; font-size:9pt; padding:3px; width:115px; border:1px solid #543D2C; font-family:'Trebuchet MS', Arial, sans-serif;}
.link_row:hover {text-decoration:none; display:block; background-color:#644A35; color:#EEE5DD; font-size:9pt; padding:3px; width:115px; border:1px solid #75563E; font-family:'Trebuchet MS', Arial, sans-serif;}
.text_link {color:#ffffff; font-weight:bold;}

.info_table {margin:10px; border:1px solid black; width:375px; background-color:#FFFFFF;}
.info_table th {border-bottom:1px solid #000000; color:#fff; background-color:#6D503A; padding:3px;}
.info_table td {padding:3px; border-right:1px solid #ccc;}
.info_table td.second {background-color:#f2f2f2; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}

.info_request_table {margin:20px; border:1px solid black; width:700px; background-color:#FFFFFF;}
.info_request_table th {border-bottom:1px solid #000000; color:#fff; background-color:#6D503A; padding:3px;}
.info_request_table td {padding:5px;}
.info_request_table td input {padding:2px; border:1px solid #ccc;}
.info_request_table td select {padding:2px; border:1px solid #ccc;}
.info_request_table .label {background-color:#f2f2f2; border-right:1px solid #ccc; border-bottom:1px solid #ccc; width:1%;}
.info_request_table .field {background-color:#e4e4e4; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
				
#picture_gallery_table td {padding:5px; text-align:center;}


