/*For use on all pages

border-style: solid;
	border-color: black;
	border-width: 1px;
border:1px solid red;
*/

* {margin: 0; padding: 0; border: 0;}

body
{
	font-family: Arial, sans-serif;
	/*background-image:url(../images/bar2.png); 
	height: 1020px; 
	width: 100%;*/
	background-color: #336699;
}

img
{  
	border-style: none;
}

a:link 
{
	text-decoration:none;
	color: white;
}

a:visited 
{
	text-decoration:none;
	color: white;
}

a:active 
{
	text-decoration:none;
	color: white;
}

a:hover 
{
	text-decoration:underline;
	color: white;
}


img
{  
	border-style: none;
}



#container
{
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height: 1050px;
}

#headerblock
{

}

#titlemenublock
{
	
}

#logo
{
	float: left;
	width: 87px;
	height: 121px;
	z-index:50;
	position: relative;
	left: 88px;
}


#title
{
	width: 625px;
	height: 128px; 
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	position: relative;
	left: 62px;
}




#menu
{
	position: relative;
	top: -54px;
	left: 184px;
	background-image: url(../images/menubar.png);
	background-repeat: no-repeat;
	width: 432px;
	height: 34px;
	z-index:50;
	
}

.buttons a
{
	
	text-decoration: none;
	font: bold 18px Arial;
	color: white;
	width: 102px;
	height: 33px;
	float: left;
	margin-right: 6px;
	background-image:url(../images/buttonblack.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	text-align:center;
}

.buttons a:hover
{
	background-image:url(../images/buttonhighlight.png);
}

a.current
{
	background-image:url(../images/buttonhighlightlighter.png);
	background-repeat: no-repeat;
}


#content
{
	/*positioning*/
	margin-left: auto;
	margin-right: auto;
	height: 525px;
	width: 840px;
	position: relative;
	top: -52px;
	padding-top: 6px;
	
	/*color*/
	background-color: #dedede;
	
	/*borders*/
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
	
}

#contentlogobox
{
	/*positioning*/
	margin-left: auto;
	margin-right: auto;
	height: 248px;
	width: 780px;
	position: relative;
	background-image:url(../images/newtop2.png);
	background-repeat: no-repeat;
}

#contentlogoboxtext
{
	position: relative;
	top: 23px;
	left: 19px;
	width: 401px;
	font: bold 40px Georgia;
	color: #f2b33d;
	text-align:center;
}
#contentlogoboxtextbottom
{
	position: relative;
	top: 61px;
	left: 14px;
	width: 517px;
	font: bold 36px Georgia;
	color: #839aa4;
	text-align:center;
}

#maintext
{
	padding-top: 121px;
	/*padding-left: 136px;
	padding-right: 136px;*/
	font: bold 18px Arial;
	color: #000;
	text-align:left;
	width: 759px;
	padding-left: 12px;
}


#contentbottombar
{
	/*positioning*/
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 840px;
	position: relative;
	top: -52px;
	
	/*color*/
	background-color: black;
	
	/*borders*/
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
	
}


#footer
{
	background-color: #f4f6f5;
	position: relative;
	height: 50px;
	width: 100%;
	border-top: 3px solid white;
	
	
}

#footer h5
{
	position: relative;
	color: #b3b3b3;
	font: bold 14px Arial;
	padding-top: 10px;
	padding-left: 61%;
}

/*****************************************************************/
/*  Contact                                                                                                                 */
/*****************************************************************/

#containercontact
{
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height: 1050px;
}
#contentcontact
{
	/*positioning*/
	margin-left: auto;
	margin-right: auto;
	height: 558px;
	width: 840px;
	position: relative;
	top: -52px;
	padding-top: 6px;
	
	/*color*/
	background-color: #dedede;
	
	/*borders*/
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
}
	
#bottomboxtextcontact
{
	padding-top: 190px;
	/*padding-left: 136px;
	padding-right: 136px;*/
	font: bold 24px Georgia;
	color: #000;
	text-align:left;
	width: 759px;
	padding-left: 26px;
}
	

#emailform label
{
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
}

#emailform textarea
{
	width: 250px;
	height: 150px;
	border: 1px solid black;
}

#submitbutton1
{
	//background-image:url(../images/buttonemailblack.png);
	//background-repeat: no-repeat;
	//width: 102px;
	//height: 33px;
	margin-left: 123px;
	margin-top: 8px;
	background-image:url(../images/buttonblack.png);
	background-repeat: no-repeat;
	text-align:center;
	width: 102px;
	height: 33px;
	text-decoration: none;
	font: bold 18px Arial;
	color: white;
}

#submitbutton1:hover
{
	background-image:url(../images/buttonhighlight.png);
}


#emailform  br
{
	clear: left;
}
	

/*****************************************************************/
/*  Metar                                                                                                                 */
/*****************************************************************/
#contentmetar
{
	/*positioning*/
	margin-left: auto;
	margin-right: auto;
	height: 762px;
	width: 840px;
	position: relative;
	top: -52px;
	padding-top: 6px;
	
	/*color*/
	background-color: #dedede;
	
	/*borders*/
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
	
}
#metarpictures
{
	margin-left: 42px;

}

.picturebox
{
	background-color: grey;
	height: 126px;
	width: 220px;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border: 5px;
	border:1px solid black;
	margin-bottom: 10px;
	
}
#metarpictures img
{
	height: 118px;
	width: 212px;
	float: left;
	margin-right: 38px;
	margin-left: 4px;
}



#metartitlebar
{
	clear:both;
	position: relative;
	background-image:url(../images/metartitlebar.png);
	background-repeat: no-repeat;
	height: 103px;
	width: 886px;
	margin-left: -38px;
	padding-left: 71px;
}

#metartitlebar a
{
	
	width: 244px;
	float: left;
	margin-right: 20px;
	padding-top: 22px;
	text-align: center;
	color: white;
	font: bold 26px Arial;
}


#chosenwindow
{
	display: block;
	width: 840px;
	height: 200px;
	padding-left: 107px;
	padding-top: 148px;
}

.pictureboxbig
{
	background-color: grey;
	height: 232px;
	width: 408px;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border: 5px;
	border:1px solid black;
	margin-bottom: 10px;
	padding: 4px
	
}
#metarchosenpicture
{
	height: 234px;
	width: 400px;
	float: left;
	margin-left: 50px;
}
 
#metarchosentext 
{
	width: 300px;
	height: 50px;
	padding-left: 493px;
	padding-top: 13px;
	color: black;
	font-weight: bold;
}

#metarchosentext span
{
	color: #f39705;
}

/*****************************************************************/
/*  Metar  Graph                                                                                */
/*****************************************************************/

#submenulabel
{
	position: relative;
	top: 220px;
	left: 67px;
	float: left;
	
}

#submenu
{
	color: white;
	float:right;
	position: relative;
	top: 214px;
	left: -427px;
	background-image: url(../images/menubar2slot.png);
	background-repeat: no-repeat;
	width: 216px;
	height: 34px;
	z-index:50;
}
#submenu .buttons a
{
	font: bold 12px Arial;
	padding-top:2px;
	color: white;
}
#submenu .buttons a:link
{
	color: white;
}
#submenu .buttons a:visited
{
	color: white;
}
#contentgraph a:link
{
	//text-decoration:underline;
	//color: #ef960a;
}
#contentgraph a:visited
{
	//text-decoration:underline;
	//color: #ef960a;
}

#dropdowns
{
	margin-left: 10px;
	clear: both;
}
l#dropdowns label
{
	font: 12px Arial;
	margin-left: 16px;
}


.graphpagebuttonsave
{
	background-image:url(../images/buttonblack.png);
	background-repeat: no-repeat;
	width: 102px;
	height: 33px;
	//margin-left: 123px;
	//margin-top: 8px;
	text-decoration: none;
	font: bold 18px Arial;
	color: white;
}

.graphpagebuttonsave:hover
{
	background-image:url(../images/buttonhighlight.png);
	background-repeat: no-repeat;

}

.graphpagebuttondelete
{
	background-image:url(../images/buttonblack.png);
	background-repeat: no-repeat;
	width: 102px;
	height: 33px;
	//margin-left: 123px;
	//margin-top: 8px;
	text-decoration: none;
	font: bold 18px Arial;
	color: white;
	width: 102px;
	height: 33px;
}

.graphpagebuttondelete:hover
{
	background-image:url(../images/buttonhighlight.png);
	background-repeat: no-repeat;

}

/*
.graphpagebutton
{	
	width:76px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:2px solid black; 
	background-color:#f2b33d; 
	font-weight:  bold;
	font-size: 13px;
}
.graphpagebutton:hover
{
	/*background-color:#f2b33d; */
	color: white;
}

*/
/*
#favoritesavebutton
{	
	width:76px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:3px solid #f2b33d; 
	background-color:white; 
	font-weight:  bold;
	margin-left: 23px;
}

#favoritesavebutton:hover
{
	background-color:#f2b33d; 
	color: white;
}

#graphbutton
{	
	width:76px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:3px solid #f2b33d; 
	background-color:white; 
	font-weight:  bold;
	margin-left: 23px;
}


#graphbutton:hover
{
	background-color:#f2b33d; 
	color: white;
}
*/
#state_dropdown_label
{
	margin-left: 22px;
}

#state_dropdown
{
	
	margin-top: 257px;
	border:3px solid #f2b33d;
}

#citystation_dropdown_label
{
	margin-left: 22px;
}

#citystation_dropdown
{
	
	width: 180px;
	border:3px solid #f2b33d;
}

#favorites_dropdown_label
{
	margin-left: 22px;
}

#favorites_dropdown
{
	
	width: 180px;
	border:3px solid #f2b33d;
}

#extra_dropdown
{
	width: 92px;
	border:3px solid #f2b33d;
}

#graphbox
{
	height: 2247px;
	width: 1102px;
	position: relative;
	margin-left: -135px;
	margin-top: 10px;
	
	
	background-color: #dedede;
	
	
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#graph
{
	border:3px solid black;
	margin-left: 18px;
	margin-top: 18px;

}

#contentgraph
{
	/*positioning*/
	margin-left: auto;
	margin-right: auto;
	height: 2885px;
	width: 840px;
	position: relative;
	top: -52px;
	padding-top: 6px;
	
	/*color*/
	background-color: #dedede;
	
	/*borders*/
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
	
}

#containergraph
{
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height: 3085px;
}

#maintext2
{
	/*padding-left: 136px;
	padding-right: 136px;*/
	font: bold 18px Arial;
	color: #000;
	text-align:left;
	width: 759px;
	padding-left: 26px;
}

#favorite_graph
{
	border-collapse:collapse;
	background-color: white;
	font-family:Arial;
	font-size:14px;
	
	margin-top: 2px;
	margin-left: 504px;
}

#favorite_graph caption
{
	font-family:Arial;
	font-size:12px;
	margin-top: 19px;
	margin-left: -166px;
	padding-bottom: 3px;
}
#favorite_graph td
{
	padding: 2px;
}
/*
#favorite_graph button
{
	width:70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:3px solid #f2b33d; 
	background-color:white; 
	font-weight:  bold;
	text-align: center;
	
}

#favorite_graph button:hover
{
	background-color:#f2b33d; 
	color: white;
}
*/
#favoritebuttons
{
	border:0;
	margin-left: 686px;
	margin-top: -48px;
}

#favoritebuttons td
{
	border:0;
}
#displayinfo_graph
{
	border-collapse:collapse;
	margin-top: -9px;
	margin-left: 11px;
}

#displayinfo_graph td
{
	padding-left: 8px;
	padding-right: 8px;
}
#displayinfo_graph tr.displayed
{
	background-color: #666666;
	color: white;
	font-weight:bold;
}

#displayinfo_graph td.displayedtitle
{
	border:0;
}
/**************************************/
/*   METAR   Table                    */
/**************************************/
#contenttable a:link
{
	//text-decoration:underline;
	color: #ef960a;
}
#contenttable a:visited
{
	//text-decoration:underline;
	color: #ef960a;
}
#dropdownstable
{
	margin-left: 10px;
}
#dropdownstable label
{
	font: 12px Arial;
	margin-left: 3px;
}	
#contenttable
{
	/*positioning*/
	margin-left: auto;
	margin-right: auto;
	height: 1940px;
	width: 840px;
	position: relative;
	top: -52px;
	padding-top: 6px;
	
	/*color*/
	background-color: #dedede;
	
	/*borders*/
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
}


#containertable
{
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height: 2160px;
}

#tabledisplay
{
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 46px;
}



#favorite_table
{
	border-collapse:collapse;
	background-color: white;
	font-family:Arial;
	font-size:14px;
	
	margin-top: -1px;
	margin-left: 500px;
}

#favorite_table caption
{
	font-family:Arial;
	font-size:12px;
	margin-top: -40px;
	margin-left: -170px;
	padding-bottom: 3px;
}
#favorite_table td.favoritecity
{
	width: 50px;
}
#favorite_table td
{
	padding: 2px;
}
#favorite_table button
{
	width:64px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:3px solid #f2b33d; 
	background-color:white; 
	font-weight:  bold;
	text-align: center;
	
}

.favoritebutton
{
	width:76px;
	background-color: #dedede; 
	text-align: center;
	border:0;
}

#favorite_table button:hover
{
	background-color:#f2b33d; 
	color: white;
}



#state_dropdowntable
{
	/*margin-left: 230px;*/
	margin-top: 291px;
	border:3px solid #f2b33d;
}

#citystation_dropdowntable
{
	/*margin-left: 65px;*/
	width: 180px;
	border:3px solid #f2b33d;
	
}

#tabledisplay table, td, th
{
	border:1px solid black;
	text-align: center;
}
#tabledisplay td
{
	padding: 2px;
}

#tabledisplay tr:hover
{
	background-color: #6a96c3;
	color:white;
	font-weight: bold;
}
th
{
	background-color: #336699;
	color:white;
	padding: 5px;
	border:3px solid black;
}
.odd
{
	background: #bfccd5;
}

#displayinfo
{
	border-collapse:collapse;
	margin-top: -35px;
	margin-left: 11px;
}

#displayinfo td
{
	padding-left: 8px;
	padding-right: 8px;
}
#displayinfo tr.displayed
{
	background-color: #666666;
	color: white;
	font-weight:bold;
}

#displayinfo td.displayedtitle
{
	border:0;
}
/**************************************/
/*   ABOUT                   */
/**************************************/
#containerabout
{
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height: 1230px;
}


#contentabout
{
	/*positioning*/
	margin-left: auto;
	margin-right: auto;
	height: 941px;
	width: 840px;
	position: relative;
	top: -52px;
	padding-top: 6px;
	
	/*color*/
	background-color: #dedede;
	
	/*borders*/
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
}

#contentabout a:link
{
	//text-decoration:underline;
	color: #ef960a;
}
#contentabout a:visited
{
	//text-decoration:underline;
	color: #ef960a;
}
/**************************************/
/*   METAR  What                      */
/**************************************/
#submenuwhatlabel
{
	position: relative;
	top: 125px;
	left: 67px;
	float: left;
	
}

#submenuwhat
{
	
	float:right;
	position: relative;
	top: 118px;
	left: -427px;
	background-image: url(../images/menubar2slot.png);
	background-repeat: no-repeat;
	width: 216px;
	height: 34px;
	z-index:50;
}

#submenuwhat .buttons a
{
	font: bold 12px Arial;
	padding-top:2px;
}

#contentmetarwhat
{
	/*positioning*/
	margin-left: auto;
	margin-right: auto;
	height: 726px;
	width: 840px;
	position: relative;
	top: -52px;
	padding-top: 6px;
	
	/*color*/
	background-color: #dedede;
	
	/*borders*/
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
}
#metar 
{
	font: bold 18px Arial;
	text-align: center;
	background-color: white;
	border:3px solid #f2b33d;
	margin-left: -40px;
	margin-right: -14px;
	color: #839aa4;
	height: 25px;
	padding: 5px;
	margin-top: 20px;
}

#metar a:hover 
{
	text-decoration:none;
	color: #f2b33d;
	cursor: help;
}

#metarmeaning
{
	font: bold 16px Arial;
	background-color: white;
	border:2px solid #839aa4;
	margin-top: 43px;
	margin-left: 3px;
	height: 178px;
	width: 736px;
	padding: 5px;
}
.main
{
	font: bold 20px Arial;
}

.metarlink a:link
{
	color: #ef960a;
	
	//font-style: italic;
}
.metarlink a:visited
{
	color: #ef960a;
	//font-style: italic;
}

.metarlink a:visited
{
	color: #ef960a;
	text-decoration:underline;
}
/**************************************/
/*   Thank You                     */
/**************************************/

#contentthank
{
	/*positioning*/
	margin-left: auto;
	margin-right: auto;
	height: 268px;
	width: 840px;
	position: relative;
	top: -52px;
	padding-top: 6px;
	
	/*color*/
	background-color: #dedede;
	
	/*borders*/
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
	
}

#containerthank
{
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height: 1050px;
}


/**************************************/
/*   How it Works                   */
/**************************************/


#contenthow
{
	/*positioning*/
	margin-left: auto;
	margin-right: auto;
	height: 838px;
	width: 840px;
	position: relative;
	top: -52px;
	padding-top: 6px;
	
	/*color*/
	background-color: #dedede;
	
	/*borders*/
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 1px grey solid;
	
}

#containerhow
{
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height: 1050px;
}

#contenthow a:link
{
	//text-decoration:underline;
	color: #ef960a;
}
#contenthow a:visited
{
	//text-decoration:underline;
	color: #ef960a;
}
