/* Master link colors */

.bluelinks a:link, a:visited, #bluelinks a:link, a:visited {
    color: #4FA6A3;
    text-decoration: none;
}
.brownlinks a:link, a:visited, #brownlinks a:link, a:visited {
    color: #A45718;
    text-decoration: none;
}
.greenlinks a:link, a:visited, #greenlinks a:link, a:visited {
    color: #D3D951;
    text-decoration: none;
}
.purplelinks a:link, a:visited, #purplelinks a:link, a:visited {
    color: #8E288C;
    text-decoration: none;
}
.redlinks a:link, a:visited, #redlinks a:link, a:visited {
    color: #E62C3F;
    text-decoration: none;
}
.yellowlinks a:link, a:visited, #yellowlinks a:link, a:visited {
    color: #FBBD29;
    text-decoration: none;
}
a:link, a:visited {
    color: #EB5945;
    text-decoration: underline;
}
a:hover, a:active {
    color: #BB007F;
    text-decoration: none;
}
a:focus {
    color: #FF9933;
    text-decoration: none;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #72B955;
    margin: 0px;
    background-image: url(/mainimages/topBg_tile.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
form {
    margin: 0px;
    padding: 0px;
}
.infoText {
    color: #BB007F;
    font-size: 9px;
}
#priceDisplay {
    color:#4FA6A3;
}
/* Site Headers */
h1, .lrgHdr {
    font-family: "Comic Sans MS", Arial;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    line-height: 1em;
}
h2, .medHdr {
    font-family: "Comic Sans MS", Arial;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    line-height: 1em;
}
h3, .smHdr {
    font-family: "Comic Sans MS", Arial;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    line-height: 1em;
}
h4 {
    font-family: "Comic Sans MS", Arial;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #EB5945;
}
h5 {
    font-family: "Comic Sans MS", Arial;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #A45718;
}
#button {
    color: #F7C1B8;
    background-color: #C51189;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    border: 2px solid #FEF5E3;
    font-weight: bold;
}
#footerphone {
    font-family: "Comic Sans MS", Arial;
    font-size: 17px;
    font-weight: bold;
}
#welcome {
    text-align: left;
    font-size: 10px;
    color: #000000;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
.action {
    border: 1px solid #000;
    font-size: 9px;
}
.addressBox {
    float: right;
    clear: right;
    font-size: 10px;
    color: #333333;
    margin-top: 10px;
    margin-right: 20px;
}
.assistanceBox {
    padding-right: 3px;
    padding-left: 3px;
}
.bluetext {
	color: #1892A1;
}
.bodyArea {
    width: 798px;
    margin-right: auto;
    margin-left: auto;
}
.bodyBg {
    /* -- Note: Image is on section style sheet --  background-image: url(/mainimages/topBg_home.jpg); ---- */
    background-repeat: no-repeat;
    background-position: center top;
}
.bodyContentBg {
    background-image: url(/mainimages/topContentBg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}
#bodyTable {
    width: 798px;
}
.breadcrumb {
    font-size: 10px;
    color: #A45718;
    margin-bottom: 10px;
    margin-top: 20px;
}
.breadcrumb a:link, .breadcrumb a:visited {
    color: #BB007F;
    text-decoration: underline;
}
.breadcrumb a:hover, .breadcrumb a:active {
    color: #EB5945;
}
.bttmContentBox {
    background-image: url(/mainimages/bttmContentBg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}
.bttmContentBox a:link, .bttmContentBox a:visited {
    color: #4A2B1A;
    text-decoration: underline;
}
.bttmContentBoxBttm {
    background-image: url(/mainimages/bttmContentBttmBg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 0px;
}
.bttmContentBoxContent {
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.bttmContentBoxTop {
    background-image: url(/mainimages/bttmContentTopBg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
		padding-top: 8px;
}
.buttons {
    color: #F7C1B8;
    background-color: #C51189;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    border: 1px solid #FFFFFF;
    font-weight: bold;
}
.buttons a:hover {
    background-color: #FFFD78;
}
.buttons a:active {
    background-color: #FFFB00;
}
.cartLogin {
    position: absolute;
    z-index: 20000;
    height: 25px;
    width: 150px;
    top: 5px;
    right: 10px;
}
.contactForm {
}
.contactForm #inputsizes input {
    width: 230px;
    margin-bottom: 10px;
}
.contactForm textarea {
    width: 500px;
}
.contentArea {
    font-size: 12px;
    color: #4A2B1A;
    line-height: 16px;
    text-align: left;
}
.contentArea ul {
    list-style-image: url(/mainimages/bullet.jpg);
}
.contentArea li {
}
.contentArea p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.contentBttmBg {
	background-image: url(/mainimages/contentBttmBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 17px;
	background-color: #72B955;
}
.contentPadding {
    padding: 0px;
}
.contentPadding p {
    padding-right: 30px;
    padding-left: 30px;
}

.contentPadding2 {
    padding: 20px 35px 0px;
}
.contentPadding2 p {
    padding: 0px;
}
.copyright {
    font-size: 10px;
    color: #F4F0D6;
    padding-left: 35px;
    padding-top: 5px;
    padding-right: 35px;
    margin-top: 10px;
}
.copyright a:link,.copyright  a:visited {
    color: #FEF5E3;
    text-decoration: none;
}
.copyright a:hover, .copyright a:active {
    color: #BB007F;
    text-decoration: none;
}
.divCol {
    text-align: left;
    display: block;
    width: 200px;
    float: right;
}
.errors {
    font-size: 13px;
    color: #BB0000;
}
.formInput {
    width:400px;
}
.logoBox {
    margin-top: 20px;
    margin-left: 50px;
    float: left;
}
.loginBox {
    height: 129px;
    width: 188px;
    margin-left: 24px;
    font-size: 11px;
    color: #6F6251;
}
.loginBox form {
    padding: 20px;
}
.loginBox input {
    width: 140px;
    margin-bottom: 2px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.loginBox #button {
    width: 40px;
    font-size: 11px;
    float: right;
}
.navBar {
    font-size: 13px;
    height: 55px;
    padding-right: 0px;
    padding-left: 25px;
    font-family: "Comic Sans MS", Arial;
}
.photoLeft {
    padding-right: 20px;
    padding-bottom: 10px;
    float: left;
    text-align: center;
}
.photoRight {
    padding-bottom: 10px;
    padding-left: 20px;
    float: right;
}
.quickPriceCheck {
	background-image: url(/curriculum/forparents/quickPriceBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 210px;
	color: #4A2B1A;
	margin-bottom: 10px;
}
.quickPriceCheck #qpcBg {
	background-image: url(/curriculum/forparents/quickPriceBttm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.quickPriceCheck #qpcContent {
	padding: 8px;
}
.quickPriceCheck .fieldsize {
	width: 40px;
}
.quickPriceCheck .smallText {
	font-size: 10px;
	color: #BB007F;
}
.quickPriceCheck #imageField {
	margin-top: 4px;
}
.quickPriceCheck p {
	margin: 0px;
	padding: 0px;
}
/* --- Side Nav styles are on the site section style sheet ---
.sidebarNav {
    background-image: url(/mainimages/home/sideNavBg.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    color: #1E8995;
}
.sidebarNavBttm {
    background-image: url(/mainimages/home/sideNavBttmBg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 15px;
}
.sidebarNavTop {
    background-image: url(/mainimages/home/sideNavTopBg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 38px;
}
*/

.qtyWarning {
    z-index: 99;
    width: 250px;
    height: 100px;
    background-color: #FFE9AD;
    border: 1px solid;
    border-color: #BB007F;
    display: none;
    position: relative;
    left: -200px;
    top: -150px;
    padding: 5px;
}

.sidebarPadding {
    float: left;
    width: 235px;
    background-image: none;
    margin-top: 10px;
}
.sidebarPadding a {
    display: block;
}
.sidebarPadding a:link, .sidebarPadding a:visited {
    text-decoration: none;
}
.sidebarPadding a:hover, .sidebarPadding a:active {
    text-decoration: none;
}
.sidebarPadding h1 {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 17px;	/* -- Note: Color is on section style sheet -- border-bottom-color: #E0E765;*/
}
.sidebarPadding li {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    /* -- Note: Color is on section style sheet -- border-bottom-color: #E0E765;*/
    padding-top: 6px;
    padding-left: 20px;
    margin-right: 20px;
}
.sidebarPadding ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.sidebarPadding .loginBox {
    background-image: url(/mainimages/loginBoxBg.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.tableBorder {
    font-size: 12px;
    padding: 0px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
}

/* Standard table styles */

.tableBorderCart {
	font-size: 12px;
	padding: 2px;
	margin: 0px;
	border: 1px solid #4B8F9C;
}
.tableBorderNone {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.tableBorderNone td {
    border-top-color: #FEF5E3;
    border-right-color: #FEF5E3;
    border-bottom-color: #FEF5E3;
    border-left-color: #FEF5E3;
}
.tableCell1 {
    padding: 5px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.tableCell1Col {
    padding: 5px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DDDDDD;
}
.tableCell2 {
    padding: 5px;
    background-color: #EEEEEE;
}
.tableCell2Col {
    padding: 5px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DDDDDD;
    background-color: #EEEEEE;
}
.tableFooter {
    padding: 3px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
}
.tableFooter2 {
    padding: 3px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    background-color: #EEEEEE;
}
.tableHeader {
    /* -- Note: Color is on section style sheet -- background-color: #333333;*/
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    font-family: "Comic Sans MS", Arial;
    /* -- Note: Color is on section style sheet -- border-bottom-color: #444444;*/
}
.tableHeader a {
    color: #FFFFFF;
}
.tableHeaderCol {
    /* -- Note: Color is on section style sheet -- background-color: #333333;*/
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    /* -- Note: Color is on section style sheet -- border-bottom-color: #444444;*/
    border-left-width: 1px;
    border-left-style: solid;
    /* -- Note: Color is on section style sheet -- border-left-color: #AAAAAA;*/
}
.tableHeaderCol a {
    color: #FFFFFF;
}
.tableHeader2 {
    background-color: #BBBBBB;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.tableHeader2 a {
    color: #FFFFFF;
}
.tableHeader2Col {
    background-color: #BBBBBB;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #555555;
}
.tableHeader2Col a {
    color: #FFFFFF;
}
.tableHeader3 {
    background-color: #777777;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888888;
    text-decoration:none
}
.tableHeader3 a {
    color: #FFFFFF;
}
.tableHeader3Col {
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888888;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #888888;
    background-color: #777777;
}
.tableHeader3Col a {
    color: #FFFFFF;
}
.tableRow1 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B8F9C;
}
.tableRow1Col {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888888;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DDDDDD;
}
.tableRow2 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F8795;
	background-color: #ADD8DD;
}
.tableRow2Col {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888888;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DDDDDD;
    background-color: #EEEEEE;
}
.tableRowAttention {
    background-color: #9561a9;
    padding: 5px;
    color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.tableRowAttention a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.tableRowAttention a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.tableRowAttention a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.tableRowAttention a:active {
    color: #EEEEEE;
    text-decoration: none;
}
.tableRowAttentionBubbles {
    background-color: #FFD4C8;
    padding: 4px 5px 4px 5px;
    color: #000000;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.tableRowAttentionCol {
    background-color: #CC3333;
    padding: 5px;
    color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #555555;
}
.tableRowAttentionCol a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.tableRowAttentionCol a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.tableRowAttentionCol a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.tableRowAttentionCol a:active {
    color: #EEEEEE;
    text-decoration: none;
}
.tableSimple {
    margin-right: 34px;
    margin-bottom: 15px;
}
.tableSimple p {
    padding: 0px;
}
.tableSimple #imagebox {
    width: 110px;
}
#padding {
    margin-right: 30px;
    margin-left: 30px;
}
.tableStyle {
    border-top: 2px solid/*  -- Note: Color is on section style sheet --  #EB5945*/;
    border-left: 2px solid/*   -- Note: Color is on section style sheet -- #EB5945*/;
    margin-bottom: 5px;
}
.tableStyle ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    margin-left: 10px;
}
.tableStyle a:link, .tableStyle a:hover {
    color: #4A2B1A;
}
.tableStyle td {
    padding: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-bottom-style: solid;
    /* -- Note: Color is on section style sheet --
    border-right-color: #EB5945;
    border-bottom-color: #EB5945;*/
}
.tableStyle p {
    margin: 0px 0px 5px;
}
.tableStyle th {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    /* -- Note: Color is on section style sheet -- background-color: #EB5945;*/
    text-align: left;
    padding: 5px 8px;
    font-family: "Comic Sans MS", Arial;
}
.tableStyle th a {
    font-size: 11px;
    font-weight: normal;
    float: right;
    display: block;
    padding: 2px 5px;
    clear: left;
    margin-left: 20px;
    border: 1px solid #FFFFFF;
}
.tableStyle th a:active {
    color: #FFFFFF;
    /* -- Note: Color is on section style sheet -- background-color: #CC6600;*/
}
.tableStyle th a:hover {
    color: #FFFFFF;
    /* -- Note: Color is on section style sheet -- background-color: #4A2B1A;*/
}
.tableStyle th a:link, .tableStyle th a:visited   {
    color: #FFFFFF;
    /* -- Note: Color is on section style sheet -- background-color: #333333;*/
}
.topbarBox {
    height: 170px;
    margin-top: 0px;
}




/* Content text */
.bodyText {
    font-size: 12px;
    line-height: 16px;
}
.bodyblkText {
    font-size: 12px;
    color: #000000;
    line-height: 16px;
}
.lrgText {
    font-size: 15px;
    line-height: 24px;
}
.medText {
    font-size: 11px;
    line-height: 14px;
}
.smText {
    font-size: 10px;
}
 /* Management Menu */
 /*/ To edit the manage menu text colors edit
*  #p7PMnav a {} //font color for menu
*  #p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {} //font hover,ect
*  #p7PMnav .p7PMmark {} // current page marker
/*/
#manage table {
    font-size: 12px;
}
.manageMainMenu{
     background-color: #EEEEEE;
     color:#FFFFFF;
     padding: 3px;
}
.manageMainMenu a:hover{
     background-color: #FFFFFF;
     color:#FFFFFF;
     letter-spacing: 0.01px;
}
.manageMainMenuBorder {
     font-size: 12px;
     color:#FFFFFF
     padding: 0px;
     border: 1px solid #000000;
}
.manageSubMenu{
     background-color: #EEEEEE;
     padding: 3px;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #BBBBBB;
}
.manageSubMenu a:hover{
     background-color: #FFFFFF;
     color:#FFFFFF;
     letter-spacing: 0.01px;
}
.manageTopbar {
    background-image: url(/mainimages/blueBg.gif);
    background-repeat: repeat-y;
    background-color: #003366;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #FFFB00;
    padding-top: 20px;
}

