@charset "utf-8";
body {
	background-color: #e7e7e7;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
table#body {
	border: 2px solid gray;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	border-collapse:collapse;
}

td#t {height: 3px;}
td#tl {width: 2px;}
td#tr {width: 2px;}
td#r {padding: 1px;}
td#footer {
	padding: 0 4px 2px 8px;
	background: #a5c465;
}

td#b { padding: 1px;}

td.desc {
	font-size: 11px;
	padding: 14px 14px 0px 14px;
}
td.thumbnails {
	background-color: #A5C465;
	padding-left: 14px;
	vertical-align: middle;
	text-align: left;
}

td.thumbnails img {
	margin: 10px 6px;
	border: 1px solid #7b924b;
	cursor: pointer;
}

td.thumbnails img.nav {
	margin: 10px;
	top: -12px;
	position: relative;
}

td.desc2 {
	font-size: 9px;
	padding-bottom: 6px;
}
table.tabbedContent {
	margin-top: 6px;
	border-collapse:collapse;
}

tr#tabs td {
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}

.tabbedContent tr#tabs .active {
	font-weight: bold;
	color: blue;
	background-image: url(images/tab-active.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.tabbedContent tr#tabs .inactive {
	font-weight: normal;
	color: blue;
	background-image: url(images/tab-inactive.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 6px;
}

table.tabbedContent td.content {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #cbcbcb;
	border-right-color: #cbcbcb;
	border-bottom-color: #cbcbcb;
	border-left-color: #cbcbcb;
}

iframe#tabcontent {
	border-left: 2px solid #cbcbcb;
}

.tabbedContent .tabs {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbcbcb;
}
