/**
  * Main stylesheet
  *
  * @author Linus Enriquez
  * @version $Id: styles.css,v 1.3 2004/08/22 06:45:24 tomkwong Exp $
  */

/* tag styles begin */

body, br, div, p, span, table, tr, td
{
    color: #000000;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
}

/* tag styles end */

/* free styles begin */

.name
{
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.sectionTitle
{
    font-family: tahoma, helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 21px;
    margin-left: -2px;
}

.subSectionTitle
{
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.subSectionTitleImage
{
    position: relative;
    top: 0px;
    z-index: 2;
}
.subSectionTitleImageLine
{
    background-color: #cccccc;
    background-image: url(./images/Subkeyline_R_End.gif);
    background-position: right;
    background-repeat: no-repeat;
    height: 1px;
    position: relative;
    top: -5px;
    z-index: 1;
}

.boxline
{
    border: 1px solid #004080;
    color: #004080;
}

.boxSeeker
{
    border: 1px solid #306530;
}    
.boxRecruiter
{
    border: 1px solid #8E8E41;
}

.backgroundSeeker
{         
    background-color: #306530;
    color: #ffffff;
}

.backgroundSeeker2
{
    background-color: #DFFBDF;
    color: #000000;
}

.backgroundRecruiter
{        
    background-color: #8E8E41;  
    color: #ffffff;
}

.smallText
{
    font-size: 10px;
}

.warning
{
    color: #cc0000;
    font-weight: bold;
}

.formInstructions
{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.formSection
{
    background-color: #ffffff;
}

.formSectionTitle
{
    color: #0080c0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    z-index: 2;
}

.formSectionTitleImageLine
{      
    background-color: #0080c0;
    height: 1px;
    position: relative;
    top: -3px;
    z-index: 1;
}

.formSectionInstructions
{
    color: #cc0000;
    font-size: 10px;
    font-weight: normal;
}

.formSectionCaptions
{
    color: #cc0000;
    font-size: 10px;
    font-weight: normal;
}

.formItemLabel
{
    padding-top: 6px;
}

.formItemText
{
    color: #004080;
    font-size: 12px;
    font-weight: bold;
}

.formItemSubtext
{
    color: #000000;
    font-size: 11px;
}

.formItemSubtext a:link,
.formItemSubtext a:visited,
.formItemSubtext a:active,
.formItemSubtext a:hover
{
    color: #ff0000;
    text-decoration: underline;
} 

.formItemSubtextWarning
{
    color: #cc0000;
    font-size: 11px;
}

.formItemSubtextRight
{
    color: #000000;
    font-size: 11px;
    padding-top: 4px;
}

.formItemRequired
{
    color: #ff0000;
    font-size: 11px;
}

.formItemDisabled
{
    color: #ff0000;
    font-weight: bold;
    padding-top: 4px;
}

.formItemTextOnly
{
    color: #000000;
    font-weight: bold;
    padding-top: 4px;
}

.priceListing
{
    font-weight: bold;
}

.priceType
{
    color: #336699;
    font-weight: bold;
}

.highlight
{
    background-color: #ffcc00;
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
}

/* free styles end */

/* link styles begin */

a:link, a:visited
{
    color: #004080;
}
a:hover
{
    color: #004080;
}
a:active
{
    color: #004080;
}

a.headerLink:link, a.headerLink:visited
{
    color: #ffffff;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a.headerLink:hover
{
    color: #ffcc00;
}

a.headerLink:active
{
    color: #ffff99;
}

a.footerLink:link, a.footerLink:visited
{
    color: #004080;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
}

a.footerLink:hover
{
    color: #0066cc;
}

a.footerLink:active
{
    color: #3399ff;
}

/* link styles end */

/* id styles begin */

#headerDate
{
    background-color: #336666;
    color: #FFFFFF;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 0.8em;
    padding: 3px;
}

#content
{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#footer
{
    padding: 15px;
}

#copyright
{
    color: #004080;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 0.8em;
}

#login a:link, #login a:visited, #login a:hover, #login a:active
{
    font-weight: bold;
}

#nav
{
    float: left;
    padding: 15px;
}

/* id styles end */
