/*=====================================================================================================*/
/* Custom Style Sheet for County Brides																   */
/*=====================================================================================================*/


a:link {
    color: #727833; /* link color */
}

a:visited {
    color: #727833; /* visited link color */
}


.ewCustomTable {
    width: inherit; /* table width */
    color: inherit; /* text color */
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    border: 0px outset; /* border */
    border-collapse: collapse;
}

.ewCustomTable td {
    padding: 4px; /* cell padding */
    border: 0px solid; /* cell spacing */
    border-color: #CCCCCC;  /* table background color */
}

.ewCustomLabel {
    /* background-color: #5d225b; /* header color */ /* Purple */
    background-color: #727833; /* header color */ /* Green
    color: #FFFFFF; /* header font color */
    vertical-align: top;
    width: 90px;
    color: #FFFFFF; /* text color */    
}

.ewCustomValue {
    width: 300px;
    color: #000000;
    background-color: #FFFFFF;
}

.ewCustomValue td {
    background-color: #FFFFFF;
}

.ewMenuColumn {
    width: 182px;
}

/*END_USER_STYLES*/