﻿/* 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 */

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

ul
{
	margin:5px 0 5px 20px;
	list-style-type:disc;	
}

li
{
	line-height:15px;
}

ol
{
	margin:5px 0 5px 20px;
	list-style-type:decimal;
}

html
{
	text-align:center;
}

body
{
	width:1000px;
	margin:0 auto;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #808080;
	/*min-height: 500px; */
}

p
{
	padding-bottom:10px;
	line-height:15px;
}

a
{
	/*text-decoration:none;*/
	/*color:#B28D46;*/
	color:Blue;
	text-decoration:underline;
	font-weight:bold;
}

form
{
	
}

h1
{
	font-size:20px;
	margin:0 0 10px 0;
}

h2
{
	font-size:16px;
	font-weight:bold;
	color:#BB0430;
	line-height:20px;
}

fieldset
{
	border:solid 2px #ccc;
	margin:10px 0;
	padding:10px;
}

fieldset legend
{
	font-weight:bold;
}

.render
{
	font-size:15px;
	background-color:#C5C0B7;
	border:solid 1px #aaaaaa;
	padding:3px;
	color:#222222;
}

.validity
{
	margin: 0;
	padding: 0 0 0 15px;
	width: 250px;
	text-align: left;
}

.validity li
{
	list-style-type: disc;
	color: #000;
}

.whettstone
{
	float:right;
	font-weight:bold;
	color:#fff;
	text-decoration:none;	
}

.whettstone .location
{
	font-size:8px;
}

/*** STRUCTURE ***/
#header
{
	
}

#navigation
{
	/*min-height:500px;*/
	background-color:#E2D088;
	vertical-align:top;
}

#content
{
	/*min-height:500px;*/
	background-color:#fff;
	vertical-align:top;
	padding:15px;
}

#footer
{
	width:100%;
	height:150px;
	background-color:#000;
	color: #FFFFFF; 
	position:relative;	
}

#footer_content
{
    text-align: center; 
    margin:0 auto; 
    width:800px;
    padding-top:5px;
}

#footer_copy
{
    text-align:center; 
    padding-top:10px;
}

#footer a
{
	text-decoration: none;
    color: #FFFFFF;
    font-weight:normal;
    line-height:18px;
}

/*** NAVIGATION ***/
#navigation h3
{
    text-align:center;
}
#navigation ul
{
	margin:0;
	list-style-type:none;
}
#navigation .anonymous li
{
	margin:1px 0;
}
#navigation .anonymous a
{
	margin:0 3px;
	width:144px;
	height:auto;
	display:block;
	color:#fff;
	background-color:#000;
	border:solid 1px #fff;
	text-decoration:none;
	line-height:15px;
	font-weight:bold;	
	font-size:13px;
	padding:3px;
}

#navigation .anonymous a:hover
{
	color:#000;
	background-color:#CCC;
}

/* MESSAGE BOARD */
tr.unreadmessage td
{
    font-weight: bold;
}
.message h1
{
	font-size:18px;
}
.message .body
{
	padding:10px;
}
/* MESSAGE BOARD */

/* NEWS */
.newstory h1
{
	font-size:15px;
	background-color:#C5C0B7;
	border:solid 1px #aaaaaa;
	padding:3px;
	margin:0;
}
/* NEWS */

/* LIST */
.listborder
{
	border-right:solid 1px #aaaaaa;border-left:solid 1px #aaaaaa;border-bottom:solid 1px #aaaaaa;
	overflow:auto;
}
.list a
{
	text-decoration:none;
	font-weight:bold;
	color:#B28D46;
}
.list a:hover
{
	text-decoration:underline;
	color:#222222;
}
.list
{
	padding:10px;margin-bottom:10px;
}
.list table tr th
{
	font-weight:bold;
}
.list dl dt
{
	padding:5px 0;
}
.list dl dt a
{
	font-size:14px;
}
.list dl dd
{
	padding:0 10px 10px 10px;
	border-bottom:dashed 1px #000;
}
.list .more
{
	margin-top:5px;
	float:right;
}
/* LIST */

/* FORMS */
.tool,.datanav
{
	border:solid 3px #E2D088;
	background-color:#F7E496;
	padding:5px;
	margin:10px auto;
	border-spacing:5px;
}

.datanav table
{
	border-spacing:3px;
	width:auto;
}

.datanav .criteria
{
	background-color:#E2D088;
	border:0;
}

.tool .label
{
	width:100px;
}

.datepicker
{
	width:70px;
}

.form td, .form th
{
	vertical-align: top;
            padding: 4px;
            text-align: left;
}

.form th
{
	font-weight:bold;
}

.required
{
    background-color: #FFFF7A;
    border: solid 1px #ABA29C;
}

.grid
{
	margin: 10px 0 10px 0;
	width: 100%;
}

.grid thead
{
	background-color: #E2D088;
	border: solid 1px #7E8A92;
}

.grid thead th
{
	font-weight:bold;
	text-align:left;
	padding:3px 0;
}

.grid tbody td
{
	border-bottom: solid 1px #7E8A92;
	padding:2px;
}

.event_calendar_container
{
	vertical-align:top;
	padding-right: 10px; 
	background-color: #fff;	
}

.event_calendar
{
	background-color: #FBFBCF;
	border:solid 1px #FECC69;	
}

.event_calendar_title
{
	background-color:#990100;
	color:#fff;	
	font-size:13pt;
	line-height:14pt;
	height:20px;		
}

.event_calendar_dayheader
{
	background-color:#FECC69;
	color:#8D5C8F;
	font-weight:bold;
	padding:2px;
	
}

.event_calendar_day
{
	padding:1px;
	border:solid 1px #FECC69;
}

.event_calendar_day a
{
	text-decoration:none;
}

/* FORMS */

.numeric
{
	width: 50px;
}

.datepicker
{
	width:90px;
}

.timepicker
{
	width:60px;
}

.championshipyearlysummary
{
    border:solid 1px #7E8A92;
}

.championshipyearlysummary th,.championshipyearlysummary td
{
    text-align:center;
}

.championshipyearlysummary thead
{
    background-color: #ccc;
	border: solid 1px black;
}

.championshipyearlysummary .firstcolumn
{
    text-align:left;
}

.championshipyearlysummary tbody td
{
	border-bottom: solid 1px #ccc;
}

.currentuser
{
    text-align:center;
    margin:5px 0 10px 0;
    font-size:12px;
    font-weight:bold;
}

.instruction
{
    border: solid 2px #ccc;
	background-color: #E2D088;
	padding: 10px;
}