﻿body {
  margin: 5px;
	min-width: 775px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p {
  margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
  color: #669933;
	font-weight: bold;
  font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* green links
a:link { color: #669933; text-decoration: none; }
a:visited { color: #669933; text-decoration: none; }
a:active { color: #669933; text-decoration: none; }
*/

/* blue-green links */
a:link { color: #20A1A9; text-decoration: none; }
a:visited { color: #20A1A9; text-decoration: none; }
a:active { color: #20A1A9; text-decoration: none; }

a.extras:link { color: #CCCCCC; font-weight: normal; text-decoration: none; }
a.extras:visited { color: #CCCCCC; font-weight: normal; text-decoration: none; }
a.extras:hover { color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.extras:active { color: #CCCCCC; font-weight: normal; text-decoration: none; }
.extras-selected { color: #FFFFFF; font-weight: normal; }

a.heyshauna:link { color: #FFFFFF; text-decoration: none; }
a.heyshauna:visited { color: #FFFFFF; text-decoration: none; }
a.heyshauna:hover { color: #CCCCCC; text-decoration: none; }
a.heyshauna:active { color: #FFFFFF; text-decoration: none; }

.block-content {
  padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
}

.block-content-galleries {
  padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: justify;
}

.block-extras {
  padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: right;
}

.block-extras-music {
  padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
}

.block-news-show {
  display: block;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}

.block-news-hide {
	display: none;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}

.table-outer {
  background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

.text-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.text-ltgrey {
	color: #999999;
}

.text-red-bold {
	font-weight: bold;
	color: #FF0000;
}

.side_text {
    color: #FFFFFF;
    padding: 20px 10px 20px 10px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	color: #333333;
	background-color: #FFFFFF !important;
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	color: #333333;
	background-color: #FFFFFF !important;
	border-style: solid;
	border-color: #555555;
	border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 0px;
	padding-left: 0px;
}

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	color: #FFFFFF;
	background-color: #669933 !important;
	border-style: solid;
	border-color: #669933;
	border-width: 2px;
	margin-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.divider {
    border-top:thin #12787E dotted;
	width:150px;
	margin-top:20px;
	margin-bottom:20px;
}
