/*

	Filename:          style.css
	Description:       Style sheet
	Site:              www.museum.tv
	Author:            Steven Dahlman, DCMSoft, LLC
	Client:            The Museum of Broadcast Communications
	Start date:        09-30-13
	Last modification: 11-25-13

*/

body {

	background-color: #223a76;
	background-position: 0px -200px;
	background-repeat: y-repeat;

	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;

}

/* Text */

.pagehead {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

.WhiteSans8 {
	color: #ffffff;
	font-family: Helvetica, Arial;
	font-size: 7pt;
	font-weight: normal;
	text-align: left;
}

.WhiteSans10 {
	color: #ffffff;
	font-family: Helvetica, Arial;
	font-size: 7pt;
	font-weight: normal;
	text-align: left;
}

.WhiteSans10Dark {
	color: #223a76;
	font-family: Helvetica, Arial;
	font-size: 6pt;
	font-weight: normal;
	text-align: left;
}

.WhiteSerif10 {
	color: #ffffff;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 6pt;
	font-weight: normal;
	text-align: left;
}

.WhiteSerif12 {
	color: #ffffff;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

.WhiteSerif16 {
	color: #ffffff;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 6pt; 
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
}

.WhiteSerif16Dark {
	color: #223a76;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 5pt; 
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
}

.BlackFixed10 {
	color: #000000;
	font-family: Courier;
	font-size: 6pt;
	font-weight: normal;
	text-align: left;
}

/* Button */

.button1 {
	background-color: #ffffff;
	border: 1px outset #f0f0f0 #000000 #000000 #f0f0f0;
	color: #223a76;
	font-family: Helvetica, Arial;
	font-size: 10pt;
	font-weight: bold;
	width: 100px;
}

/*
 * Menus
 */

/* EOTV A-Z index */
A.azindex:link { color: #dddddd; font-family: Helvetica, Arial; font-size: 18px; font-weight: bold; letter-spacing: 1px; text-decoration: none; }
A.azindex:active { color: #dddddd; font-family: Helvetica, Arial; font-size: 18px; font-weight: bold; letter-spacing: 1px; text-decoration: none; }
A.azindex:visited { color: #dddddd; font-family: Helvetica, Arial; font-size: 18px; font-weight: bold; letter-spacing: 1px; text-decoration: none; }
A.azindex:hover { color: #ffffff; font-family: Helvetica, Arial; font-size: 18px; font-weight: bold; letter-spacing: 1px; text-decoration: none; }


/*
 * Other links
 */

A.web-sm:link { color: #dddddd; font-family: Helvetica, Arial; font-size: 11px; font-weight: bold; text-decoration: underline; }
A.web-sm:active { color: #dddddd; font-family: Helvetica, Arial; font-size: 11px; font-weight: bold; text-decoration: underline; }
A.web-sm:visited { color: #dddddd; font-family: Helvetica, Arial; font-size: 11px; font-weight: bold; text-decoration: underline; }
A.web-sm:hover { color: #ffffff; font-family: Helvetica, Arial; font-size: 11px; font-weight: bold; text-decoration: underline; }

A.web-lg:link { color: #dddddd; font-family: Helvetica, Arial; font-size: 12px; font-weight: bold; text-decoration: underline; }
A.web-lg:active { color: #dddddd; font-family: Helvetica, Arial; font-size: 12px; font-weight: bold; text-decoration: underline; }
A.web-lg:visited { color: #dddddd; font-family: Helvetica, Arial; font-size: 12px; font-weight: bold; text-decoration: underline; }
A.web-lg:hover { color: #ffffff; font-family: Helvetica, Arial; font-size: 12px; font-weight: bold; text-decoration: underline; }