﻿.spacer
{
    padding: 0px;
    text-align: right;
    clear: both;
    text-transform: lowercase;
    padding-top: 5px;
}

.space
{
    padding: 0px;
    text-align: right;
    clear: both;
    text-transform: lowercase;
    padding-top: 10px;
}

.entry
{
    /*font-size: 11px;
    min-height: 128px;*/
}

.gbox
{
    margin: 0px 0px 0px 0px;
    padding: 0px 4px 4px 4px;
    background: none;
    border: 1px solid #e3e3e3;
    height: auto;
    line-height: 1.3em;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-right: 3px;
}

.gbox.noborder
{
    border: none !important;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;

}
.gbox.noborder p
{
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    background-color: #FFFFFF;
}

.gbox.noborder .boxheader
{
    background-color: #F6F6F6;
    border: none !important;
    padding-left: 10px;
    height: 35px;
    margin: 0px 0 12px 0;
}

.gbox.children
{
    background: none;
    padding: 4px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    margin-right: 3px;
}

.gbox h1
{
    color: #111;
    margin: 2px 0 2px 0;
    padding: 8px 0px 4px 4px;
    font-size: 19px;
}

.gbox.list h1
{
    background-image: url('images/table_22.png');
    background-repeat: no-repeat;
    background-position: 0px center;
    padding: 8px 0px 4px 28px;
}

.gbox.view h1
{
    background-image: url('images/view_24.png');
    background-repeat: no-repeat;
    background-position: 0px center;
    padding: 8px 0px 4px 28px;
}

.gbox.edit h1
{
    background-image: url('images/edit_24.png');
    background-repeat: no-repeat;
    background-position: 0px center;
    padding: 8px 0px 4px 28px;
}

.gbox.create h1
{
    background-image: url('images/new_24.png');
    background-repeat: no-repeat;
    background-position: 0px center;
    padding: 8px 0px 4px 28px;
}

.gbox h1 img
{
    margin: 2px 0 3px 0;
}

.gbox h2
{
    color: #4D4D4D;
    margin: 0 !important;
    padding: 7px 0px 6px 20px;
    border-bottom: none;
    font-size: 12px !important;
    font-weight: bold !important
}

.gbox h2.noicon
{
    padding: 7px 0px 6px 0px;
}

/*
.gbox p, .gbox dl, .gbox ul
{
    color: #181818;
    font-size: 12px;
    margin: 0 0 0 0;
}

.gbox li, .gbox ul
{
    margin: 0 0 0 0;
    color: #666666;
    font-size: 12px;
}
*/
.gbox dl dt
{
    font-weight: bold;
}

.gbox dl dd
{
    margin: 0 0 0.4em 0;
}

.gbox blockquote p
{
    margin: 0 0 0 2em;
    border-left: 5px solid #181818;
    padding: 0 0 0 1em;
    color: #666;
}

/* Box Header */
.gbox ul.boxheader
{
    border-bottom: 1px dotted #666666;
    list-style: none;
    font-size: 11px;
    padding: 0;
    color: #181818;
    margin: 0 0 10px 0;
}

.gbox ul.boxheader li.boxheaderright
{
    padding: 6px 0px 0px 0px;
    font-size: 11px;
    float: right;
    margin: 0;
    display: inline;
}

/* Box Footer */
.gbox ul.boxfooter
{
    border-top: 1px dotted #666666;
    list-style: none;
    font-size: 11px;
    padding: 4px 0 6px 0;
    color: #181818;
    margin: 10px 0 0 0;
}

.gbox ul.boxfooter li
{
    color: #181818;
}

.gbox ul.boxfooter a
{
    /*
    text-decoration: none;
    text-transform: lowercase;
    color: #181818;
    */
}

.gbox ul.boxfooter a:hover
{
    /*
    color: #181818;
    text-decoration: underline;
    */
}

.gbox ul.boxfooter li.boxfooterright
{
    font-size: 11px;
    float: right;
    margin: 0 0 0 0;
    
    margin-top: 4px;
    display: inline; /* fixes double float bug in IE */
    color: #aaa;
}

.gbox ul.boxfooter li.boxfooterright a
{
    padding: 0 0 0 0px;
}

.gbox ul.boxfooter li.boxfooterleft
{
    font-size: 11px;
    margin: 0 0 0 0;
    margin-top: 4px;
    color: #aaa;
}

.gbox.children ul.boxfooter li.boxfooterleft
{
    margin: 0 0 0 0;
    color: #aaa;
}

.gbox.children ul.boxfooter li.boxfooterleft a
{
    margin: 0 0 0 0;
    color: #aaa;
}

.gbox ul.boxfooter li.boxfooterleft a
{
    padding: 0 0 0 0;
}

.gbox ul.boxfooter li.boxfooterright a:hover, .gbox ul.boxfooter li.boxfooterleft a:hover
{
    background-position: 0 -38px;
}

ul.inbox li:before {
content: "\00BB \0020";
padding-right:0px;
}

ul.inbox
{
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
}

ul.inbox li
{ 
    color: #181818;
    font: 11px Verdana, 'Segoe UI';
    line-height: 15px;
}



