html { overflow-y: scroll }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	/* background: url('../images/bg2.png'); /*#fafafa;*/
}

td {
	font-size: 12px;
	margin: 5px;
}

table.list td {
	border-bottom: solid 1px gray;
	padding: 5px;
}

table.list td.even {
	background: #f3f3f3;
}

a {
	color: #1b63bb;
	text-decoration: none;
}

h1 {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin: 10px;
}
h2 { font-size: 18px; }
h3 {
	font-size: 14px;
	text-align: center;
	color: #aaa;
}
h4 { margin: 5px 0px 5px 0px; }
p { margin: 2px 0px 2px 0px; }
p.para { margin-bottom: 10px; }

.secondary { 
	font-size: 10px;
	color: gray;
}

.story h1 {
	color: black;
}
.story h3 {
	padding-left: 20px;
	text-align: left;
	margin-bottom: -10px;
}
.story p {
	font-size: 16px;
}

table.calendar tr td {
	border: 1px solid gray;
	padding: 5px;
	vertical-align: top;
	font-size: 14px;
}

.title {
	font-size: 14px;
	font-weight: bold;
}
.block_title a { color: white; }
.block_title {
	font-family: Georgia, serif;
	font-size: 14px;
	background: #80b1dd;/*url('../images/title_bg.png'); */
	color: white;
	padding: 2px 10px 5px 20px;
	margin: 0px;
}
.box_title {
	/*background: url('../images/drop_blue.png') 100% repeat-y;*/
	margin-right: 6px;
	margin-left: 30px;
	border-top: 1px dotted #80b1dd; /* 06f */
	padding-top: 0px;
}
.box_title_bottom {
	margin-left: 30px;
	margin-right: 5px;
}
.box {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid lightgray;
	margin-right: 6px;
	margin-bottom: 8px;
	background: white url('../images/box_bg_top_light.png') repeat-x top;
}
.block {
	/* #006699; 4c8686 
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
	padding: 8px;
	padding-bottom: 0px;
	background: url('../images/box_bg.png') repeat-x bottom;
}

.info_box {
	position: absolute;
	width: 250px;
	background: white;
	border: 1px solid #80B1DD;
	margin: 2px;
	padding: 8px;
}

.expand, .collapse { 
	float: right; 
	background: #cfe4fe;
	margin: 4px;
}
.expand, .hidden { display: none }

.block_tab {
	border: solid 1px lightgray;
	-moz-border-radius: 6px 6px 0px 0px;
	margin: 8px;
	margin-bottom: -1px;
	padding: 10px;
	background: #eeeeee;
}

.border_tl, .border_tr, .border_bl, .border_br {
	position: absolute;
	width: 7px;
	height: 7px;
}
.border_tl {
	background: url('../images/block_tl.gif');
	float: left;
	margin-top: -6px;
	margin-left: -6px;
}
.border_tr {
	background: url('../images/block_tr.gif');
	margin-top: -6px;
}
.border_bl {
	background: url('../images/block_bl.gif');
	float: left;
	margin-top: -1px;
	margin-left: -6px;
}
.border_br {
	background: url('../images/block_br.gif');
	margin-top: -1px;
	float: right;
}

table { width: 100%; }

input, textarea, button, select, .button {
	border: solid 1px #a6a8ab;
	color: #1b63bb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 1px;
}
textarea { overflow: auto; /* Remove scrollbar in IE */ }
input, textarea, select {
	background: #cfe4fe;
}

.button {
	border: solid 1px lightgray;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	margin: 0px;
}
.button:hover {
	background: #1b63bb;
	color: white;
}
input {
	white-space: nowrap;
	padding: 2px;
}
input[type='text']:focus, textarea:focus, select:focus, input:active, .button:active, textarea:active, select:active {
	background: white;
	border: 1px dotted #a6a8ab;
}

input.required, textarea.required, select.required {
	border: solid 1px orange;
	margin-bottom: 1px;
	background: lightyellow;
}

button {
	border: solid 2px #799054;
	background: #a6c67c; /* #56673c url('../images/green_but_over.png') repeat-x;*/
	color: white;
	font-weight: bold;
	font-size: 14px;

	/*
	border-bottom: none;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	*/
	padding: 5px;
	margin: 0px;
}
button:hover, button:active {
	background: #799054;
}

img { border: none; }
img.tmb {
	border: 1px solid gray;
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 2px;
	vertical-align: middle;
}
img.thumb, img.wthumb, img.hthumb {
	border: 1px solid gray;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 2px;
}
img.thumb {
	width: 100px;
	height: 75px;
	float: left;
	background: url('../images/icons/video.gif');
}
img.wthumb {
	width: 100px;
	max-height: 75px;
	float: left;
}
img.hthumb {
	max-width: 100px;
	height: 75px;
	float: left;
}

.small_img {
	max-width: 50px;
	max-height: 75px;
}
.medium_img {
	max-width: 100px;
	max-height: 75px;
}
.banner_img {
	max-width: 250px;
	max-height: 120px;
}

.label {
	display: block;
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
}
label {
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

hr {
	border: 0px;
	border-top: 1px solid #006699;
}

.x-form-item {
	margin-left: 10px;
}

.content {
	border: solid 1px lightgrey;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 722px;
	background: #f3f3f3;
	/* background: url('../images/bg.gif'); */ 
}

.tab {
	width: 100px;
	background: lightblue;
	padding: 5px;
	text-align: center;
	margin: 1px;
	display: inline;
}

.tabContent {
	clear: both;
}

.status {
	border: solid 1px gray;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	font-family: fixed;
	display: none;
}

.float {
	display: block;
	float: left;
	padding: 2px;
}
.float_left {
	float: left;
	margin-right: 10px;
}
.float_right {
	float: right;
	overflow: auto;
	margin-left: 10px;
}
.center { text-align: center; }
.centered {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.left {
	width: 450px;
	float: left;
	min-height: 20px;
}
.right {
	min-width: 250px;
	float: right;
	overflow: auto;
	min-height: 20px;
}
.small { width: 270px; }
.medium { width: 360px; }
.big { width: 450px; }

#footer {
	clear: both;
	text-align: center;
}

ul.simple {
	list-style: none;
	padding-left: 0px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#query {
	padding: 5px;
}

#top_line {
	background: url('../images/top_green.png') repeat-y;
	height: 5px;
	border-top: 3px solid white;
	margin-bottom: 10px;
}

#top_menu {
	background: #80b1dd;
	color: white;
	padding: 5px;
	margin-bottom: 0px;
}
#top_menu a {
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}
#top_menu a:hover {
	background: #1b63bb;
}

#login_block {
	position: absolute;
	margin: 10px;
	top: 50px;
	background: #e3eaf1;
	border: solid 1px #006699;
	padding: 5px;
	width: 380px;
	display: none;
	color: #1b63bb;
}
#login_block a {
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	color: #1b63bb;
}
#login_block a:hover {
	background: #1b63bb;
	color: white;
}

#area_block {
	position: fixed;
	background: lightgrey;
	border: solid 1px grey;
	padding: 2px;
	width: 270px;
	margin-top: 17px;
}

#search_block {
	position: absolute;
	background: lightgrey;
	border: solid 1px grey;
	padding: 2px;
	width: 270px;
}

.video {
	border: 1px solid gray;
	background: #eeeeee;
	padding: 0px;
	width: 330px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

#video_search {
	padding: 5px;
}

#video_header, .search_header {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.slider_bar {
	display: block;
	background: #eeeeee;
	border-bottom: 1px solid gray;
	padding: 5px;
}

.important_button {
	background: orange;
	border: 2px solid orange;
}

.fixed {
	font-family: Fixed, monospace;
}
.clear {
	clear: both;
}