﻿.clearfix:after 
{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Main Layout */
html > body { overflow: auto; }

#header
{
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: auto;
    display: block;
    height: 35px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 2;
}
#header .infoLeft   { float: left; width: 250px; }
#header .infoCenter { float: left; }
#header .infoRight  { float: right; }

#menu  
{
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 50px;
    left: 0;
    overflow: auto;
    padding: 5px;
    position: absolute;
    right: auto;
    top: 45px;
    width: 220px;
}

#menu div.tab
{
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 5px;
    left: 5px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 34px;    
}

#menu-tab ul
{
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 5px;
    left: 5px;
    margin: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 5px;    
}
#menu-tab li  { margin-bottom: 3px; }

#content-tab
{
    padding: 2px;
}

#taxonomy-tab
{
    padding: 2px;
    overflow: auto !important;
}

#container 
{
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 50px;
    left: 230px;
    overflow: auto;
    padding: 5px;
    position: fixed;
    right: 0;
    top: 45px;
}

#content
{
    height: 100%;
    overflow: auto;
    position: relative;
    width: 100%;
}

#footer        
{
    background-color: #ffffff;
    bottom: 0;
    display: block;
    height: 50px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
    z-index: 2;
}
#footer .infoLeft   { float: left; width: 225px; }
#footer .infoCenter { float: left; }
#footer .infoRight  { float: right; width: 275px; }

/* Taxonomy, Security & Users Selector */
div.controls, div.filter
{
    margin: 5px 0 5px 0;
}

/* Textareas for TinyMCE */
div.html-editor
{
    position: relative;
}

div.html-editor div.click-mask
{
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 500; 
}

div.html-editor div.click-mask:hover
{
    background: transparent url('/_assets/img/common/pixel_rgb_000000-translucent.png') repeat scroll 0 0;
}

/* Buttons */

a.text-button,
input.text-button,
a.icon-button,
input.icon-button,
a.menu-button
{
    background: url("/_assets/jquery/ui/css/Aristo/images/button_bg.png") repeat-x scroll 0 0 #CCCCCC;
    border: 1px solid #A3A3A3;
    border-radius: 4px 4px 4px 4px;
    color: #4F4F4F !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

a.text-button:hover,
input.text-button:hover,
a.icon-button:hover,
input.icon-button:hover,
a.menu-button:hover
{
    /* border-color: #666; */
    box-shadow: 0 0 2px #666;
}

a.text-button,
input.text-button,
a.menu-button
{
    padding: 3px;
}

a.menu-button
{
    width: 92%;
}

a.icon-button,
input.icon-button
{
    padding: 2px 5px;
}

a.icon-button span
{
    position: absolute;
    left: -100000px;
    top: -100000px;
}

/* Tabs */
ul.tab-nav
{
    display: block;
    margin: 0 0 0 5px;
}

ul.tab-nav li.tab-action
{
    float:right;
    margin-top: 5px;
}

ul.tab-nav li.tab-link
{
    background: url("/_assets/jquery/ui/css/Aristo/images/button_bg.png") repeat-x scroll 0 0 #CCCCCC;
    border-bottom: none; 
    border-top: 1px solid #A8A8A8;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    color: #4F4F4F !important;
    float: left;
    font-weight: bold;
    margin: 0 1px 0 0;
    padding: 0;

    position: relative;
    top: 1px;

    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    z-index: 10;
}

ul.tab-nav li.tab-link.tab-selected
{
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 1px;
}

ul.tab-nav li.tab-link a
{
    color: inherit;
    float: left;
    padding: 3px 7px;
    text-decoration: inherit;
}

div.tab
{
    border: 1px solid #A8A8A8;
    display: none;
    padding: 10px;
}

div.tab.tab-selected
{
    display: block;
}

.gallery-hidden-field #Line_Title {display: none;}