﻿/*********************************************************************
 * Filename: styles.css
 * Description: Stylesheet for Kenmore Community Club, Inc. Website. 
 * 
 * Author: Starry Night Software Services (info@starrynightsoftware.com)
 * 
 * (c) 2003 Starry Night Software Services. All Rights Reserved. 
 *********************************************************************/ 

/* document defaults */ 
body { 
  background-color: #dddddd; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100%; 
  margin-left: 0px; 
  margin-right: 0px; 
  margin-top: 6px; 
  margin-bottom: 0px; 
}

/* main table - outside the border */ 
table.main { 
  background-color: #dddddd; 
}

/* color of border around content section */ 
table.mainborder { 
  background-color: #000000; 
}

/* content section */ 
table.mainbody { 
  background-color: #ffffff; 
}

/* menu bar */ 
table.menu, td.menu { 
  background-color: #333366; 
  color: #ffffff; 
}

/* headings */ 
h2 { 
  color: #333366; 
  text-align: center; 
  padding-top: 10px; 
  text-decoration: none; 
  letter-spacing: 2px; 
  font-weight: bolder; 
}

/* link colors for use inside the menu bar */ 
a:link.menu { 
  color: #ffffff; 
  text-decoration: none; 
  font-weight: bold; 
} 
a:visited.menu { 
  color: #ffffff; 
  text-decoration: none; 
  font-weight: bold; 
} 
a:active.menu { 
  color: #ffff00; 
  text-decoration: none; 
  font-weight: bold; 
  padding-top: 3px; padding-bottom: 3px; 
} 
a:hover.menu { 
  color: #ffff00; 
  text-decoration: none; 
  font-weight: bold; 
  padding-top: 3px; padding-bottom: 3px; 
} 

/* box around the rental info */ 
.rentalbox { 
  border: thin dotted green; 
  padding: 5px; 
  color: #333333; 
  font-family: Minion Web, Georgia, Times, Serif; 
}

.footer { 
  font-family: Minion Web, Georgia, Times, serif; 
  font-size: 90%; 
  font-style: italic; 
  color: #333333; 
}

a:link.footer, a:hover.footer, a:visited.footer, a:active.footer { 
  color: #336699; 
  text-decoration: none; 
}

