/*========================================================*/
/*  Container Design Elements                             */
/*========================================================*/

.C03_container					{ margin:0px 0px 10px 0px; }

.C03_Box						{ background:#ddd; padding:15px; -webkit-border-radius:6px; -khtml-border-radius:6px; -moz-border-radius:6px; border-radius:6px; }

.C03_BoxTL						{ }
.C03_BoxTR						{ }
.C03_BoxTM						{ border-bottom:1px #ddd solid; height:40px; }

.C03_Box .icon					{ float:left; padding-top:3px; }
.C03_Box .actions				{ float:left; margin: 0; max-width:10px; min-width:0px; }
.C03_Box .title					{ float:left; color:#999; font-family:Georgia, sans-serif; font-size: 28px; font-weight:700; letter-spacing:-1px; line-height:120%; }
.C03_Box .visibility			{ float:right; width:8px; height:9px; margin-top:20px; }
.C03_Box .visibility a:hover	{ background-color:Transparent; }

.C03_BoxML						{ }
.C03_BoxMR						{ }
.C03_BoxMM						{ }
.C03_ContentPane				{ clear: both; }

.C03_Box .icons					{ margin:0; }
.C03_Box .icons a:hover			{ background-color:Transparent; }
.C03_Box .icons a
.C03_Box .icons input			{ margin-top:10px; }

.C03_BoxBL						{ display:none; }
.C03_BoxBR						{ }
.C03_BoxBM						{ }

