body{
    font-family:Arial, sans-serif;
}

a img{
    border:0px;
}

#fixed-width{
    border:1px solid #ccc;
}

#login-box{
    font-size:12px;
}

div.binary-form-row-label{
    font-size:12px;
    color:#444;
}

div.binary-form-row span{
    font-size:12px;
    color:#444;
}

div.binary-form-row span.help-text{
    font-size:11px;
    color:#999;
}

table.data{
    background-color:#999;
    width:550px;
}

table.data th{
    background-color:#ccc;
    font-size:12px;
    color:#444;
}

table.data td{
    background-color:#eee;
}

td{
    font-size:12px;
    color:#444;
}

.error, .error li{
    color:#ba3636;
    font-size:12px;
}

.error a{
    color:#ba3636!important;
    text-decoration:underline!important;
}

ul#table-left-nav{
    margin:0px;
    padding:0px;
    list-style-type:none;
}

ul#table-left-nav li{
    font-size:12px;
}

ul#table-left-nav li a{
    display:block;
    padding:3px;
    text-decoration:none;
}

ul#table-left-nav li a:hover{
    background-color:#c34d4d;
}

td.document-icon{
    width:25px;
    height:34px;
}

td.document-label{
    font-size:12px;
    color:#444;
}

/** Tabs based on CSS Tabs 2.0 By Joshua Kaufman at http://unraveled.com **/

ul.tabs-bar { /* general settings */
    text-align: left; /* set to left, right or center */
    margin: 1em 16px 1em 0; /* set margins as desired */
    font-size: 12px; /* set font as desired */
    border-bottom: 1px solid #bbb; /* set border COLOR as desired */
    list-style-type: none;
    padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.tabs-bar li { /* do not change */
    display: inline;
}

ul.tabs-bar li.front{ 
    border-bottom: 1px solid #fff; /* set border color to page background color */
    background-color: #fff; /* set background color to match above border color */
}

ul.tabs-bar li.front a{ 
    background-color: #fff; /* set selected tab background color as desired */
    color: #000; /* set selected tab link color as desired */
    position: relative;
    top: 1px;
    padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul.tabs-bar li a { /* settings for all tab links */
    padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #bbb; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #e0e0e0; /* set unselected tab background color as desired */
    color: #666; /* set unselected tab link color as desired */
    margin-right: 0px; /* set additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: none;
}

ul.tabs-bar a:hover { /* settings for hover effect */
    background: #fff; /* set desired hover color */
}

#table-stage{
    background: #fff;
}

#breadcrumbs a{
    color:#4f81ad;
    text-decoration:none;
}

#breadcrumbs a:hover{
    color:#4f81ad;
    text-decoration:underline;
}
