
	
	/****************************************************************
		Rounded Corner Divs
	 ****************************************************************/
	.t {background: #dae5e7 url(../images/page/dot_tan.gif) repeat-x top left; position:relative; width:228px; margin-bottom:4px; border:1px solid #96bbbd;}
	.b {background: url(../images/page/dot_tan.gif) repeat-x top right; width:100%; position:relative;}
	.l {background: url(../images/page/dot_tan.gif) repeat-y top left ; width:100%; position:relative;}
	.r {background: url(../images/page/dot_tan.gif) repeat-y bottom left; width:100%; position:relative;}
	.bl {background: url(../images/page/bl_tan.gif) no-repeat bottom left ; width:100%; position:relative;}
	.br {background: url(../images/page/br_tan.gif) no-repeat bottom rigtht; width:100%; position:relative;}
	.tl {background: url(../images/page/tl_tan.gif) no-repeat top left; width:100%; position:relative;}
	.tr {background: url(../images/page/tr_tan.gif) no-repeat top right; width:100%; position:relative;}  
	
	/****************************************************************
		Rounded Corner Divs
	 ****************************************************************/
	.t_title {background: #96bbbd url(../images/page/dot_tan.gif) repeat-x top left; width:230px; height:40px;}
	.b_title {background: #96bbbd url(../images/page/dot_tan.gif) repeat-x bottom left; width:100%; position:relative;}
	.l_title {background: url(../images/page/dot_tan.gif) repeat-y top left; width:100%; position:relative;}
	.r_title{background: url(../images/page/dot_tan.gif) repeat-y bottom left; width:100%; position:relative;}
	.tl_title {background: url(../images/page/tl_tan.gif) no-repeat top left; width:100%; position:relative;}
	.tr_title {background: url(../images/page/tr_tan.gif) no-repeat top right; width:100%; position:relative;} 
	
	/****************************************************************
		Specify here width and height of the div.
	 ****************************************************************/
	.rounded_corner_content {font: 12px georgia, arial,helvetica,sans-serif; background: #dae5e7; position:relative; width:228px;}  
	.rounded_corner_title{font: bold 12px georgia, arial,helvetica,sans-serif; width:230px; clear:both;}
	.rounded_corner_title img{border:0px solid white; float:right; margin-right: 6px;}
	
	.rounded_corner_content ul
	{
		list-style-type:none;
		padding:0px;
		margin:5px;
		background:#dae5e7;		
	}
		
	.rounded_corner_content ul li
	{
		padding:3px;
		margin:0px;
		margin-bottom: 2px;
		background:#dae5e7;				
	}
	
	.rounded_corner_content ul li a, .rounded_corner_content ul li a:visited
	{
		color:#333;
		background:#dae5e7;				
	}
	
	.rounded_corner_content ul li a:hover
	{
		color:#666;
	}
		
	.clear {font-size: 1px; height: 1px}
    
    #recordMenu
	{
		height: 25px;
		padding: 2px;
		text-align: left;
		border: 1px solid silver;
		margin: 2px;
		width:95%;
	}
	
	#recordMenu a, #recordMenu a:visited{
		color: #444;
		padding-left: 3px;
		border-right:1px solid #999;
		padding-right: 3px;
	}

	#recordMenu a:hover{
		color: #000;
		background-color: #ccccd8;
		border:1px solid #666;
		padding-left: 2px;
	}