@charset "utf-8";
/* CSS Document */
/* General */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #cccccc;
}
h1 {
	font-size: 24px;
	border-bottom: #cccccc 1px dotted;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.container {
	background-color: #ffffff;
	width: 500px;
	margin-left: auto;
	margin-right: auto; 
}
.header {
margin-left: auto;
	margin-right: auto; 
	width: 500px; 
	background-color: #cc0000;
	color: #ffffff;
	font-size: 50px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content {
	text-align: justify;
	padding: 0px;
}
.left {
	float: left;
	position: relative;
	width: 100%;
	background: #ffffff;
	border-right: #cccccc 1px dotted;
	margin-right: -1px;
}
.right {
	float: right;
	position: relative;
	width: 35%;
	background: #ffffff;
	border-left: #cccccc 1px dotted;
	margin-left: -1px;
}
.text {
	text-align: justify;
	padding-bottom: 2px;
}
.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: 0px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 36px;
	color: #ffffff;
	border-bottom: 0;
}
#forecast {
	padding: 5px;
	text-align: center;
}
#detailed td {
	padding: 5px;
}
#detailed th {
	font-weight: bold;
	padding: 5px;
	background: #CCCCCC;
}
