/**
 * This is the style sheet for the Share Tracks feature on the tracks page.
 *
 * @author     Vera Kern <vera@worksmartlabs.com>
 * @copyright  2009 WorkSmart Labs, Inc.
 */

.shareTrack {
    position:absolute;
    z-index:5;
    top:112px;
    left:462px;
    /* For IE6 */
    _left:455px;
    width:350px;
    height:260px;
    display:none;
    background-color:#BFDFF0;
}

.shareTrack table {
    width:282px;
    height:240px;
    background-color:#F6F6F4;
    padding:0;
    border-spacing:0;
    border:none;
}

.shareTrack a {
    font-weight:normal;
    color:#333333;
}

.shareTrack input, 
.shareTrack textarea {
    border:none;
    background-color:#E5E5E5;
    color:#333333;
    width:270px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    padding-left:3px;
}

.shareTrack textarea {
    width:320px;
    height:120px;
    padding:5px;
}

input:focus,
textarea:focus {
    background-color:#E5E5E5;
}

.share_button {
    cursor:pointer;
    text-align:right;
    float:left;
}

div#send_track {
    width:55px;
    text-align:center;
}

.label {
    color:#666666;
}

div#feedback {
    width:220px;
    height:10px;
}

.text {
    font-size:10px;
    color:#CCCCCC;
    float:left;
}

.text.red {
    color:#CC0000;
}

.text.green {
    color:#009900;
}

.text.grey {
    color:#333333;
}
