/*========================================================*/
/*  NashHC by bind                                        */
/*  Container Design Elements                             */
/*========================================================*/

.C02_container					{ margin:0px 0px 15px 0px; }

.C02_Box						{ width: 100%; }

.C02_BoxTL						{ }
.C02_BoxTR						{ }
.C02_BoxTM						{ }

.C02_Box .icon					{ float:left; }
.C02_Box .actions				{ float:left; margin: 0; max-width:10px; min-width:0px; text-align:center; }
.C02_Box .title					{ float:left; color:#0068b3; font-family:Arial; font-size:14px; font-weight:700; line-height:120%; text-transform:uppercase; }
.C02_Box .visibility			{ float:right; width:8px; height:9px; margin:0; display:none; }
.C02_Box .visibility a:hover	{ background-color:Transparent; }

.C02_BoxML						{ }
.C02_BoxMR						{ }
.C02_BoxMM						{ }
.C02_ContentPane				{ clear: both; padding-top:15px; }

.C02_Box .icons					{ margin:0; }
.C02_Box .icons a:hover			{ background-color:Transparent; }
.C02_Box .icons a
.C02_Box .icons input			{ margin-top:10px; }

.C02_BoxBL						{ }
.C02_BoxBR						{ }
.C02_BoxBM						{ }

