@charset "utf-8";
/* CSS Document */

.TopImage {
	background-image: url(images/z2_home_topimage.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 166px;
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.TwitterFeed {
	background-color: #F7F7F7;
	margin: 10px 10px 20px;
	padding: 20px;
}
.TwitterFeed h2 {
	font-size: 20px;
	line-height: 38px;
	font-weight: bold;
	color: #C30;
	margin: 0px;
	padding: 0px 0px 10px 5px;
}
.TwitterFeed h2 img {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	border: 3px solid #FFF;
}
.TwitterFeed ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.TwitterFeed li {
	margin: 0px;
	padding: 4px 80px 4px 50px;
	list-style: none;
	font-size: 12px;
	line-height: 24px;
	color: #333;
	background-image: url(images/feed_staricon.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}
.TwitterFeed li a {
	color: #555;
}
.TwitterFeed li span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.TwitterFeed li span a {
	color: #C30;
}
.TwitterFeed li span a:hover {
	color: #E52;
	text-decoration: underline;
}
.TwitterFeed li span a:active {
	color: #EA5;
}
.TwitterFeed p {
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin: 0px;
	padding: 10px 0 5px 5px;
}
.TwitterFeed p a {
	color: #222;
}
.TwitterFeed p a strong {
	color: #C30;
}
.TwitterFeed p a:hover strong {
	color: #E52;
	text-decoration: underline;
}
.TwitterFeed p a:active strong {
	color: #EA5;
}

.Downtime {
	background-color: #FFEEEE;
	border: 1px solid #AA5555;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}
.Downtime h4 {
	margin: 0px;
	padding: 3px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #553300;
}
.Downtime p {
	margin: 0px;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 17px;
	color: #553300;
}

/* ----- Index */

.TopWelcome {
	padding-bottom: 10px;
}
.TodayDate {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2288CC;
	background-image: url(images/z3_subscribe_nevermiss.png);
	background-repeat: no-repeat;
	background-position: 734px 6px;
	margin: 0px 10px;
	clear: both;
}
.TodayDate h4 {
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	color: #3399DD;
	margin: 0px;
	padding-top: 1px;
	padding-left: 5px;
	float: left;
}
.TodayDate ul.Subscribe {
	padding-top: 2px;
}

.Item {
	padding-top: 9px;
}
.ItemTop {
	padding-top: 0px;
}