/* master.css for flagstafffigureskatingclub.com
*/

body {
	background-image: url("dance_background.jpg");
  }
h1, h2, h3, h4, h5, ul, ol, p, table {
	font-family: Arial, Helvetica, sans-serif;
  }

.alert_text {
	color: red;
}

table {
  text-align: left;
}

.main_table {
  border-collapse: collapse;
}

.main_table caption {
  text-align: left;
	font-size: 0.9em;
  padding-bottom: 10px;
}

.main_table td, th {
  border: 1px solid BLACK;
  padding: 3px 7px 2px 7px;
  background-color: #cbddff;  
}

.main_table th {
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #a2c3ff;
}

.main_table tr.alt td {
  background-color: #FFF;
}

#board_table {
  border-collapse: collapse;
}

#board_table caption {
  text-align: left;
  font-size: 0.9em;
  padding-bottom: 10px;
}

#board_table td, th {
  border: 1px solid BLACK;
  padding: 3px 7px 2px 7px;
  background-color: #cbddff;
  font-size: 1em;  
}

#board_table th {
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #a2c3ff;
}

#board_table tr.alt td {
  background-color: #FFF;
}

#header {
  text-align: center;
  }

#left {
  float: left;
  width: 20%;
  }
#left_img_140 img{
  width: 140px;
  border-width: 2px;
}
#left_img_100 img{
  width: 100px;
  border-width: 2px;
}

#right {
  float: right;
  width: 75%
  }
  
#footer {
  float: left;
  clear: both;
  width: 100%;
  text-align: left;
  }
  
#footer_logo {
  float: right;
}
  
#footer p, li {
  font-size: 0.9em;
}

#left_links li {
  list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
  width: 12em;
  text-align: center;
  margin-left: -2.5em;
}

#left_links a {
  text-decoration: none;
  color: black;
  display: block;
  border: 3px blue outset;
  background-color: #CCCCFF;
}

#left_links a:hover {
  border: 3px blue inset;
}
.inline_photo {
  float: right;
  clear: right;
  padding: 20px 20px 20px 20px; 
	width: 200px;
}

.inline_photo img {
  border: 3px inset;
}

#image_border img {
	border: 3px inset;
  }

#ice_pines_border img {
	border: 3px inset;
	} 
