/* CSS Document */

/* Round Boxes */
/* \*/
* html .tlc, * html .trc {height: 1%;}
/* */
#rightColumn .box{
	float:right;
}
.box{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0;
	margin-bottom:0;
	padding: 0;
	text-align: left;	
	width:100%;
	background-color: #fff;
}
.boxContent{
	padding:0px;

}
/*.boxContent hr{	
	margin:20px 0;height:1px;color:#fff;background-color:#fff;border:none;border-bottom:1px solid #ccc;padding:0px;
} ---=== 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, 
.tlcred, .trcred, .blcred, .brcred, 
.tlcpink, .trcpink, .blcpink, .brcpink,
.tlcpinkgrad, .trcpinkgrad, .blcpinkgrad, .brcpinkgrad{
	background-color: transparent;
	background-repeat: no-repeat;
}

.tlc{
	background-image:url(/css/images/tlc.gif);
	background-position: 0% 0%;
}

.trc{
	background-image:url(/css/images/trc.gif);
	background-position: 100% 0%;
}
	
.blc{
	background-image:url(/css/images/blc.gif);
	background-position: 0% 100%;
}

.brc{
	background-image:url(/css/images/brc.gif);
	background-position: 100% 100%;
}

.tb, .bb{
	background-color: transparent;
	background-repeat: repeat-x;
}
	
.tb{
	background:url(/css/images/tb.gif) repeat-x;
}

.bb{
	background:url(/css/images/bb.gif) repeat-x;
	background-position: 50% 100%;
}
	
.rb{
	background-image:url(/css/images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

.lb{
	background-color: #fff;
	background-image:url(/css/images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}




/* red ones */

.tlcred{
	background-image:url(/css/images/tlc-red.gif);
	background-position: 0% 0%;
}

.trcred{
	background-image:url(/css/images/trc-red.gif);
	background-position: 100% 0%;
}
	
.blcred{
	background-image:url(/css/images/blc-red.gif);
	background-position: 0% 100%;
}

.brcred{
	background-image:url(/css/images/brc-red.gif);
	background-position: 100% 100%;
}

.tbred, .bbred{
	background-color: transparent;
	background-repeat: repeat-x;
}
	
.tbred{
	background:url(/css/images/tb-red.gif) repeat-x;
}

.bbred{
	background:url(/css/images/bb-red.gif) repeat-x;
	background-position: 50% 100%;
}
	
.rbred{
	background-image:url(/css/images/r-red.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

.lbred{

	background-image:url(/css/images/l-red.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

/* yellow ones */

.tlcyellow{
	background-image:url(/css/images/tlc-yellow.gif);
	background-position: 0% 0%;
	background-repeat:no-repeat;
}

.trcyellow{
	background-image:url(/css/images/trc-yellow.gif);
	background-position: 100% 0%;
	background-repeat:no-repeat;
}
	
.blcyellow{
	background-image:url(/css/images/blc-red.gif);
	background-position: 0% 100%;
	background-repeat:no-repeat;
}

.brcyellow{
	background-image:url(/css/images/brc-red.gif);
	background-position: 100% 100%;
	background-repeat:no-repeat;
}


.tbyellow, .bbyellow{
	background-color: transparent;
	background-repeat: repeat-x;
}
	
.tbyellow{
	background:url(/css/images/tb-yellow.gif) repeat-x;
}

.bbyellow{
	background:url(/css/images/bb-red.gif) repeat-x;
	background-position: 50% 100%;
}
	
.rbyellow{
	background-image:url(/css/images/r-red.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

.lbyellow{
	background-color: #fff;
	background-image:url(/css/images/l-red.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

/* pink gradient ones */

.tlcblue{
	background-image:url(/css/images/tlc-blue.gif);
	background-position: 0% 0%;
	background-repeat:no-repeat;	
}

.trcblue{
	background-image:url(/css/images/trc-blue.gif);
	background-position: 100% 0%;
	background-repeat:no-repeat;
}
	
.blcblue{
	background-image:url(/css/images/blc-red.gif);
	background-position: 0% 100%;
	background-repeat:no-repeat;
}

.brcblue{
	background-image:url(/css/images/brc-red.gif);
	background-position: 100% 100%;
	background-repeat:no-repeat;
}

.tbblue, .bbblue{
	background-color: transparent;
	background-repeat: repeat-x;
}
	
.tbblue{
	background:url(/css/images/tb-blue.gif) repeat-x;
}

.bbblue{
	background:url(/css/images/bb-red.gif) repeat-x;
	background-position: 50% 100%;
}
	
.rbblue{
	background-image:url(/css/images/r-red.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

.lbblue{
	background-color: transparent;
	background-image:url(/css/images/l-red.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
#matchPuff .bbblue,#leftNav .bbred{
	background:url(/css/images/bb_standard.gif) repeat-x;
	background-position: 50% 100%;
}
#matchPuff .brcblue,#leftNav .brcred{
	background-image:url(/css/images/brc_standard.gif);
	background-position: 100% 100%;
	background-repeat:no-repeat;
}
#matchPuff .blcblue,#leftNav .blcred{
	background-image:url(/css/images/blc_standard.gif);
	background-position: 0% 100%;
	background-repeat:no-repeat;
}

/* home ones */

.tlchome{
	background-image:url(/css/images/tlc-home.gif);
	background-position: 0% 0%;
	background-repeat:no-repeat;
}

.trchome{
	background-image:url(/css/images/trc-home.gif);
	background-position: 100% 0%;
	background-repeat:no-repeat;
}
	
.blchome{
	background-image:url(/css/images/blc-home.gif);
	background-position: 0% 100%;
	background-repeat:no-repeat;
}

.brchome{
	background-image:url(/css/images/brc-home.gif);
	background-position: 100% 100%;
	background-repeat:no-repeat;
}


.tbhome, .bbhome{
	background-color: transparent;
	background-repeat: repeat-x;
}
	
.tbhome{
	background:url(/css/images/tb-home.gif) repeat-x;
}

.bbhome{
	background:url(/css/images/bb-home.gif) repeat-x;
	background-position: 50% 100%;
}
	
.rbhome{
	background-image:url(/css/images/r-home.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

.lbhome{
	background-color: #fff;
	background-image:url(/css/images/l-home.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
