/*
 * printable.css
 * CMC Style Sheet
 */
 
/*
 * Specific elements and styles
 */
body {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-left: 3%;
    margin-right: 3%;
}
span.out_of_stock {
	color: red;
}
table.form td {
    vertical-align: middle;
}
table.form td.text_field {
    text-align: left;
}
table.form td.label {
    text-align: right;
}
table.layout td.content {
	padding-left: 10px;
	padding-top: 0;
	width: 500px;
}
table.layout td.logo {
  	background-color: #DDDDDD;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0;
  	width: 200px;
}
table.layout td.nav {
	padding-right: 10px;
	padding-top: 0;
}
table.recordings {
  	border: 1px solid #999999;
}
table.recordings td {
  	border: 1px solid #AAAAAA;
}
table.recordings th {
  	border: 1px solid #AAAAAA;
}
td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
  	vertical-align: top;
}
th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight: bold;
    color: #000000;
  	vertical-align: top;
}
/*
 * Generic styles
 */
.brand {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
}
.hd1 {
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}
.hd2 {
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
}
/*
 * Global IDs
 */
#text_centered {
	text-align: center;
}
