@charset "utf-8";
/* CSS Document */
.box {
	border: #cccccc 1px dotted;
	padding: 5px;
	margin: 5px;
}
.headlines ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.headlines li {
	line-height: 20px;
	padding: 3px;
}
.headlines img {
	width: 100%;
}
.title a {
	font-size: 16px;
}
.info {
	color: #666666;
	margin-right: 24px;
}
info a {
	color: #666666;
}
.info img{
	margin-bottom: -2px;
}
.weather h1 {
	margin: 0;
	padding: 0;
}
.weather .info {
	color: #000000;
	margin: 0;
}
.weather ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.weather li {
	float: left;
	text-align: center;
	width: 33%;
	height: 200px;
}
.weather li .title {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	background-color: #000000;
	color: #ffffff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.weather li .description {
	font-weight: bold;
}
.list {
	padding: 5px;
	background-color: #ffffff;
	margin-bottom: 12px;
}
.list thead {
	background-color: #ffffff;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.list td, .index th {
	padding: 5px;
}
.list tbody tr:hover {
	background-color: #eeeeee;
}
/*Sortable*/
.groupWrapper{
	float: left;
	width: 33%;
	min-width: 300px;
	min-height: 250px;
}
.serializer{
	clear: both;
}
.groupItem{
	border: #cccccc 1px dotted;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.groupItem .itemHeader{
	line-height: 38px;
	background-color: #ffffff;
	color: #000000;
	cursor: move;
	font-weight: bold;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #eeeeee 1px solid;
}

.groupItem .itemHeader img{
	cursor: pointer;
}
.sortHelper{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.itemContent{
	background-color: #ffffff;
	padding: 5px;
}
/* Easy Slider */
#slider {
	height: 200px;
	background-color: #ffffff;
	color: #000000;
	text-align: justify;
}
#slider h3{
	padding: 0;
	margin: 0;
}
#slider ul{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li{
	width: 616px;
	height: 200px;
	overflow: hidden;
}
#slider li a{
	color: #000000;
}
#slider li img{
	height: 200px;
	margin-right: 12px;
}
/* numeric controls */	
ol#controls{
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 22px;
}
ol#controls li{
	display: inline;
	padding: 5px;
}
ol#controls li a{
	border: #cccccc 1px solid;
	padding: 5px;
}
ol#controls li.current a{
	background-color: #cc0000;
	color: #ffffff;
}
/* Easy Slider */

