/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body { 
	margin-top: 20px;
	padding: 0;
	background-color:#2A7FF4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #635821;
}


a.funcLink {
	text-decoration:none;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: white;
}

a:hover, a:active {
	text-decoration: none;
	color: white;
}

a:visited {
	color: white;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
}

/* Header */

#header {
	width: 816px;
	height: 108px;
	background: url(images/img02.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#logo {
	float: left;
	margin-left: 30px;
	padding-top: 50px;
}


#logo a {
	text-decoration: none;
	color: #F2B870;
}

/* Menu */

.tabContainer {
	/* float: right; */
}
.tabContainerFooter {
}


.tabContainer ul {
	width: 100%;
	margin: 0;
	/* padding: 73px 30px 0 0; */
	padding: 10px 0px 0 0;
	list-style: none;
}

.tabContainer li {
	display: inline;
}

.tabContainer .tag a {
	display: block;
	float: left;
	width: 100px;
	height: 64px;
	margin-top: 1px;
	margin-left: 3px;
	padding-top: 3px;
	background: url(images/tab_narrow.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #857415;
}

.tabContainer .tag a:hover {
	background: url(images/tab_narrow_active.jpg) no-repeat;
	text-decoration: none;
}

.tabContainer .tag .selected a {
	background: url(images/tab_narrow_active.jpg) no-repeat;
}

/* Page */

#page {
	width: 816px;
	margin: 0 auto;
	background: url(images/img04.jpg) repeat-y left top;
}

#page .bgtop {
	background: url(images/img03.jpg) no-repeat left top;
}

/* Content */

#content {
	float: right;
	width: 510px;
	padding: 30px 30px 0px 0px;
}

/* Post */

.post {
	padding-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #AB5B00;
}

.post .entry {
}

.post .meta {
	margin: 0;
	padding: 0px 0 30px 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

.post .meta .comments {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 30px 0px 0px 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
}

#sidebar li li a {
	margin: 0;
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat left 50%;
}


#sidebar a {
	text-decoration: none;
}

/* Search */

#search {
}

#s {
	width: 110px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

/*
#footer {
	width: 816px;
	height: 80px;
	min-height: 65px;
	background: url(images/img05.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 15px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

html>body #footer {
	height: auto;
}
*/

#legal {
	clear: both;
	padding-top: 20px;
	padding-right: 30px;
	text-align: right;
	font-size: 10px;
	color: #5E510E;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}
#scheduleList {
}


#scheduleList table .odd .label {
	font-weight:bold;
	background-color:#daecff;	
}
#scheduleList table .even .label {
	font-weight:bold;
	background-color:#eeeeee;	
}
#scheduleList table {
	border-collapse: collapse;
	border:solid 1px #666;
	empty-cells:show;
	margin-bottom:8px;
}
#scheduleList table td, th {
	padding:2px 2px;
   	border:solid 1px #444;
	vertical-align:middle;
	text-align:center;
	background-color:white;
}

#scheduleList a {
	text-decoration:underline;
}

#scheduleList table .header {
	background-color: #eee;
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #fff;
	text-align:left;
	font-weight: bold;
}

#scheduleList table .odd  td{
	background-color:#ddddff;
}
#scheduleList table .odd-focus td{
	background-color:orange;
}
#scheduleList table .even td{
	background-color:#eeeeff;
}
#scheduleList table .even-focus td{
	background-color:orange;
}
#scheduleList table .focus {
	background-color:orange;
}
#satDetailTable .title {
	width:100px;
}
#satDetailTable .value {
	word-break: break-all;
}


