/*========================================================*/
/*  Container Design Elements                             */
/*========================================================*/

.C01_container					{ margin:0px 0px 10px 0px; }

.C01_Box						{ width: 100%; }

.C01_BoxTL						{ background: url(C01_BoxTL.png) no-repeat left top; }
.C01_BoxTR						{ background: url(C01_BoxTR.png) no-repeat right top; }
.C01_BoxTM						{ background: url(C01_BoxTM.png) repeat-x left top; margin: 0 15px; height:15px; }

.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; font-family:"Times New Roman", Times, serif; font-size: 22px; font-weight:700; padding-top:13px; line-height:120%; display:none; }
.C01_Box .visibility			{ float:right; width:8px; height:9px; margin-top:13px; }
.C01_Box .visibility a:hover	{ background-color:Transparent; }

.C01_BoxML						{ background: url(C01_BoxML.png) repeat-y left bottom; }
.C01_BoxMR						{ background: url(C01_BoxMR.png) repeat-y right bottom; }
.C01_BoxMM						{ background: #fff url(C01_BoxMM.gif) repeat-x bottom; margin: 0 5px; padding:0px; }
.C01_ContentPane				{ padding: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						{ background: url(C01_BoxBL.png) no-repeat left top; }
.C01_BoxBR						{ background: url(C01_BoxBR.png) no-repeat right top; }
.C01_BoxBM						{ background: url(C01_BoxBM.png) repeat-x; margin: 0 15px; height:15px; }

