@charset "utf-8";
/* CSS Document */

/***************************
Truebridge
Author: Jeff Woodruff
Website: http://www.jeffwoodruff.net
****************************/




/* These classes are different variations of the CSS3 border-radius property. Using curvycorners.js, rounded corners will be added by all browsers dynamically, not only those which support the new CSS3 property. See theme documentation for more info. */

.rounded { -moz-border-radius: 10px; -webkit-border-radius: 10px; } 
 
.rounded-notopright {-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;  -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; }

.rounded-notopleft { -moz-border-radius-topright: 10px;-webkit-border-top-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; }

.rounded-onlytopleft, #current a { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; }

.rounded-notopleft-nobottomright { -moz-border-radius-topright: 10px;-webkit-border-top-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; }

.rounded-noleft {  -moz-border-radius-topright: 10px;-webkit-border-top-right-radius: 10px; 
-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; }

.rounded-noright{ -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;  }

.rounded-onlybottom { -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; }
