/*
page.css - this is the main CSS file for the MerseyGator Theme
Almost all style elements are controlled from within this file.
Version 2.0 by Paul Asher (paul@motagator.net) & Eddie Hughes (admin@merseybeat.net)
*/

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:link, a:active, a:visited {color: #FFcc66;}

a:hover {
  text-decoration: underline;
  color: #006699;
} 

/* DIV TAG Positions */



#mmBandname {
position: absolute; left: 585px; top: 36px; width:408px; height: 82px;
font-family: Verdana, sans-serif;
font-size: 20px;
font-weight: bold;
color: #f0f0d0;
text-align: center;
vertical-align: center;
background-color: #122538;
}

#mmAboutBand {
position: absolute; left: 0px; top: 128px; width:990px;
background-color: #122538;
}

#mmInfo {
position: absolute; left: 0px; top: 360px; width:990px;
background-color: #122538;
padding: 0px;
marging: 0px;
}

#mmSmallprint {
position: static;
}

#mmInfoFooter {
position: static;
}

/* TABLE & TD TAG Parameters */

.mmBand {
  font-family: Verdana, sans-serif;
  font-size: 24px;
  font-variant: italic;
  font-weight: bold;
  text-align: center;
  color: #f0f0d0;
} 

.mmAboutTable {
  width: 97%;
  padding: 2px;
  border-width: 2px;
  border-color: #224563;
  background-color: #212121
}

.mmInfoTable {
  width: 100%;
  padding: 0px;
  border-width: 0px;
  background-color: #122538
}

.mmInfoCol {
  width: 33%;
  vertical-align: top;
  background-color: #122538;
} 

.mmTable {
  width: 92%;
  padding: 2px;
  border-width: 2px;
  border-color: #224563;
  background-color: #212121
}

.mmHead {
  height: 25px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-variant: italic;
  font-weight: bold;
  text-align: left;
  background-color: #316396;
  color: #FFFFCC;
} 

.mmInfo {
  padding: 5px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-align: right;
  font-variant: italic;
  background-color: #316396;
  color: #FFFFCC;
} 

.mmRow {
  background-color: #224563;
  padding: 3px;
  height: 20px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFFFFF;
} 

.mmTRow {
  background-color: #224563;
  padding: 3px;
  height: 20px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-align: left;
  color: #FFFFFF;
} 

.mmPRow {
  width: 50%;
  background-color: #224563;
  padding: 3px;
  height: 20px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-align: left;
  color: #FFFFFF;
} 

.mmSmallprint {
  background-color: #224563;
  padding: 3px;
  height: 20px;
  font-family: Verdana, sans-serif;
  font-size: 9px;
  text-align: center;
  color: #FFFFCC;
}

/* BUTTON & TEXTAREA Parameters */

.mmButton {
  color: #cccccc;
  font-style: normal;
  font-family: verdana;
  font-weight: normal;
  font-size: 10px;
  background-color: #000000;
}

.mmTextBox {
  color: #cccccc;
  font-style: normal;
  font-family: verdana;
  font-weight: normal;
  font-size: 10px;
  background-color: #000000;
}

/* POP WINDOW DIV TAG Positions */

#mmPopContent {
position: absolute; left: 15px; top: 10px; width:450px; height:0px;

background-color: #122538;
}
