﻿/* PANEL WITH CURVED CORNERS */

div.ArtPanel
{
	border:solid 1px #98a9ba;
	padding:1px;
	position:relative;
	min-height:20px;
	padding-top:10px;
	background-color:#eeeeee;
}

div.ArtPanel div.caption
{
	margin:15px 10px 10px 10px;
	padding: 0 0 2px 40px;
	border-bottom-color:#A4A4A4;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:18px;
}

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;
}


/* BLUE ================== PANEL WITH CURVED CORNERS */

div.ArtPanelBlue
{
	border:solid 3px #24b8f9;
	padding:1px;
	position:relative;
	min-height:20px;
	padding-top:10px;
	background-color:#e7edf0;
}

div.ArtPanelBlue div.caption
{
	margin:0px 10px 10px 55px;
	padding-bottom:5px;
	color:#24b8f9;
	font-size:18px;
}

div.ArtPanelBlue div.caption h1
{
	color:#2399cd;
}

div.ArtPanelBlue fieldset
{
	border-width:0px;
	padding:0px;
	margin:0px;
}

div.ArtPanelBlue 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.ArtPanelBlue div.BL 
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/BL_blue.png) no-repeat bottom left;
	position: absolute;
	bottom:-3px;
	left:-3px;
	z-index:99;
}

div.ArtPanelBlue div.BR
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/BR_blue.png) no-repeat bottom right;
	position: absolute;
	right:-3px;
	bottom:-3px;
	z-index:99;
}

div.ArtPanelBlue div.TR
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/TR_blue.png) no-repeat top right;
	position: absolute;
	right:-3px;
	top:-3px;
	z-index:99;
}

div.ArtPanelBlue div.TL
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/TL_blue.png) no-repeat top left;
	position: absolute;
	left:-3px;
	top:-3px;
	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;
}



/* green with white bg ================== PANEL WITH CURVED CORNERS */

div.ArtPanelGreenWhite
{
	border:solid 3px #47e129;
	padding:1px;
	position:relative;
	min-height:20px;
	/*padding-top:10px;*/
	background-color:#ffffff;
}

div.ArtPanelGreenWhite div.caption
{
	margin:10px 10px 10px 15px;
	padding: 0 0 5px 40px;

	font-family:Tahoma;
	font-size:18px;
}

div.ArtPanelGreenWhite fieldset
{
	border-width:0px;
	padding:0px;
	margin:0px;
}

div.ArtPanelGreenWhite 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.ArtPanelGreenWhite div.BL 
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/BL_greenwhite.png) no-repeat bottom left !important;
	position: absolute;
	bottom:-3px;
	left:-3px;
	z-index:99;
}

div.ArtPanelGreenWhite div.BR
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/BR_greenwhite.png) no-repeat bottom right !important;
	position: absolute;
	right:-3px;
	bottom:-3px;
	z-index:99;
}

div.ArtPanelGreenWhite div.TR
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/TR_greenwhite.png) no-repeat top right !important;
	position: absolute;
	right:-3px;
	top:-3px;
	z-index:99;
}

div.ArtPanelGreenWhite div.TL
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/TL_greenWhite.png) no-repeat top left !important;
	position: absolute;
	left:-3px;
	top:-3px;
	z-index:99;
}


/* green ================== PANEL WITH CURVED CORNERS */






/* green ================== PANEL WITH CURVED CORNERS */

div.ArtPanelGreen
{
	border:solid 3px #47e129;
	padding:1px;
	position:relative;
	min-height:20px;
	/*padding-top:10px;*/
	background-color:#f2f4f0;
}

div.ArtPanelGreen div.caption
{
	margin:10px 10px 10px 15px;
	padding: 0 0 5px 40px;

	font-family:Tahoma;
	font-size:18px;
}

div.ArtPanelGreen fieldset
{
	border-width:0px;
	padding:0px;
	margin:0px;
}

div.ArtPanelGreen 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.ArtPanelGreen div.BL 
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/BL_green.png) no-repeat bottom left;
	position: absolute;
	bottom:-3px;
	left:-3px;
	z-index:99;
}

div.ArtPanelGreen div.BR
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/BR_green.png) no-repeat bottom right;
	position: absolute;
	right:-3px;
	bottom:-3px;
	z-index:99;
}

div.ArtPanelGreen div.TR
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/TR_green.png) no-repeat top right;
	position: absolute;
	right:-3px;
	top:-3px;
	z-index:99;
}

div.ArtPanelGreen div.TL
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/TL_green.png) no-repeat top left;
	position: absolute;
	left:-3px;
	top:-3px;
	z-index:99;
}


/* green ================== PANEL WITH CURVED CORNERS */

div.ArtPanelOrange
{
	border:solid 3px #fe9120;
	padding:1px;
	position:relative;
	min-height:20px;
	padding-top:10px;
	background-color:#f4f2f2;
}

div.ArtPanelOrange div.caption
{
	margin:0px 10px 10px 15px;
	padding-bottom:5px;
	font-size:2.0em; 
	font-weight:normal;
    color: #3a3a3a;
}

div.ArtPanelOrange fieldset
{
	border-width:0px;
	padding:0px;
	margin:0px;
}

div.ArtPanelOrange 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.ArtPanelOrange div.BL 
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/BL_Orange.png) no-repeat bottom left;
	position: absolute;
	bottom:-3px;
	left:-3px;
	z-index:99;
}

div.ArtPanelOrange div.BR
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/BR_Orange.png) no-repeat bottom right;
	position: absolute;
	right:-3px;
	bottom:-3px;
	z-index:99;
}

div.ArtPanelOrange div.TR
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/TR_Orange.png) no-repeat top right;
	position: absolute;
	right:-3px;
	top:-3px;
	z-index:99;
}

div.ArtPanelOrange div.TL
{
	width: 14px; 
	height: 14px; 
	background: url(../Images/AP1/TL_Orange.png) no-repeat top left;
	position: absolute;
	left:-3px;
	top:-3px;
	z-index:99;
}


/*

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;
}

*/