﻿/* PANEL WITH CURVED CORNERS */

div.ArtPanel
{
	border:solid 1px #98a9ba;
	padding:1px;
	position:relative;
	min-height:20px;
	background-color:#eeeeee;
}

div.ArtPanel fieldset
{
	border-width:0px;
	padding:0px;
	margin:0px;
}

div.ArtPanel legend
{
	padding:5px 0px 0px 0px;
	margin-bottom:10px;
	color:#636363;
	font-weight:bold;
	border-bottom-style:groove;
	border-bottom-width:2px;
	font-size:16px;
}

div.ArtPanel div.BL 
{
	width: 6px; 
	height: 6px; 
	background: url(../Images/AP1/mcBL.png) no-repeat bottom left;
	position: absolute;
	bottom:-1px;
	left:-1px;
	z-index:99;
}

div.ArtPanel div.BR
{
	width: 6px; 
	height: 6px; 
	background: url(../Images/AP1/mcBR.png) no-repeat bottom right;
	position: absolute;
	right:-1px;
	bottom:-1px;
	z-index:99;
}

div.ArtPanel div.TR
{
	width: 6px; 
	height: 6px; 
	background: url(../Images/AP1/mcTR.png) no-repeat top right;
	position: absolute;
	right:-1px;
	top:-1px;
	z-index:99;
}

div.ArtPanel div.TL
{
	width: 6px; 
	height: 6px; 
	background: url(../Images/AP1/mcTL.png) no-repeat top left;
	position: absolute;
	left:-1px;
	top:-1px;
	z-index:99;
}

.secondTitle
{
	padding:5px 0px 0px 10px;
	margin-bottom:10px;
	color:#636363;
	font-weight:bold;
	border-bottom-style:groove;
	border-bottom-width:2px;
	font-size:14px;
	margin-left:0px;
}







div.PopupArtPanel
{
	border:solid 1px #98a9ba;
	padding:1px;
	position:relative;
	min-height:20px;
	background-color:#eeeeee;
}

div.PopupArtPanel fieldset
{
	border-width:0px;
	padding:0px;
	margin:0px;
}

div.PopupArtPanel legend
{
	padding:5px 0px 0px 0px;
	margin-bottom:10px;
	color:#636363;
	font-weight:bold;
	border-bottom-style:groove;
	border-bottom-width:2px;
	font-size:16px;
}

div.PopupArtPanel div.BL 
{
	width: 6px; 
	height: 6px; 
	background: url(../Images/AP1/mcBL.png) no-repeat bottom left;
	position: absolute;
	bottom:-1px;
	left:-1px;
	z-index:99;
}

div.PopupArtPanel div.BR
{
	width: 6px; 
	height: 6px; 
	background: url(../Images/AP1/mcBR.png) no-repeat bottom right;
	position: absolute;
	right:-1px;
	bottom:-1px;
	z-index:99;
}

div.PopupArtPanel div.TR
{
	width: 6px; 
	height: 6px; 
	background: url(../Images/AP1/mcTR.png) no-repeat top right;
	position: absolute;
	right:-1px;
	top:-1px;
	z-index:99;
}

div.PopupArtPanel div.TL
{
	width: 6px; 
	height: 6px; 
	background: url(../Images/AP1/mcTL.png) no-repeat top left;
	position: absolute;
	left:-1px;
	top:-1px;
	z-index:99;
}
