/* Stage Home

Version: $Id: eeba_home.css 111 2009-05-06 13:55:25Z riyuk $
*/
#stage_home {
	float: left;
	width: 770px;
	margin: 0 5px 0 0;
	padding: 24px 0 0 9px;
}
	/* HomeBox Size:Small */
	.home_box_small {
		float: left;
		width: 250px;
		height: 335px;
		margin: 0 0 10px 5px;
	}
	
	/* HomeBox Size:Medium */
	.home_box_medium {
		float: left;
		width: 505px;
		height: 335px;
		margin: 0 0 10px 5px;
	}
	
		.home_box_title_red, .home_box_title_yellow {
			float: left;
			width: auto;
			height: 23px;
			padding: 5px 5px 0 5px;
		}
		
		.home_box_title_red {
			background: url(../images/home/homebox_title_red.jpg) 0 0 no-repeat;
			background-color: #FA6969;
		}
		
		.home_box_title_yellow {
			background: url(../images/home/homebox_title_yellow.jpg) 0 0 no-repeat;
			background-color: #FFE640;
		}

			.home_box_title_red h1, .home_box_title_yellow h1 {
				font-size: 13px;
				font-weight: bold;
				color: #00005A;
				margin: 0;
				padding: 0;
			}
	
		.home_box_content_small, .home_box_content_medium {
			float: left;
			height: 275px;
			background: url(../images/home/homebox_gradient_x.jpg) 0 0 repeat-x;
			border-top: 6px solid #00005A;
		}

		.home_box_content_small {
			width: 250px;				
		}
		
		.home_box_content_medium {
			width: 505px;
		}
		
			.home_box_content_small h2, .home_box_content_medium h2 {
				font-size: 12px;
				font-weight: bold;
				color: red;
				margin: 10px 5px 0 5px;
				padding: 0;
			}
			
			.home_box_content_small h2 a, .home_box_content_medium h2 a {
                color: red;
                text-decoration: none;
            }
			
			.home_box_content_small span.date, .home_box_content_medium span.date {
				font-size: 11px;
				font-weight: normal;
				color: #000000;
			}
			
			.home_box_content_small p, .home_box_content_medium p {
				font-size: 12px;
				color: #000659;
				margin: 5px 5px 0 5px;
				padding: 0;
			}
	
		.home_box_link {
			float: right;
			width: 89px;
			height: 26px;
		}