/* This section defines the default BODY */
BODY {
background-color: #F0F8FF;
background-image: none;
background-repeat: no-repeat;
background-position: top-left;
font-family: "Century Gothic", Verdana, sans-serif;
color: #202020;
margin: 1%;
}

/* This section defines the default PARAGRAPHS */
p {
margin: 0%
}

/* This section defines the default TABLE SETTINGS */
table {
border-top: medium solid #FFFFE0;
padding-bottom: 15px;
}


th {
text-align: left;
background-color: #B0C4DE;
}

tr.even {
background-color: #F0F8FF;
}

tr.odd {
background-color: #ffffff;
}

td {
border-bottom: thin solid #ccffcc;
vertical-align: top;
}

td.gigdate {
width: 20%;
}

td.giginfo {
width: 50%;
}

td.gigloc {
width: 30%;
}

/* This section defines the default APPEARANCE OF LINKS */
A:link {
color: #6600ff;
}

A:visited {
color: #990000;
}

A:active {
color: #FF6633;
}

A:hover {
background-color: #FFFFE0; 
}

/* This section defines default HEADINGS */
H1, H2, H3, H4, H5, H6 {
}

H1 {
font-size: 150%;
}

H2 {
font-size: 130%;
}

H3 {
font-size: 120%;
}

H4 {
font-size: 110%;
}

/* This section defines the NAVBAR BUTTONS */
#elButton a 
{
color:  #202020;
font-size: 100%;
font-weight: italics;
font-family: "Century Gothic", Verdana, sans-serif;
text-decoration: none;
border:4px inset #FFFFE0;
background-color: #B0C4DE;
display: block;
width: 250px;
padding-left:4px;
margin: 1px;
}

#elButton a:hover
{
color:  #000099;
font-size: 100%;
font-weight: bold;
font-family: "Century Gothic", Verdana, sans-serif;
text-decoration: none;
border:4px inset #ccccff;
background-color: #FFFFE0;
display: block;
width: 250px;
padding-left:4px;
margin: 1px;

}

/* This section defines the id selector of CURRENT MONTH GIGS */
*#Current {
color: #006600
}
