/* General style sheet for the Pullman Museum Site main page */

BODY {
	background-color: #FFFFFF;
	margin: 5px;
	font: Verdana, Arial, serif;
 	font-size: 12pt;
	line-height: 12pt;
	color: #000000;
}

/* LINKS: normally, they are bold and solid black. Visited, they turn bold and Pullman red.
Active is bold, black, and has an underline. Hover is bold, black, underlined, and the
cursor turns to a hand (pointer). */

A {text-decoration: none;}
A:link    { color: #000000; font-weight: bold; }
A:visited { color: #AA0000; font-weight: bold; }
A:active  { color: #000000; text-decoration:underline; font-weight: bold; }
A:hover   { color: #AA0000; text-decoration:underline; font-weight: bold; cursor: pointer; }

/* CENTERED IMAGE called as a class */

.centeredObject {
	text-align: center;
	border-width: 0px;
}

img { border-width: 0px; }

/* DISPLAY TEXT section */

.headingText {
	color: #647864;
 	font-size: large;
}

.briefRecordDisplayTitle {
	color: #647864;
 	font-size: 14pt;
}

.nameText {
	color: #006699;
 	font-weight: bold;
}

.rentOrBoardText {
	color: #000000;
 	font-weight: bold;
}

.italictext {
	color: #AA0000;
	font-style: italic;
	font-weight: bold;
}

.italictext2 {
	color: #DCD21E;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
}

.displaybanner {
    background-color: #336699;
	color: #DCD21E;
	font-weight: bold;
	border-style: groove;
	border-width: 1px;
}

/* TABLE section */

table {
	width: 100%;
	border-style: groove;
	border-width: 1px;
}

th, td {
	empty-cells: show;
	padding: 2px;
}

.briefImageDisplay {
  	width: 25%;
	text-align: left;
	vertical-align: top;
   	background-color: #cccc99;
	color: #AA0000;
	font-weight: bold;
	border-style: groove;
	border-width: 1px;
}

.briefImageDisplay2 {
  	width: 100%;
	text-align: left;
	vertical-align: top;
   	background-color: #cccc99;
	color: #AA0000;
	font-weight: bold;
	border-style: groove;
	border-width: 1px;
}


.nameCellOne {
  	width: 25%;
	text-align: left;
   	background-color: #FFFFFF;
	color: #AA0000;
	font-weight: bold;
	border-style: groove;
	border-width: 1px;
}

.nameCellTwo {
  	width: 20%;
	text-align: center;
   	background-color: #FFFFFF;
	color: #AA0000;
	font-weight: normal;
	border-style: groove;
	border-width: 1px;
}
.nameCellThree {
  	width: 30%;
	text-align: center;
   	background-color: #336699;
	color: #DCD21E;
	font-weight: bold;
	border-style: groove;
	border-width: 1px;
}

.topbannersides {
 	width: 25%;
    background-color: #FFFFFF;
	border-style: groove;
	border-width: 1px;
 	text-align: center;
}

.topbannermiddle {
  	width: 50%;
	background-color: #647864;
	border-style: groove;
	border-width: 1px;
 	text-align: center;
}

.fulldisplaytop {
 	width: 25%;
    background-color: #FFFFFF;
	font-weight: bold;
	border-style: groove;
	border-width: 1px;
 	text-align: center;
}

.dcsides {
 	width: 25%;
    background-color: #FFFFFF;
	color: #AA0000;
	border-style: groove;
	border-width: 1px;
 	text-align: center;
}

.dcmiddle {
  	width: 50%;
	background-color: #336699;
	color: #DCD21E;
	border-style: groove;
	border-width: 1px;
	font-weight: bold;
 	text-align: left;
}


.middleBanner {
  	width: 100%;
	vertical-align: top;
	text-align: left;
    background-color: #AA0000;
	color: #DCD21E;
	font-weight: bold;
	font-size: 16pt;
	border-style: groove;
	border-width: 1px;
}



.bottombannersides {
 	width: 25%;
	text-align: center;
    background-color: #AA0000;
	color: #DCD21E;
	font-weight: bold;
	border-style: groove;
	border-width: 1px;
	empty-cells: show;
}

.bottombannermiddle {
  	width: 50%;
	text-align: center;
   	background-color: #AA0000;
	color: #DCD21E;
	font-weight: bold;
	border-style: groove;
	border-width: 1px;
}

.bottombannersides2 {
 	width: 25%;
	text-align: center;
    background-color: #DCD21E;
	color: #000000;
	font-weight: bold;
	border-style: groove;
	border-width: 1px;
	empty-cells: show;
}

.bottombannermiddle2 {
  	width: 50%;
	text-align: center;
   	background-color: #FFFFFF;
	color: #AA0000;
	font-weight: bold;
	border-style: groove;
	border-width: 1px;
}


/* FORM section. All selections are yellow when focused on. */

input:focus { background: yellow; }
textarea:focus { background: yellow; }
select:focus {
	background: yellow;
	cursor: pointer;
}

.questionCell {
 	background-color: #336699;
	empty-cells: show;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	width: 30%;
	border-style: groove;
	border-width: 2px;
	margin-right: 1px;
 	vertical-align: top;
}

.answerCell {
	background-color: #FFFFFF;
	empty-cells: show;
	color: #336699;
	text-align: left;
	font-weight: bold;
	width: 70%;
	border-style: groove;
	border-width: 2px;
	margin-left: 1px;
	vertical-align: top;
}

.genericHalfCell {
 	background-color: #FFFFFF;
	empty-cells: show;
	color: #647864;
	text-align: center;
	font-size:18pt;
	width: 50%;
	border-style: groove;
	border-width: 2px;
	margin-right: 1px;
 	vertical-align: middle;
}

.genericHalfCell2 {
 	background-color: #647864;
	empty-cells: show;
	color: #647864;
	text-align: left;
	font-size:24pt;
	width: 50%;
	border-style: groove;
	border-width: 2px;
	margin-right: 1px;
 	vertical-align: middle;
}

.genericFullCell {
 	background-color: #647864;
	empty-cells: show;
	color: #647864;
	text-align: left;
	font-size:24pt;
	width: 100%;
	border-style: groove;
	border-width: 2px;
	margin-right: 1px;
 	vertical-align: middle;
}

.menuprompts {
	margin-left: 200px;
	font-size:14pt;
	background: #DCD21E;
}
	
	
