﻿.tblbackground
{
    background-color: #ffffff;
}
span, label
{
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    font-family: Arial;
}
input[type=text]
{
    width: 200px;
    border: 1px solid #7F9DB9;
}
input[type=password]
{
    width: 206px;
    border: 1px solid #7F9DB9;
}

input[type=textarea]
{
    border: 1px solid #7F9DB9;
}
input.checkbox
{
    display: block;
    line-height: 1.4em;
    margin: 6px 0 0 3px;
    width: 13px;
    height: 13px;
}
.button_style
{
    font-size: 12px;
    background-image: url(../images/frm_sumbit_btn.jpg);
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 2px 2px 2px;
    background-color: #002060;
}
.MenuHeadingStyle1
{
    color: #612F05;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.MenuHeadingStyle1 a
{
    color: #B1550A;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.MenuHeadingStyle1 a:hover
{
    color: #BE8A10;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}



.Heading
{
    font-size: 18px;
    font-weight: bold;
    color: #295578;
}
.DivStyle
{
    border: solid 1px #000000;
    text-align: center;
    width: 385px;
}
.ErrorMsg
{
    color: Red;
    font-weight: bold;
    font-size: 12px;
}
.SuccessMsg
{
    color: Green;
    font-weight: bold;
    font-size: 12px;
}



.DivStyle1
{
    border: solid 1px #000000;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.BtnStyle
{
    color: #B9590B;
    font-weight: bold;
    text-decoration: underline;
}
.BtnStyle:hover
{
    text-decoration: none;
}
/*styles for dashboard*/
.dashboard
{
    color: #3333FF;
    text-align: left;
    font-size: 16px;
    text-decoration: underline;
    font-family: Tahoma;
}
.dashboard a
{
    color: #100966;
}


.dashboard a:hover
{
    color: #4840D3;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    text-decoration: underline;
}
.dashboard_detail
{
    color: #225068;
    text-align: justify;
    font-size: 13px;
    text-decoration: none;
    font-family: Tahoma;
}
.dashboard_detail a
{
    color: #0404FF;
    text-align: justify;
    font-size: 13px;
    text-decoration: none;
    font-family: Tahoma;
}
.dashboard_detail a:hover
{
    text-decoration: underline;
}
.productmgt
{
    color: #3333FF;
    text-align: left;
    font-size: 17px;
    text-decoration: underline;
    font-family: Tahoma;
}
/* -------------- New Classes -------------- */


.free_td
{
    height: 8px;
}
.height1
{
    height: 70px;
}
.table_border
{
    border: 1px solid #ADB0B3;
}
.title_bg
{
    background-image: url(../images/title_bg.png);
    background-repeat: repeat-x;
    height: 116px;
}
.title_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    text-align: left;
    padding-top: 20px;
}
.vertical_blue_bg
{
    background-color: #1F7CA5;
    width: 3px;
}
.blue_bg
{
    background-color: #055994;
    height: 3px;
}
.light_blue_bg
{
    background-color: #8CCCFB;
}
.login_text
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #002060;
}
.login_textbox
{
    font-size: 13px;
    color: #002060;
    height: 20px;
    border: solid 2px #7F9DB9;
    width: 300px;
}


.login_button
{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    width: 70px;
    height: 25px;
    background-color: #002060;
    border: none;
}
.forgot_text
{
    font-family: Arial;
    font-size: 11px;
    font-weight: 300;
    color: #4E567D;
    text-decoration: none;
}
.forgot_text a
{
    font-family: Arial;
    font-size: 11px;
    font-weight: 300;
    color: #4E567D;
}
.forgot_text a:hover
{
    font-family: Arial;
    font-size: 11px;
    color: #4E567D;
    text-decoration: underline;
}
.footer_text
{
    font-size: 12px;
    font-weight: bold;
    color: #F08E2D;
    text-decoration: none;
}
.footer_text a
{
    font-size: 12px;
    font-weight: bold;
    color: #EB9332;
    text-decoration: none;
}
.footer_text a:hover
{
    font-size: 12px;
    font-weight: bold;
    color: #280000;
    text-decoration: underline;
}
.footer_text1
{
    font-size: 12px;
    color: #EB9332;
    font-weight: normal;
    text-decoration: none;
}

.HeadingStyle
{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
}
.HeadingStyle1
{
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    line-height: 30px;
    vertical-align: top;
}

/*-------Modal Popup Div----------*/
.modalBackground
{
    background-color: #414141;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modaldiv
{
    background-color: #8ACDEA;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    border: solid 1px #96D6E9;
}
.modaldivrow
{
    background-color: #F3FCFE;
    color: Black;
}

.modaldivaltrow
{
    background-color: #C9EFFC;
}

.control_td
{
    background-image: url(../../Resources/Images/control.gif);
    background-repeat: repeat;
}

/* CSS Document */

body
{
    background-color: #ACACAC;
    margin: 0;
    font-family: Arial;
}
.maintable
{
    background-color: #FFFFFF;
    width: 810px;
}
.TdLogo
{
    height: 80px;
    background-image: url(../Images/logo.jpg);
    text-align: right;
    vertical-align: bottom;
}
.white_btn_bg
{
    width: 50px;
    background-color: #F08E2D;
}
.white_btn_bg1
{
    width: 50px;
    background-color: #F3F3F3;
}
.white_btn_bg2
{
    width: 50px;
    background-color: #ffffff;
}
.green_btn_bg
{
    height: 33px; /*background-color:#479C23; */
    background-image: url(../images/top_menu_background.gif);
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.main_btn
{
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none;
}
.main_btn:hover
{
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: underline;
}
.forget_btn
{
    color: #000000;
    font-size: 11px;
    font-family: Arial;
}
.forget_btn:hover
{
    color: #000000;
    font-size: 11px;
    font-family: Arial;
}
.btn_line
{
    background-image: url(../images/btn_line.gif); /*background-color:White;*/
    width: 6px;
    height: 35px;
}
.table_lightgreen
{
    background-color: White;
}
.login_bg
{
    background-image: url(../images/login_bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-position: top;
    width: 266px;
    height: 156px;
}
.login_header
{
    color: #444444;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    text-align: Left;
    padding: 10px;
}
.login_text
{
    color: #444444;
    font-size: 12px;
    text-align: left;
}
.title_image
{
    color: #163391;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}
.footer_bg
{
    background-color: White;
}
.footer_left
{
    background-image: url(../images/footer_left.jpg);
    background-position: left;
    background-repeat: no-repeat;
    width: 17px;
    height: 50px;
}
.footer_right
{
    background-image: url(../images/footer_right.jpg);
    background-position: right;
    background-repeat: no-repeat;
    width: 17px;
    height: 50px;
}

.footer_btn
{
    color: #F08E2D;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.footer_btn:hover
{
    text-decoration: underline;
}

.momentum_td
{
    color: #4E4E4E;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
}
.momentum_td:hover
{
    text-decoration: underline;
}

.footer_td
{
    color: #F08E2D;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
}
.moreinfo_bg
{
    background-image: url(../images/more_info_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 221px;
    height: 226px;
}
.tellafriend_bg
{
    background-image: url(../images/tellafriend_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 221px;
    height: 226px;
}
.livehelp_bg
{
    background-image: url(../images/livehelp_bg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 221px;
    height: 226px;
}
.tellafriend_text
{
    color: #1D4677;
    font-size: 12px;
    font-weight: bold;
}
.livehelp_text
{
    color: #2D548B;
    font-size: 12px;
    font-weight: bold;
}
.inner_text
{
    color: #000000;
    font-size: 12px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

.LinkSiteMap
{
    font-size: 12px;
    text-decoration: none;
    color: #1D4BAB;
    font-weight: bold;
}
.LinkSiteMap:hover
{
    font-size: 12px;
    text-decoration: underline;
    color: #1D4BAB;
    font-weight: bold;
}
/*----- Grid Style  ------*/
.gridstyle
{
    border: solid 1px #3E92BD;
}
.gridstyle td
{
    border: solid 1px #ffffff;
}
.gridstyle th
{
    background: url('../images/tbl_header.jpg' );
    background-repeat: repeat-x;
    background-color: #D6C9AC;
    vertical-align: middle;
    height: 27px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border: solid 1px #ffffff;
}


.gridstyle th a
{
    vertical-align: middle;
    color: #ffffff;
}


.gridrow
{
    background-color: #F7F5EE;
    height: 27px;
    color: #071E27;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
.gridstyle a
{
    color: #071E27;
}
.gridselrow
{
    background-color: #F7F5EE;
    height: 27px;
    color: #071E27;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.gridaltrow
{
    background-color: #EEE8DA;
    height: 27px;
    color: #071E27;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.user_txt
{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    text-align: right;
    padding-right:5px;
    vertical-align:top;
}

.frm_header
{
    background-image: url('../images/frm_header.jpg' );
    background-repeat: repeat-x;
    background-color: #f7f5ee;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
}
.ListHeader
{
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    height: 26px;
}
.listrow
{
    background-color: #F2EEE3;
}
.listselrow
{
    background-color: #FEF8E7;
}

.listaltrow
{
    background-color: #F7F5EE;
}
.listText
{
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    padding-left: 10px;
}
.branchlbl
{
    font-size: 14;
    color: #F08E2D;
    font-family: Verdana;
}
.mobilelbl
{
    color: #376CA2;
    font-weight: bold;
    font-family: Verdana;
}
.PickUpLocation
{
    font-size: 12px;
    font-weight: normal;
}
.Print_Style
{
    border: solid 1px black;
}
.print_table
{
    background-color: #F7F5EE;
}

.print_td
{
    border: solid 1px black;
}
.agent_welcome_style
{
    color: #264274;
    font-weight: bold;
    font-size: 14px;
}
.Watermark_css
{
    font-weight:lighter;
    color:#999999;    
}

