/*
   CIS133DA Final Project

      Arizona Travel Table SCC
      Author: Woohyun Chung
      Date:   7/7/14

      Filename:         tables.css
      Supporting files: 

*/

/* Styles for the tables */

#sNav tr td a {
	text-decoration: none;
	color: black;
}

#sNav tr td a:hover {
	color: blue;
}

table.headerTable {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	width: 1000px;
	height: 250px;
	background-image: url(_images/HeaderBack.jpg);
}

table.headerTable #homeImg {
	width: 250px;
	vertical-align: middle;
	text-align: center;	
}

table.headerTable #A {
	vertical-align: bottom;
	text-align: right;
}

table.headerTable tr td.Nav {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(125,186,240,0.6);
}

table.headerTable tr td.Nav a {
	color: rgb(240,255,255);
	text-decoration: none;
}

table.headerTable tr td.Nav a:hover {
	color: rgb(0,255,0);
}

table.photos {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	width: 960px;
	height: 250px;
	margin-left: 20px;
}

table.photos tr th {
	width: 320px;
	height: 205px;
	text-align: center;
}

table.photos tr td {
	height: 45px;
	text-align: center;
	vertical-align: top;
	font-size: 0.8em;
	font-weight: bold;
}
