﻿.gleft .corner_table
{
    background-image: url(left_box_BG.jpg); 
    /* background-image: url(http://www.collectiveview.com/images/cvlogo250.jpg); */
    background-repeat: repeat-x;
    background-position: top left;
}

.gleft a:link, .gleft a:active, .gleft a:visited
{
    color: #255c7b;
    font-family: 'Trebuchet MS' ,Sans-Serif, Arial;
    font-size: 12px;
    text-decoration: none;
}
.gleft a:hover
{
    color: #255c7b;
    font-family: 'Trebuchet MS' ,Sans-Serif, Arial;
    font-size: 12px;
    text-decoration: underline;
}


.left_tip p
{
    font-size: 11px;
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
    display: inline;
}
.left_tip img
{
    /* padding-right: 10px; */
}
.left_table_master
{
    padding-bottom: 22px;
    font-size: 11px;
    font-family: 'Trebuchet MS' , Sans-Serif, Arial;
    color: #222222;
}

.left_corner_title
{
    display: block;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #0F635B;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.corner_c
{
    text-align: left;
    vertical-align: top;
}
.corner_hr
{
    margin-left: 5px;
    margin-right: 5px;
}
.corner_table
{
    border: solid 0px #000000;
}
.corner_tl
{
    height: 7px;
    width: 7px;
    background-image: url(   'tl.gif' );
    background-repeat: no-repeat;
}
.corner_tr
{
    height: 7px;
    width: 7px;
    background-image: url(   'tr.gif' );
    background-repeat: no-repeat;
}
.corner_bl
{
    height: 7px;
    width: 7px;
    background-image: url(   'bl.gif' );
    background-repeat: no-repeat;
}
.corner_br
{
    height: 7px;
    width: 7px;
    background-image: url(   'br.gif' );
    background-repeat: no-repeat;
}
.corner_t
{
    height: 7px;
    background-image: url(   'top.gif' );
    background-repeat: repeat-x;
}
.corner_r
{
    width: 7px;
    background-image: url(   'right.gif' );
    background-repeat: repeat-y;
}
.corner_l
{
    width: 7px;
    background-image: url(   'left.gif' );
    background-repeat: repeat-y;
}
.corner_b
{
    height: 7px;
    background-image: url(   'bottom.gif' );
    background-repeat: repeat-x;
}


/* ------------------------------------------------ */
/* ------------------------------------------------ */

.ModuleTitle_MenuItem
{
    border: white 0px solid; /*override borders*/
}

.ModuleTitle_MenuItem TD
{
    /*TD if menu is using tables*/
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    white-space: nowrap; /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;
}


.ModuleTitle_MenuIcon
{
    cursor: pointer;
    cursor: hand;
    background-color: #EEEEEE;
    width: 15px;
    height: 100%; /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
    padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak
{
    background-color: #EEEEEE;
    font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #DDDDDD;
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */

.tip-container{
	width: 189px;
	margin: 0 0 20px;
}
.tip-container .tip-header{
	width: 189px;
	height: 42px;
	background: url(tip-container-header.png) no-repeat;
	margin: 0;
}
.tip-container .tip-header h2{
	padding: 16px 0 0 48px;
	margin: 0;
}
.tip-container .tip-header h2, .tip-container .tip-header h2 .Head{
	color: #235d7b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
}
.tip-container .tip-content{
	width: 169px;
	*width: 189px;
	background: #23718f;
	padding: 10px;
	color: #fff !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tip-container .tip-content p, .tip-container .tip-content div{
	color: #fff !important;
}
.tip-btn{
	display: block;
	width: 189px;
	height: 74px;
	background: url(signup-tip-btn.png) no-repeat;
}
