body.rd{
	background: #666666; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #666666 0%, #cccccc 100%); /	* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
}

#_RD_Container {
    //bottom: 0;
    //left: 0;
    //overflow: auto;
    //position: fixed;
    //right: 0;
    text-align: center;
    //top: 42px;
}
#_RD_Wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    display: inline-block;
    margin: 25px;
    overflow: visible;
    position: relative;
    vertical-align: middle;
}
.auto #_RD_Wrapper {
    margin: 0 auto;
    overflow: hidden;
}
html.complete #_RD_Wrapper.transition {
    transition: all 150ms ease-out 0s;
}
html.complete #_RD_Wrapper.notransition {
    transition: none 0s ease 0s;
}
#_RD_Content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 10;
}
b[id^="handle-"] {
    display: block;
    opacity: 0.2;
    position: absolute;
}
b.hover[id^="handle-"], b.active[id^="handle-"] {
    opacity: 0.8;
    transition: opacity 150ms ease-out 0s;
}
.auto b[id^="handle-"] {
    display: none;
}
#_RD_Handle-e {
    height: 100%;
    right: -20px;
    top: 0;
    width: 20px;
}
#_RD_Handle-e:before, #handle-s:before {
    background: none repeat scroll 0 0 #CCCCCC;
    content: "";
    display: block;
    position: absolute;
}
#_RD_Handle-e:before {
    height: 24px;
    left: 100%;
    margin: -12px 0 0 -6px;
    top: 50%;
    width: 6px;
}
#_RD_Handle-s:before {
    height: 6px;
    left: 50%;
    margin: -6px 0 0 -12px;
    top: 100%;
    width: 24px;
}
#_RD_Handle-se {
    border-color: #CCCCCC;
    border-style: none solid solid none;
    border-width: 0 6px 6px 0;
}
#_RD_Handle-s {
    bottom: -20px;
    height: 20px;
    left: 0;
    width: 100%;
}
#_RD_Handle-w {
    height: 100%;
    left: -20px;
    top: 0;
    width: 20px;
}
#_RD_Handle-se, #_RD_Handle-sw {
    bottom: -20px;
    height: 20px;
    width: 20px;
}
#_RD_Handle-se {
    right: -20px;
}
#_RD_Handle-sw {
    left: -20px;
}
#_RD_Handle-e.hover, #_RD_Handle-e.active, #_RD_handle-w.hover, #_RD_Handle-w.active {
    cursor: ew-resize;
}
#_RD_Handle-s.hover, #_RD_Handle-s.active {
    cursor: ns-resize;
}
#_RD_Handle-se.hover, #_RD_Handle-se.active {
    cursor: nwse-resize;
}
#_RD_Handle-sw.hover, #_RD_Handle-sw.active {
    cursor: nesw-resize;
}
#_RD_Container {
    top: 0 !important;
}
b[id^="_RD_Handle-"] {
    display: none !important;
}
#_RD_Content {
    display: block !important;
    margin: 0 auto !important;
    overflow: visible !important;
}
