/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content{width:1008px;font-family: Arial, Helvetica, sans-serif;}
#toplinks{position:absolute; right:10px; top:2px; z-index: 11; text-align:right;font-family: Arial, Helvetica, sans-serif;}
#footer{width:1008px; background-color:#F0F0F0; padding:10px 0 10px 0;font-family: Arial, Helvetica, sans-serif;}

.gradient h1 {
	font: bold 310%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0px 0 0px 0;
	color: #464646;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-shadow: #999999 1px 3px 2px;
}
.gradient h1 span {
	background: url(/images/gradient-glossy.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 18px;
	margin-top: 5px;
}
.gradient a {
	color: #000;
	text-decoration: none;
}
.gradient a:visited {
	color: #000;
}
.gradient a:hover {
	color: #555;
}

table.calendar {border: thin dotted #999; height: 600px; border-bottom: none; border-left: none;}
table.calendar td, th {text-align: left; border: 0}
table.calendar th {height: 10px; font-size: 9pt; border-width: medium; border-style: dashed; border-right: none; border-top: thin; border-left: thin dashed green;}
table.calendar td {width: 125px; height: 75px; font-size: 12pt; vertical-align: top; border-width: thin; border-style: dashed; border-top: none; border-right: none}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 15pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev1, table.calendar .calendar-next1 {font-weight: normal; font-size: 11pt;}
table.calendar .calendar-prev2, table.calendar .calendar-next2 {font-weight: normal; font-size: 9pt;}
table.calendar th {color: green; text-align: center;}
table.calendar td.linked-day {font-size: 12pt}
table.calendar td.emptydaysstart {background: url('/images/stripebg.png');}
table.calendar td.emptydaysend {background: url('/images/stripebg.png');}

table.prevnext {width: 100%; margin-top: .3em;}
table.prevnext td{
	font-size: smaller;
}
table.prevnext td a{text-decoration: none}

input{
	border: solid;
	border-width: 1px;
	border-color: #CCC;
	background-color: #E9E9E9;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
}
input.search:hover {
	background-color: #FFF;
}
input.searchtext:hover {
	border-color: #C00;
}
option  {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  }
.otheryears {
	color: #008000;
	font-size: 14px;
}
.mypagetitle {
	color: #008000;
	width: 100%;
	border: medium dotted #008000;
	border-bottom: none;
	/* border-right: none; */
}
.mypagetitle h2 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: #00D000 1px 1px 1px;
}
.myoutput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	border: medium dotted #999;
	text-align: left;
}
.myoutputlinks {
	float:right;
	margin-left: 4px;
	font-size: 11px;
	border: thin dotted #666;
	border-top: none;
	border-right: none;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#C00;
}
.titletext a {
	color:#666;
}

.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#C00;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}

.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#C00;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#C00;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
