﻿/*@import "all.css";*/ /* just some basic formatting, no layout stuff */
	
body
{
    margin: 10px 10px 0px 10px;
    padding: 0px;
    background-image: url(cgc_jan/cgc/backgroundE.jpg);
    font-family: Verdana;
    font-size: 9pt;
    background-attachment: fixed;
    background-repeat: repeat;
}

td
{
    font-size:10pt;
}

a 
{
	text-decoration:none;
	font-weight:bold;
	color:#c00;
}

hr
{
    border-top: none;
    height: 1px;
    color: cornflowerblue;
    background-color: cornflowerblue;
}	

input
{
    font-size: 12px;
    background-color: aliceblue;
    color: black;
    font-family: Verdana, Arial;
}

select
{
	font-size:12px;
    background-color: aliceblue;
    color: black;
	FONT-FAMILY: 	Verdana, Arial; 
}

textarea
{
	font-size:12px;
    background-color: aliceblue;
	color: black;
	font-family: Arial , san-serif;
}

fieldset
{ 
    border:1px solid #81A7E2;
	-moz-border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	/*width: 175px;*/
	text-align: left; 
	color:Black;
}

fieldset legend
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #0066ff;
    border-right-color: #0066ff;
    border-bottom-color: #0066ff;
    border-left-color: #0066ff;
    background-color: #dbf3fa;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    color: #0033ff;
    font-family: arial,verdana,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
}

.fieldsettext
{
    color: #0033ff;
    font-family: verdana,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 10px;
    line-height: normal;
}

.pictext
{
    font-size: 8pt;
    color: dimgray;
}
	
h1
{
	margin:0px 0px 0px 0px;
    font-size: 16px;
    font-family: Verdana, Arial;
    color: midnightblue;
}
	
h2
{
    font-size: 14px;
    font-family: Arial;
    color: midnightblue;
}

/*
#banner h1 
{
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
}
*/

#rightcontent p 
{
	font-size:10px
}

.sectionheader2
{
    color: white; /*Navy;*/
    background-color: navy; /*#dbf3fa;*/

    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #0066ff;
    border-right-color: #0066ff;
    border-bottom-color: #0066ff;
    border-left-color: #0066ff;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: arial,verdana,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
}	

.sectionheader
{
    font-size: 14px;
    color: white;
    font-family: Verdana, Arial;
    background-color: darkred;
    padding: 5px;
}	

blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 475px;
  background: url(images/close-quote.gif) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
}

blockquote small {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  background: url(images/close-quote.gif) no-repeat right bottom;
  padding-left: 0px;
  text-indent: 0px;
}

blockquote:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

/*
.accordionHeaderSelected 
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2f4f4f;
    border-right-color: #2f4f4f;
    border-bottom-color: #2f4f4f;
    border-left-color: #2f4f4f;
    color: white;
    background-color: #5078b3;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #2f4f4f;
    border-right-color: #2f4f4f;
    border-bottom-color: #2f4f4f;
    border-left-color: #2f4f4f;
    color: white;
    background-color: #2e4d7b;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}
*/
    
.accordionContent
{
    background-color: #f5f5f5; /* #d3deef;*/
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-right-color: #2f4f4f;
    border-bottom-color: #2f4f4f;
    border-left-color: #2f4f4f;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: -moz-use-text-color;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    margin-left:15px;
}

.price
{
    color:Green;
}

.cc2
{
    color:Navy;   
}
.ccLoc2
{
    color:Navy;   
}
.temp2
{
    color:Navy;   
}
.curWind2
{
    color:Navy;   
}
.fcastDate2
{
    color:Navy;   
}
.fcastTable2
{
    color:Navy;   
}
.fcastWeekDay2
{
    color:Navy;   
}

.gallery
{
    /*text-align:center;*/
}

.thumbnail 
{
    text-align: center;
    border:1px solid #DDDDDD;
    float:left;
    margin-bottom:15px;
    margin-right:10px;
    padding:7px;
    font-size:10px;
    color:Gray;
}

