@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/backer.jpg);
	background-repeat: repeat-x;
	background-color: #0C3457;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftcontent {
	width: 620px;
	padding-left: 8px;
	padding-top: 20px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	float: left;
}
#rightcontent {
	width: 308px;
	margin-left: 670px;
	padding-top: 20px;
}
#inside {
	background-image: url(images/insideshot.jpg);
	height: 193px;
	width: 308px;
	margin-bottom: 4px;
}


#container #logo {
	height: 61px;
	width: 273px;
	padding: 0px;
	float: left;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#links {
	padding-top: 78px;
	padding-left: 50px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 600px;
	margin-left: 36px;
	text-align: right;
}
#links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 6px;
}

#bottomback {
	background-image: url(images/bottomback.jpg);
	height: 289px;
	width: 993px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
}


#container {
	width: 996px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #nav {
	background-image: url(images/nav.png);
	height: 103px;
	width: 719px;
	margin-left: 276px;
}
#flash {
	width: 993px;
	margin-right: auto;
	margin-left: auto;
}
#container #nav2 {
	width: 715px;
	margin-left: 278px;
	background-image: url(images/nav.jpg);
	height: 103px;
}
#links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.top { vertical-align: top; }
table.form, tr.rowA, tr.rowB, table.user {
	background-color: #efefef;
	padding: 4px;
}
table.border {
	border: 2px solid black;
}
table.border2 {
	border: 1px solid gray;
}
#userBoxTitle { font-weight: bold; }
#userLoginTitle { font-size: 12px; font-weight: bold; background-color: #6699cc; }
.title {
	color: gray;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 6px;
}
.title1 { font-size: 12px; font-weight: bold; background-color: #6699cc; }

td.inputTitle, td.input {
	padding-top: 2px;
	padding-bottom: 2px;
}
td.inputTitle {
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
}
td.input { }
/* styles for alternating rows */
tr.rowA { padding: 0px; }
tr.rowB { padding: 0px; background-color: #cccccc; }

/* Default column header (Sun,Mon,...) */
.colHeader {
	font-weight: bold;
	text-align: center;
	background-color: white;
	border: 1px solid black;
}

/* BASIC LINK STYLES */

/* default next, previous links in the views */
a.next, a.previous {
	color: blue;
	text-decoration: none;
}
a.next:hover, a.previous:hover {
	color: blue;
	text-decoration: underline;
}
/* event link, normally the event name/time is used for the link text */
a.event {
	color: black;
	text-decoration: none;
	font-size: 14px;
}
a.event:hover {
	color: red;
	text-decoration: underline;
}

/* OverLib STYLES */
.olCaption {
	font-weight: bold;
	background-color: black;
	color: white;
}
.olContent {
	background-color: #efefef;
}
.olOuterBorder {
	background-color: black;
}
.olInnerBorder {
	border-top: 1px solid black;
}#calendarbox {
	width: 993px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	font-size: 14px;
}
#calendarbox2 {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#links2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 6px;
	margin-right: auto;
	margin-left: auto;
}
.tableborderleft {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C3457;
	border-right-color: #0C3457;
	border-bottom-color: #0C3457;
	border-left-color: #0C3457;
	line-height: 20px;
}
.tableborderright {
	border: 1px solid #0C3457;
	line-height: 20px;
}
