/*
 * PICK 4 GENERAL STYLESHEET
 * style_general.css
 * 
 * This file specifies font formatting for:
 * index_clock.html
 * index_beer.html
 * index_burger.html
 * generalinfo.html
 * results.html
 * 
 * All properties have been written out longhand, so they should be fairly
 * self-explanatory.  Comments have been added when necessary.
*/


/* for body text on homepage */
.home { 
color: #000000;
margin: 0px 0px 0px 10px; /* top, right, bottom, left */
font-weight: bold;
font-size: 10pt;
line-height: 150%;
font-family: Arial, Helvetica, sans-serif;
}

a.homelink {
color: #FFFFFF;
text-decoration: none;
}

/* for global navigation bar */
p.nav {
text-align: center;
color: #000000;
margin: 5px;
font-weight: bold;
font-size: 8pt;
font-family: Arial, Helvetica, sans-serif;
}

/* for the global navigation bar's links */
a {
color: #000000;
text-decoration: none; /* removes underlines in links */
}

/* for advanced flash how to play */
p.htpa {
text-align: left;
margin: 5px;
color: #000000;
font-weight: bold;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
}

/* for prizes popup */
p.prizes {
text-align: left;
margin: 0px;
color: #000000;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
}

/* for plain paragraphs, like those in generalinfo_popup.html */
p.normal { 
color: #000000;
margin: 10px;
font-weight: bold;
font-size: 10pt;
line-height: 150%;
font-family: Arial, Helvetica, sans-serif;
}

/* for list in geninfo_popup.html */
ul, li {
color: #000000;
font-weight: bold;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
}

/* hides small characters added for accessibility purposes (they take care of white space between links) */
.hidden {
display: none;
}

/* for prize structure table in generalinfo_popup.html */
th.chart { 
border: 0px;
margin: 2px;
color: #FFFFFF;
background-color: #000000;
text-align: center;
font-weight: normal;
font-size: 8pt;
line-height: 110%;
font-family: Arial, Helvetica, sans-serif;
}

/* for prize structure table in generalinfo_popup.html */
td.chart { 
border: 1px solid #000000;
margin: 2px;
color: #000000;
background-color: #FFFFFF;
font-weight: normal;
font-size: 8pt;
line-height: 110%;
font-family: Arial, Helvetica, sans-serif;
}
