body
{
    overflow: scroll;
}


.body
{
    margin: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    min-width: 962px;
    background: #fff;
    font: 0.8em/1.5 Arial, verdana, sans-serif;
    color: #666;
}

#container
{
    margin: 0 auto;
    text-align: left;
    margin-top: 20px; /*pokud je nad site odsazeni od listy*/
    width: 962px;
    height: 500px;
    background: white;
    position: relative;
}

* > #container
{
    min-height: 500px;
    height: auto;
}



body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object
{
    border: 0;
}

.bttn, input.FormButton
{
    padding: 3px 14px 3px 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: White;
    background-color: #e65b0e;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
}

#menu
{
    width: 866px;
    float: left;
    height: 69px;
    padding-left: 24px;
}

.editStructureLink
{
    position: absolute;
    width: 150px;
    height: 20px;
    right: 0px;
    top: 10px;
}

.twitterIcon
{
    float: left;
    width: 70px;
    margin-top: 10px;
}

.twitterText
{
    float: left;
    width: 330px;
}


#contentCover
{
    width: 912px;
    float: left; /*height:315px;*/
    padding: 15px 24px 30px 24px;
    position: relative;
}

#contentCover ul
{
    margin: 15px 0 25px 40px;
    padding: 0;
}

#contentCover ul li
{
    margin-bottom: 10px;
}

abbr, acronym, .help
{
    border-bottom: 1px dotted #CCC;
    cursor: help;
}

blockquote
{
    margin: 15px 20px;
    font-style: italic;
}

del, .del
{
    text-decoration: line-through;
}

strong, .strong
{
    font-weight: bold;
}

cite, em, q, var
{
    font-style: italic;
}

code, kbd, samp
{
    font-family: monospace;
    font-size: 110%;
}

#footer
{
    width: 487px;
    float: left;
    height: 35px;
    background: #a6a6a6;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    text-align: right;
    padding: 20px 24px 0 0;
    font-family: Arial, verdana, sans-serif;
    color: #fff;
}

.highlighted
{
    color: Red;
}

/*forms in a colum*/

form fieldset legend
{
    display: none;
}

form fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}

ol.Form
{
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0;
    float: left;
    width: 355px; /*background:red;*/
}

ol.Form li
{
    margin-bottom: 5px;
    text-align: left;
    width: 355px; /*background:blue;*/
    float: left;
}

ol.Form LiButton
{
    margin-top: 15px;
}

ol.Form .FormLabelHorizontal
{
    color: #5a6167;
    margin: 0;
    float: left;
    width: 130px; /*background:pink;*/
}

ol.Form .FormAnswerCheckBox
{
    width: 200px;
    float: left; /*background:red;*/
}

ol.Form .validator
{
    color: red;
    font-size: 0.9em;
    margin: 10px 0 0px 3px;
    float: left;
}

ol.Form input
{
}

/*forms top positioned*/

ol.Form .FormLabelVertical
{
    color: #5a6167;
    margin: 0;
    float: left;
    width: 100%;
    display: block;
}




/* DCMS Edit Bar */
div#editBarHeader
{
    width: 100%;
    height: 25px;
    border: solid 1px #cccccc;
    background: #f7f7f7;
    padding: 9px 26px 0 26px;
    margin: 0 auto;
    color: black;
    font: 0.95em/1.5 "arial" ,sans-serif;
}

div#editBarCover
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

div#loggedAs
{
    width: 25%;
    float: left;
}

div#version
{
    width: 25%;
    float: left;
    text-align: right;
}

div#adminButtons
{
    width: 50%;
    float: left;
    text-align: center;
}

A.EditBarLinkButton
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    color: White;
    text-decoration: none;
}
A.EditBarLinkButton:hover
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    color: #ff9037;
    text-decoration: none;
}



/* DCMS Edit Bar end */

/* RadEditor */
.reWrapper, .reContentArea
{
    min-width: 1px !important;
    min-height: 15px !important;
}

.RadEditor.Default td.reContentCell
{
    border: 0px !important;
    background-color: inherit !important;
}

.RadEditor.Default
{
    background-color: inherit !important;
}

.EditorArea
{
    /*border: 1px dashed transparent; float: left;*/
    border: 1px dashed #CCCCCC;
}

.EditorAreaOver
{
    border: 1px dashed #94076c;
}

.palette {
    margin: 3px;
    padding: 3px;
    display: table;
}

.palette-color {
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid #DDD;
    position: relative;
    float: left;
    transition: all 0.2s;
}

/* RadEditor end */
