.basic {
    width: 100%;
    font-family: verdana;
    border: 0px solid black;
    margin-top: 7px;
}

.basic div {
    background-color: #FFFFFF;
}

.basic p {
    margin-bottom: 10px;
    border: none;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    margin: 0px;
    padding: 5px;
    color: #2C2C2C;
}

.basic a {
    display: block;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: visible;
    text-align: left;
    white-space: nowrap;
    height: 29px;
    line-height: 27px;
    cursor: pointer;
    font-size: 13px;
}

.basic a span, .basic a em {
    display: block;
    height: 29px;
    line-height: 27px;
    margin: 0;
    color: #4D779D;
    font-weight: bold;
    text-decoration: none;
}

.basic a span {
    padding-left: 10px;
    background: url( /images/button.jpg ) no-repeat 0 0;
}

.basic a em {
    font-style: normal;
    padding-right: 10px;
    background: url( /images/button.jpg ) no-repeat 100% 0;
}

.formfield {
    display: block;
    border-bottom: #E8E8E8 1px solid;
	padding: 1px 1px 1px 5px;
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
    cursor:move;
    height:23px;
}

.formfield td {
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: normal;
}

.hoverclass {
    border: 10px solid gray;
}

#formcontainer li {
	list-style:none;
	border:0px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
ul#formcontainer{
	border:0px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}

.label {
	font-family: Arial, Verdana;
	font-size: 12px;
}
.label_head {
	font-family: Arial, Verdana;
	font-size: 16px;
    text-decoration:underline;
    font-weight:bold;
}

.row_over {background-color:lightgray;}

.properties td {
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
}
.properties input,select {
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
    width:120px;
}

.wizard td {
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
}
.wizard h1 {
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
}
.wizard input,select {
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    width:90%;
}


/* WYSIWYG EDITOR */

/* Toolbar */
.toolbar1   { border: 1px solid #666666; height: 26px; background-image: url(/editor/images/background_silver.jpg); }
.toolbar2   { border: 1px solid #666666; height: 24px; background-image: url(/editor/images/background_silver.jpg); border-bottom: 0px; border-top: 0px; }

/* Command Buttons */
.button     { width: 20px; height: 20px; border: 0px solid transparent; margin: 1px; padding: 0px; background: transparent; }
.buttonComplete{ width: 60px; height: 20px; border: 0px solid transparent; margin: 1px; padding: 0px; background: transparent; }
.buttonOver { width: 20px; height: 20px; border: 1px solid #999999; margin: 0; padding: 0px; }


/* Font Type and Size Drop Down */
.dropdown          { background-color: #FFFFFF; border: 1px solid #333333; height: 140px; overflow: auto; padding: 1px; }
button.mouseOver   { background-color: #EEEEEE; border: 1px solid #CCCCCC; padding: 3px; cursor: default; text-align: left;}
button.mouseOut    { background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 3px; cursor: default; text-align: left;}




/* CREATE TABLE POPUP */

/* Select Border Width/Type */
.on   { background-color: #EEEEEE; border: 1px solid #CCCCCC; padding: 6px; width: 140px; cursor: default; height: 5px;}
.off  { background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 6px; width: 140px; cursor: default; height: 5px;}

/* Select Shading/Border Color */
.selectColorTable  { border: 1px solid #7E7E81; background-color: #F7F7F7; padding: 1px; }
.selectColorBorder { border: 1px solid #F7F7F7; }
.selectColorOn     { border: 1px solid #999999; background-color: #CCCCCC; }
.selectColorOff    { border: 1px solid #F7F7F7; background-color: #F7F7F7; }
.selectColorBox    { border: 1px solid #FFFFFF; font-size: 1px; height: 13px; width: 13px; }





