/******************************************************************************/
/* Generic Styles Start */
/* begin with generic selectors so that they can be overridden if needed by classes deeper in the stylesheet */
/******************************************************************************/
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: tahoma;
    font-size: 72%;
    color: #3B2151;
    line-height: 17px;
}

#pageWrapper {
    min-width: 700px;
    width: auto;
    margin: 0;
    padding: 0;
}

#header .content, #header .menu .content2, #contentWrapper, #footer.content {
    width: 960px;
    margin: 0 auto;
}

#header .content {
    position: relative;
    height: 100px;
    padding: 5px;
}

#logo {
    float: right;
    margin-top: 25px;
}

#banners {
    float: left;
}

#topLinks {
    float: left;
    margin-left: 10px;
    color: #3B2151;
    font-size: 95%;
}

#topLinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#topLinks li {
    margin: 0;
    padding-right: 10px;
    display: inline;
}

#topLinks a, #topLinks a:visited {
    color: #3B2151;
    text-decoration: underline;
}

#topLinks a:hover {
    color: #3B2151;
    text-decoration: none;
}

#telephone {
    position: absolute;
    top: 113px;
    right: 10px;
    color: #FFFFFF;
    font-size: 135%;
    font-weight: bold;
}

#breadCrumb {
    padding: 5px 0;
}

#outerColumnContainer {
    background-color: #FFFFFF;            /* set the background color for the middle column here */
    border-left: solid 178px #FFFFFF;     /* left width | left column background color */
    border-right: solid 178px #FFFFFF;    /* right width | right column background color */
}

#middleContainer { /* only needed if page has a rightColumn */
    float: left;
    width: 100%;
    margin: 0;
}

#middleColumn {
    float: right;
    width: 100%;
}

#leftColumn {
    float: left;
    width: 162px; /* left width */
    margin-left: -178px; /* -left width + left padding */
    padding-right: 16px;
}

#rightColumn {
    float: right;
    width: 162px; /* right width */
    margin-right: -178px; /* -right width + right padding */
    padding-left: 16px;
}

#footer {
    margin-top: 5px;
    padding: 10px 0;
    border-top: solid 1px #3B2151;
    text-align: center;
    font-size: 95%;
}

a, a:visited {
    color: #732A90;
    text-decoration: none;
}

a:active {
    color: #A8121F;
}

a:hover {
    color: #C50D22;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    padding: 0;
}

h1 {
    padding: 0 10px;
    background: url(/Images/BlueHeader.gif) no-repeat;
    color: #FFFFFF;
    font-size: 145%;
    line-height: 42px;
    font-weight: bold;
}

h1 a, h1 a:visited, h1 a:hover {
    color: #FFFFFF;
}

h1.blue {
    background: url(/Images/BlueHeader.gif) no-repeat;
}

h1.blue2 {
    background: url(/Images/Blue2Header.gif) no-repeat;
}

h1.brown {
    background: url(/Images/BrownHeader.gif) no-repeat;
}

h1.darkBlue {
    background: url(/Images/DarkBlueHeader.gif) no-repeat;
}

h1.darkPurple {
    background: url(/Images/DarkPurpleHeader.gif) no-repeat;
}

h1.darkRed {
    background: url(/Images/DarkRedHeader.gif) no-repeat;
}

h1.lightBlue {
    background: url(/Images/LightBlueHeader.gif) no-repeat;
}

h1.lightRed {
    background: url(/Images/LightRedHeader.gif) no-repeat;
}

h1.maroon {
    background: url(/Images/MaroonHeader.gif) no-repeat;
}

h1.purple {
    background: url(/Images/PurpleHeader.gif) no-repeat;
}

h1.red {
    background: url(/Images/RedHeader.gif) no-repeat;
}

h1.teal {
    background: url(/Images/TealHeader.gif) no-repeat;
}

h2 {
    color: #B50426;
    font-size: 120%;
    line-height: 25px;
    font-weight: bold;
}

h3 {
    font-size: 100%;
    line-height: 20px;
    font-weight: bold;
}

h4 {
    font-size: 90%;
    line-height: 18px;
    font-weight: bold;
}

table {
    font-size: 100%;
}

form {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0 10px 0 5px;
    font-weight: bold;
}

p.first, .componentItem p:first-child, .componentItem2 p:first-child, .comment p:first-child, .comment2 p:first-child, .item p:first-child, .item2 p:first-child {
    margin-top: 0;
}

p.last { /* style needed since ie doesn't support last-child pseudo class */
    margin-bottom: 0;
}

hr {
    width: 50%;
    height: 1px;
    color: #065083;
}

.clear {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.clear2 {
    overflow: auto;
}

.hide {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.noBorder {
    border: 0;
}

.absmiddle {
    vertical-align: middle;
    margin-bottom: .25em;
}

.pointer {
    cursor: pointer;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.oneColumnLayout #leftColumn, body.oneColumnLayout #rightColumn {
    display: none;
}

body.oneColumnLayout #outerColumnContainer {
    border-left-width: 0;
    border-right-width: 0;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.twoColumnLayout #rightColumn {
    display: none;
}

body.twoColumnLayout #outerColumnContainer {
    border-right-width: 0;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Top Menu Styles Start */
/******************************************************************************/
#header .menu {
    height: 19px;
    padding-top: 5px;
    background-color: #3B2150;
}

#header .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header .menu ul li {
    position: relative;
    float: left;
    padding: 0 10px;
    border-left: solid 2px #FFFFFF;
    line-height: 12px;
}

#header .menu ul li:first-child {
    border-left: 0;
}

/* top level start */
#header .menu ul li a, #header .menu ul li a:visited {
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#header .menu ul li a:hover, #header .menu ul li.active a:hover {
    color: #A7121F;
    cursor: pointer;
    text-decoration: none;
}

#header .menu ul li.active a, #header .menu ul li.active a:visited {
    color: #A7121F;
}
/* top level end */

#header .menu ul ul {
    display: none;
}
/******************************************************************************/
/* Top Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
#outerColumnContainer .menu {
    margin-bottom: 15px;
}

#outerColumnContainer .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#outerColumnContainer .menu li {
    margin: 0;
    padding: 0;
}

#outerColumnContainer .menu li a, #outerColumnContainer .menu li a:visited {
    display: block;
    padding: 3px 0;
    color: #702B6B;
    text-decoration: none;
    font-weight: bold;
}

#outerColumnContainer .menu li a:hover {
    color: #BB0619;
    text-decoration: none;
}

#outerColumnContainer .menu li.active > a, #outerColumnContainer .menu li.active > a:visited {
    color: #BB0619;
}

#outerColumnContainer .menu li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* identation styles start */
#outerColumnContainer .menu li a, #outerColumnContainer .menu li a:visited {
    padding-left: 0;
}

#outerColumnContainer .menu li li > a, #outerColumnContainer .menu li li > a:visited {
    padding-left: 10px;
}

#outerColumnContainer .menu li li li > a, #outerColumnContainer .menu li li li > a:visited {
    padding-left: 20px;
}

#outerColumnContainer .menu li li li li > a, #outerColumnContainer .menu li li li li > a:visited {
    padding-left: 30px;
}
/* identation styles end */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton, .passiveButton {
    background-image: url(/Images/Template/ButtonBackground.jpg);
    border: solid 1px #B3A4B7;
    font-weight: bold;
    color: #3B2151;
}

.articleDate {
	width: 55px;
	height: 56px;
	padding-top: 8px;
	background: url(/Images/Template/DateBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.articleViews {
	float: left;
	width: 55px;
	height: 56px;
	padding-top: 8px;
	background: url(/Images/Template/ViewsBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.left .articleDate, .left .articleViews {
	margin: 0 8px 8px 0;
}

.right .articleDate, .right .articleViews {
	margin: 0 0 8px 8px;
}

.author {
    margin: 15px 0;
    color: #999999;
    font-size: 90%;
}

.bookmarks {
    margin: 15px 0;
    padding: 5px;
    border: solid 1px #000000;
}

.centeredList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.centeredList li {
    margin: 0;
    padding: 0;
    display: inline;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.comment {
    margin: 5px 0;
    padding: 5px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
}

.comments {
    margin: 15px 0;
}

.commentsTop {
    height: 40px;
    margin-bottom: 10px;
    background-color: #DDDDDD;
}

#outerColumnContainer .component {
    margin-bottom: 15px;
    color: #FFFFFF;
}

.component a, .component a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

.component a:hover {
    text-decoration: none;
}

.component .header {
    height: 20px;
    padding: 10px;
    color: #BB0619;
    font-weight: bold;
	font-size: 125%;
}

.component .content {
    padding: 10px;
}

.componentItem, .componentItem2 {
    margin: 5px 0;
    padding: 5px;
}

.directoryItem {
    margin-top: 10px;
    padding: 3px;
    border: solid 1px #DEDEDE;
}

.directoryItem .telephone {
    float: right;
    padding-left: 35px;
    background: url(/Images/Telephone.gif) no-repeat;
    color: #000000;
    font-weight: normal;
    line-height: 28px;
}

.directoryItem .header {
    height: 28px;
    margin-bottom: 3px;
    padding: 3px 5px;
    background-color: #DEDEDE;
}

.directoryItem .content {
    margin: 0;
    padding: 5px;
}

.error {
    margin: 10px 0;
    padding: 10px 5px 10px 40px;
    background: #F4E7EA url(/Images/Warning.gif) no-repeat 5px center;
    border: solid 1px #986265;
}

.error ul {
    margin: 0;
    padding: 0 0 0 16px;
}

#eventCategories ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#eventCategories ul li {
    float: left;
    width: 33%;
    margin-bottom: 20px;
}

#eventCategories ul li a, #eventCategories ul li a:visited {
    display: block;
    width: 120px;
    height: 70px;
    margin: 0 auto;
    padding: 15px 20px;
    color: #FFFFFF;
    font-size: 140%;
    font-weight: bold;
}

#eventCategories ul li.category31 a, #eventCategories ul li.category31 a:visited {
    background: url(/Images/Courses/Artexing.gif) no-repeat;
}

#eventCategories ul li.category33 a, #eventCategories ul li.category33 a:visited {
    background: url(/Images/Courses/DryliningAndJointing.gif) no-repeat;
}

#eventCategories ul li.category32 a, #eventCategories ul li.category32 a:visited {
    background: url(/Images/Courses/MetalStudPartitioning.gif) no-repeat;
}

#eventCategories ul li.category29 a, #eventCategories ul li.category29 a:visited {
    background: url(/Images/Courses/Plastering.gif) no-repeat;
}

#eventCategories ul li.category34 a, #eventCategories ul li.category34 a:visited {
    background: url(/Images/Courses/Tiling.gif) no-repeat;
}

#eventCategories ul li.category30 a, #eventCategories ul li.category30 a:visited {
    background: url(/Images/Qualifications/DiplomaInPlastering.gif) no-repeat;
}

#eventCategories ul li.category40 a, #eventCategories ul li.category40 a:visited {
    background: url(/Images/Qualifications/SixWeekCAGPlastering.gif) no-repeat;
}

#eventCategories ul li.category41 a, #eventCategories ul li.category41 a:visited {
    background: url(/Images/Qualifications/NVQs.gif) no-repeat;
}

#eventCategories ul li.category38 a, #eventCategories ul li.category38 a:visited {
    background: url(/Images/Courses/Qualifications.gif) no-repeat;
}

.flyout {
    position: absolute;
    display: none;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    z-index: 2;
}

.help {
    position: absolute;
    display: none;
    overflow: scroll;
    width: 250px;
    height: 280px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    z-index: 2;
}

.highLight {
	background-color: #FFFF66;
	color: #003399;
	font-weight: bold;
}

.item, .item2 {
    margin: 5px 0;
    padding: 5px;
}

.modalBackground {
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    width: 500px;
    padding: 10px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
}

.modalPopup .header {
    margin-bottom: 15px;
    font-size: 120%;
    font-weight: bold;
}

.pageLocation {
    margin: 15px 0;
    text-align: center;
}

.pageNavigation {
    margin: 15px 0;
}

.pageNavigation a, .pageNaviation a:visited, .pageNavigation .current {
    padding: 5px 4px;
    border: solid 1px #DDDDDD;
    text-decoration: none;
    line-height: 30px;
    vertical-align: text-top;
}

.pageNavigation a:hover, .pageNavigation .current {
    background-color: #EEEEEE;
}

.passwordStrength {
    width: 200px;
    max-height: 18px;
    padding: 1px;
    border: solid 1px #000000;
    vertical-align: middle;
}

.passwordStrengthText {
    margin: 2px 0 0 208px;
    background-color: White;
}

.passwordStrengthWeak {
    max-height: 18px;
    background-color: Red;
    color: Red;
}
.passwordStrengthAverage {
    max-height: 18px;
    background-color: Orange;
    color: Orange;
}

.passwordStrengthGood {
    max-height: 18px;
    background-color: Green;
    color: Green;
}

.popularSearches {
    margin: 30px 100px;
    padding: 10px;
    border: solid 1px #000000;
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.productImage {
    margin-right: 15px;
    border: 0;
}

.productPrice {
    color: #A9111E;
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.productTitle {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.rating {
    height: 20px;
    margin: 15px 0;
}

.ratingStar {
    display: block;
    width: 13px;
    height: 15px;
    margin-top: 2px;
    padding: 0;
    font-size: 0;
    background-repeat: no-repeat;
}

.ratingStarDefault {
    cursor: default;
}

.ratingStarFilled {
    background-image: url(/Images/FilledStar.gif);

}

.ratingStarEmpty {
    background-image: url(/Images/EmptyStar.gif);
}

.ratingStarSaved {
    background-image: url(/Images/SavedStar.gif);
}

.response {
    margin: 10px 0;
    padding: 10px 5px 10px 40px;
    background: #F8F8F9 url(/Images/Info.gif) no-repeat 5px center;
    border: solid 1px #0083C1;
}

.tagCloudComponent {
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

/* Start styles used to set xx-small to xx-large font sizes of tags for small, medium and large */
.tagCloudComponentTag1 {
    font-size: 80%;
}

.tagCloudComponentTag2 {
    font-size: 90%;
}

.tagCloudComponentTag3 {
    font-size: 100%;
}

.tagCloudComponentTag4 {
    font-size: 110%;
}

.tagCloudComponentTag5 {
    font-size: 120%;
}

.tagCloudComponentTag6 {
    font-size: 140%;
}

.tagCloudComponentTag7 {
    font-size: 160%;
}
/* End of tag cloud tag font sizes */

.textBox {
    padding: 2px;
    border: solid 1px #809DB9;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* Generic Box Styles Start */
/******************************************************************************/
.roundedBox {
    margin-bottom: 10px;
}

.roundedBox .top span {
    display: block;
    height: 23px;
    margin: 0 10px;
    padding: 0 4px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.roundedBox .top a, .roundedBox .top a:visited {
    color: #FFFFFF;
}

.roundedBox .content {
    overflow: auto;
	padding: 10px 8px;
}

.roundedBox .bottom, .roundedBox .bottom div {
	height: 10px;
}

.roundedBox .bottom span {
    display: block;
    height: 8px;
    margin: 0 10px;
}

#leftColumn .roundedBox .header {
    margin-bottom: 5px;
    padding: 0;
}

#leftColumn .roundedBox .top, #leftColumn .roundedBox .top div {
	height: 12px;
}

#leftColumn .roundedBox .top span {
    height: 11px;
    margin: 0 12px;
}

#leftColumn .roundedBox .content {
    padding: 0 12px;
}

#leftColumn .roundedBox .bottom, #leftColumn .roundedBox .bottom div {
    height: 12px;
}

#leftColumn .roundedBox .bottom span {
    height: 11px;
    margin: 0 12px;
}
/******************************************************************************/
/* Generic Box Styles End */
/******************************************************************************/

/******************************************************************************/
/* Box Styles Start */
/******************************************************************************/
.brownBox .top {
    background: #772C41 url(/Images/BrownBoxTopRight.gif) no-repeat top right;
}

.brownBox .top div {
	background: url(/Images/BrownBoxTopLeft.gif) no-repeat top left;
}

.brownBox .top span {
    border-top: solid 2px #772C41;
}

.brownBox .content {
    border-left: solid 2px #772C41;
    border-right: solid 2px #772C41;
}

.brownBox .bottom {
    background: url(/Images/BrownBoxBottomRight.gif) no-repeat bottom right;
}

.brownBox .bottom div {
	background: url(/Images/BrownBoxBottomLeft.gif) no-repeat bottom left;
}

.brownBox .bottom span {
    border-bottom: solid 2px #772C41;
}

.darkBlueBox .top {
    background: #02113C url(/Images/DarkBlueBoxTopRight.gif) no-repeat top right;
}

.darkBlueBox .top div {
	background: url(/Images/DarkBlueBoxTopLeft.gif) no-repeat top left;
}

.darkBlueBox .top span {
    border-top: solid 2px #02113C;
}

.darkBlueBox .content {
    border-left: solid 2px #02113C;
    border-right: solid 2px #02113C;
}

.darkBlueBox .bottom {
    background: url(/Images/DarkBlueBoxBottomRight.gif) no-repeat bottom right;
}

.darkBlueBox .bottom div {
	background: url(/Images/DarkBlueBoxBottomLeft.gif) no-repeat bottom left;
}

.darkBlueBox .bottom span {
    border-bottom: solid 2px #02113C;
}

.darkPurpleBox .top {
    background: #3A1030 url(/Images/DarkPurpleBoxTopRight.gif) no-repeat top right;
}

.darkPurpleBox .top div {
	background: url(/Images/DarkPurpleBoxTopLeft.gif) no-repeat top left;
}

.darkPurpleBox .top span {
    border-top: solid 2px #3A1030;
}

.darkPurpleBox .content {
    border-left: solid 2px #3A1030;
    border-right: solid 2px #3A1030;
}

.darkPurpleBox .bottom {
    background: url(/Images/DarkPurpleBoxBottomRight.gif) no-repeat bottom right;
}

.darkPurpleBox .bottom div {
	background: url(/Images/DarkPurpleBoxBottomLeft.gif) no-repeat bottom left;
}

.darkPurpleBox .bottom span {
    border-bottom: solid 2px #3A1030;
}

.darkRedBox .top {
    background: #7B0E12 url(/Images/DarkRedBoxTopRight.gif) no-repeat top right;
}

.darkRedBox .top div {
	background: url(/Images/DarkRedBoxTopLeft.gif) no-repeat top left;
}

.darkRedBox .top span {
    border-top: solid 2px #7B0E12;
}

.darkRedBox .content {
    border-left: solid 2px #7B0E12;
    border-right: solid 2px #7B0E12;
}

.darkRedBox .bottom {
    background: url(/Images/DarkRedBoxBottomRight.gif) no-repeat bottom right;
}

.darkRedBox .bottom div {
	background: url(/Images/DarkRedBoxBottomLeft.gif) no-repeat bottom left;
}

.darkRedBox .bottom span {
    border-bottom: solid 2px #7B0E12;
}

.grayBox {
    background-color: #B3A4B7;
}

.grayBox .top {
    background: url(/Images/GrayBoxTopRight.gif) no-repeat top right;
}

.grayBox .top div {
	background: url(/Images/GrayBoxTopLeft.gif) no-repeat top left;
}

.grayBox .top span {
    border-top: solid 1px #BAACBD;
}

.grayBox .content {
    background: url(/Images/GrayBoxBackground.gif) no-repeat bottom right;
    border-left: solid 1px #DED8E0;
    border-right: solid 1px #DED8E0;
}

.grayBox .bottom {
    background: url(/Images/GrayBoxBottomRight.gif) no-repeat bottom right;
}

.grayBox .bottom div {
	background: url(/Images/GrayBoxBottomLeft.gif) no-repeat bottom left;
}

.grayBox .bottom span {
    border-bottom: solid 1px #BAACBD;
}

.lightRedBox .top {
    background: url(/Images/LightRedBoxTopRight.gif) no-repeat top right;
}

.lightRedBox .top div {
	background: url(/Images/LightRedBoxTopLeft.gif) no-repeat top left;
}

.lightRedBox .top span {
    height: 8px;
    border-top: solid 2px #BB0619;
}

.lightRedBox .content {
    padding: 0 8px;
    border-left: solid 2px #BB0619;
    border-right: solid 2px #BB0619;
}

.lightRedBox .bottom {
    background: url(/Images/LightRedBoxBottomRight.gif) no-repeat bottom right;
}

.lightRedBox .bottom div {
	background: url(/Images/LightRedBoxBottomLeft.gif) no-repeat bottom left;
}

.lightRedBox .bottom span {
    border-bottom: solid 2px #BB0619;
}

.maroonBox .top {
    background: #56113C url(/Images/MaroonBoxTopRight.gif) no-repeat top right;
}

.maroonBox .top div {
	background: url(/Images/MaroonBoxTopLeft.gif) no-repeat top left;
}

.maroonBox .top span {
    border-top: solid 2px #56113C;
}

.maroonBox .content {
    border-left: solid 2px #56113C;
    border-right: solid 2px #56113C;
}

.maroonBox .bottom {
    background: url(/Images/MaroonBoxBottomRight.gif) no-repeat bottom right;
}

.maroonBox .bottom div {
	background: url(/Images/MaroonBoxBottomLeft.gif) no-repeat bottom left;
}

.maroonBox .bottom span {
    border-bottom: solid 2px #56113C;
}

.purpleBox .top {
    background: #4E1C6B url(/Images/PurpleBoxTopRight.gif) no-repeat top right;
}

.purpleBox .top div {
	background: url(/Images/PurpleBoxTopLeft.gif) no-repeat top left;
}

.purpleBox .top span {
    border-top: solid 2px #4E1C6B;
}

.purpleBox .content {
    border-left: solid 2px #4E1C6B;
    border-right: solid 2px #4E1C6B;
}

.purpleBox .bottom {
    background: url(/Images/PurpleBoxBottomRight.gif) no-repeat bottom right;
}

.purpleBox .bottom div {
	background: url(/Images/PurpleBoxBottomLeft.gif) no-repeat bottom left;
}

.purpleBox .bottom span {
    border-bottom: solid 2px #4E1C6B;
}

.redBox .top {
    background: #AA3E2E url(/Images/RedBoxTopRight.gif) no-repeat top right;
}

.redBox .top div {
	background: url(/Images/RedBoxTopLeft.gif) no-repeat top left;
}

.redBox .top span {
    border-top: solid 2px #AA3E2E;
}

.redBox .content {
    border-left: solid 2px #AA3E2E;
    border-right: solid 2px #AA3E2E;
}

.redBox .bottom {
    background: url(/Images/RedBoxBottomRight.gif) no-repeat bottom right;
}

.redBox .bottom div {
	background: url(/Images/RedBoxBottomLeft.gif) no-repeat bottom left;
}

.redBox .bottom span {
    border-bottom: solid 2px #AA3E2E;
}

.salmonBox {
    background-color: #EAB59E;
}

.salmonBox .top {
    background: url(/Images/SalmonBoxTopRight.gif) no-repeat top right;
}

.salmonBox .top div {
	background: url(/Images/SalmonBoxTopLeft.gif) no-repeat top left;
}

.salmonBox .top span {
    border-top: solid 1px #F6DFD5;
}

.salmonBox .content {
    background: url(/Images/SalmonBoxBackground.gif) no-repeat bottom right;
    border-left: solid 1px #F6DFD5;
    border-right: solid 1px #F6DFD5;
}

.salmonBox .bottom {
    background: url(/Images/SalmonBoxBottomRight.gif) no-repeat bottom right;
}

.salmonBox .bottom div {
	background: url(/Images/SalmonBoxBottomLeft.gif) no-repeat bottom left;
}

.salmonBox .bottom span {
    border-bottom: solid 1px #F6DFD5;
}

.tealBox .top {
    background: #023A51 url(/Images/TealBoxTopRight.gif) no-repeat top right;
}

.tealBox .top div {
	background: url(/Images/TealBoxTopLeft.gif) no-repeat top left;
}

.tealBox .top span {
    border-top: solid 2px #023A51;
}

.tealBox .content {
    border-left: solid 2px #023A51;
    border-right: solid 2px #023A51;
}

.tealBox .bottom {
    background: url(/Images/TealBoxBottomRight.gif) no-repeat bottom right;
}

.tealBox .bottom div {
	background: url(/Images/TealBoxBottomLeft.gif) no-repeat bottom left;
}

.tealBox .bottom span {
    border-bottom: solid 2px #023A51;
}
/******************************************************************************/
/* Box Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/******************************************************************************/
/*Please duplicate all HTML tag styles to Wysiwyg.css */
.imageBorder {
    margin: 5px;
    padding: 5px;
    border: solid 1px #999999;
}

#leftColumn .imageBorder, #rightColumn .imageBorder {
    border: solid 1px #FFFFFF;
}

.activeText, .activeText a, .activeText a:visited {
    color: #A8121F;
    text-decoration: none;
}

.artexText, .artexText a, .artexText a:visited {
    color: #7B0E12;
    text-decoration: none;
}

.blueText, .blueText a, .blueText a:visited {
    color: #003882;
    text-decoration: none;
}

.dipPlastText, .dipPlastText a, .dipPlastText a:visited {
    color: #0064A3;
    text-decoration: none;
}

.dryLiningText, .dryLiningText a, .dryLiningText a:visited {
    color: #AA3E2E;
    text-decoration: none;
}

.hyperText, .hyperText a, .hyperText a:visited {
    color: #752482;
    text-decoration: none;
}

.lightPurpleText, .lightPurpleText a, .lightPurpleText a:visited {
    color: #5A5099;
    text-decoration: none;
}

.metalStudText, .metalStudText a, .metalStudText a:visited {
    color: #02113C;
    text-decoration: none;
}

.overText, .overText a, .overText a:visited {
    color: #C50D22;
    text-decoration: none;
}

.purpleText, .purpleText a, .purpleText a:visited {
    color: #3C2150;
    text-decoration: none;
}

.quote {
	margin: 10px;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.shopText, .shopText a, .shopText a:visited {
    color: #BB0519;
    text-decoration: none;
}

.tableGrid {
    width: 100%;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: separate;
}

.tableGrid, .tableGrid td, .tableGrid th {
    border-color: #B3A4B7;
    border-style: solid;
}

.tableGrid th, .tableGrid td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

.tableGrid th {
    background-color: #D7CED9;
    font-weight: bold;
}

.tableGrid th a {
    color: #000000;
}

.tableGrid th.none {
    background: none;
    border: none;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border: none;
}

.tilingText, .tilingText a, .tilingText a:visited {
    color: #56113C;
    text-decoration: none;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/

/******************************************************************************/
/* Image Popup Styles Start */
/******************************************************************************/
#imagePopupLoadingScreen {
    position: absolute;
    z-index: 30001;
    background: #CCCCCC url(/Images/ImagePopupLoading.gif) no-repeat 50% 47%;
    font: normal normal normal 0.9em arial,sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    visibility: hidden;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#imagePopupIframeShim {
    position: absolute;
    z-index: 30000;
    border: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

#imagePopupImageWindow {
    position: absolute;
    z-index: 30002;
    background-color: #222222;
    border: solid 1px #666666;
    padding: 10px;
    visibility: hidden;
}

#imagePopupImageWindow img {
    border: solid 1px #999999;
    background-color: #FFFFFF;
}

#imagePopupImageWindow ul, #imagePopupImageWindow li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#imagePopupImageWindow ul {
    margin-top: 8px;
    padding: 0 0 8px;
    background-color: #FAFAFA;
    border: solid 1px #999999;
    overflow: hidden;
    white-space: nowrap;
}

#imagePopupImageWindow li.fullScreen {
    float: left;
    padding: 10px 10px 0 10px;
}

#imagePopupImageWindow li.close {
    float: right;
    padding: 10px 10px 0 10px;
}

#imagePopupImageWindow ul a, #imagePopupImageWindow ul a:visited {
    min-height: 15px;
    padding: 0 0 0 20px;
    font: normal normal normal 0.9em arial,sans-serif;
    background: url(/Images/ImagePopupIcons.gif) no-repeat 0 1px;
    color: #555555;
    text-decoration: none;
    display: block;
}

#imagePopupImageWindow li.fullScreen a, #imagePopupImageWindow li.fullScreen a:visited {
    background-position: 0 -449px;
}

#imagePopupImageWindow ul a:hover, #imagePopupImageWindow ul a:focus {
    background-position: 0 -149px;
    color: #222222;
}

#imagePopupImageWindow ul li.fullScreen a:hover, #imagePopupImageWindow ul li.fullScreen a:focus {
    background-position: 0 -599px;
}

#imagePopupImageWindow ul a:active {
    background-position: 0 -299px;
    color: #000000;
}

#imagePopupImageWindow ul li.fullScreen a:active {
    background-position: 0 -749px;
}
/******************************************************************************/
/* Image Popup Styles End */
/******************************************************************************/