﻿/*========================================================*/
/*  NashHC by bind                                        */
/*  Container Design Elements                             */
/*========================================================*/

.C03_container					{ margin:0px 0px 15px 0px; }

.C03_Box						{ background:#dedede; width: 100%; }

.C03_BoxTL						{ background:url(C03TL.gif) no-repeat top left; }
.C03_BoxTR						{ background:url(C03TR.gif) no-repeat top right; }
.C03_BoxTM						{ background:url(C03TM.gif) repeat-x top; height:41px; margin:0 16px; }

.C03_Box .icon					{ float:left; }
.C03_Box .actions				{ float:left; margin: 0; max-width:10px; min-width:0px; text-align:center; }
.C03_Box .title					{ float:left; color:#333; font-family:Arial; font-size:14px; font-weight:700; line-height:120%; margin-top:14px; text-transform:uppercase; }
.C03_Box .visibility			{ float:right; width:8px; height:9px; margin:0; display:none; }
.C03_Box .visibility a:hover	{ background-color:Transparent; }

.C03_BoxML						{ }
.C03_BoxMR						{ }
.C03_BoxMM						{ }
.C03_ContentPane				{ clear: both; padding:10px 10px 0; }

.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						{ background:url(C03BL.gif) no-repeat bottom left; }
.C03_BoxBR						{ background:url(C03BR.gif) no-repeat bottom right; }
.C03_BoxBM						{ height:15px; margin:0 9px; }



.C03_ContentPane li				{ border-bottom:1px #b4b4b4 solid; list-style-position:inside; margin:0 0 7px; padding-bottom:5px; padding-left:25px; text-indent:-22px; }
.C03_ContentPane li li			{ border-bottom:none; margin:0; padding-left:20px; text-indent:-13px; }
.C03_ContentPane a				{ text-decoration:none; }
