@import url("includes/css/menu.css");
 
body { background: url(images/FadeRepeat.jpg) repeat-x #ffffff; height: 100%; margin: 0px; padding: 0px; font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif; font-size: 14px; }
a, a:visited, a:link { color: #343434; }

/* Page Layout */
.pageLayout { width: 100%; background: url(images/Fade.jpg) no-repeat top center; text-align: center; }
.pageCenterContainer { width: 980px; margin: 0px auto; text-align: left; }
.verticalSpacer { height: 10px; }

/* Logo Space */
.headerContainer { padding-top: 0px; padding-bottom: 0px; }
.logoContainer { display: inline; }
.registerContainer { display: inline; float: right; padding-top: 33px; }
.registerSpace { height: 21px; background: url(images/icon_user.png) no-repeat; padding-left: 23px; }
.registerSpace a { color: #343434; font-size: 12px; }

.menuContainer { }

/* Footer Space */
.footerContainer { text-align: center; }

.searchContainer { background: url(images/backSearch.png) no-repeat; width: 203px; height: 29px; float: right; }
.searchContainer input { background-color: transparent; color: #ffffff; border: none; font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif; font-size: 14px; width: 150px; font-style: italic; }
.searchContainer img { width: 20px; height: 18px; }
.searchSpacer { padding-left: 10px; padding-top: 5px; }

/* Box Styles */
.topLeftCell { background: url(images/whiteBoxTL.png) no-repeat; width: 20px; height: 20px; }
.topRightCell { background: url(images/whiteBoxTR.png) no-repeat; width: 20px; height: 20px; }
.bottomLeftCell { background: url(images/whiteBoxBL.png) no-repeat; width: 20px; height: 20px; }
.bottomRightCell { background: url(images/whiteBoxBR.png) no-repeat; width: 20px; height: 20px; }
.contentCell { background-color: #ffffff; }

.topLeftCellBlack { background: url(images/blackBoxTL.png) no-repeat; width: 20px; height: 20px; }
.topRightCellBlack { background: url(images/blackBoxTR.png) no-repeat; width: 20px; height: 20px; }
.bottomLeftCellBlack { background: url(images/blackBoxBL.png) no-repeat; width: 20px; height: 20px; }
.bottomRightCellBlack { background: url(images/blackBoxBR.png) no-repeat; width: 20px; height: 20px; }
.contentCellBlack { background-color: #343434; }


/* Breadcumb style */
.breadcumbContainer { height: 28px; font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif; font-size: 12px; color: #343434; font-weight: normal; }
.breadcumbSpacer { padding-top: 5px; padding-left: 5px; }
.breadcumbContainer span a, .breadcumbContainer span a:link, .breadcumbContainer span a:visited { font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif; font-size: 12px; color: #343434; font-weight: normal; text-decoration: underline; }
.breadcumbContainer span a:hover { text-decoration: none; }
.breadcumbContainer span { font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif; font-size: 12px; color: #343434; font-weight: normal; }

/* Text styles */

.anycufon { }
.textTitle1 { font-size: 20px; color: #343434; }
.textTitle2 { font-size: 15px; color: #868f95; }


/* Form Styles */
.formTable { font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif; font-size: 12px; }
.formTable .labelForm { font-weight: bold; }
.formTable input[type=text], .formTable textarea { background: url(images/backInput.png) repeat-x #2f2f2f top; border: 0px; font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; padding: 6px; border:1px solid #000000; }


/* Buttons styles */
.sendButton { background: url(images/allButtons.png) 0px 0px no-repeat; width:137px; height:33px; }
.sendButton:hover{ background: url(images/allButtons.png) -137px 0px no-repeat; width:137px; height:33px; }

