#popup_background
{
    background-color: White;
    display: none;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 5;
}

#popup
{
    background-color: White;
    border: solid 1px Gray;
    display: none;
	font-family: Calibri, Verdana, tahoma, sans-serif;
	font-size: 13pt;
    left: 50%;
    margin-left: -306px;
    padding: 10px;
    position: fixed;
    top: 50px;
    width: 612px;
    z-index: 10;
}

#chalkboard_editor
{
    background-color: White;
    border: solid 1px Gray;
    display: none;
    left: 50%;
    margin-left: -370px;
    padding: 10px;
    position: fixed;
    top: 50px;
    width: 740px;
    z-index: 10;
}

#event_editor
{
    background-color: White;
    border: solid 1px Gray;
    display: none;
    left: 50%;
    margin-left: -345px;
    padding: 10px;
    position: fixed;
    top: 50px;
    width: 690px;
    z-index: 10;
}

#location_editor
{
    background-color: White;
    border: solid 1px Gray;
    display: none;
    left: 50%;
    margin-left: -345px;
    padding: 10px;
    position: fixed;
    top: 50px;
    width: 690px;
    z-index: 10;
}

.field_label
{
    float: left;
	font-family: Calibri, Verdana, tahoma, sans-serif;
	font-size: 12pt;
    margin: 0px 15px 10px 0px;
    text-align: right;
    width: 190px;
}

#chalkboard_editor .field_label
{
    text-align: left;
    width: 50px;
}
.field
{
    float: left;
    margin-bottom: 10px;
}

#chalkboard_editor .field
{
    margin: 0px 25px 0px 10px;
}


.field input, .field textarea
{
	font-family: Calibri, Verdana, tahoma, sans-serif;
	font-size: 10pt;
	width: 400px;
}

#chalkboard_editor .field input
{
	width: auto;
}

#chalkboard_editor .field textarea
{
	width: 300px;
}

.clear
{
    clear: both;
    height: 0px;
}

.ColorPicker, .EmoticonPicker, .RTE_INSERTLINK
{
    z-index: 20;
}
