/*******************************************************************
*                       Weather Page CSS                           *
*******************************************************************/
.WeatherHomeMainTitle
{
	text-align: center;
	font-family: Papyrus, Garamond;
	font-weight: bold;
	font-size: 24pt;
    position: relative;
	float: left;
	vertical-align: middle;
    height: 80px;
    width: 100%;
}

.WeatherHomeMainSubTitle
{
    font-family: Garamond;
    font-size: 12pt;
}

.ErrorDiv
{
    position: relative;
    float: left;
    width: 100%;
    color: Red;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 12pt;
}

/*
    Used in WeatherTables pages
*/
.TablePageTitle
{
    position: relative;
    float: left;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 14pt;
    width: 100%;
    text-align: center;
}

/*
    Used in WeatherTables pages
*/
.TopLinkLeftDiv
{
    position: relative;
    float: left;
    width: 150px;
    text-align: left;
}

/*
    Used in WeatherTables pages
*/
.TopLinkRightDiv
{
    position: relative;
    float: right;
    width: 150px;
    text-align: right;
}

/*
    Used in AnnualClimateReport.aspx, NOAAMonthlyReport.aspx
*/
.NOAATextDiv
{
    position: relative;
    float: left;
    font-family: Courier New;
    font-size: 10pt;
}

.AnnualReportLongDiv
{
    position: relative;
    float: left;
    width: 750px;
}

.AnnualReportPrecipDiv
{
    position: relative;
    float: left;
    width: 375px;
}

.AnnualReportWindDiv
{
    position: relative;
    float: left;
    width: 275px;
    padding-left: 75px;
}

.ClimateReportContainer
{
    position: relative;
    float: left;
    width: 750px;
}

.ClimateReportTempDiv
{
    position: relative;
    float: left;
    width: 400px;
}

.ClimateReportWindDiv
{
    position: relative;
    float: left;
    width: 275px;
    padding-left: 75px;
}

.ClimateReportBarometerDiv
{
    position: relative;
    float: left;
    width: 400px;
}

.ClimateReportRainDiv
{
    position: relative;
    float: left;
    width: 275px;
    padding-left: 75px;
}

.PageBreakBefore
{
    page-break-before: always;
}

.GenericDiv
{
    position: relative;
    float: left;
}

.StatsBox
{
	position: absolute;
	right: 10px;
	top: 10px;
}

.calendarCells
{
    vertical-align: top;
}

.calendarCellsRecords
{
    position: relative;
    float: left;
    width: 70%;
    text-align: left;
    margin-left: 2px;
}

.calendarCellsDays
{
    position: relative;
    float: right;
    width: 20%;
    text-align: right;
    margin-right: 2px;
}

.HeatIndexTable
{
    width: 95%;
    border: solid 1px black;
    padding: 0px;
}

.HeatIndexTH
{
    width: 4.5%;
}

.TopBorder
{
    border-top: solid 2px black;
}

.BottomBorder
{
    border-bottom: solid 2px black;
}

.NoBorderBottom
{
    border-bottom: 0px;
}

.ThinBorderRight
{
    border-right: solid 1px grey;
}

.HeatIndexCell
{
    border-bottom: solid 1px grey;
    border-right: solid 1px grey;
    text-align: right;
}

.HeatIndexCellRight
{
    border-right: solid 2px black;
}

.HeatIndexCellLeft
{
    border-left: solid 1px black;
}

.HeatIndexCellBottom
{
    border-bottom: solid 2px black;
}

.Percent4
{
    width: 4%;
	position: relative;
	float: left;
}

.Percent15
{
    width: 15%;
	position: relative;
	float: left;
}

.Percent20
{
    width: 20.9%;
	position: relative;
	float: left;
}

.Percent33
{
	width: 32.8%;
	position: relative;
	float: left;
}

.AlignLeft
{
	text-align: left;
}

.AlignCenter
{
	text-align: center;
}

.AlignRight
{
	text-align: right;
}

.NoBorderTextBox
{
	border: solid 0px black;
	text-align: right;
	background-color: Transparent;
	font-family: Times New Roman;
}

.WeatherPageTitle
{
    position: relative;
    float: left;
	text-align: left;
	font-family: Garamond;
	font-weight: bold;
	font-size: 26pt;
}

.WLKTitle
{
	text-align: center;
	font-family: Papyrus, Garamond;
	font-weight: bold;
	font-size: 20pt;
}

/*
    Using Default.aspx
*/
.WeatherHomeBoxes
{
	height: 175px;
	width: 250px;
	border: solid 2px black;
	position: absolute;
	top: 200px;
	left: -300px;
	float: left;
	background-color: #F1F1F1;
	padding: 3px;
}

/*
    Using Default.aspx
*/
.WeatherHomeBoxesTall
{
	height: 210px;
	width: 250px;
	border: solid 2px black;
	position: absolute;
	top: 200px;
	left: -300px;
	float: left;
	background-color: #F1F1F1;
	padding: 3px;
}

.WeatherHomeBoxesRight
{
	height: 175px;
	width: 221px;
	border: solid 2px black;
	padding: 2px;
	position: relative;
	float: right;
}

.WeatherSpacerBox
{
    width: 30px;
    position: relative;
    float: left;
}

.OverAllBox
{
	width: 750px;
	position: relative;
    float: left;
}

.NoBorder
{
    border: solid 0px black;
}

/*
    MonthlyWeatherTable.aspx
*/
.MonthlyWeatherRecordsTable
{
    border: solid 1px gray;
    width: 2175px;
    text-align: right;
}

/*
    DailyWeatherTable.aspx
*/
.WeatherRecordsTable
{
    border: solid 1px gray;
    width: 1500px;
    text-align: right;
}

/*
    DailyWeatherTable.aspx
*/
.DailyHeaderDateTime
{
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    width: 70px;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px gray;
}

/*
    DailyWeatherTable.aspx
*/
.DailyHeaderValues
{
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    width: 50px;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px gray;
}


/*
    Used in default.aspx
*/
.SideBox
{
    width: 165px;
    position: relative;
    float: left;
}

/*
    Used in default.aspx
*/
.SidebarTitle
{
    position: relative;
    float: left;
    width: 159px;
    font-family: Comic Sans MS, Garamond;
    font-size: 12pt;
    color: White;
    background-color: #384685;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    margin-bottom: 3px;
    margin-right: 3px;
}

/*
    Used in default.aspx
*/
.SidebarContent
{
    position: relative;
    float: left;
    width: 154px;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    margin-bottom: 3px;
    margin-right: 3px;
}

/*
    Used in default.aspx
*/
.GraphSideSpacer
{
    position: relative;
    float: left;
    width: 276px;
}

/*
    Used in default.aspx
*/
.MainSummaryBox
{
    width: 652px;
    position: relative;
    float: left;
    border: solid 2px #6475BE;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 1px;
}

/*
    Used in default.aspx
*/
.SummaryLabelDiv
{
    position: relative;
    float: left;
    width: 100%;
    color: White;
    background-color: #384685;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 3px;
}

/*
    Used in default.aspx
*/
.TemperatureSummaryDiv
{
    position: relative;
    float: left;
    width: 216px;
    font-family: Comic Sans MS, Garamond;
    font-size: 12pt;
    margin-top: 1px;
    margin-right: 1px;
    height: 301px;
}

/*
    Used in default.aspx
*/
.OtherSummaryDiv
{
    position: relative;
    float: left;
    width: 216px;
    font-family: Comic Sans MS, Garamond;
    font-size: 12pt;
    margin-top: 1px;
    margin-right: 1px;
    height: 168px;
}

/*
    Used in default.aspx
*/
.ThermometerPicDiv
{
    position: relative;
    float: left;
    width: 65px;
    height: 175px;
}

/*
    Used in default.aspx
*/
.CurrentTemperatureDiv
{
    position: relative;
    float: left;
    font-family: Comic Sans MS, Garamond, Sans-Serif;
    font-size: 14pt;
    width: 148px;
    height: 23px;
    text-align: center;
    border-bottom: solid 1px #6373BE;
    margin-right: 2px;
    margin-top: 15px;
}

/*
    Used in default.aspx
*/
.OtherTemperatureDataDiv
{
    position: relative;
    float: left;
    font-family: Garamond, Sans-Serif;
    font-size: 12pt;
    width: 142px;
    text-align: left;
    border-bottom: solid 1px #6373BE;
    padding: 3px;
    margin-right: 2px;
}

/*
    Used in default.aspx
*/
.WeatherValuesDiv
{
    position: relative;
    float: right;
    text-align: right;
}

/*
    Used in default.aspx
*/
.TemperatureHighsLowsColumn
{
    position: relative;
    float: left;
    width: 71px;
    font-family: Arial, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
    height: 34px;
    vertical-align: middle;
}

/*
    Used in default.aspx
*/
.TemperatureHighsLowsValuesColumn
{
    position: relative;
    float: left;
    width: 72px;
    font-family: Arial, Sans-Serif;
    font-size: 8pt;
    text-align: center;
    height: 17px;
    vertical-align: middle;
}

/*
    Used in default.aspx
*/
.WeatherDataDivTop
{
    position: relative;
    float: left;
    font-family: Garamond, Sans-Serif;
    font-size: 12pt;
    width: 193px;
    text-align: left;
    border-bottom: solid 1px #6373BE;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 2px;
    margin-top: 15px;
    height: 18px;
    vertical-align: bottom;
}

.WeatherDataDiv
{
    position: relative;
    float: left;
    font-family: Garamond, Sans-Serif;
    font-size: 12pt;
    width: 193px;
    height: 18px;
    text-align: left;
    border-bottom: solid 1px #6373BE;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 2px;
}

/*
    Used in default.aspx
*/
.BoldText
{
    font-weight: bold;
}

.TemperatureSummaryLabelDiv
{
    position: relative;
    float: left;
    width: 215px;
}

.LastUpdatedDiv
{
    width: 100%;
    position: relative;
    float: left;
    border-bottom: solid 1px #6373BE;
    font-family: Garamond;
    font-size: 10pt;
}

.SnowLastUpdateDiv
{
    width: 100%;
    position: relative;
    float: left;
    font-family: Garamond;
    font-size: 10pt;
}

/*
    Used in Default.aspx
*/
.WeatherBoxTitle
{
	text-align: center;
	font-family: Garamond;
	font-weight: bold;
	font-size: 14pt;
	width: 100%;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: solid 1px #6373BE;
}

/*
    Used in Default.aspx
*/
.WeatherBoxContent
{
	text-align: left;
	font-family: Garamond;
	font-size: 12pt;
	width: 117px;
	padding-left: 5px;
	position: relative;
	float: left;
}

.GraphBoxs
{
    width: 652px;
    position: relative;
    float: left;
}

.GraphText
{
	text-align: center;
	font-family: Garamond;
	font-size: 10pt;
}

.Width400px
{
    width: 400px;
    position: relative;
    float: left;
}

.SpacerBox
{
	width: 99%;
	position: relative;
	float: left;
}

.RedText
{
	color: #ff0000;
}

.BlueText
{
	color: #0000ff;
}

.SummaryTitle
{
	text-align: left;
	font-family: Garamond;
	font-weight: bold;
	font-size: 20pt;
}

.RecordType
{
	width: 175px;
	text-align: left;
}

.RecordTypeHighLow
{
	width: 150px;
	text-align: left;
}

.RecordValue
{
	width: 75px;
	text-align: right;
}

.RecordYear
{
	width: 50px;
	text-align: right;
}

.HighLowTime
{
	width: 75px;
	text-align: right;
}

.RecordTitle
{
	background-color: #526BB3;
	text-align: center;
	font-weight: bold;
}
.OddRecord
{
	background-color: #CCCFDC;	
}

.OddRecordLight
{
    background-color: #EAEBF0;
}

.EvenRecord
{
	background-color: white;
}

/*
    Used in YearlySummary.aspx
*/
.OverallSummaryDiv
{
    position: relative;
    float: left;
    border: solid 2px #6475BE;
    width: 473px;
}

/*
    Used in YearlySummary.aspx
*/
.YearlyRowDiv
{
    position: relative;
    float: left;
    width: 473px;
    border-bottom: solid 1px #6475BE;
}

/*
    Used in YearlySummary.aspx
*/
.WeatherTypeDiv
{
    position: relative;
    float: left;
    width: 194px;
    border-right: solid 1px #6475BE;
    padding: 3px;
}

/*
    Used in YearlySummary.aspx
*/
.WeatherHeaderFormats
{
    text-align: center;
    font-family: Garamond;
    font-size: 12pt;
    font-weight: bold;
    color: White;
    background-color: #384685;
    text-align: center;
}

/*
    Used in YearlySummary.aspx
*/
.WeatherValueDiv
{
    position: relative;
    float: left;
    width: 65px;
    border-right: solid 1px #6475BE;
    padding: 3px;
    text-align: right;
}

/*
    Used in YearlySummary.aspx
*/
.WeatherDateDiv
{
    position: relative;
    float: left;
    width: 194px;
    padding: 3px;
    text-align: right;
}

.HighLowSummaryDiv
{
	position: relative;
	float: left;
	width: 350px;
}

.TableBorder1px
{
	border: solid 1px black;
}

.WeatherBackgroundColor
{
	background-color: #F1F1F1;
}

.WLKBackgroundColor
{
	background-color: #D6EEFF;
}

.RedText
{
	color: Red;
}

.Percent5
{
	position: relative;
	float: left;
	width: 5%;
}

.Percent50
{
	position: relative;
	float: left;
	width: 49.8%;
}

.WeatherType
{
    width: 205px;
    position: relative;
	float: left;
}

.WeatherValue
{
    width: 80px;
    position: relative;
    float: left;
}

.WeatherDate
{
    width: 150px;
    position: relative;
	float: left;
}

.OverallDiv
{
    width: 100%;
    position: relative;
    float: left;
}

.SpacerDiv
{
    position: relative;
	float: left;
	width: 100%;
}

/*
    Used in default.aspx
*/
.SpaceDivSmall
{
    position: relative;
	float: left;
	width: 100%;
	height: 5px;
	font-size: 5px;
}

.WLKDiscription
{
	font-family: Times New Roman;
	font-size: 12pt;
	text-align: left;
	position: relative;
	float: left;
	width: 90%;
}

.CalendarHeaderBoxRight
{
    font-family: Papyrus, Garamond;
    font-size: 12pt;
    text-align: center;
    position: relative;
    float: right;
    width: 12.3%;
}

.CalendarHeaderBoxLeft
{
    font-family: Papyrus, Garamond;
    font-size: 12pt;
    text-align: center;
    position: relative;
    float: left;
    width: 12.3%;
}

.CalendarHeaderBoxMid
{
	font-family: Papyrus, Garamond;
	font-size: 20pt;
	position: relative;
	float: left;
	text-align: center;
	width: 50%;
}

.CalendarOverallBox
{
	position: relative;
	float: left;
	width: 100%;
}

.tableCellRight
{
	text-align: right;
}

.tableClass
{
    border-top: solid 2px black;
    border-left: solid 2px black;
}

.AlignLeft
{
	text-align: left;
}

.AlignCenter
{
	text-align: center;
}

.AlignRight
{
	text-align: right;
}

.CurrentWeatherSummary
{
    width: 345px;
    position: relative;
    float: left;
}

.CurrentTemperature
{
    width: 181px;
    position: relative;
    float: left;
    text-align: center;
    font-family: Arial;
    font-size: 14pt;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 2px black;
    height: 60px;
}

.HighValue
{
    color: Red;
    width: 131px;
    position: relative;
    float: left;
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
    border-right: solid 2px black;
    border-top: solid 2px black;
    border-bottom: solid 1px black;
    height: 34px;
}

.LowValue
{
    color: Blue;
    width: 131px;
    position: relative;
    float: left;
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
    border-right: solid 2px black;
    border-bottom: solid 2px black;
    height: 35px;
}

.CurrentWeatherSpacer
{
    width: 20px;
    position: relative;
    float: left;
}

.CurrentWeatherTempHeader
{
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 16pt;
    font-family: Garamond;
    padding: 3px;
}

.CurrentWeatherTimeHeader
{
    width: 100%;
    text-align: center;
    font-size: 12pt;
    font-family: Arial;
    padding: 3px;
}

.CurrentWeatherHeaders
{
    width: 175px;
    font-family: Arial;
    font-size: 12pt;
    position: relative;
    float: left;
    border-top: solid 2px black;
    border-left: solid 2px black;
    border-right: solid 2px black;
    padding: 3px;
}

.CurrentWeatherValues
{
    width: 125px;
    font-family: Arial;
    font-size: 12pt;
    position: relative;
    float: left;
    border-top: solid 2px black;
    border-right: solid 2px black;
    padding: 3px;
    text-align: right;
}

.CurrentWindHeader
{
    width: 175px;
    font-family: Arial;
    font-size: 12pt;
    position: relative;
    float: left;
    border-top: solid 2px black;
    border-left: solid 2px black;
    border-right: solid 2px black;
    padding: 3px;
    height: 50px;
}

.CurrentAvgWindValues
{
    width: 125px;
    font-family: Arial;
    font-size: 12pt;
    position: relative;
    float: left;
    border-top: solid 1px black;
    border-right: solid 2px black;
    padding: 3px;
    text-align: right;
    height: 22px;
}

.CurrentHighWindValues
{
    width: 125px;
    font-family: Arial;
    font-size: 12pt;
    position: relative;
    float: left;
    border-top: solid 2px black;
    border-right: solid 2px black;
    padding: 3px;
    text-align: right;
    height: 21px;
}

.Spacer100
{
    width: 100%;
    height: 3px;
    position: relative;
    float: left;
}

.ForecastProvidedByDiv
{
    position: absolute;
    top: 5px;
    left: 5px;
}

.Width100
{
    width: 100%;
}

.ForecastHighLowDiv
{
    position: relative;
    float: left;
    width: 100%;
}

/*******************************************************************
*                          Buttons                                 *
*******************************************************************/

.graphButtons
{
    border: solid 0px black;
    color: Blue;
    background-color: Transparent;
    font-size: 10px;
    font-family: Arial;
    padding-right: 0px;
    padding-left: 0px;
}

.graphButtonsHover
{
    border: solid 0px black;
    color: Maroon;
    background-color: Transparent;
    font-size: 10px;
    font-family: Arial;
    cursor: pointer;
    text-decoration: underline;
    padding-right: 0px;
    padding-left: 0px;
}

.calendarButtons
{
    border: solid 0px black;
    font-family: Comic Sans MS;
    font-size: 14pt;
    color: #6373BE;
}

.calendarButtons:Hover
{
    cursor: pointer;
    text-decoration: underline;
}

/*******************************************************************
*                          Fonts and Anchors                       *
*******************************************************************/

h1
{
    text-align: center;
	font-family: Papyrus, Garamond;
	font-weight: bold;
	font-size: 18pt;
}



.CalendarFont
{
	font-family: Papyrus, Garamond;
}

a
{
	font-family: Comic Sans MS;
	text-decoration: none;
	color: #6373BE;
}

a:hover
{
	text-decoration: underline;
	color: #6373BE;
}

a.SidebarLinks
{
    color: #6373BE;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
}

a.SidebarLinks:hover
{
    text-decoration: underline;
}

a.CurrentWeather
{
    font-family: Garamond MS Sans Serif;
    font-size: 14pt;
    text-decoration: none;
}

a.CurrentWeather:hover
{
    font-family: Garamond MS Sans Serif;
    font-size: 14pt;
    text-decoration: underline;
}

a.CurrentWeather:visited
{
    font-family: Garamond MS Sans Serif;
    font-size: 14pt;
}

a.WLK
{
	font-family: Times New Roman;
	text-decoration: none;
	color: blue;
}

a.WLK:hover
{
	font-family: Times New Roman;
	text-decoration: underline;
	color: blue;
}

a.WLK:visited
{
	font-family: Times New Roman;
	color: blue;
}

a.ViewGraph
{
    font-size: 10px;
    font-family: Arial;
    color: Blue;
    text-decoration: none;
}

a.ViewGraph:hover
{
    font-size: 10px;
    font-family: Arial;
    color: Maroon;
    text-decoration: underline;
}

a.ViewGraph:visited
{
    font-family: Arial;
    font-size: 10px;
}

a.CurrentWeatherLinks
{
    font-size: 12px;
    font-family: Arial;
    color: Blue;
    text-decoration: none;
}

a.CurrentWeatherLinks:hover
{
    color: Maroon;
    text-decoration: underline;
}

a.ReturnLinks
{
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    text-decoration: none;
    color: #384685;
}

a.ReturnLinks:hover
{
    text-decoration: underline;
}

/*******************************************************************
*                          XML Feed                                *
*******************************************************************/
.weatherTable
{
    padding: 0px;
    border: solid 1px black;
}

.labelColumn
{
    width: 100px;
    border-left: solid 1px black;
    border-top: solid 1px black;
    color: Black;
    text-align: left;
}

.currentColumn
{
    width: 70px;
    border-left: solid 1px black;
    border-top: solid 1px black;
    color: Black;
    text-align: right;
}

.highColumn
{
    width: 120px;
    border-left: solid 1px black;
    border-top: solid 1px black;
    color: Red;
    text-align: right;
}

.lowColumn
{
    width: 120px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
    color: Blue;
    text-align: right;
}

.AdminLabel
{
    position: relative;
    float: left;
    font-family: Comic Sans MS;
    font-size: 10pt;
    text-align: right;
    width: 200px;
    padding: 5px;
}

.AdminField
{
    position: relative;
    float: left;
    width: 300px;
    text-align: left;
}

.AdminFieldLine
{
    position: relative;
    float: left;
    width: 100%;
}


/*******************************************************************
*                          Tool Tips                               *
*******************************************************************/
.tooltiptitle
{
	color: White;
	background-color: Navy;
	padding: 2px;
	text-decoration: none;
	text-align: center; 
	font-family: Garamond;
	font-weight: bold;
	font-size: 12pt;
	width: 176px;
}

.tooltipcontent
{
	color: Navy;
	background-color: White;
	border-left: solid Navy 1px;
	padding-left: 1px;
	text-decoration: none;
	font-family: Garamond;
	font-size: 12pt;
	position: relative;
	float: left;
	width: 90px;
}

.tooltipcontentMid
{
	color: Navy;
	background-color: White;
	text-decoration: none;
	text-align: right;
	font-family: Garamond;
	font-size: 12pt;
	position: relative;
	float: left;
	width: 46px;
}

.tooltipcontentLast
{
	color: Navy;
	background-color: White;
	border-right: solid Navy 1px;
	padding-right: 1px;
	text-decoration: none;
	text-align: right;
	font-family: Garamond;
	font-size: 12pt;
	position: relative;
	float:  left;
	width: 40px;
}

.tooltipcontentBottom
{
	border-bottom: solid Navy 1px;
}

#ToolTip
{
	position:absolute;
	width:auto;
	top: 0px;
	left: 0px;
	z-index: 4;
	visibility: hidden;
}

#toolTip
{
	position:absolute;
	width:auto;
	top: 0px;
	left: 0px;
	z-index: 4;
	visibility: hidden;
}









