/* 
    Document   : index
    Created on : Dec 22, 2011, 2:46:29 PM
    Author     : Quang Nguyen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
  INDEX PAGE
*/
#single-shrink-box input[type="text"] {
    vertical-align: middle;
    padding: 22px;
    width: 572px;
    height: 79px;
    border: 0px;
    padding-left: 18px;
    margin: 0px;
    background-color: transparent;
    font-size: 24px;
    font-family: Georgia;
}
#single-shrink-box td.input {
    width: 585px;
    height: 79px;
    background-image: url(//cdn.adfoc.us/images/url_box_single.png);
    background-repeat: no-repeat;
}

#multiple-shrink-box textarea {
    vertical-align: top;
    padding-top: 15px;
    height: 320px;
    width: 572px;
    border: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    margin: 0px;
    background-color: transparent;
    font-size: 16px;
    font-family: Georgia;
}
#multiple-shrink-box td.input {
    width: 585px;
    height: 342px;
    background-image: url(//cdn.adfoc.us/images/url_box_multiple.png);
    padding-top: 10px;
    background-repeat: no-repeat;
}

#news td.date {
    text-align: right;
    vertical-align: top;
    width: 125px;
    border-right: 1px dashed #5a5a5a;
    padding-right: 5px;
    font-weight: bold;
    font-style: italic;
}
#news td.info {
    text-align: left;
    vertical-align: top;
    padding-left: 5px;
    font-size: 15px;
}

#my-links table th {
    border-bottom: 1px dashed #5a5a5a;
    font-weight: bold;
    text-align: left;
}

#my-links .toolbar-links{
    float: left;
    margin-left: 20%;
    margin-top: 2px;
}

.deleted-link-table tbody tr td{
    background-color: #f9d8d8 !important;
}

/*
  ACCOUNT SETTINGS PAGE
*/
td .label {
    text-align: right;
    font-weight: bold;
    width: 30%;
    vertical-align: top;
    line-height: 24px;
    padding-bottom: 0px;
}

/*
    ADVERTISE PAGE
*/
#compaigns th {
    text-align: left;
    border-bottom: 1px dashed #5a5a5a; 
    font-weight: bold;
}

.forget-password{
    font-family: Arial;
    font-size: 18px;
}

.content-forget-password{
    font-family: Arial;
    font-size: 14px;
}

#user-links-new_filter {
    width: 60%;
}


