/* Riverside Gallery Sttle Sheet
	Created by Steve Tunnicliffe - WebArtifice UK
	Created on 3/10/2003
*/

/* Elements*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	padding: 0px;
	font-size: 0.8em;
}

th, td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1, h2, h3, h4 {
	color: #A2B6B4;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	margin-bottom: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.20em;
	margin-bottom: 3px;
	margin-top: 2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	margin-bottom: 3px;
	margin-top: 2px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 3px;
	margin-top: 2px;
}

p {
	font-size: 85%;
	margin-top: 2px;
	margin-bottom: 5px;
}

/* Global Links */

a {
	color: #7A918F;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #6699CC;
	background-color: transparent;
	text-decoration: underline;
}

/*ID's*/

ul#indexList {
	list-style: none;
	vertical-align: middle;
	font-size: 85%;
	font-weight: bold; 
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #7A918F;
	padding:3px;
	color: #A2B6B4;
	background-color: transparent;
	text-align: left;
}

#topNav {
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 2px;
	font-size: 90%;
}

#topNav a {
	color: #7A918F;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	border-right: 3px solid #7A918F;
	padding-right: 10px;
	padding-left: 4px;
}

#topNav a:hover {
	color: #B7CFEF;
	background-color: transparent;
	border-right: 3px solid #6699CC;
	padding-left: 4px;
}


#topText {
	font-size: 80%;
	color: White;
	background-color: transparent;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 3px;
}

#topText a {
	color: White;
	background-color: transparent;
	text-decoration: none;
}

#topText a:hover {
	color: #333366;
	background-color: transparent;
}


#content {
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#timeTable {
	border: 1px solid #7A918F;
	color: #A2B6B4;
	background-color: transparent;
	font-weight: bold;
	vertical-align: middle;
	padding:10px;
	text-align: center;
}

#footer {
	margin-left: 5px;
	font-size: 80%;
}

#footer a {
	color: #7A918F;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #6699CC;
	background-color: transparent;
}


/*Classes*/

.conTable {
	width: 760px;
	border-top: 1px solid #7A918F;
	border-bottom:  1px solid #7A918F;
	border-left:  1px solid #7A918F;
	border-right:  1px solid #7A918F;
	margin: auto;
	text-align: center;
}

.tdTopText {
	background-color: #A2B6B4;
	color: White;
	vertical-align: bottom;
}

.tdMenu {
	border-bottom: 1px solid #A2B6B4;
}

.tdContent {
	background-image: url(../Images/wavylarge.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.tdFooter {
	border-top: 1px solid #A2B6B4;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.imageBorder {
	border: 1px solid #7A918F;
}

