﻿
/* This is the CRM CSS Theme for WebTex Interactive         */
/* No Stylesheet should contain colour details              */
/* Please add all colours to the css in the themes folder   */

/* Last Updated:    02/03/2010                              */

.crm_menu_current, .crm_menu
{
	cursor:default;
	font: 11px Verdana, Arial, Helvetica, sans-serif;	
	font-weight:normal;
	white-space:nowrap;
	padding:5px;
	height:28px;
	display:inline;
	white-space:normal;
	vertical-align:middle;
}

.crm_section
{
    color:#34388f;
    cursor:pointer;
    padding-left: 5px;
    font-size:14px;
    font-weight:bold;
}

.crm_section_expand
{
    color:#34388f;
    cursor:pointer;
    background-image:url(../img/mnu_plus.gif) !important;
    background-repeat:no-repeat;
    background-position: left center;
    margin-left: -15px;
    padding-left: 20px;
    font-size:14px;
    font-weight:bold;
}

.crm_section_collapse
{
    color:#34388f;
    cursor:pointer;
    background-image:url(../img/mnu_minus.gif);
    background-repeat:no-repeat;
    background-position: left center;
    margin-left: -15px;
    padding-left: 20px;
    font-size:14px;
    font-weight:bold;
}