/* Graphical Borders 

/* boxes column_left - Start */

.boxTopLeft {
    background: url('images/infobox/Left/top.gif');
    font-family: Tahoma;
    font-size: 11px;
    text-align : left;
    font-weight: bold;
    background-repeat:repeat-x;
    vertical-align: middle;
    white-space: nowrap;
}

.boxLeftLeft {
    background: url('images/infobox/Left/left.gif');
}

.boxRightLeft {
    background: url('images/infobox/Left/right.gif');
}

.boxBottomLeft {
    background: url('images/infobox/Left/bot.gif');
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    text-align : center;
    vertical-align: middle;
    white-space: nowrap;
}
.boxCenterLeft {
    background: #F7FAFB;
}
/* Graphical Borders - boxes column_left - End */


/* Graphical Borders - boxes column_right - Start */
.boxTopRight {
    background: url('images/infobox/Right/top.gif');
    font-family: Tahoma;
    font-size: 11px;
    text-align : left;
    font-weight: bold;
    background-repeat:repeat-x;
    vertical-align: middle;
    white-space: nowrap;
}

.boxLeftRight {
    background: url('images/infobox/Right/left.gif');
}

.boxRightRight {
    background: url('images/infobox/Right/right.gif');
}

.boxBottomRight {
    background: url('images/infobox/Right/bot.gif');
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    text-align : center;
    vertical-align: middle;
    white-space: nowrap;
}
.boxCenterRight {
    background: #ffffff;
}
/* boxes column_right - End */

/* boxes simple - Start */

.boxTopSimple {
    background: url('images/infobox/Simple/top.gif');
    font-family: Tahoma;
    font-size: 11px;
    text-align : left;
    font-weight: bold;
    background-repeat:repeat-x;
    vertical-align: middle;
    white-space: nowrap;
}

.boxLeftSimple {
    background: url('images/infobox/Simple/left.gif');
}

.boxRightSimple {
    background: url('images/infobox/Simple/right.gif');
}

.boxBottomSimple {
    background: url('images/infobox/Simple/bot.gif');
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    text-align : center;
    vertical-align: middle;
    white-space: nowrap;
}
.boxCenterSimple {
    background: #FFFFFF;
}

/* boxes simple - End */
