
body, html{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Gill Sans", Arial, Verdana, Helvetica, sans-serif;
	background-color: #1f293c;
	color: #d1d2d3;
	background-image: url('http://www.wgte.org/wgte/images/blue/background.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	background-attachment: fixed;
	font-size: 12px;
	
}
a {
	color: #323d73;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.grey {
	color: #d1d2d3;
	text-decoration: none;
}
a.grey:hover {
	text-decoration: underline;
}
#mainBody {
	width: 670px;
	margin: 0px auto;
	text-align: left;
}
#adminBody {
	width: 914px;
	margin: 0px auto;
	text-align: left;
}
	#logo {
	}
	#features {
		height: 160px;
		width: 400px;
		float:left;
		background-color: #333333;
	}
	#joinnow {
		height: 160px;
		width: 240px;
		float: right;
		background-color: #333333;
	}
	#features, #joinnow {
		margin: 0px 0px 20px 0px;
	}
	.leftcell {
		float: left;
	}
	.midcell {
		float: left;
		margin-left: 25px;
	}
	.rightcell {
		float: right;
	}
	.front_section {
		width: 208px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 20px 0px;
	}
		.front_section .title {
			background: url('http://www.wgte.org/wgte/images/blue/frontsection_title.png');
			background-repeat: no-repeat;
			text-align: center;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			line-height: 30px;
			cursor: pointer;
		}
		.front_section .navigation {
			background-color: #fff;
			color: #323d73;
			font-weight: bold;
			padding: 0px 0px 0px 0px;
		}
			.front_section .item {
				width: 186px;
				height: 165px;
				padding: 18px 13px 0px 13px;
				font-size: 11px;
			}
				.front_section .item .image {
					width: 154px;
					margin: 0px 18px 0px 14px;
					border: 2px solid white;
				}
				.front_section .item .image_hover {
					border: 2px solid #323d73;
					margin: 0px 18px 0px 14px;
					cursor: pointer;
				}
				.front_section .item .itemtitle {
					padding: 3px 0px 3px 0px;
				}
				.front_section .item .additionalinfo {
					font-size: 11px;
					font-weight: normal;
					height: 54px;
					/*overflow: hidden;*/
				}
				.front_section .item .additionalinfo em {
					color: #323d73;
				}
			.front_section .navigation .button_clearLine {
				font-size: 0px;
				line-height: 0px;
				height: 0px;
			}
			.front_section .navigation .button_container {
				/*background-color: #e5e5e5;*/
				color: #323d73;
				width: 182px;
				margin: 2px 0px 0px 0px;
				font-size: 13px;
				cursor: pointer;
			}
			.front_section .navigation .button {
				background-color: #e5e5e5;
				color: #323d73;
				width: 182px;
				padding: 3px 5px 5px 5px;
				margin: 2px 0px 0px 8px;
				font-size: 13px;
				cursor: pointer;
			}
			.front_section .navigation .button_hover {
				background-color: #cdcecf;
				color: #323d73;
				width: 182px;
				padding: 3px 5px 5px 5px;
				margin: 2px 0px 0px 8px;
				font-size: 13px;
				cursor: pointer;
			}
			.front_section .navigation .button_container {
				/*background-color: #e5e5e5;*/
				color: #323d73;
				width: 182px;
				margin: 2px 0px 0px 0px;
				font-size: 13px;
				cursor: pointer;
			}
			.front_section .navigation .purchasebutton {
				color: #e5e5e5;
				background-color: #323d73;
				width: 182px;
				padding: 3px 5px 5px 5px;
				margin: 2px 0px 0px 8px;
				font-size: 13px;
				cursor: pointer;
			}
			.front_section .navigation .purchasebutton_hover {
				color: #e5e5e5;
				background-color: #515b8e;
				width: 182px;
				padding: 3px 5px 5px 5px;
				margin: 2px 0px 0px 8px;
				font-size: 13px;
				cursor: pointer;
			}
			.front_section .navigation .button_off {
				background-color: #f1f2f3;
				color: #323d73;
				width: 182px;
				padding: 3px 5px 5px 5px;
				margin: 2px 0px 0px 8px;
				font-size: 13px;
				/*cursor: pointer;*/
			}
			.front_section .navigation .button_container .expand {
				background-image: url('http://www.wgte.org/wgte/images/blue/plussign.png');
				background-repeat: no-repeat;
				position: absolute;
				margin: 5px 5px 4px 174px;
				width: 16px;
				height: 16px;
				line-height: 16px;
				z-index:2;
			}
			.front_section .navigation .button_container .expanded {
				background-image: url('http://www.wgte.org/wgte/images/blue/minussign.png');
				background-repeat: no-repeat;
				position: absolute;
				margin: 5px 5px 4px 174px;
				width: 16px;
				height: 16px;
				line-height: 16px;
				z-index:2;
			}
			.front_section .navigation .expand_menu {
				display: none;
				font-size: 11px;
				position: absolute;
				width: 178px;
				background-color: #fff;
				border: 2px solid #e5e5e5;
				margin: 0px 0px 0px 8px;
				padding: 5px;
				z-index:50;
			}
			.front_section .navigation .expand_menu .menu_text {
				border-bottom: 2px solid #323d73;
				padding-bottom: 5px;
				margin-bottom: 5px;
			}
			.front_section .navigation .expand_menu ul {
				margin: 0px;
				padding: 0px;
				list-style: none;
			}
			.front_section .navigation .expand_menu ul li {
				padding: 2px;
				background-color: transparent;
			}
			.front_section .navigation .expand_menu ul li.hover {
				padding: 2px;
				background-color: #e5e5e5;
				cursor: pointer;
			}
		.front_section .footer {
			background: url('http://www.wgte.org/wgte/images/blue/frontsection_footer.png');
			background-repeat: no-repeat;
		}
	.pageheader {
		background: url('http://www.wgte.org/wgte/images/blue/inner_header.png');
		background-repeat: no-repeat;
		padding: 0px 15px 0px 15px;
		text-align: left;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 36px;
		height: 36px;
		overflow: hidden;
		z-index: 2;
		position:relative;
		text-align:right;
	}
	.pageheader .button_home {
		font-weight: normal;
		font-size: 13px;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		z-index: 999;
	}
	.pageheader .button_home_hover {
		font-weight: normal;
		font-size: 13px;
		color: #fff;
		text-decoration: underline;
		cursor: pointer;
		z-index: 999;
	}
	.adminheader {
		background: url('http://www.wgte.org/wgte/images/blue/inner_header_admin.png');
		background-repeat: no-repeat;
		padding: 0px 0px 0px 15px;
		text-align: left;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 36px;
		height: 36px;
		
		z-index: 2;
		position:relative;
	}
	.page_nav {
		width: 180px;
		padding: 0px 0px 0px 0px;
		margin: -10px 0px 40px 3px;
		z-index: 1;
	}
		.page_nav .navigation {
			background-color: #fff;
			color: #323d73;
			font-weight: bold;
			padding: 0px 0px 0px 0px;
		}
			.page_nav .navigation .spacer {
				font-size: 8px;
			}
			.page_nav .navigation .button {
				background-color: #e5e5e5;
				color: #323d73;
				width: 154px;
				padding: 3px 5px 5px 5px;
				margin: 2px 0px 0px 8px;
				font-size: 13px;
				cursor: pointer;
			}
			.page_nav .navigation .button_hover {
				background-color: #cdcecf;
				color: #323d73;
				width: 154px;
				padding: 3px 5px 5px 5px;
				margin: 2px 0px 0px 8px;
				font-size: 13px;
				cursor: pointer;
			}
			.page_nav .navigation .purchasebutton {
				color: #e5e5e5;
				background-color: #323d73;
				width: 154px;
				padding: 3px 5px 5px 5px;
				margin: 2px 0px 0px 8px;
				font-size: 13px;
				cursor: pointer;
			}
			.page_nav .navigation .purchasebutton_hover {
				color: #e5e5e5;
				background-color: #515b8e;
				width: 154px;
				padding: 3px 5px 5px 5px;
				margin: 2px 0px 0px 8px;
				font-size: 13px;
				cursor: pointer;
			}
			.page_nav .navigation .button_home {
				/*font-weight: normal;*/
				color: #323d73;
				background-color: #cdcecf;
				width: 154px;
				padding: 3px 5px 5px 5px;
				margin: 2px 0px 0px 8px;
				font-size: 13px;
				cursor: pointer;
			}
			.page_nav .navigation .button_home_hover {
				/*font-weight: normal;*/
				color: #323d73;
				background-color: #b6b7b8;
				width: 154px;
				padding: 3px 5px 5px 5px;
				margin: 2px 0px 0px 8px;
				font-size: 13px;
				cursor: pointer;
			}
			.page_nav .navigation .button_off {
				background-color: #f1f2f3;
				color: #323d73;
				width: 154px;
				padding: 3px 5px 5px 5px;
				margin: 2px 0px 0px 8px;
				font-size: 13px;
				/*cursor: pointer;*/
			}
			.page_nav .navigation .button .expand,
			.page_nav .navigation .button_hover .expand {
				float: right;
				width: 16px;
				height: 16px;
				line-height: 16px;
				cursor: pointer;
			}
		.page_nav .footer {
			background: url('http://www.wgte.org/wgte/images/blue/innernav_footer.png');
			background-repeat: no-repeat;
		}
		.page_nav .sidebar_list {
			width: 166px;
			padding: 0px 0px 0px 0px;
			color: #323d73;
			padding: 30px 0px 0px 7px;
		}
			.page_nav .sidebar_list .header {
				background: url('http://www.wgte.org/wgte/images/blue/sidebar_header.png');
				background-repeat: no-repeat;
				font-size: 8px;
				line-height: 8px;
				height: 8px;
			}
			.page_nav .item {
				background-color: white;
				padding: 0px 6px;
			}
			.page_nav .sidebar {
				text-align: center;
				/*border: 2px solid white;*/
				margin: 10px 0px 0px 0px;
			}
			.page_nav .sidebar_hover {
				text-align: center;
				/*border: 2px solid #323d73;*/
				cursor: pointer;
				margin: 10px 0px 0px 0px;
			}
			.page_nav .item .image {
				border: 2px solid white;
			}
			.page_nav .item .image_hover {
				border: 2px solid #323d73;
				cursor: pointer;
			}
			.page_nav .sidebar_list .footer {
				background: url('http://www.wgte.org/wgte/images/blue/sidebar_footer.png');
				background-repeat: no-repeat;
				font-size: 8px;
				line-height: 8px;
				height: 8px;
			}
	.item_list p {
		color: #323d73;
		margin: 0px 0px 14px 0px;
	}
	.item_list em {
		color: #323d73;
	}
	.item_list ul, .item_list ol {
		padding: 0px 0px 0px 15px;
	}
	.item_list li a {
		color: #323d73;
	}
	.page_section {
		width: 468px;
		padding: 12px 5px 0px 5px;
		margin: 0px 0px 40px 0px;
	}
		.page_section .body_text {
			padding: 15px 0px 0px 0px;
		}
		.page_section .page_text_area {
			padding: 0px 0px 20px 0px;
		}
		.page_section .item_list {
			padding: 0px 0px 0px 0px;
			color: #323d73;
		}
			.page_section .item_list a {
				color: #323d73;
				text-decoration: none;
			}
			.page_section .item_list a:hover {
				color: #323d73;
				text-decoration: underline;
			}
			.page_section .item_list .header {
				background: url('http://www.wgte.org/wgte/images/blue/innersection_header.png');
				background-repeat: no-repeat;
				font-size: 10px;
				line-height: 10px;
				height: 10px;
			}
			.page_section .item_list .items {
				padding: 2px 16px 8px 16px;
				background-color: #fff;
			}
				.page_section ul.additionalcontent {
					background-color: #ffffff;
					position: absolute;
					float: right;
					margin: 0px;
					padding: 0px;
					list-style: none;
					border-left: 1px solid #323d73;
					border-top: 1px solid #323d73;
					border-bottom: 1px solid #323d73;
				}
				.page_section ul.additioncontent li {
					background-color: #ffffff;
					list-style: none;
					border-top: 1px dashed #323d73;
				}
				.page_section ul.additioncontent li.title {
					border-top: 0px none;
				}
				.page_section .textbox {
					padding: 10px 0px 0px 0px;
				}
				.page_section .item {
					padding: 0px 0px 0px 0px;
					margin: 10px 0px 0px 0px;
					width: 433px;
					background-color: #f1f2f3;
				}
					.page_section .item .itemheader {
						background: url('http://www.wgte.org/wgte/images/blue/item_header.png');
						background-repeat: no-repeat;
						font-size: 8px;
						line-height: 8px;
						height: 8px;
					}
					.page_section .item .itemtitle {
						padding: 0px 0px 3px 10px;
						clear: both;
						font-weight: bold;
					}
					.page_section .item .image {
						width: 150px;
						margin: 0px 0px 0px 10px;
						border: 2px solid #e5e5e5;
					}
					.page_section .item .image_hover {
						width: 150px;
						margin: 0px 0px 0px 10px;
						border: 2px solid #323d73;
						cursor: pointer;
					}
					.page_section .item .smimage {
						width: 75px;
						margin: 0px 0px 0px 10px;
						border: 2px solid #e5e5e5;
					}
					.page_section .item .smimage_hover {
						width: 75px;
						margin: 0px 0px 0px 10px;
						border: 2px solid #323d73;
						cursor: pointer;
					}
					.page_section .item .smadditionalinfo {
						font-weight: normal;
						/*float: right;*/
						width: 328px;
						padding: 0px 0px 0px 10px;
					}
					.page_section .item .additionalinfo {
						font-weight: normal;
						/*float: right;*/
						width: 253px;
						font-size: 12px;
						padding: 0px 0px 0px 10px;
					}
					.page_section .item .additionalinfo_large {
						font-weight: normal;
						/*float: right;*/
						width: 403px;
						font-size: 12px;
						padding: 0px 0px 0px 10px;
					}
					.page_section .item .itemfooter {
						background: url('http://www.wgte.org/wgte/images/blue/item_footer.png');
						background-repeat: no-repeat;
						font-size: 8px;
						line-height: 8px;
						height: 8px;
					}
					.page_section .item .itemheader img,
					.page_section .item .itemfooter img {
						border: 0px none;
						margin: 0px 0px 0px 0px;
					}
			.page_section .item_list .footer {
				background: url('http://www.wgte.org/wgte/images/blue/innersection_footer.png');
				background-repeat: no-repeat;
				font-size: 10px;
				line-height: 10px;
				height: 10px;
			}
			.page_section #item_comments {
				color: #323d73;
				padding: 20px 0px 0px 0px;
			}
	
		.admin_section {
			width: 900px;
			padding: 10px 0px 0px 10px;
			margin: 0px 0px 40px 0px;
		}
			.admin_section .body_text {
				padding: 15px 0px 0px 0px;
			}
			.admin_section .item_list {
				padding: 20px 0px 0px 0px;
				color: #323d73;
			}
				.admin_section .item_list .header {
					background: url('http://www.wgte.org/wgte/images/blue/innersection_header.png');
					background-repeat: no-repeat;
					font-size: 10px;
					line-height: 10px;
					height: 10px;
				}
				.admin_section .item_list .items {
					padding: 2px 16px 8px 16px;
					background-color: #fff;
				}
					.admin_section .item {
						padding: 0px 0px 0px 0px;
						margin: 10px 0px 0px 0px;
						width: 433px;
						background-color: #f1f2f3;
					}
						.admin_section .item .itemheader {
							background: url('http://www.wgte.org/wgte/images/blue/item_header.png');
							background-repeat: no-repeat;
							font-size: 8px;
							line-height: 8px;
							height: 8px;
						}
						.admin_section .item .itemtitle {
							padding: 0px 0px 3px 10px;
							clear: both;
							font-weight: bold;
						}
						.admin_section .item .image {
							width: 150px;
							margin: 0px 0px 0px 10px;
							border: 2px solid #e5e5e5;
						}
						.admin_section .item .image_hover {
							width: 150px;
							margin: 0px 0px 0px 10px;
							border: 2px solid #323d73;
							cursor: pointer;
						}
						.admin_section .item .smimage {
							width: 75px;
							margin: 0px 0px 0px 10px;
							border: 2px solid #e5e5e5;
						}
						.admin_section .item .smimage_hover {
							width: 75px;
							margin: 0px 0px 0px 10px;
							border: 2px solid #323d73;
							cursor: pointer;
						}
						.admin_section .item .smadditionalinfo {
							font-weight: normal;
							float: right;
							width: 328px;
							padding: 0px 0px 0px 10px;
						}
						.admin_section .item .additionalinfo {
							font-weight: normal;
							float: right;
							width: 253px;
							font-size: 12px;
							padding: 0px 0px 0px 10px;
						}
						.admin_section .item .additionalinfo_large {
							font-weight: normal;
							float: right;
							width: 403px;
							font-size: 12px;
							padding: 0px 0px 0px 10px;
						}
						.admin_section .item .itemfooter {
							background: url('http://www.wgte.org/wgte/images/blue/item_footer.png');
							background-repeat: no-repeat;
							font-size: 8px;
							line-height: 8px;
							height: 8px;
						}
						.admin_section .item .itemheader img,
						.admin_section .item .itemfooter img {
							border: 0px none;
							margin: 0px 0px 0px 0px;
						}
				.admin_section .item_list .footer {
					background: url('http://www.wgte.org/wgte/images/blue/innersection_footer.png');
					background-repeat: no-repeat;
					font-size: 10px;
					line-height: 10px;
					height: 10px;
				}
	
	
	.page_fullsection {
		width: 650px;
		padding: 20px 0px 0px 10px;
		margin: 0px 0px 20px 0px;
	}
		.page_fullsection .body_text {
			padding: 15px 0px 0px 0px;
		}
		.page_fullsection .item_list {
			padding: 0px 0px 0px 0px;
			color: #323d73;
		}
			.page_fullsection .item_list .header {
				background: url('http://www.wgte.org/wgte/images/blue/innersection_header_full.png');
				background-repeat: no-repeat;
				font-size: 10px;
				line-height: 10px;
				height: 10px;
			}
			.page_fullsection .item_list .items {
				padding: 2px 16px 8px 16px;
				background-color: #fff;
			}
				.page_fullsection .item {
					padding: 0px 0px 0px 0px;
					margin: 10px 0px 0px 0px;
					width: 618px;
					background-color: #f1f2f3;
				}
					.page_fullsection .item .itemheader {
						background: url('http://www.wgte.org/wgte/images/blue/item_fullheader.png');
						background-repeat: no-repeat;
						font-size: 8px;
						line-height: 8px;
						height: 8px;
					}
					.page_fullsection .item .itemtitle {
						padding: 0px 0px 0px 10px;
						clear: both;
						font-weight: bold;
					}
					.page_fullsection .item .image {
						width: 150px;
						margin: 0px 0px 0px 10px;
						border: 2px solid #e5e5e5;
					}
					.page_fullsection .item .image_hover {
						width: 150px;
						margin: 0px 0px 0px 10px;
						border: 2px solid #323d73;
						cursor: pointer;
					}
					.page_fullsection .item .smimage {
						width: 75px;
						margin: 0px 0px 0px 10px;
						border: 2px solid #e5e5e5;
					}
					.page_fullsection .item .smimage_hover {
						width: 75px;
						margin: 0px 0px 0px 10px;
						border: 2px solid #323d73;
						cursor: pointer;
					}
					.page_fullsection .item .smadditionalinfo {
						font-weight: normal;
						float: right;
						width: 328px;
						padding: 0px 0px 0px 10px;
					}
					.page_fullsection .item .additionalinfo {
						font-weight: normal;
						float: right;
						width: 253px;
						padding: 0px 0px 0px 10px;
					}
					.page_fullsection .item .itemfooter {
						background: url('http://www.wgte.org/wgte/images/blue/item_fullfooter.png');
						background-repeat: no-repeat;
						font-size: 8px;
						line-height: 8px;
						height: 8px;
					}
					.page_fullsection .item .itemheader img,
					.page_fullsection .item .itemfooter img {
						border: 0px none;
						margin: 0px 0px 0px 0px;
					}
			.page_fullsection .item_list .footer {
				background: url('http://www.wgte.org/wgte/images/blue/innersection_footer_full.png');
				background-repeat: no-repeat;
				font-size: 10px;
				line-height: 10px;
				height: 10px;
			}
			.page_fullsection #flashArea {
				padding: 0px 18px 0px 18px;
				margin: 0px 0px 0px 0px;
			}
			
			.pagenums {
			}
			.pagenumber {
				float: left;
				width: 20px;
				height: 20px;
				line-height: 20px;
				text-align: center;
			}
			.pagenumber_highlight {
				background-color: #323d73;
				color: white;
				float: left;
				width: 20px;
				height: 20px;
				line-height: 20px;
				text-align: center;
			}
			
	#footer {
		clear:both;
		background: url('http://www.wgte.org/wgte/images/blue/footer.png');
		background-repeat: no-repeat;
		background-position: center center;
		font-size: 12px;
		line-height: 28px;
		text-align: center;
		font-weight: normal;
	}
	#identification {
		font-size: 12px;
		text-align: center;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 25px 0px;
	}
	#comments {
		width: 433px;
		margin: 0px 0px 5px 0px;
		font-size: 12px;
	}
		.subsection_title {
			padding: 0px 0px 0px 0px;
			clear: both;
			font-weight: bold;
		}
		#comments .comment {
			padding: 4px 5px 4px 5px;
			margin: 10px 0px 0px 0px;
			width: 433px;
			background-color: #f1f2f3;
		}
			#comments .comment .author {
				padding: 0px 0px 5px 0px;
			}
			#comments .comment .date {
				float:right;
			}
		#comments .form {
			margin: 10px 0px 0px 0px;
		}
		#comments .form textarea {
			border: 1px solid #ebe8e5;
			width: 450px;
		}
		#comments .form .formbutton_small {
			width: 447px;
			margin: 5px 0px 0px 0px;
		}
	.review {
		padding: 5px 0px 0px 0px;
		margin: 5px 0px 0px 0px;
		/*border-top: 1px solid #b8b4b1;*/
	}
	.review .taglist {
		padding: 5px 15px 0px 15px;
		margin: 0px 0px 0px 0px;
		/*border-top: 1px solid #b8b4b1;*/
	}
	.review .title {
		padding: 0px;
		margin: 0px;
		font-size: 14px;
		margin: 0px 0px 0px 13px;
		/*color: #b8b4b1;*/
	}
	.review .stars {
		padding: 0px 12px 0px 0px;
		float: right;
	}
	.review img {
		border: 0px;
	}
	.review .form {
		padding: 0px 12px 0px 0px;
		float: right;
		margin: -5px;
	}
	.review .form input {
		border: 1px solid #b8b4b1;
		width: 90px;
	}
	.review .form .formbutton_small {
		height:20px;
	}
	
	#loginpopup {
		position: fixed;
		z-index: 999;
		background-image: url('http://www.wgte.org/modules/review/background.gif');
		top: 30%;
		left: 30%;
		height: 125px;
		width: 440px;
		color: #d1d2d3;
	}
	
	#loginpopup .main {
		height: 85px;
		width: 400px;
		padding: 1px 0px 0px 0px;
		margin: 20px;
		font-size: 12px;
		background-color: #e5e5e5;
	}
		#loginmsg {
			background-color: #323d73;
			color: #e5e5e5;
			margin: 10px 10px 10px 10px;
			width: 380px;
			font-size: 16px;
			font-weight: bold;
			text-align: center;
			line-height: 26px;
		}
		
		#loginform {
			margin: 0px;
			padding: 0px;
		}
		#loginform form {
			margin: 0px;
			padding: 0px;
		}
			#loginform form label {
				margin: 20px 0px 0px 0px;
				color: #323d73;
				font-size: 10px;
				padding: 0px;
				width: 120px;
				text-align: right;
				position: absolute;
			}
			/*p {
				background-color: #00ff00;
				padding: 0px;
				margin: 0px;
				display: block;
				line-height:26px;
			}*/

/* COPY EVERYWHERE */
.button_light, .sun_off, .off, .sat_off
{
	font-size: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	/*font-weight: bold;*/
	text-align: center;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	color: #666666;
}
.button_light_hover
{
	font-size: 10px;
	background-color: #e5e5e5;
	border: 1px solid #cccccc;
	/*font-weight: bold;*/
	text-align: center;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	color: #666666;
	cursor: pointer;
}

.button_light_off
{
	font-size: 10px;
	background-color: #F6F6F6;
	border: 1px solid #DEDEDE;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	color: #DEDEDE;
}

.button_mid, .sun_notdate, .sat_notdate, .notdate
{
	font-size: 10px;
	background-color: #8B8B8B;
	border: 1px solid #C4C4C4;
	font-weight: bold;
	text-align: center;
	height: auto;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	color: #E0E0E0;
	cursor: pointer;
}
.button_mid_hover
{
	font-size: 10px;
	background-color: #636363;
	border: 1px solid #C4C4C4;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	color: #E0E0E0;
	cursor: pointer;
}
.button_mid_off
{
	font-size: 10px;
	background-color: #BBBBBB;
	border: 1px solid #D0D0D0;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	color: #D0D0D0;
}

.button_dark, .sun_current, .sat_current, .current
{
	font-size: 10px;
	background-color: #999999;
	border: 1px solid #999999;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	color: #dedede;
}

.button_dark_off
{
	font-size: 102px;
	background-color: #EFEFEF;
	border: 1px solid #DEDEDE;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	color: #F6F6F6;
}

.button_dark, .button_dark_hover, .button_mid, .button_mid_hover, .button_light, .button_light_hover, .button_light_off, .button_mid_off
{
		cursor: pointer;
}
.button_dark_hover
{
	font-size: 10px;
	background-color: #999999;
	border: 1px solid #cccccc;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	color: #dedede;
}
.calendar_title {
	font-size: 12px;
	background-color: #999999;
	border: 1px solid #999999;
	/*font-weight: bold;*/
	text-align: center;
	height: auto;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	color: #ffffff;
}
.calendar_head {
	font-size: 11px;
	background-color: #e5e5e5;
	border: 1px solid #cccccc;
	/*font-weight: bold;*/
	text-align: center;
	height: auto;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	color: #666666;
}
.calendar_nav {
	font-size: 11px;
	/*background-color: #999999;
	border: 1px solid #999999;
	font-weight: bold;*/
	text-align: center;
	height: auto;
	margin: 0px;
	/*padding: 3px 5px 3px 5px;*/
	color: #ffffff;
}

.admin_menu {
	list-style: none;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: right;
	width: 775px;
}
.admin_menu li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	list-style: none;
	float: right;
	text-decoration: none;
}
.admin_menu li.hover {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	list-style: none;
	float: right;
	text-decoration: underline;
}