/* imploded by cf{implode_file} @ 17.07.2010 09:43:50 */


/* filename: default.css @ 0, hash: 3df8ea571b96f4469b40c25abff1ff0eae71bfdc */


body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Tahoma, Arial;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

select {
	padding: 2px;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	color: #333333;
}

input, textarea {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	padding: 2px;
	color: #333333;
}

textarea {
	resize: none;
}

div, span, option, pre, a {
	color: #333333;
}

.main_content {
	width: 850px;
	margin: 0 auto;
}

/* privzeta postavitev podstrani */
div.main_box {
	margin: 8px 0px 0px 0px;
	border: solid 1px #AE001C;
}
div.main_box h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 16px 8px 16px 8px;
	background-color: #AE001C;
	color: #FFFFFF;
}
div.main_box h1 span {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

div.main_box div.sub_box,
div.main_box div.leg_box {
	padding: 8px;
	background-color: #FFE6E6;
}
div.main_box div.leg_box {
	text-align: right;
}

div.sub_box a,
div.leg_box a {
	text-decoration: none;
	border-bottom: dashed 1px #AAAAAA;
}
div.sub_box a:hover,
div.leg_box a:hover {
	color: #5D5D5D;
	border-bottom: dotted 1px #5D5D5D;
}


div.main_box div.content {
	padding: 8px;
}

div.main_box div.pointer_box {
	padding: 8px;
	background-color: #FFE6E6;
	text-align: center;
}

div.pointer_box a.pointer-page,
div.pointer_box a.pointer-now {
	text-decoration: none;
	color: #AE001C;
}
div.pointer_box a.pointer-now {
	font-weight: bold;
	font-size: 14px;
}


/* filename: jquery.cf_mobile_box.css @ 50, hash: 49e80576bed1fc5c2f31bb721c4c3d89dae3db7c */


div.cf_mobile_box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
}

div.cf_mobile_box div.cf_mobile_box_middle {
	top: 70px;
	width: 337px;
	height: 0px;
	margin: auto;
	overflow: visible;
	position: relative;
}

div.cf_mobile_box div.cf_mobile_box_content {
	height: 628px;
}

div.cf_mobile_box table {
	width: 337px;
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
}
div.cf_mobile_box td.top {
	width: 337px;
	height: 103px;
}
div.cf_mobile_box td.left {
	width: 28px;
	height: 419px;
}
div.cf_mobile_box td.content {
	width: 281px;
	height: 419px;
	background-color: #FFFFFF;
	overflow: hidden;
}
div.cf_mobile_box iframe {
	border: none;
	margin: 0px;
	padding: 0px;
	background: none;
	width: 281px;
	height: 419px;
}
div.cf_mobile_box td.right {
	width: 28px;
	height: 419px;
}
div.cf_mobile_box td.bottom {
	width: 337px;
	height: 106px;
}
div.cf_mobile_box div.bottom {
	position: absolute;
	width: 337px;
	z-index: 11;
	padding: 18px 0px 0px 0px;
	text-align: center;
}
div.cf_mobile_box div.bottom img {
	border: 0px;
}


/* filename: jquery.cf_box.css @ 50, hash: eb37fdf1781509244d99a21b8dbb9794096383e6 */


div.cf_box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
}

div.cf_box div.cf_box_modal {
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: #000000;
}

div.cf_box div.cf_box_middle {
	height: 0px;
	margin: auto;
	overflow: visible;
	position: relative;
}

div.cf_box div.cf_box_cont {
	border: 10px solid rgba(208, 101, 117, 0.6);
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;

	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

div.cf_box div.cf_box_title {
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	background-color: #AE001C;
	color: #FFFFFF;
	border-color: #8F001A;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}

div.cf_box div.cf_box_content {
	background-color: #FFFFFF;
	border-color: #8F001A;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	overflow: auto;
}

div.cf_box div.cf_box_button_outter {
	border-style: solid;
	border-color: #8F001A;
	border-width: 0px 1px 1px 1px;
}

div.cf_box div.cf_box_button_inner {
	padding: 8px;
	background-color: #FFE6E6;
	border-top: solid 1px #AE001C;
	text-align: right;
}

div.cf_box input.cf_box_button {
	font-size: 11px;
	margin: 0px 0px 0px 8px;
}


/* filename: leg.css @ 50, hash: 6e99bbb716ffb622aa98d0bb94291503b0e409b1 */


div.leg {
	padding: 8px 0px 4px 0px;
	color: #AE001C;
	text-align: center;
	font-size: 11px;
}

div.leg a {
	text-decoration: none;
	color: #AE001C;
	border-bottom: dashed 1px #AE001C;
	font-size: 11px;
}
div.leg a:hover {
	color: #999999;
	border-bottom: dotted 1px #999999;
}


/* filename: main_menu.css @ 50, hash: ad4c2792798ef43a432097f3e55cbabb7af1158b */


div.main_menu_head {
	background-image: url(/image/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 65px;
	overflow: hidden;
}
div.main_menu_head div.inner {
	width: 850px;
	margin: 0 auto;
}
div.main_menu_head div.left {
	float: left;
	padding: 48px 0px 0px 0px;
	color: #FFFFFF;
	width: 300px;
}
div.main_menu_head div.right {
	float: right;
	padding: 32px 0px 0px 0px;
	color: #FFFFFF;
	text-align: right;
}

div.left a,
div.left h1 {
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

div.right a,
div.center_facebook a,
div.center_facebook span {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: dashed 1px #FFFFFF;
	cursor: pointer;
}
div.right a:hover,
div.center_facebook a:hover,
div.center_facebook span:hover {
	color: #CFCFCF;
	border-bottom: dotted 1px #CFCFCF;
}
div.right img {
	border: none;
	vertical-align: baseline;
}

div.main_menu_head blockquote {
	display: inline;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

/* loged status */

div.main_menu_head div.right_facebook {
	float: right;
	padding: 12px 0px 0px 0px;
	width: 50px;
}
div.main_menu_head div.center_facebook {
	margin: 0px 55px 0px 301px;
	padding: 34px 0px 0px 0px;
	color: #FFFFFF;
	text-align: right;
}

/* main menu */

div.main_menu {
	background-color: #AE001C;
	padding: 8px 0px 8px 0px;
	text-align: center;
}

div.main_menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 8px 0px 8px;
	border-bottom: dashed 1px #FFFFFF;
}
div.main_menu a:hover {
	border-bottom: dotted 1px #CFCFCF;
	color: #CFCFCF;
}

/* ADMIN */
div.main_menu_admin {
	position: absolute;
	top: 8px;
	left: 8px;
	border: solid 1px #AE001C;
	background-color: #FFFFFF;
	padding: 4px;
	text-align: center;
	font-size: 11px;
}
div.main_menu_admin a {
	text-decoration: none;
	border-bottom: dashed 1px #333333;
	color: #333333;
}
div.main_menu_admin a:hover {
	border-bottom: dashed 1px #CFCFCF;
	color: #CFCFCF;
}

/* contribute */
div.contribute_container {
	position: absolute;
	height: 0px;
	width: 850px;
	overflow: visible;
	text-align: center;
}
div.contribute_container div.button {
	display: inline;
	background-color: #AE001C;
	padding: 7px;
	line-height: 20px;
	
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;

	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
div.contribute_container a,
div.contribute_container span {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: dashed 1px #FFFFFF;
}
div.contribute_container a:hover {
	border-bottom: dotted 1px #CFCFCF;
	color: #CFCFCF;
}

/* mobile */
div.mobile_site_container {
	padding: 0px 0px 0px 849px;
	height: 0px;
}
div.mobile_site_container a {
	position: absolute;
	padding: 10px 0px 0px 10px;
}
div.mobile_site_container img {
	border: none;
}




/* filename: jquery.cf_box.css @ 60, hash: eb37fdf1781509244d99a21b8dbb9794096383e6 */


div.cf_box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
}

div.cf_box div.cf_box_modal {
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: #000000;
}

div.cf_box div.cf_box_middle {
	height: 0px;
	margin: auto;
	overflow: visible;
	position: relative;
}

div.cf_box div.cf_box_cont {
	border: 10px solid rgba(208, 101, 117, 0.6);
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;

	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

div.cf_box div.cf_box_title {
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	background-color: #AE001C;
	color: #FFFFFF;
	border-color: #8F001A;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}

div.cf_box div.cf_box_content {
	background-color: #FFFFFF;
	border-color: #8F001A;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	overflow: auto;
}

div.cf_box div.cf_box_button_outter {
	border-style: solid;
	border-color: #8F001A;
	border-width: 0px 1px 1px 1px;
}

div.cf_box div.cf_box_button_inner {
	padding: 8px;
	background-color: #FFE6E6;
	border-top: solid 1px #AE001C;
	text-align: right;
}

div.cf_box input.cf_box_button {
	font-size: 11px;
	margin: 0px 0px 0px 8px;
}


/* filename: index.css @ 65, hash: 17c4f0b44b83dc530acbf60bccaf54f4f90b0354 */


div.index_custom {
	text-align: left;
	height: 0px;
	padding-left: 740px;
}
div.index_custom img {
	border: none;
}
div.index_custom a {
	position: absolute;
	text-decoration: none;
	color: #AE001C;
	border-bottom: dashed 1px #AE001C;
	font-size: 10px;
}
div.index_custom a:hover {
	color: #999999;
	border-bottom: dotted 1px #999999;
}

#index_custom_order {
	display: none;
}
#index_custom_order p.summary {
	background-color: #FFE6E6;
	font-size: 11px;
	padding: 8px;
	margin: 0px;
}

#index_custom_order p.loading {
	text-align: center;
	font-size: 11px;
	padding: 16px 8px 8px 8px;
	margin: 0px;
}

#index_custom_order p.login {
	font-size: 11px;
	padding: 8px;
	margin: 0px;
}

#index_custom_order a {
	text-decoration: none;
	color: #CD6677;
	border-bottom: dashed 1px #CD6677;
}
#index_custom_order a:hover {
	color: #AE001C;
	border-bottom: dotted 1px #AE001C;
}
#index_custom_order ul {
	padding: 4px 8px 4px 8px;
	margin: 0px;
	list-style: none;
}
#index_custom_order li {
	padding: 8px 0px 8px 0px;
	margin: 0px;
	cursor: pointer;
}
#index_custom_order li div.title {
	font-weight: bold;
}


/* filename: index_news.css @ 70, hash: 418c45dd3a25bd53fcc5aa555e0d1c20d27eeebd */


div.index_news_box {
	margin: 8px 2px 0px 2px;
	padding: 0px;
}
div.index_news_box {
	border-style: solid;
	border-color: #AE001C;
}
div.index_news_box {
	border-width: 0px 1px 1px 0px;
}

div.index_news_box h2 {
	color: #FFFFFF;
	padding: 4px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	background-color: #AE001C;
	display: block;
}
div.index_news_box h2 a,
div.index_news_box h2 span {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: dashed 1px #FFFFFF;
	font-size: 12px;
	cursor: pointer;
}
div.index_news_box h2 a:hover,
div.index_news_box h2 span:hover {
	color: #FFE6E6;
	border-bottom: dotted 1px #FFE6E6;
}


div.index_news_box ul.news_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div.index_news_box li.news_item {
	float: left;
	border-style: solid;
	border-color: #AE001C;
	overflow: hidden;
	height: 130px;
	width: 168px;
	border-width: 0px 0px 0px 1px;
	background-color: #FFE6E6;
}

li.news_item div.news_item_content {
	height: 110px;
	background-color: #FFFFFF;
	overflow: hidden;
}

li.news_item img {
	float: right;
	margin: 4px;
	padding: 1px;
	border:  solid 1px #AE001C;
	width: 65px;
}
li.news_item div.delimeter {
	clear: right;
	float: right;
	width: 0px;
	height: 0px;
}
li.news_item div.comment_count,
li.news_item div.like_count {
	float: right;
	background-position: right 1px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #AE001C;
	padding: 1px 15px 1px 0px;
	margin: 1px 4px 1px 4px;
}
li.news_item div.comment_count {
	background-image: url('/image/comment.gif');
}
li.news_item div.like_count {
	background-image: url('/image/thumb.gif');
}


li.news_item h3 {
	display: block;
	padding: 6px;
	text-align: left;
}

li.news_item h4 {
	clear: both;
	font-weight: normal;
	font-size: 9px;
	padding: 4px;
	text-align: right;
}

li.news_item a {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	border-bottom: dashed 1px #AAAAAA;
}
li.news_item a:hover {
	color: #5D5D5D;
	border-bottom: dotted 1px #5D5D5D;
}


/* filename: index_work_offers.css @ 75, hash: 9214ff8992e94f1e8dc9de8059510f0c22aaf1af */


div.index_work_offers_box  {
	margin: 8px 2px 0px 2px;
	padding: 0px;
}
div.index_work_offers_box {
	border-style: solid;
	border-color: #AE001C;
}
div.index_work_offers_box {
	border-width: 0px 1px 0px 0px;
}


div.index_work_offers_box h2 {
	color: #FFFFFF;
	padding: 4px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	background-color: #AE001C;
	display: block;
}
div.index_work_offers_box h2 a,
div.index_work_offers_box h2 span {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: dashed 1px #FFFFFF;
	font-size: 12px;
	cursor: pointer;
}
div.index_work_offers_box h2 a:hover,
div.index_work_offers_box h2 span:hover {
	color: #FFE6E6;
	border-bottom: dotted 1px #FFE6E6;
}


div.index_work_offers_box ul.work_offers_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


div.index_work_offers_box li.work_offers_item {
	float: left;
	font-size: 11px;
	border-style: solid;
	border-color: #AE001C;
	overflow: hidden;
	height: 110px;
	width: 168px;
	border-width: 0px 0px 1px 1px;
	background-color: #FFE6E6;
}

li.work_offers_item div.work_offers_item_content {
	height: 90px;
	overflow: hidden;
	background-color: #FFFFFF;
}

li.work_offers_item h3 {
	display: block;
	padding: 4px;
	text-align: left;
}



li.work_offers_item div.comment_count,
li.work_offers_item div.like_count {
	float: right;
	background-position: right 1px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #AE001C;
	padding: 1px 15px 1px 0px;
	margin: 1px 4px 1px 4px;
}
li.work_offers_item div.comment_count {
	background-image: url('/image/comment.gif');
}
li.work_offers_item div.like_count {
	background-image: url('/image/thumb.gif');
}


li.work_offers_item h4 {
	clear: both;
	font-weight: normal;
	font-size: 9px;
	padding: 4px;
	text-align: right;
}

li.work_offers_item a {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	border-bottom: dashed 1px #AAAAAA;
}
li.work_offers_item a:hover {
	color: #5D5D5D;
	border-bottom: dotted 1px #5D5D5D;
}


/* filename: index_events.css @ 80, hash: f5fd2535a741e5186c75b46800bdd0480bd739a0 */


div.index_events_box {
	margin: 8px 2px 0px 2px;
	padding: 0px;
}
div.index_events_box {
	border-style: solid;
	border-color: #AE001C;
}
div.index_events_box {
	border-width: 0px 1px 0px 0px;
}


div.index_events_box h2 {
	color: #FFFFFF;
	padding: 4px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	background-color: #AE001C;
	display: block;
}
div.index_events_box h2 a,
div.index_events_box h2 span {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: dashed 1px #FFFFFF;
	font-size: 12px;
	cursor: pointer;
}
div.index_events_box h2 a:hover,
div.index_events_box h2 span:hover {
	color: #FFE6E6;
	border-bottom: dotted 1px #FFE6E6;
}


div.index_events_box ul.events_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.index_events_box li.events_item {
	float: left;
	font-size: 11px;
	border-style: solid;
	border-color: #AE001C;
	overflow: hidden;
	height: 110px;
	width: 168px;
	border-width: 0px 0px 1px 1px;
	background-color: #FFE6E6;
}

li.events_item div.events_item_content {
	height: 90px;
	overflow: hidden;
	background-color: #FFFFFF;
}

li.events_item h3 {
	display: block;
	padding: 4px;
	text-align: left;
}

li.events_item div.comment_count,
li.events_item div.like_count {
	float: right;
	background-position: right 1px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #AE001C;
	padding: 1px 15px 1px 0px;
	margin: 1px 4px 1px 4px;
}
li.events_item div.comment_count {
	background-image: url('/image/comment.gif');
}
li.events_item div.like_count {
	background-image: url('/image/thumb.gif');
}


li.events_item h4 {
	clear: both;
	font-weight: normal;
	font-size: 9px;
	padding: 4px;
	text-align: right;
}

li.events_item a {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	border-bottom: dashed 1px #AAAAAA;
}
li.events_item a:hover {
	color: #5D5D5D;
	border-bottom: dotted 1px #5D5D5D;
}


/* filename: index_cinema_and_program.css @ 90, hash: 6918c581f236b27e1de8354ff891eb48757358d3 */


div.index_cinema_and_program_box {
	margin: 8px 2px 0px 2px;
	padding: 0px;
}


div.index_cinema_and_program_box h2 {
	color: #FFFFFF;
	padding: 4px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	background-color: #AE001C;
	display: block;
}
div.index_cinema_and_program_box h2 a,
div.index_cinema_and_program_box h2 span {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: dashed 1px #FFFFFF;
	font-size: 12px;
	cursor: pointer;
}
div.index_cinema_and_program_box h2 a:hover,
div.index_cinema_and_program_box h2 span:hover {
	color: #FFE6E6;
	border-bottom: dotted 1px #FFE6E6;
}

div.index_cinema_box,
div.index_program_box {
	width: 416px;
	height: 175px;
	overflow: hidden;
	border: solid 1px #AE001C;
}
div.index_cinema_box {
	float: left;
}
div.index_program_box {
	float: right;
}


#cinema_comment_count,
#cinema_like_count {
	float: right;
	background-position: right 1px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #AE001C;
	padding: 1px 15px 1px 0px;
	margin: 1px 4px 1px 4px;
}
#cinema_comment_count {
	background-image: url('/image/comment.gif');
}
#cinema_like_count {
	background-image: url('/image/thumb.gif');
}


div.index_cinema_box div.poster_container {
	float: left;
	width: 120px;
	text-align: center;
	padding: 6px 10px 0px 10px;
}
#cinema_poster {
	padding: 1px;
	border:  solid 1px #AE001C;
}

div.index_cinema_box div.cinema_container {
	float: right;
	width: 264px;
	text-align: left;
	padding: 8px 8px 0px 0px;
}
#cinema_title a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-bottom: dashed 1px #AAAAAA;
}
#cinema_title a:hover {
	color: #5D5D5D;
	border-bottom: dotted 1px #5D5D5D;
}
#cinema_original_title {
	font-size: 11px;
	font-weight: normal;
}
#cinena_genre, #cinena_show {
	font-size: 12px;
	padding: 8px 0px 0px 0px;
	margin: 0px;
}



div.index_program_box div.logo_container {
	float: left;
	width: 110px;
	text-align: center;
	padding: 25px 5px 0px 5px;
}
#program_logo {
	border: none;
}

div.index_program_box div.program_container {
	float: right;
	width: 274px;
	text-align: left;
	padding: 8px 8px 0px 0px;
}
#program_channel a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-bottom: dashed 1px #AAAAAA;
}
#program_channel a:hover {
	color: #5D5D5D;
	border-bottom: dotted 1px #5D5D5D;
}

div.program_container p {
	font-size: 9px;
	padding: 4px 0px 4px 0px;
	margin: 0px;
}

#program_now,
#program_next {
	font-size: 12px;
	font-weight: bold;
}


/* filename: index_weather.css @ 95, hash: d13efa98af5d7041f836a5ad5dd8df9d1f45c410 */


div.index_weather_box {
	margin: 8px 2px 0px 2px;
	padding: 0px;
}
div.index_weather_box {
	border-style: solid;
	border-color: #AE001C;
}
div.index_weather_box {
	border-width: 0px 1px 1px 1px;
}


div.index_weather_box h2 {
	color: #FFFFFF;
	padding: 4px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	background-color: #AE001C;
	display: block;
}
div.index_weather_box h2 a,
div.index_weather_box h2 span {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: dashed 1px #FFFFFF;
	font-size: 12px;
	cursor: pointer;
}
div.index_weather_box h2 a:hover,
div.index_weather_box h2 span:hover {
	color: #FFE6E6;
	border-bottom: dotted 1px #FFE6E6;
}


div.index_weather_box div.today,
div.index_weather_box div.tommorow {
	width: 400px;
	text-align: left;
	padding: 8px;
}
div.index_weather_box div.today {
	float: left;
}
div.index_weather_box div.tommorow {
	float: right;
}


div.index_weather_box h3 {
	font-size: 12px;
}
div.index_weather_box p.report {
	float: left;
	font-size: 11px;
	line-height: 20px;
}
div.index_weather_box p.last_refresh {
	padding: 0px;
	margin: 0px;
	font-size: 9px;
}
div.index_weather_box span {
	font-weight: bold;
	font-size: 13px;
}
div.index_weather_box img.icon {
	float:right;
	padding: 0px 24px 0px 0px;
}
div.index_weather_box img.warning {
	float:right;
}


div.weather_reports {
	padding: 6px 8px 8px 8px;
	background-color: #FFE6E6;
}
div.weather_reports p {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
div.weather_reports a {
	text-decoration: none;
	border-bottom: dashed 1px #AAAAAA;
}
div.weather_reports a:hover {
	color: #5D5D5D;
	border-bottom: dotted 1px #5D5D5D;
}