/****************************************************************
 *                                                              *
 * Moc 10 Media                                                 *
 * A Division of The Working Man Group, L.L.C.                  *
 * http://www.moc10media.com/                                   *
 *                                                              *
 * Style Sheet Name: classes.css                                *
 * Style Sheet Version: 1.0                                     *
 * Style Sheet Info: Class Definitions                          *
 *                                                              *
 ****************************************************************
 *                                                              *
 * Dark Blue = #01325b                                          *
 * Light Blue = #50b3ff                                         *
 * Yellow = #e4b42e                                             *
 * Light Gray = #cccbc8                                         *
 * Dark Gray = #888888                                          *
 *                                                              *
 ****************************************************************/

/* Class Definitions */

.home {
    display: block;
    width: 250px;
    height: 75px;
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
}

.right {
    float: right;
}

.yellow {
    color: #e4b42e;
}

.lightGray {
    background-color: #1a6aa5;
}

.darkGray {
    background-color: #0d5088;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.hide {
    display: none;
}

.thumbPad {
    margin: 0;
    padding: 3px;
    border: solid 1px #888;
}

.sub {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.sub:hover {
    text-decoration: underline;
    color: #fff;
}

.sideMenu {
    margin: 0 0 15px 0;
    padding: 0;
    border-top: dotted 1px #0068b9;
}

.sideMenu li {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    list-style-type: none;
    border-bottom: dotted 1px #0068b9;
}

.sideMenu li:hover {
    background-color: #0068b9;
}

.imgRight {
    margin: 0 0 15px 15px;
    padding: 5px;
    float: right;
    border: solid 1px #888;
}

.quote {
    margin: 0;
    padding: 0 0 20px 20px;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    color: #50b3ff;
}

.newsSub {
    margin: 55px auto;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    line-height: 16px;
    border-top: dotted 1px #0068b9;
    overflow: auto;
}

.list {
    margin: 0 0 0 40px;
    padding: 0;
}

.list li {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    list-style-type: square;
}

.tableHeader {
    margin: 10px 0 10px 0;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #01325b;
    background-color: #cccbc8;
}


.bgColor {background-color: #01325b;}

.bgColorAlt {background-color: #004F8F;}

.comments {color: #FFFFFF; background-color: #004270;}

.videoFeedDiv {
    width: 150px;
    min-height: 150px;
    float: left;
    margin: 5px;
    padding: 5px;
    text-align: center;
}

.albumDiv {
    width: 90px;
    height: 110px;
    float: left;
    margin: 5px;
    padding: 5px;
    text-align: center;

}
