@charset "utf-8";
/* CSS Document */

#imagepreviewlarge{
	background-image: url(/layouts/common/_img/images/img-bg.png);
	background-repeat: no-repeat;
	height: 153px;
	width: 138px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	float:left;
}
#imgLarge {
	height: auto;
	width: 137px;		
}
#imgcontainer {
	height: 120px;
	width: 137px;
	overflow: hidden;
}
.leftTd {
	text-align: right;
	vertical-align:top;
	width: 30%;
	padding-top:2px;
}
.rightTd {
	text-align: left;
	vertical-align:top;
	padding-left: 5px;
	width: 100%;
}
.centerTd {
	text-align: center;
	vertical-align:bottom;
}
.warning {
	font-weight: bold;
	color: #F00;
}
.caution {
	font-weight: bold;
	color:#06F;
}
.articleImgPreview {
	width:120px;	
}
#imagepreviewlarge{
	background-image: url(/layouts/common/_img/images/img-bg.png);
	background-repeat: no-repeat;
	height: 153px;
	width: 138px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	float:left;
}
#imgLarge {
	height: auto;
	width: 137px;		
}
#imgcontainer {
	height: 120px;
	width: 137px;
	overflow: hidden;
}
#dayId {
	border: 1px solid #C0C0C0;
	height: 27px;
	width: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	vertical-align:middle;
}
#monthId {
	border: 1px solid #C0C0C0;
	height: 27px;
	width: 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	vertical-align:middle;
}
#yearId {
	border: 1px solid #C0C0C0;
	height: 27px;
	width: 60px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	vertical-align:middle;
}