#content_module
{
    width: 100%;
    border-bottom: 0 solid #000;
    background-image: url(/assets/images/wdgt/tab/bg.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    
}



.content_row
{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    border-style: none none dotted;
    font-size: 12px;
    color: #333333;
}



.content_title
{
    color: #3333ff;
    font-weight: bold;
    font-size: 12px;
    cursor:pointer;
}



.c_on
{
    color: #333;
    font-weight: bold;
    word-wrap: none;
}



.c_on:hover
{
    cursor: pointer;
}



.c_off
{
    word-wrap: none;
    cursor: pointer;
    color: #3333ff;
}



.c_off:hover
{
    text-decoration: underline;
}







.content_tab_off
{
    background-image: url(/assets/images/wdgt/tab/tab_off_middle.gif);
    background-repeat: repeat-x;
    height: 25px;
    line-height: 2;
    font-weight: normal;
    color: #3333ff;
}

.content_tab_on
{
    line-height: 2;
    background-image: url(/assets/images/wdgt/tab/tab_on_middle.jpg);
    background-repeat: repeat-x;
    height: 24px;
    font-weight: bold;
    color: #333;
}

.content_tab_bg
{
    background: url(/assets/images/wdgt/tab/tab_bg.gif) repeat-x bottom;
    height: 25px;
    width: 100%;
    background-color: White;
}

.c_outer_on
{
    background-image: url(/assets/images/wdgt/tab/tab_on_left.jpg);
    background-repeat: no-repeat;
    padding-left: 5px;
    width:102px;
}

.c_inner_on
{
    background-image: url(/assets/images/wdgt/tab/tab_on_right.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 8px;
    text-align: center;
}



.c_outer_off
{
    background-image: url(/assets/images/wdgt/tab/tab_off_left.gif);
    background-repeat: no-repeat;
    padding-left: 6px;
    width:102px;
}



.c_inner_off
{
    background-image: url(/assets/images/wdgt/tab/tab_off_right.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 5px;
    text-align: center;
}
.invisible
{
    display: none; 
    
}
.visible
{
    display: block; 
}

.tabContainer
{
    float: left;
    padding-right: 1px;
    cursor: pointer;
}
.tabOnLeft
{
    float: left;
    background: url(/assets/images/wdgt/tab/tab-on-left.gif);
    width: 6px;
    height: 25px;
}
.tabOnMiddle
{
    float: left;
    background: url(/assets/images/wdgt/tab/tab-on-middle.gif);
    height: 25px;
}
.tabOnRight
{
    float: left;
    background: url(/assets/images/wdgt/tab/tab-on-right.gif);
    width: 6px;
    height: 25px;
}
.tabOnContent
{
    padding: 5px 10px 0 10px;
    font-weight: bold;
}
.tabOffLeft
{
    float: left;
    background: url(/assets/images/wdgt/tab/tab-off-left.gif);
    width: 6px;
    height: 25px;
}
.tabOffMiddle
{
    float: left;
    background: url(/assets/images/wdgt/tab/tab-off-middle.gif);
    height: 25px;
}
.tabOffRight
{
    float: left;
    background: url(/assets/images/wdgt/tab/tab-off-right.gif);
    width: 6px;
    height: 25px;
}
.tabOffContent
{
    padding: 5px 10px 0 10px;
    color: #3333FF;
}
.clr
{
    clear: both;
}
.tabContentBlock
{
    margin: 8px 8px 0px 8px;
    padding-bottom: 8px;
}
.tabContentBlock p
{
    padding-bottom: 0;
}
