@charset "utf-8";
/* CSS Document */
/* General */

.container {
	background-color: #ffffff;
	width: 800px;
	margin-left: 0;
	margin-right: 0; 
}
.header {
	width: 100%;
	background-color: #cc0000;
	color: #ffffff;
	font-size: 50px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content {
	text-align: left;
	padding: 0px;
}
.left {
	float: left;
	position: relative;
	width: 524px;
	background: #ffffff;
	margin-right: -1px;
}
.right {
	float: right;
	position: relative;
	width: 35%;
	background: #ffffff;
	border-left: #cccccc 1px dotted;
	margin-left: -1px;
}
.text {
	text-align: left;
	padding-bottom: 12px;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.form ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
.form li {
	margin-bottom: 10px;
}
.form label {
	font-weight: bold;
}
.form input, .form textarea {
	width: 70%;
	padding: 3px;
}
.form .checkbox {
	width: 0;
}
.form .button {
	width: auto;
	padding: 0px;
	border: 0;
	color: #ffffff;
	background-color: #cc0000;
	padding: 3px;
}
.footer {
	clear: both;
	border-top: #cccccc 1px dotted;
	text-align: center;
	color: #666666;
	padding: 10px;
}

/* Weather */
#cc {
	padding: 5px;
}
#cc h1 {
	margin: 17px 0 5px 0;
	font: 30px Georgia, ‘New York CE’, utopia, serif;;
	/* font-size: 36px; */
	letter-spacing: -1px;
	color: #000;
	border-bottom: 0;
}
#cc h2 {
	margin: -3px 0 10px 0;
	font: 35px Georgia, ‘New York CE’, utopia, serif;;
	/* font-size: 36px; */
	letter-spacing: -1px;
	color: #000;
	border-bottom: 0;
}
#forecast {
	padding: 5px;
	text-align: center;
}

#detailtable td {
	margin: 20px 0 2px 0;
}

#detailed td {
	padding: 4px;
	height:50px;
}

#detailed th {
	font-weight: bold;
	padding: 5px;
	background: #CCCCCC;
}

.day {
	font: 12px Tahoma, ‘New York CE’, utopia, serif;;
	font-weight: bold;
	color: #000;
	text-align:center;
}

#detailtable td .centeredImage
    {
    text-align:center;
    display:block;
    }


