/* Copied from transdmin */
table {
	border-top: 1px solid #ddd;
	width: 700px;
}

table tr td {
	/*background: #f6f6f6; */
	/*padding: 0px 20px; */
	/*height: 29px; */
	/*line-height: 29px;*/
	border-bottom: 1px solid #ddd;
}

table tr.odd td {
	background: #fbfbfb;
}

table tr:hover td { background: #fdfcf6; }

table .action {
	text-align: right;
	padding: 0 20px 0 10px;
}

table tr .action a { margin: 0 0 0 10px; text-decoration: none; color: #9b9b9b; }

table tr:hover .action a:hover { text-decoration: underline; }

/* Copied from cake.css */
table tr th {
	background: #f6f6f6;
	padding: 0px 20px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #ddd;
}
table tr th a{
	color: black;
	text-decoration: none;
}

#content-interior table, #content-interior-wide table{
                width:100%;
}
#content-interior-wide table{
                border-top:none;
}
#content-interior-wide table tr td{
                background: none;
                border-bottom: none;
}
#content-interior-left h2, #content-interior-wide h2, #content-interior-right h2 {
                font-size: 16px!important;
}
#content-interior-right h2 {
                color: black;
}
div.photo{
                background-image: url(../images/bg-photo-small.png);
                background-repeat: no-repeat;
                width: 205px;
                height: 173px;
                padding: 17px 0 0 15px!important;
}
div.photo img{
                max-width: 168px!important;
                max-height: 140px!important;
}
