/* CSS Document */
/* CSS Document */
/*This section is used to create rounded grey boxes mainly to display information*/
h2 {
   margin: 0; 
   padding: 0; 
   border: 0; 
   outline: 0; 
   font-weight: inherit; 
   font-style: inherit; 
   font-size: 100%; 
   font-family: inherit; 
   vertical-align: baseline;
  }

.b_greyWhiteStroke{
  position: relative; 
  border-color: #dce3e7;
  }
				
.TL, .BL, .TR, .BR{ 
  width: 6px; 
  height: 6px; 
  position: absolute; 
  background-repeat: no-repeat; 
  background-color: transparent; 
  z-index: 9999 !important; 
  }
				
   .TL{  top:0; left:0;}
   .BL{  bottom: 0; left: 0;}
   .TR{  top:0; right:0;}
   .BR{  bottom: 0; right: 0;}
   .b_greyWhiteStroke .TL{ background-image: url(grey_whitestroke_tl.png);}
   .b_greyWhiteStroke .BL{ background-image: url(grey_whitestroke_bl.png);}
   .b_greyWhiteStroke .TR{ background-image: url(grey_whitestroke_tr.png);}
   .b_greyWhiteStroke .BR{ background-image: url(grey_whitestroke_br.png);}
   .b_innerContainer{ border-width: 1px; border-style: solid; padding: 2px 2px 8px; }
   .b_greyWhiteStroke .b_innerContainer{ border-color: #dce3e7; }
   .b_innerContainer h2{ 
       font-size: 15px; 
       font-weight: bold; 
       padding: 6px 8px; 
       color: #d1d180; 
       background: url(images/h2_grey.gif) top left repeat-x #F0F0F0; 
       border-bottom: 1px solid #dce3e7; 
    }
   .b_innerContainer p{ font-size:11px; padding:8px;}

<!--[if lte IE 6]>
	<style type="text/css">
	.TL, .BL, .TR, .BR{ overflow: hidden; behavior: url("ie6fixborders.htc"); }
	</style>
<![endif]-->
   
/*OtherCSS*/


