/* Overrides normal div font */
div.Normal { font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif; font-size: 12px; color: #343434; }

/* Generic Container Styles */
.genericContainer { text-align: left; font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif; font-size: 12px; color: #4f4546; }
.actionButtons { float: left; }


/* Gray Container Style */
.grayContainer { }
.grayContainer .topLeft { width: 14px; height: 14px; background: url(images/grayContainerTL.png) no-repeat; }
.grayContainer .top { height: 14px; background: url(images/grayContainerT.png) repeat-x; }
.grayContainer .topRight { width: 14px; height: 14px; background: url(images/grayContainerTR.png) no-repeat; }
.grayContainer .left { width: 14px; background: url(images/grayContainerL.png) repeat-y; }
.grayContainer .center { background-color: #b9b8b0; }
.grayContainer .right { width: 14px; background: url(images/grayContainerR.png) repeat-y; }
.grayContainer .bottomLeft { width: 14px; height: 14px; background: url(images/grayContainerBL.png) no-repeat; }
.grayContainer .bottom { height: 14px; background: url(images/grayContainerB.png) repeat-x; }
.grayContainer .bottomRight { width: 14px; height: 14px; background: url(images/grayContainerBR.png) no-repeat; }

/* Container with Padding Styles */

.contentPadding { padding: 10px; }

