﻿/**********Start CSS for Testimonail Administration Page ********/

#divTAdminControlContainer
{
    width: 840px;
    padding: 10px;
    text-align: center;
}

#tblViewTestimonail
{
    width: 840px;
}

.lblVewLabel
{
    font-weight: bold;
    vertical-align: top;
}

.tdTARadioButtons
{
    text-align: center;
    padding: 5px;
    padding-bottom: 10px;
    width: 670px;
}

.tdTAReOrderButton
{
    width: 160px;
    padding-bottom: 5px;
}

.btnAddNewTestimonial
{
    background: url('../Images/NewTestimonial.gif') no-repeat;
    border: none;
    cursor: pointer;
    width: 140px;
    height: 25px;
    margin-bottom: 5px;
}

.lnkReOrderTestimonial
{
    background: url('../Images/RedorderTestimonial.gif') no-repeat;
    border: none;
    cursor: pointer;
    width: 150px;
    height: 25px;
}

.grdViewCUSF
{
    width: 840px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #000;
}


.grdRowStyle
{
    height: 30px;
}

.lblTAdminName
{
    padding-left: 10px !important;
}

.grdHeaderStyle
{
    background: #940400;
    color: #FFF;
    height: 30px;
    text-align: left;
    padding-left: 10px;
}

.grdPagerStyle
{
    background: #ffcc66;
}

.grdAlterateRowStyle
{
    background: #fffbd5;
    height: 30px;
}

.lblTAdminComments
{
    width: 400px;
    padding-left: 3px;
}

.lblTAdminDate
{
    width: 80px;
}

.btnTAdminView
{
    background: url('../Images/View.gif') no-repeat;
    width: 76px;
    height: 25px;
    border: none;
    cursor: pointer;
}

/* Publish Testimonial */
#pnlPublishTestimonial
{
    width: 840px;
    text-align: center;
}

#tblPublishTestimonial
{
    width: 600px;
    border: 1px solid #858685;
    padding: 5px;
}

.tdPTLabels
{
    text-align: right;
    font-weight: bold;
    width: 100px;
}

.tdPTControls
{
    text-align: left;
    padding-left: 5px;
}

.txtPTname
{
    width: 200px;
    margin: 5px;
}

.txtPTcomments
{
    margin: 5px;
}

.lblPublishMessage
{
    color: Red;
    text-align: center;
}

.btnPublishTestimonial
{
    background: url('../Images/publish.gif') no-repeat;
    border: none;
    width: 87px;
    height: 25px;
    cursor: pointer;
}

.btnPublishTestimonialCancel
{
    background: url('../Images/cancel.gif') no-repeat;
    border: none;
    width: 87px;
    height: 25px;
    cursor: pointer;
}

/* ReOrder Testimonial */

#tblReOrderTestimonial
{
    text-align: center;
    width: 845px;
}

.tdReOrderTestimonial
{
    vertical-align: top;
    text-align: left;
}

.radLstBxReOrder
{
    text-align: left;
}

.lblReOrderSource
{
    font-weight: bold;
}

.btnSaveReOrderTestimonail
{
    background: url('../Images/Save.gif') no-repeat;
    width: 87px;
    height: 25px;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
}

#divReOrderTestimonial .RadListBox_Default .rlbGroup .rlbHovered
{
    background: #C5C5C5 !important;
    color: Black !important;
}

/**********End CSS for Testimonail Administration Page ********/
