﻿.EditorPartHidden
{
  display: none;
}

.EditorPartVisible
{
  display: block;
}

.EditorPartTitle
{
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(images/plus.gif);
  cursor: pointer;
  padding-left: 14px;
  /*font-size: 10pt;
  font-family: Arial;
  color: #333333;
  font-weight: bold;
  */
}

.EditorPartTitle_Hidden
{
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(images/minus.gif);
  cursor: pointer;
  padding-left: 14px;
  /*font-size: 10pt;
  font-family: Arial;
  color: #333333;
  font-weight: bold;
  */
}

.EditorPartStyle
{ 
border-top: solid 1px #000000;
}

.WebsiteDesignControl, .WebsiteDesignControl a, .WebsiteDesignControl span
{
	font-size: 8pt;
	background-color: #FFF !important;
	color: #000 !important;	
}

.WebsiteDesignControl
{
	padding:0; margin: 0; z-index:1900;
	border: #808080 1px solid;
	display: none;
}

/* dl */
.formList DL
{
    font-size: 1em;
    margin: 0;
    padding-bottom: 3px;
}

.formList 
{
}

/* dt */
.formList DT
{
	display: inline;
    font-weight: bold;
    float: left;
    /*clear:left;*/
    margin: 0;
    padding: 0;
    width: 200px;
}

/* dd */
.formList DD
{
	display: inline;
    color: #393425;
    margin: 0;
    padding-left: 5px;
}

/*BEGIN: CSS Tables*/
.table
{
	display: table;
}

.row
{
 display: table-row;
 width: 100%;
}

.cell
{
	display: table-cell;
	float: left;
}

.cellFull {width: 100%; display: table-cell;}
.table dl { margin: 4px;}
.table dt { font-weight: bolder;}
.table dd { margin-left: 0;}

/*END: CSS Tables*/

li.FloatLeft,
li.NewRow
{
 float:left;
 display: inline;
 padding-right: 15px;
}

li.NewRow
{
	clear:both;
}

.imgBtn  
{
	-ms-interpolation-mode : bicubic;
	height: 17%;
	width: 17%;
}
