/**
 * Some of the examples make use of the Silk icon set by Mark James http://www.famfamfam.com/lab/icons/silk/
 *
 */

.icon-prev,
.icon-previous {
    background : url(../images/arrow_left.png) no-repeat left center !important;
}

.icon-next {
    background : url(../images/arrow_right.png) no-repeat left center !important;
}

.icon-calendar {
    background : url(../images/calendar.png) no-repeat left center !important;
}

body {
    font-family : helvetica, tahoma, verdana, sans-serif;
    padding     : 32px 20px 20px 20px;
    font-size   : 13px;
}

body.bry-examples-framed {
    padding : 0;
}

p {
    margin-bottom : 15px;
}

h1 {
    font-size     : large;
    margin-bottom : 20px;
}

h2 {
    font-size   : 14px;
    color       : #333;
    font-weight : bold;
    margin      : 10px 0;
}

pre.code {
    background  : #F8F8F8;
    border      : 1px solid #e8e8e8;
    padding     : 10px;
    margin      : 10px;
    margin-left : 0px;
    border-left : 5px solid #e8e8e8;
    font-size   : 12px !important;
    line-height : 14px !important;
}

a {
    text-decoration : none;
}

a:hover {
    text-decoration : underline;
}

.sch-gantt-parent-cell {
    font-weight : bold !important;
}

.sch-ganttpanel .x-tree-icon-parent {
    background : url(../images/puzzle.png) no-repeat left center;
}

.x-tree-icon-leaf {
    background : url(../images/cog.png) no-repeat left center;
}

ul,
li,
dl,
dt,
dd,
h3,
h4,
h5 {
    padding : 0;
    margin  : 0;
}

.taskTip li {
    white-space : nowrap;
}

.x-tree-icon {
    margin-right : 2px;
}