﻿/********************************************
* All About People 
* Developed by I-ology
* http://www.i-ology.com
*
* Created 3/14/06 - AC
*
* Staffing Solutions Style Definitions
********************************************/

/*********************************
* Title / Header Graphics
*********************************/

#hdr-news,
#hdr-archives {
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-news {
    background: url("images/hdr_news_announcements.gif") top left no-repeat;
}

#hdr-archives {
    background: url("images/hdr_archives.gif") top left no-repeat;
}

/*********************************
* Layout Definitions
*********************************/

dt {
    padding: 10px 15px 0 0;
}

dd {
    padding: 5px 15px 10px 0;
    border-bottom: 1px solid #D5B089;
}

#admin-content {
    overflow: hidden;
    _height:1%;
}

#admin-content ul {
    list-style: none;
    margin-top: 5px;
}

#admin-content ul li {
    background: url("images/bullet.gif") no-repeat 0 4px;
    padding-left: 17px;
    padding-bottom: 8px;
    color: #333;
}

#admin-content h2 span {
    font-size: 10px;
    color: #5B180F;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#admin-content b, #admin-content strong {
    color: #5B180F;
}

.photo-container {
    display: inline;
}

.photo-caption {
    clear: left;
    float: left;
    width: 150px;
    margin: 5px 15px 10px 0;
}

.news-photo {
    border: 1px solid #C1976A;
}

.news-photo img {
    margin: 1px;
}

.caption, .caption span {
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    margin-top: 5px;
}

/*********************************
* Subnav Detail
*********************************/

#newsnav {
    margin: 11px 0;
    padding: 0;
    width: 244px;
}

#newsnav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#newsnav a {
    display: block;
    color: #DCD0BB;
    font-weight: bold;
    text-decoration: none;
    width: 244px;
    height: 31px;
    padding: 7px 0 0 17px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 227px;
    height: 24px;
}

html>body #newsnav a {
    width: 227px;
    height: 24px;
}

#newsnav a:hover, .selected {
    background: url("images/subnav_on.gif") top left no-repeat;
}
