/*========================================================*/
/*  NashHC by bind                                        */
/*  Container Design Elements                             */
/*========================================================*/

.container						{ margin:0px 0px 10px 0px; }

.C00_Box						{ width: 100%; }

.C00_BoxTL						{ }
.C00_BoxTR						{ }
.C00_BoxTM						{ }

.C00_Box .icon					{ float:left; }
.C00_Box .actions				{ float:left; margin: 0; max-width:10px; min-width:0px; text-align:center; }
.C00_Box .title					{ display:none; }
.C00_Box .visibility			{ display:none; }
.C00_Box .visibility a:hover	{ }

.C00_BoxML						{ }
.C00_BoxMR						{ }
.C00_BoxMM						{ }
.C00_ContentPane				{ clear: both; }

.C00_Box .icons					{ margin:0; }
.C00_Box .icons a:hover			{ background-color:Transparent; }
.C00_Box .icons a
.C00_Box .icons input			{ margin-top:10px; }

.C00_BoxBL						{ display:none; }
.C00_BoxBR						{ }
.C00_BoxBM						{ }

