﻿body 
{
    background-color:slategray;
    color:White;
}

table
{   font-family:Verdana;
    font-size:11px;
    font-style:normal;
}

.title 
{   font-family:Verdana;
    font-size:medium;
    font-style:italic;
}
.concertdate
{  font-family:Verdana;
    font-size:12px;
    font-style:normal;
}

.concerttitle
{  font-family:Verdana;
    font-size:medium;
    font-weight:bold;
}

.concertdetails
{  font-family:Verdana;
    font-size:11px;
    font-style:normal;
}

.reviews
{  font-family:Verdana;
    font-size:11px;
    font-style:italic;
}

.bottom
{  font-family:Verdana;
    font-size:xx-small;
}


.prices
{  font-family:Verdana;
    font-size:11px;
    font-style:normal;
}
.priceshead
{  font-family:Verdana;
    font-size:12px;
    font-style:bold;
}

.current
{
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:white;
text-decoration:none; 
background-color:navy;
}


.menuitem
{background-color:gainsboro;font-size:12px; color:black; padding-left:5px; padding-right:5px; padding-top:1px; padding-bottom:2px; text-align:center}

.logo
{position:absolute; left:1%; top:1%; }

#title
{
position: absolute; top:0px; left: 1%; width: 98%;  height:100px;
border-bottom:solid; border-bottom-width:2px; border-bottom-color:white;
}

#menu
{position: absolute; top:102px; left: 1%; width: 98%; height: 26px;
padding-top:3px;
border-bottom:solid; border-bottom-width:2px; border-bottom-color:white; overflow:hidden;}
#menu ul {
margin-left:0; padding-left:0; margin-top:0; padding-top:4px; padding-bottom:4px; list-style-type:none; background-color:gainsboro; float:left; width:100%;
}
#menu li {
display:inline;background-color:gainsboro;font-size:12px; color:black; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; text-align:center;
border-right:solid; border-right-color:navy; border-right-width:thin;
border-left:solid; border-left-color:navy; border-left-width:thin;
}

#menucontent
{position: relative; left:31%;}

a
{
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:navy;
text-decoration:none; 
background-color:gainsborough;
}

a:hover
{
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:white;
text-decoration:none; 
background-color:navy;
}


#full_width_body
{position: absolute; padding: 0%; left: 15%; width: 84%; height: 60%; top: 20%; overflow:auto; z-index:1 }
#half_width_body
{position: absolute; padding: 0%; left: 15%; width: 53%; height: 60%; top: 20%; overflow:auto; z-index:1 }
#body_with_photo
{position: absolute; padding: 5%; left: 15%; width: 50%; height: 60%; top: 31%; overflow:auto;}
#photo
{position: absolute; padding: 15px; left: 45%; width: 40%; height: 70%; top: 31%; overflow:auto;}
#footer
{position: absolute; left:1%; top: 90%; width:98%;
border-top:solid; border-top-width:2px; border-top-color:white; z-index:10}
