.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

div
{
    text-align:left;	
}

.neotekPopupBase
{
    font-size:8pt;
    font-family:Verdana;
    display:none;
    margin:0px auto;
    position:absolute;
    /*height:420px;
    width:600px;*/
    left:50%;
    top:50%;
    /*margin-top:-210px;
    margin-left:-300px; */
    background-color:Transparent;
    z-index:5000;
    padding:0px;
}
.divModalFade
{
    display:block;
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    background-color:#0f0f0f;
    z-index:2000;
    left:0px;
    opacity:0;
    filter:alpha(opacity=0);
}
.neotekPopupTitle
{
    background-color:#FFFBD0;  /*#33ff66; Lime Green */
    font-size:12pt;	
    height:30px;
    margin:0px;
    padding:3px;
    cursor:move;
}
.neotekPopupClose
{
    float:right;
    background:Transparent url('/Owner/skin/images/Close.gif') no-repeat scroll left top;
    background-position:0px 0px;
    font-size:12pt;	
    position:relative;
    width:46px;
    height:24px;
    cursor:pointer;
    text-align:center;
}
.neotekPopupClose:hover
{
    background-position:-46px 0px;
}
.Neotek_Popup_Content
{
    padding:2px;
    /*padding:10px 5px 10px 5px;*/
    /*background-color:White;*/
    background-color:#FFFBD0; 
}
#Neotek_Popup_Content
{
	padding:0px;
	margin:0px;
}


/* EditSettingsOreintated */

.previewSetting
{
	overflow:auto;	
}

.longDescriptionIcon
{
	background-image:url('../../Owner/default/buttons/info.gif');
	background-repeat:no-repeat;
	background-position:center center;
	width:20px;
}
.previewSettingIcon
{
	background-image:url('../../Owner/default/buttons/info.gif');
	background-repeat:no-repeat;
	background-position:center center;
	width:20px;
}

/* Alerts */
.alert1Icon
{
	background-image: url('/Owner/ProfessionalEC/Warn.gif');
	background-repeat: no-repeat;
	width: 53px;
	height: 47px;
}

