/*========================================================*/
/*  Gloss by bind                                         */
/*  Container Design Elements                             */
/*========================================================*/

.container				{ margin:0px 0px 10px 0px; }

.C02UCT_Box				{ width: 100%; background: #DEDDA4; }

.C02UCT_BoxT			{ margin-left: 15px; margin-right: 15px; }
.C02UCT_BoxTM			{ float: left; width: 100%; }
.C02UCT_BoxTL			{ width: 15px; height: 15px; background: transparent url('C0XDCT_BoxTL.png') no-repeat left top; float: left; margin-left: -15px; }
.C02UCT_BoxTL img		{ width: 15px; height: 15px; }
.C02UCT_BoxTR			{ width: 15px; height: 15px; background: transparent url('C0XDCT_BoxTR.png') no-repeat right top; float: right; margin-right: -15px; }
.C02UCT_BoxTR img		{ width: 15px; height: 15px; }
	
.C02UCT_BoxM			{ text-align: left; clear:both; }
.C02UCT_ContentPane		{ padding:10px 25px 0 15px; clear: both; }

.C02UCT_BoxB			{ margin-left: 15px; margin-right: 15px; height: 15px; }
.C02UCT_BoxBM			{ float: left; width: 100%; }
.C02UCT_BoxBL			{ width: 15px; height: 15px; background: transparent url('C0XDCT_BoxBL.png') no-repeat left bottom; float: left; margin-left: -15px; }
.C02UCT_BoxBL img		{ width: 15px; height: 15px; }
.C02UCT_BoxBR			{ width: 15px; height: 15px; background: transparent url('C0XDCT_BoxBR.png') no-repeat right bottom; float: right; margin-right: -15px; }
.C02UCT_BoxBR img		{ width: 15px; height: 15px; }

.C02UCT_Box .actions	{ float:left; margin: 0; max-width:10px; min-width:0px; text-align:center; }
.C02UCT_Box .title		{ float:left; color:#000; font-size: 22px; font-weight: lighter; padding: 0px 15px; line-height:100%; }
.C02UCT_Box .visibility	{ float:right; width: 21px; height: 21px; margin: 0 10px; }
.visibility a:hover		{ background-color:Transparent; }
.C02UCT_Box .icons		{ margin:5px 0 0 15px; }
.icons a:hover			{ background-color:Transparent; }
.icons a,.icons input	{ margin-top:10px; }

.C02UCT_ContentPane h1,
.C02UCT_ContentPane h4,
.C02UCT_ContentPane h6	{ color:#fff; }


