/*
page.css - this is the main CSS file for the MM_HomeWorld Theme
Almost all style elements are controlled from within this file.
Version 2.0 by Paul Asher (paul@motagator.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 */

#mmPageHeader {
position: absolute; left: 25px; top: 20px; width:968px; height: 16px;
}

#mmSideCol {
position: absolute; left: 25px; top: 36px; width:128px; height: 576px;
}

#mmSideGraphic {
position: static;
}

#mmSideFooter {
position: static;
}

#mmTopGraphic {
position: absolute; left: 153px; top: 36px; width:432px; height: 82px;
}

#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: #330000;
}

#mmAboutBand {
position: absolute; left: 153px; top: 118px; width:840px;
background-color: #330000;
}

#mmInfo {
position: absolute; left: 153px; top: 360px; width:840px;
background-color: #330000;
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: #000000;
  background-color: #212121
}

.mmInfoTable {
  width: 100%;
  padding: 0px;
  border-width: 0px;
  background-color: #330000
}

.mmInfoCol {
  width: 33%;
  vertical-align: top;
  background-color: #330000;
} 

.mmTable {
  width: 92%;
  padding: 2px;
  border-width: 2px;
  border-color: #000000;
  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: #111111;
  color: #cc6600;
} 

.mmInfo {
  padding: 5px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-align: right;
  font-variant: italic;
  background-color: #111111;
  color: #cc6600;
} 

.mmRow {
  background-color: #000000;
  padding: 3px;
  height: 20px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFFFFF;
} 

.mmTRow {
  background-color: #000000;
  padding: 3px;
  height: 20px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-align: left;
  color: #FFFFFF;
} 

.mmPRow {
  width: 50%;
  background-color: #000000;
  padding: 3px;
  height: 20px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-align: left;
  color: #FFFFFF;
} 

.mmSmallprint {
  background-color: #000000;
  padding: 3px;
  height: 20px;
  font-family: Verdana, sans-serif;
  font-size: 9px;
  text-align: center;
  color: #cc6600;
}

/* BUTTON & TEXTAREA Parameters */

.mmButton {
  color: #cc6600;
  font-style: normal;
  font-family: verdana;
  font-weight: normal;
  font-size: 10px;
  background-color: #f0f0d0;
}

.mmTextBox {
  color: #cc6600;
  font-style: normal;
  font-family: verdana;
  font-weight: normal;
  font-size: 10px;
  background-color: #f0f0d0;
}

/* POP WINDOW DIV TAG Positions */

#mmPopTop {
position: absolute; left: 30px; top: 20px; width:450px; height: 60px;
}

#mmPopContent {
position: absolute; left: 30px; top: 80px; width:450px;
background-color: #330000;
}
