﻿/* RESET */
td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ul,ol,dd,dt,dl,var,tt,sup,sub,strong,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html{font:100% inherit inherit inherit;margin:0;padding:0;border:0;vertical-align:baseline}td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ul,ol,dd,dt,dl,var,tt,sup,sub,strong,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html,:focus{outline:0}body{line-height:1;color:black;background:white}ul,ol{list-style:none}td,th,caption{text-align:left;font-weight:normal}q:after,q:before,blockquote:after,blockquote:before{content:""}q,blockquote{quotes:"" ""}
/* RESET */

html
{
	text-align:center;
}

body
{
	width:719px;
	margin:0 auto;
	text-align:left;
	background-color:#F2F2F2;
}

form
{
	font-family: Arial;
	font-size: 12px;
}

a
{
	color:black;	
	text-decoration:underline;
}

a:hover
{
	text-decoration:underline;
	color:#6F6A16;	
}

/**************/
/*Site Master */
/**************/
.heading
{
	
	background-image:url('../media/image/header.png');
	width:719px;
	height:171px;
	clear:both;
}

#toprightnav
{
	margin-top:50px;
	float:right;
	margin-bottom:5px;
}

#toprightnav a
{
	color:#6F6A16;	
	text-decoration:none;
}

#toprightnav a:hover
{
	color:black;
}

#play
{
	width:50px;
	color:#6F6A16;	
	float:left;
	margin-top:40px;
	margin-left:20px;
	font-size:20px;
	line-height:20px;
}

#logo
{
	float: left;
	margin-left:-30px;
	margin-top:-28px;
}

#seperator
{
	background-color:White;
	color:White;
	height:3px;
	width:718px;
	clear:both;
}

.content
{
	width:678px;
	background-color:#EDE954;
	padding:20px;
	line-height:15px;
	overflow:hidden;
}

#footer
{
	margin-top:5px;
	width:719px;
	text-align:center;
	z-index:10000;
	position:relative;
}

/* ladybugs */
#bugnav
{
	margin-bottom:-8px;
	height: 20px;
	width: 18px;
}

#bugcontent
{
	float:right;
	margin-right:-66px;
	margin-top:-66px;
}

/**************/
/*   Pages    */
/**************/
.pageheading
{
	color:#6F6A16;	
	font-weight:bold;
	font-size:24px;
	margin-bottom:10px;
	background-image:url('../media/image/bug/bug-header.png');
	background-repeat:no-repeat;
	line-height:40px;
	height:40px;
	padding-left:48px;
}

.subheading
{
	color:#6F6A16;	
	font-weight:bold;
	font-size:16px;
	margin:5px 0;
}

.griddata
{
	width:100%;
}

.griddata thead th
{
	font-size:18px;
	padding:2px;
	border-bottom:solid 2px #928B16;
	color:#6F6A16;	
}

.griddata tbody td
{
	padding:5px;
	border-bottom:solid 1px #928B16;
}

.calendar
{
	background-color:#fff;
	float:right;
	width:180px;
}

.calendar td, .calendar th
{
	text-align:center;
	font-size:14px;
	padding:2px;
}

.calendar a
{
	text-decoration:none;
}

.calendar .title
{
	background-color:#928B16;
	color:#fff;	
	text-align:center;
	padding:0;
	margin:0;
}

.calendar .selected
{
	background-color:#928B16;
	color:#fff;
	font-size:20px;
}

.calendar .hasevent
{
	font-weight:bold;
	background-color:#928B16;
}

.calendar .hasevent a:hover
{
	color:#6F6A16;
}