/*========================================================*/
/*  NashHC by bind                                        */
/*  Container Design Elements                             */
/*========================================================*/

.C01_container					{ margin:0px 0px 15px 0px; }

.C01_Box						{ width: 100%; }

.C01_BoxTL						{ }
.C01_BoxTR						{ }
.C01_BoxTM						{ }

.C01_Box .icon					{ float:left; }
.C01_Box .actions				{ float:left; margin: 0; max-width:10px; min-width:0px; text-align:center; }
.C01_Box .title					{ float:left; color:#333; font-family:Arial; font-size:14px; font-weight:700; line-height:120%; text-transform:uppercase; }
.C01_Box .visibility			{ float:right; width:8px; height:9px; margin:0; display:none; }
.C01_Box .visibility a:hover	{ background-color:Transparent; }

.C01_BoxML						{ }
.C01_BoxMR						{ }
.C01_BoxMM						{ }
.C01_ContentPane				{ clear: both; padding-top:15px; }

.C01_Box .icons					{ margin:0; }
.C01_Box .icons a:hover			{ background-color:Transparent; }
.C01_Box .icons a
.C01_Box .icons input			{ margin-top:10px; }

.C01_BoxBL						{ }
.C01_BoxBR						{ }
.C01_BoxBM						{ }


