/*
    Blue = #005581
    Green = #87b049
    Gray = #6a6a6a
    Lt. Gray = #ededed
    Lt. Green = #d2e1bb
    Lt. Blue = #0066ff
    Orange = #ff7e00
*/

/* Class Definitions */

.homeNav {
    width: 250px;
    height: 140px;
    display: block;
}

.imgBtnAdjust {
    position: relative;
    top: 3px;
    border: none;
}

.right {
    margin: 0;
    padding: 0 8px 0 0;
    float: right;
}

.sleepBack {
    margin: 18px 0 0 0;
    padding: 0;
    float: right;

}

.leftTable {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted #aaa;
}

.centerTable {
    text-align: center;
    vertical-align: top;
    border-right: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
}

.tableHeader {
    margin: 0;
    padding: 0;
    background-color: #ccc;
}

.centerAlign {
    text-align: center;
}

.textRight {
    text-align: right;
}

.resultTable {
    border-top: 1px dotted #aaa;
}

.submit {
    margin: 0;
    padding: 0;
    color: #eee;
    font-size: 11px;
    font-weight: bold;
    background-color: #eb6e1f;
    border: 2px solid #af4200;
	height: 21px;
}

.block {
    display: block;
}

.hide {
    display: none;
}

.subNavFooter {
    width: 185px;
    height: 8px;
    margin: 0 0 20px 0;
    padding: 0;
    background-image: url(/img/subnav_footer.gif);
    background-repeat: no-repeat;
}

.bucketContent {
    margin: 0;
    padding: 25px 0 10px 10px;
    font-size: 11px;
    line-height: 14px;
    color: #000;
	min-height: 50px
}

.bucketImage {
    float: left;
    margin: 29px 8px 0 0;
    padding: 0;
}

.bucketFooter {
    clear: both;
    width: 185px;
    height: 8px;
    margin: 0 0 20px 0;
    padding: 0;
    background-image: url(/img/bucket_footer.gif);
    background-repeat: no-repeat;

}

.pipeAfter:after {
    content: " | ";
    padding: 0 0 0 20px;
}

.pipeAfterFooter:after {
    content: " | ";
    padding: 0 0 0 10px;
}

.red {
    font-size: 12px;
    font-weight: bold;
    color: #f00;
}

.heartVideo1 {
    display: block;
    float: left;
    margin: 0 7px 0 9px;
    padding: 65px 0 0 0;
    width: 104px;
    height: 15px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    text-align: center;
    background-image: url(/img/drmc_heart1.jpg);
    background-repeat: no-repeat;
}

.heartVideo1:hover {
    font-weight: normal;
    text-decoration: underline;

}

.heartVideo2 {
    display: block;
    float: left;
    margin: 0 7px 0 7px;
    padding: 65px 0 0 0;
    width: 104px;
    height: 15px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    text-align: center;
    background-image: url(/img/drmc_heart2.jpg);
    background-repeat: no-repeat;
}

.heartVideo2:hover {
    font-weight: normal;
    text-decoration: underline;

}

.heartVideo3 {
    display: block;
    float: left;
    margin: 0 7px 0 7px;
    padding: 65px 0 0 0;
    width: 104px;
    height: 15px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    text-align: center;
    background-image: url(/img/drmc_heart3.jpg);
    background-repeat: no-repeat;
}

.heartVideo3:hover {
    font-weight: normal;
    text-decoration: underline;

}

.heartVideo4 {
    display: block;
    float: left;
    margin: 0 7px 0 7px;
    padding: 65px 0 0 0;
    width: 104px;
    height: 15px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    text-align: center;
    background-image: url(/img/drmc_heart4.jpg);
    background-repeat: no-repeat;
}

.heartVideo4:hover {
    font-weight: normal;
    text-decoration: underline;

}