body { background-color: rgb(255, 255, 255); padding: 0px; margin: 0px; font: 9pt "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; }
.main { width: 1024px; text-align: left; border: 2px solid rgb(255, 255, 255); }
.header { background: url("eroster/web/bundles/eroster/images/header2.jpg") no-repeat scroll left top; width: auto; height: 77px; }
.menu { 
	background: rgb(229, 229, 229) none repeat scroll 0% 0%; 
	width: auto; height: 25px; 
	border-top: 2px solid rgb(255, 255, 255); 
	border-bottom: 2px solid rgb(255, 255, 255); 
}
.left { background-color: rgb(248, 248, 248); width: 200px; min-height: 640px; float: left; border: 1px solid rgb(229, 229, 229); }

.content { 
	width: 810px;
	border: 1px solid rgb(255, 255, 255); 
	padding-left: 5px; 
	padding-right: 5px; 
	float: right; 
} 

.footer { background-color: rgb(248, 248, 248); height: 50px; margin-top: 2px; border: 1px solid rgb(229, 229, 229); text-align: right; color: rgb(189, 189, 189); float: left; width: 100%; }
.heading { height: 19px; font-size: 12pt; font-weight: bold; text-align: left; color: rgb(102, 153, 204); vertical-align: bottom; border-bottom: 1px solid rgb(204, 204, 204); }




#contentindex {
	line-height: 1.5em;
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
        alignment-adjust: auto;
}
.article_big_img {
	width: 300px;
	height: 200px;
	overflow: hidden;
	padding: 1px;
	z-index:1;
}
.zoomarticle {
	list-style: none;
	margin-top: 10px;
	margin-left: 10px;
	box-shadow: 1px 1px 4px 4px #656565;
}

.article_big_img > img {
	width: 300px;
	height: 200px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.article_big_img > a {
	text-decoration: none;
	
}

.zoomarticle:hover > .article_big_img > a > img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	background:#0000ff;
}
.textover {
	width: 300px;
	height: 40px;
	overflow: hidden;
	position:absolute;
	z-index:2;
	font-size:120%;
	background-color: #000;
        font-weight: bold;
        color: #fff !important;
        border: 0px solid black;
        opacity:0.5;
        filter:alpha(opacity=50); /* For IE8 and earlier */
        padding-top: 10px;
}
.right {
    float: right;
    
    
   
}