/*******************************************************************************************************
******************************************** RIGHT PANEL ***********************************************
*******************************************************************************************************/

#right_panel {
	margin: 10px 0 0 0;
	width: 190px;
	float:left;
}

#right_panel #rday{
	margin: 0px 0 0 0;
	width: 189px;
	float:left;
	font-size: 70%;
}

#right_panel .slideBox{
	margin: 0 0 20px 0;
}

#right_panel #rday #sb_t{
}

/*******************************************************************************************************
********************************************** SLIDE BOX ***********************************************
*******************************************************************************************************/

#rday blockquote, q {
	quotes: none;
}

#rday blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
#rday :focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
#rday ins {
	text-decoration: none;
}
#rday del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
#rday table {
	border-collapse: collapse;
	border-spacing: 0;
}

#rday .clear {
	clear:both;
}

#rday div.slideBox {
		color: #ffffff;
		width: 180px;
		height: 180px;
		position: relative;
		float: left;
		margin-right: 0px;
		overflow: hidden;
		border: 2px solid #3d5f64;
		background: #666666;
	}
	
#rday div.slideBox div.content p{
		padding: 0 5px 0 5px;
}

#rday div.slideBox div.content{
}

#rday div.slideBox img {
			position: absolute;
			z-index: 2;
			width: 180px;
			height: 180px;
		}
		
#rday div.slideBox div.content {
			position: absolute;

			z-index: 1;
			padding: 0px;
		}

#rday h1 {
	color: #efbd6e;
		text-align: center;
		margin: 0 0 5px 0;
		font-size: 130%;
}

#rday p {
	text-indent: 10px;
}

#rday #url {
	margin: 5px 0 0 0;
	text-align: center;
}

#rday #url a{
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
}

#rday #url a:hover{
	border: 0;
}

#rday #sost {
	font-size: 80%;
	margin: 0 0 0 0;
	text-align: center;
}

#rday #sosi {
	margin: 5px;
	text-align: center;
}

#rday #sost a{
	border-bottom: 1px dotted #ffffff;
	color: #c1ecc5;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}

#rday #sost a:hover{
	border: 0;
}

#ablank #t{
	border-bottom: 1px solid #666666;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

#ablank p{
	color: #333333;
	margin: 5px 0 10px 0;
	text-indent: 0px;
}

#ablank a{
	border-bottom: 1px dotted #000000;
	color: #222222;
	text-decoration: none;
}

#ablank a:hover{
	border: 0;
}

#banitem {
	text-align: center;
}
