/*
The purpose of this css file is to override some settings for Richfaces components
Try to first use the voxbone.skin.properties file prior to modify this one
*/

/* Richfaces Toolbar */
.rich-menu-item-label-selected {
    border: 0 solid transparent;
    background: transparent;
    color: white;
    text-align: left;
}

.rich-ddmenu-label-select {
    border: 1px solid transparent;
    background: transparent;
    color: white;
}

.rich-toolbar-item-hover, .rich-menu-group-hover, .rich-menu-item-hover {
    background: transparent;
    border: 0 solid transparent;
    color: white;
    cursor: pointer;
    padding: 2px 36px 2px 2px;
}

.rich-menu-item, .rich-menu-group {
    color: #68228B;
    text-align: center;
}

.expandableLink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.rich-menu-item, .rich-menu-group {
    color: #68228B;
    text-align: left;
}

.rich-ddmenu-label {
    width: 83px;
    text-align: center;
    cursor:pointer;
}

#publicMenuBar .rich-menu-item {
    text-align: left;
    cursor:pointer;
    width: 150px;
}

#publicMenuBar .rich-ddmenu-label
{
    width: 180px;
    text-align: center;
}

.titleHome
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #660066;
    font-weight: bold;
    margin: 0 auto;

}

.rich-label-text-decor
{
    text-align: center;
    cursor:pointer;
}

.sectionMenu
{
    text-align: center;
    font-weight: bold;
    color: black;
}

.subSectionMenuNoClickable
{
    text-align: left;
    cursor:default;
    font-weight: bold;
    color: black;
}

.subSectionClickable
{
    text-align: left;
    font-weight: bold;
    color: black;
}

.subsubSection
{
    text-align: left;
    color: #660066;
}

.eventsGrid
{
    margin-left: 15px;       
    position: relative;
}