﻿/*========================================================*/
/*                                         */
/*  Container Design Elements                             */
/*========================================================*/

.C03LCTcontainer				{ margin:0px 0px 10px 0px;}
.C03LCT_Box				{ width: 100%; background: #439bc6 url('C03LCT_BoxM.gif') repeat-x top; }

.C03LCT_BoxT			{  }
.C03LCT_BoxTM			{ float: left; width: 100%; }
.C03LCT_BoxTL			{ width: 15px; height: 15px; background: transparent url('C02LBT_BoxTL.gif') no-repeat left top; float: left; }
.C03LCT_BoxTL img		{ width: 15px; height: 15px; }
.C03LCT_BoxTR			{ width: 15px; height: 15px; background: transparent url('C02LBT_BoxTR.gif') no-repeat right top; float: right;  }
.C03LCT_BoxTR img		{ width: 15px; height: 15px; }
	
.C03LCT_BoxM			{ text-align: left; clear:both; }
.C03LCT_BoxM td			{ text-align: left; clear:both; }
.C03LCT_ContentPane		{ padding:10px 25px 0 15px; clear: both; text-align: left;}

.C03LCT_BoxB			{ height: 15px; }
.C03LCT_BoxBM			{ background: #fff; float: left; width: 100%; }
.C03LCT_BoxBL			{ width: 15px; height: 15px; background: transparent url('C0XW_BoxBL.png') no-repeat left bottom; float: left; }
.C03LCT_BoxBL img		{ width: 15px; height: 15px; }
.C03LCT_BoxBR			{ width: 15px; height: 15px; background: transparent url('C0XW_BoxBR.png') no-repeat right bottom; float: right;  }
.C03LCT_BoxBR img		{ width: 15px; height: 15px; }

.C03LCT_Box .actions	{ float:left; margin: 0; max-width:10px; min-width:0px; text-align:center; }
.C03LCT_Box .title		{
	float:left; color:#015786; font-size:135%; font-weight:bold; line-height:100%; padding-top: 0px; padding-right: 15px; padding-bottom: 5px; padding-left: 15px;
}
.C03LCT_Box .visibility	{ float:right; width: 21px; height: 21px; margin: 0 10px; }
.visibility a:hover		{ background-color:Transparent; }
.C03LCT_Box .icons		{ margin:5px 0 0 15px; }
.icons a:hover			{ background-color:Transparent; }
.icons a,.icons input	{ margin-top:10px; }

