/* common tags for rounded corners that can be used for many panels */
b.Rnd1{margin: 0 5px;}
b.Rnd2{margin: 0 3px;}
b.Rnd3{margin: 0 2px;}

/* container one */
div.ContainerOne { width:180px; height:200px; background: #c1d72f; position: absolute; top: 282px; left: 550px; } /* adjust the position, size and colour of the panel here */
div[class="ContainerOne"] {height:auto; min-height:200px;} /* adjust the minimum height of the panel here for mozilla only */
b.RndTopOne b, b.RndBottomOne b{display:block;height: 1px; overflow: hidden; background: #c1d72f} /* adjust the colour of the panel top and bottom here */
b.RndTopOne, b.RndBottomOne{display:block;background: #FFFFFF;} /* adjust the background colour here */
div.RPanelContentOne { position:relative; top:0; left:0; display:block; margin: 10px auto; width:160px; height:200px; text-align:left; color:#516573; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* adjust the content width (to be slightly less than the panel width to get a margin), height and text alignment of the content here */
div[class="RPanelContentOne"] {height:auto; min-height:200px;} /* adjust the minimum height of the panel here for mozilla only */
b.RndTopOne b.Rnd4, b.RndBottomOne b.Rnd4{margin: 0 1px; height:2px;}
.head1 { color: #516573; font-size: 15px; font-weight: bold; border-bottom: 1px solid #516573; }
.image { vertical-align: middle; margin-right: 5px; }
div.ContainerOne a:link { color: #516573; text-decoration: underline; }
div.ContainerOne a:visited { color: #516573; text-decoration: underline; }
div.ContainerOne a:hover { color: #516573; background-color: #f3a113; text-decoration: underline; }
