#outer {
	min-width: 640px;
	_width: 640px;
	min-height: 380px;
	_height: 380px;

	background-color: #999999;
}

#inner {
	background-color: #999999;
}

#top_header {
	background-image: url('/vampower/images/book/header.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #990099;

	margin: 0;
	padding: 0;

	height: 100px;
}

#tab-2 table {
	border: 2px solid black;
}

#tab-2 table th, #tab-2 table td {
	padding: 10px;
	border: 1px solid black;
}

#contributeBtn, #searchBtn {
	vertical-align: middle;
	cursor: pointer;
}

img.info-icon {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
/* ------------------------------ */
table.realAppliances {
	width: 100%;
	border-collapse: collapse;
}

table.realAppliances th {
	background-color: #ffff00;
}

table.realAppliances td {
	border: 1px solid #ccc;
}

table#measuredDevices {
	width: 100%;
	border-collapse: collapse;
}

table#measuredDevices th {
	background-color: #ffff00;
	padding: 5px;
}

table#measuredDevices td {
	padding: 5px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #ccc;
}

table.brands {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table.brands td {
	border-style: none;
	border-width: 0;
}

div.headings {
	width: 100%;
	background-color: #cc00cc;

	padding: 10px 0;
	text-align:center;
}

div.contBody {
	width: 100%;
	background-color: white;
}


.font-small {
	font-family: Arial;
	font-size: 10pt;
}

.font-medium {
	font-family: Arial;
	font-size: 12pt;
}

.font-large {
	font-family: Arial;
	font-size: 14pt;
}

.font-huge {
	font-family: Arial;
	font-size: 16pt;
}

.font-giant {
	font-family: Arial;
	font-size: 18pt;
}

.color-purple {
	color: #cc00cc;
}

.color-black {
	color: black;
}

.no-underline {
	text-decoration: none;
}
