*
{
    font-size: 100.1%;
}

body
{
    margin: 0;
    padding: 0;
    min-width: 985px;
    background-color: #F9FAFB;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
}

body.framed
{
    min-width: 785px;
}

a
{
    color: #006598;
    text-decoration: none;
}

img
{
    border: 0;
}

form
{
    /* solves the IE form-tag spacing problem */
    display: inline;
}

h1, h2, h3, h4, h5, h6, p
{
    /* same margins for all browser */
    margin: 1px 0 0 0;
    padding: 0;
}

a:link, a:visited, a:active, a:hover, a:focus
{
    text-decoration: none;
}

label
{
    display: block;
}

input, textarea
{
    border: 1px solid #000000;
}

.tabbed
{
    margin: 0;
    padding: 0;
    border: 0;
    width: 765px;
}

.buttonlist, .infobox ul
{
    overflow: hidden;
    margin: 0 0 10px 0;
    border: 1px solid #D7DDE4;
    padding: 7px;
    background: #F2FAFE none repeat scroll 0%;
}

.buttonlist li
{
    float: left;
    margin-right: 3px;
}

.buttonlist li button
{
    margin-right: 0;
}

ul, ul li
{
    list-style-type: none;
}

acronym, dfn, abbr
{
    /* display as help */
    border-bottom: 1px dotted #000000;
    cursor: help;
}

.offscreen
{
    display: block;
    position: absolute;
    left: -3000px;
    width: 0;
    height: 0;
}

a.button, button
{
    margin: 0 3px 0 0;
    border: 1px solid #C4CBD5;
    padding: 1px 0;
    color: #006699;
    background: url(../../images/colorthemes/default/background/bg_contentbtn.png) repeat-x left top;
    font-family: Verdana, Helvetica, sans-serif;
    cursor: pointer;
}

a.button_inactive, button.inactive
{
    color: #A6ABB3;
}

a.button
{
    position: relative;
    margin: 0;
    padding: 2px 0;
}

button div, button span, a.button span
{
    /* display: block; */
    margin: 0;
    padding: 0 6px;
    text-align: center;
    white-space: nowrap;
}

a.button span
{
    display: inline;
    margin-top: 1px;
}

button.no_border
{
    border: 0;
    background: none;
}

#leftcol, .leftcol
{
    float: left;
    width: 15%;
}

#content, .content
{
    float: left;
    margin-left: 0.5%;
    margin-bottom: 7px;
    width: 84%;
}

.float_catcher
{
    float: none;
    clear: both;
    border: none;
    padding: 0;
    height: 1px;
    background: #FFFFFF;
}

.nobreak
{
    white-space: nowrap;
}

.hidden
{
    display: none;
}

.error
{
    color: #FF0000;
}

.disabled
{
    color: #BBBBBB;
}

.expand_trigger
{
    position: absolute;
    right: 2px;
    top: 4px;
    height: 10px;
    width: 15px;
    cursor: pointer;
    background: transparent url(../../images/colorthemes/default/sprite.png) no-repeat scroll -1068px 0;
}

.expand_trigger.expanded
{
    background: transparent url(../../images/colorthemes/default/buttons/folder_more_folders_swapped.gif) no-repeat scroll 0 0;
}

#widget_menu_trigger
{
    display: block; 
    right: 20px; 
    top: 0; 
    height: 23px; 
    overflow: hidden; 
    width: 39px;
    outline: none;
    position: absolute; 
    background: url(../../images/colorthemes/default/widgets/widget_normal.gif) 0 -1px no-repeat;
}

#widget_menu_trigger:hover
{
   background: url(../../images/colorthemes/default/widgets/widget_mouseover.gif) 0 -1px no-repeat;
}

#widget_menu_trigger:active
{
    background-position: 0;
}

#widget_list
{
    padding :0;
    margin : 0;
    overflow: hidden;
}

#widget_list li
{
    padding: 5px;
    overflow: hidden;
}

#widget_list li:hover
{
    background: #E2ECF4;
}
#widget_list li label
{
    color: #0066AA;
    font-weight: bolder;
    line-height: 18px;
    float: right;
}

#widget_list li input
{
    float: left;
    margin-right: 7px;
}