body {
    margin:0px;
    font-family: Verdana;
    font-size: 10pt;
	background-color:#CDDCEF;
}
img.pic {
	border: 0px solid black;
	padding: 1px;
}
#banner {
    background: url('images/home_banner.jpg') no-repeat;
    height:150px;
    width:800px;
}
#photo-banner {
    background: url('images/photo_banner.jpg') no-repeat;
    height:150px;
    width:800px;
}
#samdog-banner {
    background: url('images/samdog_banner.jpg') no-repeat;
    height:150px;
    width:800px;
}

#menu-bar {
    width:800px;
    border: 1px solid black;
}

#tim-banner {
    width:800px;
    height:25px;
    line-height:25px;
    background-color: LightBlue;
    border: 1px solid black;
    text-align: center;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
}

#content {
    width: 800px;
    margin: 10px;
}

#clear {
	clear: both;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.left-column {
	border: 0px dotted #BAB9B8;
	width: 200px;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
}
.right-column {
	border: 0px dotted #BAB9B8;
	width: 550px;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-left: 20px;
}
.headline {
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial;
}
.footer {
    margin-top: 20px;
    font-size: 8pt;
}

/* Page Content
=======================*/
#wrapper {
	width: 800px; 
	margin: 0 auto;
	text-align: left; 
	background-color: #F8F8F8;
	min-height: 650px;
	padding-bottom: 10px;
	border-left: 5px solid #618059;
	border-right: 5px solid #618059;
	border-bottom: 0px solid #618059;
}

/* Menu Bar
=======================*/

ul.menu-bar {
    margin: 0;
    padding: 0;
    float: left;
    width: 800px;
    background-color: #524A55;
    list-style: none;
	line-height: 25px;    
    border: 0px solid #9A6406;
}

ul.menu-bar li {
    float: left;
}

ul.menu-bar a {
    padding: 0 2.5em;
    background-color: #524A55;
    text-decoration: none;
    color: #fff;
    float: left;
    display: block;
    font-weight: bold;
}

ul.menu-bar a:hover {
    color: #333;
}
ul.menu-bar .first a {
    background: none;
}

/* Phtoto Album 
========================*/
.photo-menu-headline {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}
.photo-headline {
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}
.photoalbum-menu {
	width: 180px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: 0px solid black;
}
.photoalbum-pics {
	border: 0px solid black;
    text-align: center;
    width: 750px;
}
#photo-year {
	font-size: 10pt;
	margin-bottom: 15px;
	width: 100%;
}
ul.photo-year {
    margin: 0;
    padding: 0;
	list-style: none;
	font-size: 12pt;
	font-family: georgia;
}
ul.photo-year li {
	margin-right: 10px;
	float: left;
}

#photo-categories {
	font-size: 9pt;
	margin-bottom: 25px;
}
ul.photo-category {
    margin: 0;
    padding: 0;
	list-style: none;
	font-size: 9pt;
	font-family: georgia;
}
ul.photo-category li {
	margin-bottom: 5px;
}

ul.photo-pics {
    margin: 0;
    padding: 0;
	list-style: none;
}
ul.photo-pics li {
    float: left;
	padding-top: 40px;
	width: 248px;
	height: 180px;
	border: 0px solid black;
	text-align: center;
	vertical-align: middle;
}
.photo-title {
	font-family: georgia;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	width: 750px;
	height: 40px;
	background: url(images/bottom-left.gif) no-repeat left bottom;
	line-height: 30px;
}
.caption {
	font-size: 9pt;
}
.caption2 {
	font-size: 7pt;
}
.photo-title-outer {
  background: url(images/bottom-right.gif) no-repeat right bottom;
  height: 40px;
}

.photo-title-inner {
  background: url(images/top-left.gif) no-repeat left top;
}

.photo-title-top {
  background: url(images/top-right.gif) no-repeat right top;
}

/* rounded corner box
================================== */

.box {
  width: 170px;
  height: 165px;
  background: url(images/bottom-left.gif) no-repeat left bottom;
}

.box-outer {
  background: url(images/bottom-right.gif) no-repeat right bottom;
  height: 165px;
}

.box-inner {
  background: url(images/top-left.gif) no-repeat left top;
}

.box-top {
  background: url(images/top-right.gif) no-repeat right top;
}


/* Samdog
========================*/
#samdog-content {
    width: 800px;
}
.page_title {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}
.content {
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial
}
.caption {
}
.samdog_background
{
    background: url('samdog/Images/background_swim2.jpg') no-repeat;
}
.sam_story
{
    background: url('samdog/Images/background_down.jpg') no-repeat;
}
.sam_lessons
{
    background: url('samdog/Images/background_swim.jpg') no-repeat;
}

/* Grid View
=======================*/
.GridViewDefault {
	font-family: verdana;
	font-size:10pt;
	border: 1px solid #598080;
	background-color: #598080;
}
.GridViewDefaultHeader {
	background-color: #7A567A; /*#89749B;*/
	margin: 3px;
	font-size: 10pt;
	color: #FFFFFF;
	height: 25px;
}
.GridViewDefaultHeader a {
    color: white;
}
.GridViewDefaultRow {
	background-color: #E6CFE6;
}
.GridViewDefaultAlternatingRow {
	background-color: #E5DFE5;
}
.GridViewDefaultPager {
	font-size:9pt;
	background-color: white;
	height: 25px;
}
.GridViewDefaultPager td {
	color: red;
	font-weight: bold;
	border: 0px solid black;
	width: 20px;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
.GridViewDefaultPager a {
	border: 0px solid black;
	font-weight: normal;
	text-decoration: none;
	padding: 3px;
}
.GridViewDefaultPager a:hover {
	border: 1px solid black;
	background-color: cyan;
}
.Column {
	vertical-align: top;
	padding: 5px;
}
.DateCol {
	font-size: 8pt;
	width: 130px;
}
.PostedByCol {
	width: 130px;
}

/* User Entry Forms
=======================*/
.field-label {
	font-weight: bold;
}
.field-label-left {
	font-weight: bold;
    width: 400px;
}
.two-line-entry {
	margin-bottom: 10px; 
}
.single-line-entry {
	margin-bottom: 10px; 
}
.multi-line-textbox {
	height: 200px;
	width: 500px;
	font-family: verdana;
	font-size: 10pt;
}
.default-button {
	font-family: verdana;
}
.default-input {
	font-family: verdana;
}