<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.leftColumn
{
	border-width:1px 1px 0px 1px;
	border-style:solid;
	padding:0px;	
}

@media print
{
	.leftColumn{ display:none; }
}

.leftMenu {}

.bottomLeftHeader
{
	background-image:url(../../../../code/assets/graphics/user/dotted_white_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	line-height:28px;
	height:28px;
	padding-left:12px;
}

.bottomLeftContent
{
	padding:10px 12px 10px 12px;
	font-size:12px;
	line-height:15px;
}

.bottomLeftSep
{
	background-image:url(../../../../code/assets/graphics/user/dotted_grey_bg.gif);
	background-repeat:repeat-x;
	line-height:1px;
	font-size:1px;
	height:1px;
	margin:5px -12px 5px -12px;	
}

.bottomLeftLink
{
	background-image:url(../../../../code/assets/graphics/user/side_info_link_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:3px 0px 2px 20px;
	cursor:pointer;
}

.bottomLeftBottom
{
	background-image:url(../../../../code/assets/graphics/user/dotted_white_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:20px;
	padding-left:5px;
}



.leftBottomColumn
{
	border-width:0px 1px 1px 1px;
	border-style:solid;
	padding:0px;
	vertical-align:bottom;
}

@media print
{
	.leftBottomColumn{ display:none; }
}


.sideMenu
{
	width:175px;
}

@media print 
{
	.sideMenu { display:none; }
}


.menuOption
{
	background-image:url(../../../../code/assets/graphics/user/buttons/menu_button.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px 40px 10px 10px;
	cursor:pointer;
}

.menuSep
{
	background-image:url(../../../../code/assets/graphics/user/dotted_grey_bg.gif);
	background-repeat:repeat-x;
	line-height:1px;
	font-size:1px;
	height:1px;
	margin:0px 0px 0px 0px;	
}</pre></body></html>