/*========================================================*/
/*  Container Design Elements                             */
/*========================================================*/

.C02_container					{ margin:0px 0px 10px 0px; }

.C02_Box						{ background:#fff; padding:15px; -webkit-border-radius:6px; -khtml-border-radius:6px; -moz-border-radius:6px; border-radius:6px; }

.C02_BoxTL						{ }
.C02_BoxTR						{ }
.C02_BoxTM						{ border-bottom:1px #ddd solid; margin-bottom:10px; padding-bottom:5px; }

.C02_Box .icon					{ float:left; padding-top:3px; }
.C02_Box .actions				{ float:left; margin: 0; max-width:10px; min-width:0px; }
.C02_Box .title					{ float:left; color:#222; font-family:Georgia, sans-serif; font-size: 28px; font-weight:700; letter-spacing:-1px; line-height:120%; }
.C02_Box .visibility			{ float:right; width:8px; height:9px; margin-top:20px; }
.C02_Box .visibility a:hover	{ background-color:Transparent; }

.C02_BoxML						{ }
.C02_BoxMR						{ }
.C02_BoxMM						{ }
.C02_ContentPane				{ clear: both; }

.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						{ display:none; }
.C02_BoxBR						{ }
.C02_BoxBM						{ }
