﻿.Edit
{
    clear: both;
    display: block;
}
.Edit .TextBox
{
    font-size: 12px;
    background-color: #ffffe0;
    border: solid 1px #bcbcbc;
    width: 100%;
    padding: 5px 0px;
    clear: both;
}
.PanelEdit
{
    text-align: center;
    font-size: 12px;
    background-color: #ffffe0;
    border: solid 1px #bcbcbc;
    width: 100%;
    padding: 5px 0px;
    clear: both;
    clear: both;
    margin: 10px 0px;
}
.Panel
{
    width: 600px;
    position: fixed;
    top: 100px;
    left: 100px;
    border: #e4e4e4 1px solid;
    padding: 10px;
    background-color: #f7f7f7;
    font-size: 11px;
}
.Panel span
{
    clear: left;
    display: block;
}
.Panel input
{
    border: #d4d4d4 1px solid;
    clear: right;
}
.Panel select
{
    width: 250px;
}
.PanelButtons
{
    text-align: right !important;
}
.Label
{
    display: inline-block;
    margin-top: 20px;
    width: 150px;
}
.EditButton, .AddButton, .Button
{
    text-decoration: none;
    border-width: 0px !important;
    font-weight: bold;
    font-size: 11px;
    background-image: url(../RadControls/Editor/Skins/Default/CssImg/button.gif);
    margin: 3px;
    width: 78px;
    color: #333333;
    line-height: 21px;
    font-family: Arial;
    height: 22px;
    background-color: transparent;
    text-align: center;
    display: inline-block;
}
.ButtonContentControl
{
    padding: 0px;
    clear: both;
    overflow: visible;
    margin-bottom: 0px;
}
.ButtonContentControl span
{
    clear: left;
    display: block;
    width: 150px;
    float: left;
    margin-bottom: 15px;
}
.ButtonContentControl input
{
    margin-bottom: 15px;
    clear: right;
}
.ButtonContentControl .ButtonWrapper input
{
    clear: none;
}
.TaxonomyControl
{
    clear: both;
}
.ContentRelationControl
{
    clear: both;
}
.ContentRelationControl select
{
    width: 250px;
    margin-right: 10px;
}
.TextControl
{
    display: block;
    clear: both;
}
.TextBox
{
    border: solid 1px #bcbcbc;
    background-color: #ffffff;
    margin-right: 3px;
}
.StartDateWrapper,
.EndDateWrapper,
.PathWrapper
{
    clear: both;
    overflow: hidden;
}
.Validator
{
    display: block;
    color: #cc3333 !important;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial;
}
.StartDateWrapper .Validator,
.EndDateWrapper .Validator,
.PathWrapper .Validator
{
    display: block;
    margin-left: 150px;
    margin-top: -17px;
    margin-bottom: 0px!important;
    width: 310px;
}
.StartDateWrapper .Label,
.EndDateWrapper .Label,
.PathWrapper .Label
{
    margin: 0px!important;
}
.PathWrapper .TextBox
{
    width: 310px;
    clear: none;
    padding: 2px 0px;
}
.StartDateWrapper .TextBox,
.EndDateWrapper .TextBox
{
    float: left;
    width: 150px;
    clear: none;
    padding: 2px 0px;
}
.TextContentControl
{

}
.HtmlContentControl
{
    display: inline;
}
.HtmlContentControl .Edit
{
    clear: both;
    display: block;
    background-color: #ffffe0;
    border: solid 1px #bcbcbc;
    width: 100%;
    padding: 5px 0px;
    overflow: hidden;
}
.HtmlContentControlButton
{
    float: right;
    clear: left;
}
.HtmlContentControlPanelWrapper
{
    position:absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;   
}
.HtmlContentControlPanel
{
    position: static;
    margin: 100px auto;
    width: 640px;
    background-color: #fff;
    padding: 0px;
    overflow: visible;
}
.HtmlContentControlLightBox
{
    z-index: 9999999!important;
    height: 100%!important;
    width: 100%!important;
    position: absolute!important;
    top: 0px!important;
    left: 0px!important;
}
.LightBoxControl
{
    display: inline;
}
.MediaContentControlEdit
{
    margin: 10px 0px;
    background-color: #ffffe0;
    border: solid 1px #bcbcbc;
    padding: 5px;
}
.MediaContentControl .Edit
{
    margin: 10px 0px;
    background-color: #ffffe0;
    border: solid 1px #bcbcbc;
    width: 100%;
    padding: 5px;
}
.MediaContentControlEdit img,
.MediaContentControl img
{
    clear: both;
}

.MediaLibraryControl
{
    margin: 15px 0px;
    overflow: hidden;
    clear: both;
    position: inherit;
}
.MediaLibraryControlPanelWrapper
{
    position:absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;   
}
.MediaLibraryControlPanel
{
    width: 890px;
    margin: 30px auto;
    border: #e4e4e4 1px solid;
    padding: 10px;
    background-color: #f7f7f7;
    font-size: 11px;
    display: block;
    position:relative;
    left: 0px;
    top: 0px;
}
.MediaLibraryControlPanel fieldset
{
    overflow: hidden;
    padding: 0px 10px 20px 10px;
}
.MediaLibraryControlPanel fieldset legend
{
    margin-bottom: 10px;
}
.MediaLibraryControlPanel .CurrentImage
{
    width: 200px;
    min-height: 169px;
    border: solid 1px #bcbcbc;
    background-color: #fff;
    float: left;
    vertical-align: middle;
    text-align: center;
    margin: 10px;
}
.MediaLibraryControlPanel .CurrentImage img
{
    width: 100%;
}
.MediaLibraryControlPanel .CurrentImagePlaceholders
{
    float: left;
    margin: 10px 10px 10px 0px;
}
.MediaLibraryControlPanel .MediaContentControl
{
    border: 0px !important;
    background-color: Transparent !important;
}
.MediaLibraryControlPanel .MediaContentControl input
{
    display: none !important;
}
.MediaLibraryControlPanel .ImageList
{
    width: 100%;
    height: 250px;
    margin: 10px 0px;
    overflow-y: scroll;
    background-color: #fff;
    border: solid 1px #bcbcbc;
}
.MediaLibraryControlPanel .ImageList td
{
    vertical-align: top;
    padding: 10px;
}
.MediaLibraryControlPanel .ImageList td.Selected
{
    vertical-align: top;
    padding: 10px;
    background-color: #ffffe0;
}
.MediaLibraryControlPanel .ImageList td a
{
    /*color: #fff;*/
}
.MediaLibraryControlPanel .ImageList td:hover
{
    background-color: #dfdfdf;
}
.MediaLibraryControlPanel .ImageList td:hover a
{
    /*color: #31607a;*/
}
.MediaLibraryControlPanel .ImageList td span
{
    display: block;
    width: 100%;
    overflow:hidden;
    height: 12px;
    margin: 0px;
    padding: 0px;
    line-height: 12px;
}
.MediaLibraryControlPanelEdit
{
    display: block;
    clear: both;
    margin: 0px 0px 20px 0px;
    float: none;
    width: 100%;
    height: 250px;
    margin: 10px 0px;
    overflow-y: scroll;
    border: solid 1px #bcbcbc;
}
.MediaLibraryControlPanelEdit td
{
    vertical-align: top;
    padding: 5px 0px 5px 10px;
    font-size: 10px;
    text-align: left;
}
.MediaLibraryControlPanelEdit td span
{
    display: block;
    width: 100%;
    overflow:hidden;
    height: 12px;
    margin: 0px;
    padding: 0px;
    line-height: 12px;
}
.MediaLibraryControlPanelEdit td input
{
    display: none !important;
}
.MediaLibraryControlPanel legend
{
    font-weight: bold;
}
.MediaLibraryControlLightBox
{
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #000 !important;
    opacity: .5 !important;
    filter: alpha(opacity=50) !important;
    -moz-opacity: 0.5 !important;
    margin: 0px!important;
    z-index: 9999999
}
.PageNumber
{
    display: inline-block;
    margin: 0px;
    padding: 0px 5px;
    border-right: solid 1px #000;
}
.PageNumbers a
{
}
.PageNumbers a:hover
{
}
.Next
{
    display: inline-block;
    margin: 0px;
    padding: 0px 5px;
}
.Previous
{
    display: inline-block;
    margin: 0px;
    padding: 0px 5px;
    border-right: solid 1px #000;
}
.PageNumbers
{
    display: block;
    overflow: hidden;
    text-align: right;
    margin: 12px 0px;
    padding: 4px 0px;
    clear:both;
}
.PageNumberSelected
{
    font-weight: bold;
    display: inline-block;
    margin: 0px;
    padding: 0px 5px;
    border-right: solid 1px #000;
    text-decoration: none !important;
    color: #000;
}
.IFrameContainer
{
    margin: 10% 33%;
    z-index: 999999999;
    top: 0px;
    left: 0px;
    display: block;
    height: 420px;
    width: 400px;
    border-collapse:collapse;
    position: fixed;
    top: 20px;
    left: 0px;
    border: 1px solid #000;
}
.IFrameContainer a.Close
{
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 9999999999;
    text-decoration: none;
    border: 0px!important;
}
.IFrameContainer a.Close:hover
{
    text-decoration: underline;
}
.IFrameContainer iframe
{
    display: block;
    height: 420px;
    width: 400px;
    border: 1px solid #000;
    border-collapse:collapse!important;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #e6ebf2;
}