/* 
Portrait of Central Ilinois Screen Stylesheet
colorJack link: http://www.colorjack.com/sphere/?LoadJack=hex:adff1f
Date: January 2010
*/

a:link  {
color: #ffffcc;
font-weight: bold;
font-size: 18px;
padding: 3px;
}

a:active {
color: #ffffcc;
font-weight: bold;
font-size: 18px;
padding: 3px;
}

a:visited {
color: #ffffcc;
font-weight: bold;
font-size: 18px;
padding: 3px;
}

a:hover {
color: #ffffcc;
background-color: #d99e7c;
font-weight: bold;
font-size: 18px;
padding: 3px;
}

a.button {
font-size: 20px;
font-family: cursive;
color: #ffffff;
background-color: #d99e7c;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: medium;
border-right-color: #000000;
border-right-style: solid;
border-right-width: medium;
border-top-color: #cccccc;
border-top-style: solid;
border-top-width: medium;
border-left-color: #cccccc;
border-left-style: solid;
border-left-width: medium;
}

a.button:hover {
font-size: 20px;
font-family: cursive;
color: #ffffff;
background-color: #d99e7c;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
border-top-color: #000000;
border-top-style: solid;
border-top-width: medium;
border-left-color: #000000;
border-left-style: solid;
border-left-width: medium;
border-bottom-color: #cccccc;
border-bottom-style: solid;
border-bottom-width: medium;
border-right-color: #cccccc;
border-right-style: solid;
border-right-width: medium;
}

a.top {
font-weight: bolder;
font-size: 16px;
font-style: italic;
text-decoration: none;
}

a.img:hover {
background: none;
}

body {
background-image: url('graphics/background.png');
}

#banner {
background-image: url('graphics/banner.png');
height: 140px;
background-position: center center;
background-repeat: no-repeat;
background-color: #711FFF;
}

#content {
background-color: #1fadff;
padding: 7px;
text-align: left;
}

dt {
font-weight: bolder;
font-size: 16px;
}

dd {
font-style: italic;
}

#footer {
background-color: #7cb7d9;
text-align: center;
}

h1.placename {
font-family: cursive;
font-variant: small-caps;
color: #adff1f;
}

h2.subtitle {
font-family: cursive;
font-variant: small-caps;
color: #adff1f;
}

.hide {
text-indent: -9000px;
}

img{
border-color: #adff1f;
border-style: dotted;
border-width: medium;
}

input {
font-size: 16px;
font-weight: bolder;
font-family: Arial;
}

input:focus {
background: #711fff;
color: #ffff00;
}

label {
padding-right: 20px; 
width: 75px; 
float: left;
text-align: right;
}

#navigation {
background-color: #711FFF;
padding: 15px;
}

p {
font-size: 18px;
font-weight: bolder;
}

select {
font-size: 16px;
font-weight: bolder;
font-family: Arial;
}

select:focus {
background: #711fff;
color: #ffff00;
}

span.address {
font-size: 14px;
font-weight: bolder;
font-style: italic;
}

span.disclaimer {
font-size: 16px;
font-weight: bolder;
font-family: monospace;
color: #ffffff;
}

span.error {
color: #ff0000;
font-size: 20px;
font-weight: 900;
}

table.hours {
width: 500px;
}

td.daycell {
width: 200px;
text-align: center;
}

td.hourcell {
width: 300px;
text-align: center;
}

textarea {
font-size: 16px;
font-weight: bolder;
font-family: Arial;
}

textarea:focus {
background: #711fff;
color: #ffff00;
}

th.dayhead {
width: 200px;
}

th.hourshead {
width: 300px;
}

ul {
list-style-image: url('graphics/bullet.png');
font-size: 20px;
}

#wrapper {
width: 950px;
position: static;
border-style: ridge;
border-width: 7px;
border-color: #999999;
}