@charset "UTF-8";
/* CSS Document */

/* \*/
* html #tlc, * html #trc {height: 1%;}
* html #tlc_red, * html #trc_red {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }
#tlc_red, #trc_red { zoom: 1 }

/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc, #tlc_red, #trc_red, #blc_red, #brc_red
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/rounded_borders/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/rounded_borders/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/rounded_borders/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/rounded_borders/brc.gif);
	background-position: 100% 100%;
	}
	
#tlc_red
	{
	background-image:url(../images/rounded_borders/tlc_red.gif);
	background-position: 0% 0%;
	}

#trc_red
	{
	background-image:url(../images/rounded_borders/trc_red.gif);
	background-position: 100% 0%;
	}
	
#blc_red
	{
	background-image:url(../images/rounded_borders/blc_red.gif);
	background-position: 0% 100%;
	}

#brc_red
	{
	background-image:url(../images/rounded_borders/brc_red.gif);
	background-position: 100% 100%;
	}

#tb, #bb, #tb_red, #bb_red
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/rounded_borders/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/rounded_borders/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/rounded_borders/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(../images/rounded_borders/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
#tb_red
	{
	background-image:url(../images/rounded_borders/tb_red.gif);
	background-position: 0% 0%;
	}

#bb_red
	{
	background-image:url(../images/rounded_borders/bb_red.gif);
	background-position: 50% 100%;
	}
	
#rb_red
	{
	background-image:url(../images/rounded_borders/r_red.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb_red
	{
	background-image:url(../images/rounded_borders/l_red.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

