/*********************/
/* CSS for photoblog */
/*********************/
.photoblog  ul {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	margin: 10px 0 0 0;
}
.photoblog  ul li {
	list-style-type: none;
	display: block;
	float: right;
	margin: 0 0 10px 0;
	padding: 0 7px 0 0;
}
.photoblog ul li a {
	display: block;
	border: 1px solid #BBB;
	background-color: #1F1B1B;
	width: 175px;
	height: 25px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0 5px 0 0; 
	padding: 5px 0 0 0;
}
.photoblog  ul li a:link {color: #FFF}	
.photoblog  ul li a:visited {color: #FFF}
.photoblog  ul li a:hover {color: #FFF; background-color: #000; text-decoration: none;}
.photoblog  ul li a:active {color: #FFF}  	

/* img_redirect */

div.img_redirect {
	margin: 0;
	padding: 0;
	height: 200px;
}
.img_redirect {
	border: 1px none green;   	/* box test */
	background-color: none;		/* box test */
	display: block;
	margin: 0;
}
.img_redirect a img {
	display: block;
	width: 180px;
	height: 185px;
	border: 1px none #BBB;
	margin: 0 0 0 0;
}
.img_redirect ul {
	margin: 0;
	padding: 0;
	display: block;
}
.img_redirect ul li {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}
.img_redirect ul li a {
	display: block;
	border: 3px solid #BBB;
	background-color: #1F1B1B;
	width: 180px;
	text-align: center;
	margin: 0; 
	padding: 0 0 0 0;
}
.img_redirect  ul li a:link {color: #FFF}	
.img_redirect ul li a:visited {color: #FFF}
.img_redirect ul li a:hover {color: #FFF; background-color: #000; text-decoration: none;}
.img_redirect ul li a:active {color: #FFF}  
/****************************/
/* end of CSS for photoblog */
/****************************/


/*********************/
/* CSS for outage */
/*********************/
/* main page */
td.outage {
	text-align: left;
	padding: 5px;
	font-size: 14px;
}
td.outage a {
	font-size: 14px;
}
td.outage a:link, td.outage a:visited {
	color: orange;
}
td.outage a:hover, td.outage a:active {
	color: white;
}
td.outage div {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	color: #B0B0B0;
}

/* announcement page */
div.outage {
	font-size: 14px;
	padding: 10px 60px 60px;
}

.outage  h4{
	font-size: 16px;
	color: orange;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}	
a.outage {
	text-align: center;
	font-size: 14px;
	color: orange;
}	
.outage a:link, .outage a:visited {
	color: orange;
}
.outage a:hover, .outage a:active {
	color: white;
}

/****************************/
/* end of CSS for outage */
/****************************/