@charset "utf-8";
/* CSS Document */

/*  Colour Notes

Blue { #81d9d3 }

Yellow { #f1c24c } 

Orange { #dc7744 } 

Peach { #fbdfab }

Maroon { #613f38 }

Navy { #2e3740 }

Dark Green { #27423d }

*/

Main text (peach) { color: #fbdfab; font-size: 12pt; font-family: Tahoma, Verdana, Arial, sans-serif;}

links { color: #f1c24c; font-weight: bold;}



*
{
padding: 0px;
margin: 0px;
}

body
{
background: #2e3740;
font-size: 13px;
font-family: Tahoma, Verdana, Arial, sans-serif;
color: #FFFFFF;
line-height: 18px;
}


#popuphead

{ 
background: #2e3740 url('/Images/template/popBGtop.gif') top center no-repeat;
width: 500px;
height: 120px;
margin: 0px auto;
padding: 0px;
}


#popupcontent

{ margin: 0px auto;
width: 380px;

}

#popupmain

{ margin: 0px auto;
width: 500px;
background: #2e3740 url('/Images/template/popBGmain.gif') top center repeat-y;
min-height: 600px;
}


a
{
color: #f1c24c;
text-decoration: none;
font-weight: bold;
}

a:hover
{
text-decoration: underline;
}


p
{
margin-bottom: 14px;
text-align: left;
}







.title 

{ margin: 0px 0px 15px 0px; }

h5 { color: #f1c24c; font-size: 15px; margin-bottom: 15px; text-align: center;}

h6 { color: #fbdfab; font-size: 13px; margin-bottom: 15px; text-align: center;}

hr 

{ color: #dc7744;
background-color: #dc7744;
height: 1px;
border: 0;
}

#upcomingshows 

{ font-size: 12px; }

#upcomingshows th

{ font-size: 14px; 
  text-align: left;
  color: #81d9d3;
  padding: 0px 0px 7px 0px;
}

#upcomingshows td

{ text-align: left;
  border-top: 1px solid #dc7744;
  border-right: 1px solid #27423d;
  line-height: 22px;
}

