@import url(layout.css);

.content_tr { background : url(../PicsSystem/Content_tr.gif) top right no-repeat; margin-top: 10px; }
.content_tl { background : url(../PicsSystem/Content_tl.gif) top left no-repeat; }
.content_br { background : url(../PicsSystem/Content_br.gif) bottom right no-repeat; }
.content_bl { background : url(../PicsSystem/Content_bl.gif) bottom left no-repeat; }
.content_main {
	min-height : 380px;
	height : auto !important;
	height : 380px;
	padding: 10px;
	margin : 0;
}

.content_main td {
	vertical-align : top;
}

/* simplebox set background images for corners */
.simplebox { background : url(../PicsSystem/Box_Simple_bg.gif) repeat; }
.simplebox_top div  { background : url(../PicsSystem/Box_Simple_tl.gif) no-repeat top left; }
.simplebox_top      { background : url(../PicsSystem/Box_Simple_tr.gif) no-repeat top right; }
.simplebox_bottom div  { background : url(../PicsSystem/Box_Simple_bl.gif) no-repeat bottom left; }
.simplebox_bottom      { background : url(../PicsSystem/Box_Simple_br.gif) no-repeat bottom right; }

/* simplebox height and width details */
.simplebox { margin : 0 10px 10px 0; }
.simplebox_top div, .simplebox_top, .simplebox_bottom div, .simplebox_bottom {
	width : 100%;
	height : 14px;
	font-size : 1px;
}
.simplebox_location {
	font-size : 11px;
	padding-left : 10px;
	margin-top : -10px;
	border-bottom : 1px solid #dfdfdf;
}
.simplebox_content {
	width : 542px;
	min-height : 280px;
	height : auto !important;
	height : 280px;
	padding: 10px;
	margin : 0 12px;
	border : 0px dashed red;
}
.simplebox_content img {
	margin : 0;
	padding : 0;
	border : 0;
}

/* picbox set background images for corners */
.picbox { background : url(../PicsSystem/Pic_Simple_bg.gif) repeat; }
.picbox_top div  { background : url(../PicsSystem/Pic_Simple_tl.gif) no-repeat top left; }
.picbox_top      { background : url(../PicsSystem/Pic_Simple_tr.gif) no-repeat top right; }
.picbox_bottom div  { background : url(../PicsSystem/Pic_Simple_bl.gif) no-repeat bottom left; }
.picbox_bottom      { background : url(../PicsSystem/Pic_Simple_br.gif) no-repeat bottom right; }

/* picbox height and width details */
.picbox { margin-bottom : 10px; }
.picbox_top div, .picbox_top, .picbox_bottom div, .picbox_bottom {
	width : 100%;
	height : 14px;
	font-size : 1px;
}
.picbox_content { margin : 0 12px; }
.picbox_content img {
	margin : 0;
	padding : 0;
	border : 0;
}

