/*
nuCorners - rounded corner divs
by John-Paul Walton, johnpaul.walton@gmail.com
You have a better rounded-corner technique?
let me know johnpaul.walton@gmail.com
*/

.nuc {
	margin: 0;
	padding: 0;
	background: transparent;
}


/* basic, 4-corners white box */
.nuc { background: white url(/images/white_ul.gif) top left no-repeat; }
.nuc .nuc { background: url(/images/white_ur.gif) transparent top right no-repeat; }
.nuc .nuc .nuc { background: url(/images/white_lr.gif) transparent bottom right no-repeat; }
.nuc .nuc .nuc .nuc { background: url(/images/white_ll.gif) transparent bottom left no-repeat; padding: 15px; height: 100%;} /* the height fixes an issue in IE 5/win */
/* NOTE - innermost div MUST have at least 1px of padding */


/* accounts box */
#splitcolumn .nuc					{ background-image: url(/images/green_ul.gif) !important; background-color: transparent !important; }
#splitcolumn .nuc .nuc				{ background-image: url(/images/blue_ur.gif) !important; }
#splitcolumn .nuc .nuc .nuc		{ background-image: url(/images/gray_lr.gif) !important; }
#splitcolumn .nuc .nuc .nuc .nuc	{ background-image: url(/images/gray_ll.gif) !important; }


/* signup box */
/*#signup .nuc { background: url(/images/green_ul.gif) top left no-repeat; }
#signup .nuc .nuc { background: url(/images/gray_ll.gif) transparent bottom left no-repeat; padding: 1px; }*/
/* NOTE - innermost div MUST have at least 1px of padding */


/* login box */
/*#login .nuc { background: url(/images/blue_ur.gif) top right no-repeat; }
#login .nuc .nuc { background: url(/images/gray_lr.gif) transparent bottom right no-repeat; padding: 1px;}*/
/* NOTE - innermost div MUST have at least 1px of padding */

/* login box */
/*#aboutsite .nuc { background: url(/images/blue_ur.gif) top right no-repeat; }
#aboutsite .nuc .nuc { background: url(/images/gray_lr.gif) transparent bottom right no-repeat; padding: 1px;} */
/* NOTE - innermost div MUST have at least 1px of padding */



/* bookmark counter */
.bmcounter { background: #302815 url(/images/drkgrn_ul.gif) top left no-repeat; }
.bmcounter .nuc { background: url(/images/drkgrn_ur.gif) transparent top right no-repeat;}
.bmcounter .nuc .nuc { background: url(/images/drkgrn_lr.gif) transparent bottom right no-repeat;}
.bmcounter .nuc .nuc .nuc { background: url(/images/drkgrn_ll.gif) transparent bottom left no-repeat; padding: 7px 0 10px 0; height: 100%;} /* the height fixes an issue in IE 5/win */


/* bookmark counter */
.classified_left { background: #302815 url(/images/drkgrn_ul.gif) top left no-repeat; }
.classified_left .nuc { background: url(/images/drkgrn_ur.gif) transparent top right no-repeat;}
.classified_left .nuc .nuc { background: url(/images/drkgrn_lr.gif) transparent bottom right no-repeat;}
.classified_left .nuc .nuc .nuc { background: url(/images/drkgrn_ll.gif) transparent bottom left no-repeat; padding: 15px; height: 100%;} /* the height fixes an issue in IE 5/win */