/* REFORECAST2 DATA PAGE STYLES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8125em;
	line-height: 1.625em;
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	color: #333;
      background-image:url('Hurricane_Wilma_200510241815.jpeg');
}
.container {
	background-color: #FFF;
	height: 100%;
	display: block;
	width: auto;
	max-width: 950px;
	min-width: 320px;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	margin:30px auto;
}


a:link {
	color: #039;
	text-decoration: none;
}
a:visited {
	color: #03F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #03C;
}
a:active {
	text-decoration: none;
	color: #06F;
}
h1 {
	font-size: 1.625em;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 40px;
}


#rightSide, #leftSide {
	float: left;
}
#leftSide {
	width: 590px;
	margin-right: 20px;
}
#rightSide {
	width: 320px;

}
#leftSide div {
	margin-bottom: 20px;
}

#form {
	display: block;
	border: thin solid #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	width: 320px;
	/*float: right;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#form td {
}

.shaded {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 10px;
	border: thin solid #CCC;
	margin-bottom: 10px;
}
.dataSub {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.ui-datepicker { 
    min-width: 0em;     
    font-size: .8em;
}
.controllink {
	/*color: black;*/
    font-size: .925em;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

.popup {
    display: inline;
}

.regiontype {
    display: inline;
    width: 5em;
    text-align: right;
}


/*
.menuleft {
    color: black;
    text-align: left;
    font-weight: bold;
}

ul.tabular {
    list-style-type: none;
    margin: 0em;
    margin-left: 0em;
    padding: 0em;
    overflow: hidden;
}

ul.tabular li {
    font-size: 90%;
    display: inline;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 1;
}

ul.tabular.two li{
    width: 46%;
}

ul.tabular.three li{
    width: 25%;
}

ul.tabular.ten li{
    width: 9%;
}

ul.tabular.fifteen li{
    width: 5%;
}
*/


@media screen and (max-width: 1000px) {
	
.container {
	background-color: #FFF;
	height: 100%;
	display: block;
	max-width: 600px;
	min-width: 320px;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	margin:30px auto;
}


#rightSide, #leftSide {
	width : auto;
	float: none;
  }
}

@media screen and (max-width: 400px) {
	
.container {
	background-color: #FFF;
	height: 100%;
	display: block;
	max-width: 320px;
	min-width: 300px;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	margin:30px auto;
}


#rightSide #form {
	width : 300px;
  }
}
