/*========================================================*/
/*  			                                          */
/*  Container Design Elements                             */
/*========================================================*/

.containerTSM				{ margin:5px 0px 5px 0px; }

.C01CTSM_Box				{ width: 100%; }

.C01CTSM_BoxT			{ visibility: hidden; margin-left: 15px; margin-right: 15px; }
.C01CTSM_BoxTM			{ float: left; width: 100%; background: #fff; }
.C01CTSM_BoxTL			{ width: 15px; height: 15px; background: transparent url('C0XW_BoxTL.png') no-repeat left top; float: left; margin-left: -15px; }
.C01CTSM_BoxTL img		{ width: 15px; height: 15px; }
.C01CTSM_BoxTR			{ width: 15px; height: 15px; background: transparent url('C0XW_BoxTR.png') no-repeat right top; float: right; margin-right: -15px; }
.C01CTSM_BoxTR img		{ width: 15px; height: 15px; }
	
.C01CTSM_BoxM				{ text-align: left; clear:both; background: #fff; }
.C01CTSM_ContentPane		{ padding:3px 5px 0 5px; clear: both; }

.C01CTSM_BoxB				{ margin-left: 15px; margin-right: 15px; height: 15px; }
.C01CTSM_BoxBM			{ float: left; width: 100%; background: #fff; height:0px;}
.C01CTSM_BoxBL			{ width: 15px; height: 15px; background: transparent url('C0XW_BoxBL.png') no-repeat left bottom; float: left; margin-left: -15px; }
.C01CTSM_BoxBL img		{ width: 15px; height: 15px; }
.C01CTSM_BoxBR			{ width: 15px; height: 15px; background: transparent url('C0XW_BoxBR.png') no-repeat right bottom; float: right; margin-right: -15px; }
.C01CTSM_BoxBR img		{ width: 15px; height: 15px; }

.C01CTSM_Box .actions		{ float:left; margin: 0; max-width:10px; min-width:0px; text-align:center; }
.C01CTSM_Box .title		{ float:left; color: #015786; font-size:135%; font-weight: bold; padding: 3px 5px; line-height:100%; }
.C01CTSM_Box .visibility	{ float:right; width: 21px; height: 21px; margin: 0 10px; }
.visibility a:hover		{ background-color:Transparent; }
.C01CTSM_Box .icons		{ margin:0px 0 0 15px; }
.icons a:hover			{ background-color:Transparent; }
.icons a,.icons input	{ margin-top:10px; }


