/*GREEN*/
.t_green {
	background: url(/themed/jaguar/img/corners/dot_green.gif) 0 0 repeat-x; 
	width: 180px;
}

.b_green {
	background: url(/themed/jaguar/img/corners/dot_green.gif) 0 100% repeat-x;
}

.l_green {
	background: url(/themed/jaguar/img/corners/dot_green.gif) 0 0 repeat-y;
}

.r_green {
	background: url(/themed/jaguar/img/corners/dot_green.gif) 100% 0 repeat-y;
}
.bl_green {
	background: url(/themed/jaguar/img/corners/left_bottom_corner_green_b2ec7.jpg) 0 100% no-repeat;
}
.br_green {
	background: url(/themed/jaguar/img/corners/right_bottom_corner_green_b2ec7.jpg) 100% 100% no-repeat;
}
.tl_green {
	background: url(/themed/jaguar/img/corners/left_top_corner_green_b2ec7.jpg) 0 0 no-repeat;
}
.tr_green {
	background: url(/themed/jaguar/img/corners/right_top_corner_green_b2ec7.jpg) 100% 0 no-repeat; 
	padding:10px;
	color: #666;
} 

/*ORANGE*/

.t_orange {
	background: url(/themed/jaguar/img/corners/dot_orange.gif) 0 0 repeat-x; 
	width: 180px;
}

.b_orange {
	background: url(/themed/jaguar/img/corners/dot_orange.gif) 0 100% repeat-x;
}

.l_orange {
	background: url(/themed/jaguar/img/corners/dot_orange.gif) 0 0 repeat-y;
}

.r_orange {
	background: url(/themed/jaguar/img/corners/dot_orange.gif) 100% 0 repeat-y;
}
.bl_orange {
	background: url(/themed/jaguar/img/corners/left_bottom_corner_orange.jpg) 0 100% no-repeat;
}
.br_orange {
	background: url(/themed/jaguar/img/corners/right_bottom_corner_orange.jpg) 100% 100% no-repeat;
}
.tl_orange {
	background: url(/themed/jaguar/img/corners/left_top_corner_orange.jpg) 0 0 no-repeat;
}
.tr_orange {
	background: url(/themed/jaguar/img/corners/right_top_corner_orange.jpg) 100% 0 no-repeat; 
	padding:10px;
	color: #666;
} 
/*GRAY*/
.t_gray {
	background: url(/themed/jaguar/img/corners/dot_gray.gif) 0 0 repeat-x; 
	width: 180px;
}

.b_gray {
	background: url(/themed/jaguar/img/corners/dot_gray.gif) 0 100% repeat-x;
}

.l_gray {
	background: url(/themed/jaguar/img/corners/dot_gray.gif) 0 0 repeat-y;
}

.r_gray {
	background: url(/themed/jaguar/img/corners/dot_gray.gif) 100% 0 repeat-y;
}
.bl_gray {
	background: url(/themed/jaguar/img/corners/left_bottom_corner_gray.jpg) 0 100% no-repeat;
}
.br_gray {
	background: url(/themed/jaguar/img/corners/right_bottom_corner_gray.jpg) 100% 100% no-repeat;
}
.tl_gray {
	background: url(/themed/jaguar/img/corners/left_top_corner_gray.jpg) 0 0 no-repeat;
}
.tr_gray {
	background: url(/themed/jaguar/img/corners/right_top_corner_gray.jpg) 100% 0 no-repeat; 
	padding:10px;
	color: #666;
} 
.tr_gray a{
	color: #3973b3;
}
.tr_gray a:hover{
	color: #507dae;
}
