/* @override http://video.jpmguides.com/catalogue/styles.css */

/* @group CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

html, body {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	padding: 25px;
}

a:link, a:visited {
	color: #666;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:hover {
	color: #000;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

h1 {
	font-size: 3em;
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
}

.header {
	margin-bottom: 25px;
}

table {
	width: 100%;
	margin-bottom: 10px;
}

thead th {
	color: #666;
	text-transform: uppercase;
	font-size: .8em;
}

td, th {
	padding: 5px;
	vertical-align: middle;
}

td {
	border: 1px solid #ccc;
	border-right-style: none;
	border-left-style: none;
}

tr.odd td {
	background-color: #ecf3fa;
}

p {
	margin-bottom: 10px;
}

div.footer {
	margin-top: 25px;
	font-size: .8em;
	color: #999;
}

.footer a {
	text-decoration: none;
	color: #999;
}

.footer p {
	text-align: right;
}

.status {
	text-align: center;
}

span.status, td.status {
	font-size: 2em;
	padding-bottom: 4px;
	padding-top: 0;
	vertical-align: -3px;
}

.ondemand {
	color: #ccc;
}

.available {
	color: #666;
}

.key {
	padding-bottom: 25px;
}

.key ul li {
	display: inline;
	margin-left: 8px;
	border-left: 1px solid #ccc;
	margin-right: 0;
	padding-right: 0;
	padding-left: 10px;
	color: #666;
}

.key li.first {
	border-left-style: none;
	padding: 0;
	margin: 0;
}

.key ul {
	font-size: .9em;
	float: right;
	clear: both;
}

span.type, td.type {
	font-weight: bold;
	color: #000;
}

.type {
	text-align: center;
}

.pages {
	text-align: center;
}

a img {
	border-style: none;
}

.languages {
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dashed #ccc;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
}

.reference {
	text-align: center;
}

.print {
	float: right;
}

/*
.status, .pages, .type, .reference {
	width: 10%;
}
*/

.title, .including {
	width: 25%;
}

.col {
	width: 30%;
	float: left;
	margin-right: 1.66%;
	margin-left: 1.66%;
}

.cols {
	margin-right: -1.66%;
	margin-left: -1.66%;
}