/*========================================================*/
/*  Container Design Elements                             */
/*========================================================*/

.container						{ margin:0px 0px 10px 0px; }

.C01_Box						{ width:100%; background:#fff; -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }

.C01_BoxTL						{ }
.C01_BoxTR						{ }
.C01_BoxTM						{ margin: 0 15px; height:37px; height:50px; }

.C01_Box .icon					{ float:left; padding-top:3px; }
.C01_Box .actions				{ float:left; margin: 0; max-width:10px; min-width:0px; text-align:center; }
.C01_Box .title					{ float:left; color:#222; font-family:Helvetica, Arial; font-size: 28px; font-weight:700; letter-spacing:-1px; padding:10px 0 5px 0; line-height:120%; }
.C01_Box .visibility			{ float:right; width:8px; height:9px; margin-top:20px; display:none; }
.C01_Box .visibility a:hover	{ background-color:Transparent; }

.C01_BoxML						{ }
.C01_BoxMR						{ }
.C01_BoxMM						{ margin:0 15px; }
.C01_ContentPane				{ padding:10px 0; clear: both; }

.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						{ margin: 0 0px; height:8px; }


