/*========================================================*/
/*  Nifos by bind                                         */
/*  Container Design Elements                             */
/*========================================================*/

.container			{ margin:0px 0px 10px 0px; }

.C10_BoxTM			{ background: url('C10_TM.png') repeat-x top; }
.C10_BoxTL			{ width: 15px; height: 16px; background: transparent url('C10_TL.png') no-repeat; }
.C10_BoxTL img		{ width: 15px; height: 16px; }
.C10_BoxTR			{ width: 15px; height: 16px; background: transparent url('C10_TR.png') no-repeat; }
.C10_BoxTR img		{ width: 15px; height: 16px; }

.C10_BoxMM			{ background: #e9e9e9; width:100%; }
.C10_BoxML			{ width: 15px; background: transparent url('C10_ML.png') repeat-y left top; }
.C10_BoxML img		{ width: 15px; height:0px; }
.C10_BoxMR			{ width: 15px; background: transparent url('C10_MR.png') repeat-y right top; }
.C10_BoxMR img		{ width: 15px; height:0px; }

.C10_ContentPane	{ padding: 10px 10px 10px 10px; }

.C10_BoxBM			{ background: transparent url('C10_BM.png') repeat-x bottom; }
.C10_BoxBL			{ width: 15px; height: 16px; background: transparent url('C10_BL.png') no-repeat; }
.C10_BoxBR			{ width: 15px; height: 16px; background: transparent url('C10_BR.png') no-repeat; }
.C10_BoxBR img		{ width: 15px; height: 16px; }

.C10_Box .head      { position:relative; }
.C10_Box .actions	{ float:left; margin: 0; max-width:10px; min-width:0px; text-align:center; }
.C10_Box .notitle	{ display:none;}
.C10_Box .visibility{ float:right; width: 10px; height: 10px; margin-right:6px; }
.visibility a:hover	{ background-color:Transparent; }
.C10_Box .icons		{ margin:5px 0 0 10px; }
.icons a:hover		{ background-color:Transparent; }
.icons a,.icons input	{ margin-top:10px; }

