/* 
 Profiles for all Classifications
 The following are all needed
 - a:link.Classification_Level
 - a:active.Classification_Level
 - a:visited.Classification_Level
 - a:hover.Classification_Level

Classifications
- Model        (Purple)
- Photographer (Blue)

Levels
 - Master       (Light)
 - Professional (Mid)
 - Intermediate (Dark)
 - Novice       (Very Dark)

*/

/*** Model ***/
/* Master */
a:link.Model_Master {
    color           : #D49CEE;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Model_Master {
    color           : #D49CEE;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Model_Master {
    color           : #D49CEE;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Model_Master {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Professional */
a:link.Model_Professional {
    color           : #B661DE;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Model_Professional {
    color           : #B661DE;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Model_Professional {
    color           : #B661DE;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Model_Professional {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Intermediate */
a:link.Model_Intermediate {
    color           : #8A45AA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Model_Intermediate {
    color           : #8A45AA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Model_Intermediate {
    color           : #8A45AA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Model_Intermediate {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Novice */
a:link.Model_Novice {
    color           : #7715A4;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Model_Novice {
    color           : #7715A4;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Model_Novice {
    color           : #7715A4;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Model_Novice {
    color           : #7715A4;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}

/* Photographer */
/* Photographer_Master */
a:link.Photographer_Master {
    color           : #FFC770;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Photographer_Master {
    color           : #FFC770;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Photographer_Master {
    color           : #FFC770;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Photographer_Master {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Photographer_Professional */
a:link.Photographer_Professional {
    color           : #FFB847;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Photographer_Professional {
    color           : #FFB847;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Photographer_Professional {
    color           : #FFB847;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Photographer_Professional {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Photographer_Intermediate */
a:link.Photographer_Intermediate {
    color           : #FF9C00;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Photographer_Intermediate {
    color           : #FF9C00;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Photographer_Intermediate {
    color           : #FF9C00;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Photographer_Intermediate {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Photographer_Novice */
a:link.Photographer_Novice {
    color           : #C77A00;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Photographer_Novice {
    color           : #C77A00;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Photographer_Novice {
    color           : #C77A00;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Photographer_Novice {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}

/* Stylist */
/* Stylist_Master */
a:link.Stylist_Master {
    color           : #FFFB95;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Stylist_Master {
    color           : #FFFB95;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Stylist_Master {
    color           : #FFFB95;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Stylist_Master {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Stylist_Professional */
a:link.Stylist_Professional {
    color           : #FFF84E;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Stylist_Professional {
    color           : #FFF84E;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Stylist_Professional {
    color           : #FFF84E;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Stylist_Professional {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Stylist_Intermediate */
a:link.Stylist_Intermediate {
    color           : #FFF500;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Stylist_Intermediate {
    color           : #FFF500;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Stylist_Intermediate {
    color           : #FFF500;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Stylist_Intermediate {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Stylist_Novice */
a:link.Stylist_Novice {
    color           : #D9D000;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Stylist_Novice {
    color           : #D9D000;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Stylist_Novice {
    color           : #D9D000;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Stylist_Novice {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}

/* Designer */
/* Designer_Master */
a:link.Designer_Master {
    color           : #BEFFC0;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Designer_Master {
    color           : #BEFFC0;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Designer_Master {
    color           : #BEFFC0;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Designer_Master {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Designer_Professional */
a:link.Designer_Professional {
    color           : #66D669;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Designer_Professional {
    color           : #66D669;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Designer_Professional {
    color           : #66D669;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Designer_Professional {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Designer_Intermediate */
a:link.Designer_Intermediate {
    color           : #00E005;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Designer_Intermediate {
    color           : #00E005;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Designer_Intermediate {
    color           : #00E005;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Designer_Intermediate {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Designer_Novice */
a:link.Designer_Novice {
    color           : #008904;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Designer_Novice {
    color           : #008904;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Designer_Novice {
    color           : #008904;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Designer_Novice {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}

/* Makeup_Artist */
/* Makeup_Artist_Master */
a:link.Makeup_Artist_Master {
    color           : #B2FFFE;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Makeup_Artist_Master {
    color           : #B2FFFE;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Makeup_Artist_Master {
    color           : #B2FFFE;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Makeup_Artist_Master {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Makeup_Artist_Professional */
a:link.Makeup_Artist_Professional {
    color           : #3DFFFD;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Makeup_Artist_Professional {
    color           : #3DFFFD;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Makeup_Artist_Professional {
    color           : #3DFFFD;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Makeup_Artist_Professional {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Makeup_Artist_Intermediate */
a:link.Makeup_Artist_Intermediate {
    color           : #00EEEB;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Makeup_Artist_Intermediate {
    color           : #00EEEB;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Makeup_Artist_Intermediate {
    color           : #00EEEB;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Makeup_Artist_Intermediate {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
/* Makeup_Artist_Novice */
a:link.Makeup_Artist_Novice {
    color           : #00B8B6;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:active.Makeup_Artist_Novice {
    color           : #00B8B6;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:visited.Makeup_Artist_Novice {
    color           : #00B8B6;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}
a:hover.Makeup_Artist_Novice {
    color           : #AAAAAA;
    font-size       : 11px;
    font-family     : Verdana,Arial,Helvetica,sans-serif;
    font-weight     : none;
    text-decoration : none;
}

