﻿body, form, html
{
    margin: 0px;
    padding: 0px;
    font: 14 "Trebuchet MS", Arial, 'Segoe UI', Verdana;
    color: #555;
}

a img
{
    border: 0;
}

.tbl_ht

{
  height: 100%;   
}


.stats
{
    background-color: #B6B7BC;
    margin: 20px auto 5px auto;
    text-align: right;
    color: White;
}

.page
{
    width: 100%;
    margin: auto auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

.menu
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #ffffff;
    line-height: 2.8em;
    padding: 4px 20px;
    text-decoration: none;
    cursor: pointer;
    font: 16px "Trebuchet MS", Arial;
}
#tdg a:hover
{
    color: yellow;
}




#menu a:link
{
    color: #ffffff;
}

#menu a:visited
{
    color: #ffffff;
}
#menu a:hover
{
    color: #FFFF66;
}
#menu a:active
{
    color: #ffffff;
}




div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    font: 20px "Trebuchet MS", Arial;
}

.test
{
    background-color: #6D6D9E;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.pwd_cell
{
    background-color: #D9D9E6;
    background-repeat: repeat;
    border: 1px solid #575782;
    padding: 15px;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.label
{
	text-align: right;
	padding-right: 5px;
	
}
.label_err
{
    text-align: right;
    padding-right: 5px;
    font-size: 17px;
    color: #CC3300;
}
.link
{
    font-family: "Trebuchet MS", 'Segoe UI' , Arial;
    font-size: 14px;
    color: #3C3C59;
}
.input
{
    border: 1px solid #A7A7C5;
    border: 1px solid #999;
}
.input_WM
{
    border: 1px solid #999;
    padding-right: 10px;
    padding: 2px;
    color: #777;
    font: 17px "Trebuchet MS", Arial;
}

.label_link
{
	text-align: left;
	padding-right: 10px;
	font-size: 11.8px;
	color:  #696969;
}

.label_link a:link
{
    color:  #696969;
    text-decoration: underline;
}

.label_link a:visited
{
    color:  #696969;
    text-decoration: underline;
}

.label_link a:hover
{
    color:  #696969;
    text-decoration: underline;
}

.label_link a:active
{
    color:  #696969;
    text-decoration: underline;
}
.td_bg
{
    background-color: #C0C0C0;
    color: #555;
    padding: 2px;
    font: 600 18px "Trebuchet MS", Arial;
}
.td_btn
{
    background-color: #A7A7C5;
    color: #3C3C59;
    padding: 2px;
    font: 600 18px "Trebuchet MS", Arial;
    cursor:pointer;
}
.lblTot
{
    background-color: #666666;
    color: #FFF;
    font: 20px "Trebuchet MS", Arial;
    padding: 3px 6px;
    border: 1px solid #555;
    text-align: left;
}
.td_bg_quo
{
    background-color: #808080;
    color: #FFF;
    font: normal 17px "Trebuchet MS", Segoe UI, verdana, Arial;
}
.td_Tot
{
    color: #555;
    font: 20px "Trebuchet MS", Segoe UI, verdana, Arial;
}
.td_yazz
{
    font: normal 57px "Trebuchet MS";
    color: #fff;
    padding-left: 30px;
    letter-spacing:1px;
}
.td_PC
{
    text-align:right; 
    font: normal 25px "Trebuchet MS", Arial; 
    vertical-align:top; 
    padding: 5px; 
    padding-right: 10px; 
    letter-spacing: 1px; 
    color: #fff;
}
.td_hdinfo
{
    text-align:right; 
    font: normal 15px "Trebuchet MS", Arial; 
    vertical-align: bottom;
    padding: 5px; 
    padding-right: 10px; 
    letter-spacing: 1px; 
    color: #fff;
}

.caption
{
	border: 1px solid #CC3300; 
	
 }

.KS_FormLabel
{
    border: 1px solid #465C71;
    height: 26px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
    background-color: #4B6C9E;
}


.grid_head
{
    border: 1px solid #4A4A4A;
    background-image: url('/images/admin_grid_bg.jpg');
    height: 26px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
}

.grid_col
{
    border: 1px solid #666666;
    height: 26px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    text-align: left;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
    background-color: #CCCCCC;
}

.grid_row
{
    border: 1px solid #CCCCCC;
    height: 26px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
    background-color: #FFFFFF;
}

.grid_link
{
    border: 1px solid #CCCCCC;
    height: 26px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-align: center;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
}

.grid_link a:link
{
    color: #666666;
}

.grid_link a:visited
{
    color: #666666;
}

.grid_link a:hover
{
    color: #666666;
}

.grid_link a:active
{
    color: #666666;
}

.border
{
    border: 1px dotted #666666;
    padding: 10px;
}

.grid_header
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 5px 5px 5px 5px;
    background-color: #6B99D0;
    color: White;
}

.grid_edit
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    background-color: #B6C5DC;
    color: Black;
    padding: 5px 2px 5px 2px;    
}
  
.button_hover
{
    width: 200px;
    background-color: #838383;
    color: #ffffff;
    font: 18px "Trebuchet MS", Segoe UI, Arial;   
    padding: 5px 10px;
    text-decoration:none;
    border: 1px solid #3A130E;
}

.hover
{
    cursor:pointer;
}

#img_Cal
{
    height: 20px;
    width: 22px;
}
#img_CalEnd
{
    height: 20px;
    width: 22px;
}
.sty_Bg
{
    padding: 10px;
    text-align:center;
}
        
.td_header
{
    font: lighter 25px "Trebuchet MS", Arial;
    padding: 5px;
}
.td_hdr
{
    font:  normal 25px "Trebuchet MS", Arial, verdana;
    text-align:right;
}
.td_main
{
    
    border: solid 1px #555;
    text-align: center;
    margin: 5px;
}
.td_bdr
{
    border: solid 1px #aaaaaa;
}
.td_Noitems
{
    border: dotted 1px #666666;
    font: normal 18px "Trebuchet MS", Arial, Segoe UI, Verdana;
    color: #555;
    padding: 10px;
    width:100%;
    background-color: #FFFFFF;
}
.grid_bdr
{
    border: 1px solid #cccccc;
}

.grid_ft
{
    color:#555;
    font: normal 20px "Trebuchet MS", Arial;
    background-color: #CADD99;
    border: 1px solid #555;
    text-align: right;
    padding: 5px;
}
.grid_lbl
{
    width: 90px;    
}
.td_ddl
{
    font: normal 18px "Trebuchet MS", Arial;
    border: 1px solid #999;
    padding: 5px;
    width: 120px;
    color: #555;
}

.td_ddlQty
{
     font: normal 18px "Trebuchet MS", Arial;
     border: 1px solid #999;
    padding: 5px;
    color: #555;
}
.td_ddlStyle
{
    font: 18px "Trebuchet MS", verdana, 'Segoe UI' , Arial;
    border: 1px solid #999;
    color: #555;
    height: 26px;
}
.td_bar
{
     background-color: #555;
}
.item_txtaln
{   
    text-align:left;
    padding-left: 5px;
}
.item_padd
{
    padding: 0px;
    width:300px;
}
.txt_Dates
{
    font: normal 18px "Trebuchet MS", Arial, verdana;
    color: #555;
    text-align: center;
    border: 1px solid #999;

}
.cust_head
{
    background-position: center top;
    background-image: url('../Images/CustomerHead.png');
    background-repeat: no-repeat;
    font: normal 20px "Trebuchet MS", Arial, Verdana;
    color: #fefefe;
    text-align:center;
    vertical-align:top;
}
.cal_style
{
    width: 250px;
    height: 200px;
    color: #6C852C;
    font-weight: bolder;
    background-color: #E0EBC2;
    text-align: center;
}   
.td_Err
{
    font: 20px "Trebuchet MS", Segoe UI, Arial;
    color: #FF4F4F;
    padding: 10px;
    width: 100%
}

.td_a
{
    background-color: #838383;
    color: #ffffff;
    font: normal 20px "Trebuchet MS", 'Segoe UI' , Arial;
    text-decoration: none;
    padding: 2px 30px;
    border: 1px dotted #3A130E;
}
#tda a:link
{
    background-color: #838383;
}   
#tda a:visited 
{
    background-color:#838383;
}
#tda a:hover
{
    background-color: #464646;
}
#tda a:active 
{
    background-color:#838383;
}
.txt_Del
{
    font: 20px "Trebuchet MS", Arial;
    color: #555;
    border: 1px solid #999;
    width: 150px;
    padding: 5px;
    text-align: center;
}
.star
{
    color: #eee;
    font-size: smaller;
    vertical-align: top;
}

.text_note
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #3C3C59;
    font-style: italic;
    text-align: left;
}
.txt_grid
{
    font: 19px "Trebuchet MS", Arial;
    color: #555;
    border: 1px solid #999;
    text-align: center;
    padding: 3px 6px;
}

.txt_qty
{
    font: 18px "Trebuchet MS", Arial;
    color: #555;
    border: 1px solid #999;
    text-align: center;
    padding: 1px 2px;
}

.bgcolor_popup
{
    background-color: #BFBFD5;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
#tdord
{
    font: 600 18px "Trebuchet MS",Segoe UI, verdana, Arial;
}   
.td_ddlsty
{
    padding: 5px;
    font: 20px "Trebuchet MS", verdana, 'Segoe UI' ,Arial;
    background-color: #777;
    color: #FFF;
    border: 1px solid #999;
}
.td_cmbPre
{
    font: normal 17px "Trebuchet MS", Segoe UI, verdana, Arial;
    color: #555;
    border: 1px solid #999;
}


.menu_item a:link
{
    color: #ffffff;
    text-decoration: none;    
}

.menu_item a:visited
{
    color: #ffffff;
    text-decoration: none;    
}

.menu_item a:hover
{
    color: #aacfff;
    text-decoration: none;    
}

.menu_item a:active
{
    color: #686665;
    text-decoration: none;    
}

.menu_item
{
    border-style: inset;
    border-width: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}


.footer1
{
    height: 60px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-style: normal;
    text-align: center;
    padding: 10px;
    border-top: dotted 1px #555;
}
.color
{
    border: 1px solid #2f4f8b;
}

.banner_bg
{
    background-image: url('../Images/Header_Logo.jpg');
    background-repeat: no-repeat;
}

.banner_text
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
}
.banner_shd
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #052751;
    font-weight: bold;
}

.fullheight
{
    height: 100%;
}

.testhead
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 5px 15px;
    color: #555;
    border-bottom: white 1px dotted;
    font-weight: bold;
    background-color: #FFFFFF;
}

.testtext
{
    font-family: "Trebuchet MS", 'Segoe UI' , Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 5px 15px;
    color: White;
    font-style: italic;
}

.testsig
{
    font-family: "Trebuchet MS", 'Segoe UI' , Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 5px 15px;
    color: white;
    font-weight: bold;
    text-align: right;
    border-bottom: white 1px dotted;
}

.testborder
{
    border-right: white 1px dotted;
    border-left: white 1px dotted;
}

.left_menu_sub
{
    font-family: "Trebuchet MS", 'Segoe UI' , Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 6px 15px;
    color: #555;
    background-color: #D6F08D;
    border-left: solid 10px #A9CD62;
}

.left_menu_sub a:link
{
    color: #555;
    text-decoration: none;
}

.left_menu_sub a:hover
{
    color: #555;
    text-decoration: none;
}

.left_menu_sub a:visited
{
    color: #555;
    text-decoration: none;
}

.left_menu_sub a:active
{
    color: #555;
    text-decoration: none;
}


.left_menu_high_btn a:active
{
    color: #FFFFCC;
    text-decoration: none;
}



.box_shd
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #1e487c;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
}

.img_shd
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #cce9ff;
    padding-top: 5px;
    text-align: center;
}

.border1
{
    border: 1px dotted #555;
    border-style: solid;
    border-width: 1px;
    height: 30px;
}

.sub
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2155a2;
    font-weight: bold;
}


.text a:link
{
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    font-size: 8pt;
    color: blue;
    text-decoration: underline;
}

.text a:active
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 8pt;
	color: blue;
	text-decoration: underline;
}

.text a:hover
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 8pt;
	color: blue;
	text-decoration: underline;
}

.text a:visited
{
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    font-size: 8pt;
    color: blue;
    text-decoration: underline;
}


.page_cells
{
    background-color: white; 
    text-align: left;
    vertical-align: top;
}

.page_cell
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;
    text-align: left;
    vertical-align: top;
}

.book_title
{ 
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
 font-size: 28px; 
 color: #FFFFFF; 
 text-align: center;
}

.sub_head
{ 
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
 font-size: 18px; 
 color: #FFFFFF; 
}
.yerrow
{
    background-image: url('/images/yerrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 18px;
}
.text_black
{ 
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
 font-size: 13px; 
 color: #2a2929; 
}
.sub_head_black
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #292929;
    font-weight: bold;
}

.border2
{
    border: 1px solid #999999;
}

.para_head1_blue
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #CC3300;
}

.para_head2_blue
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #5E7403;
}

.page_header_blue
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #CC3300;
    text-align: right;
}

.err_box
{
    padding: 10px;
    border: 4px ridge #FF3300;
    background-color: White;
}

.err_head
{
    font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: red;
}

.err
{
    font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #CC3300;
    text-align: left;
}

.success_box
{
    padding: 20px;
    border: 4px double Green;
    background-color: White;
}

.success_head
{
    font-family: normal 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: Green;
}

.success
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #666666;
}


.login_head
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.loginmenuhead
{
    background-color: #FCC922;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;
    padding: 10px 6px;
    border-bottom: 1px solid;
    font-weight: bold;
}

.loginlink
{
    background-color: #F7E26A;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;
    padding: 6px;
    border-bottom: 1px solid;
}

.loginlink a:link
{
    color: #555;
    text-decoration: none;
}

.loginlink a:hover
{
    color: #555;
    text-decoration: underline;
}

.loginlink a:active
{
    color: #555;
    text-decoration: none;
}

.loginlink a:visited
{
    color: #555;
    text-decoration: none;
}

.menu_gap
{
    background-color: #CCCCCC;
}

.formlabel
{
    background-color: #6290CE;
    font-family: "Trebuchet MS", 'Segoe UI' , Arial;
    font-size: 18px;
    color: #FFFFFF;
    padding: 5px;
}

.formfield
{
    border: 1px solid #999999;
    font-family: "Trebuchet MS", 'Segoe UI' , Arial;
    font-size: 18px;
    color: #555;
}

.formvalue
{
    border: 1px dotted #999999;
    font-family: "Trebuchet MS", 'Segoe UI' , Arial;
    font-size: 18px;
    color: #000000;
}

.formfieldtext
{
    font-family: "Trebuchet MS", 'Segoe UI' ,Arial;
    font-size: 18px;
    color: #555;
}

.link a:link
{
    color: #003399;
}

.link a:active
{
    color: #003399;
}

.link a:hover
{
    color: #003399;
}

.link a:visited
{
    color: #003399;
}

.griditem
{
    font-family:  "Trebuchet MS", 'Segoe UI' ,Arial;
    font-size: 18px;
    color: #555;
    background-color: #D5DFEE;
}

.griditemalt
{
    font-family: "Trebuchet MS", 'Segoe UI' , Arial;
    font-size: 18px;
    color: #555;
}

.countbox
{
    border: 4px dashed #336600;
    font-family: "Trebuchet MS", 'Segoe UI' ,  Arial;
    font-size: 18px;
    color: #CC3300;
    padding: 20px;
}
.text
{
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    font-size: 16px;
    color: #555;
    text-align: right;
}
.dlist_hd
{
    
    padding: 2px;
    color: #333;
    text-align: center;
    font: 19px "Trebuchet MS", Arial, Segoe UI;
}
.dlist_item
{
    font: 19px "Trebuchet MS", Arial, Segoe UI;
    padding: 2px;
    color: #555;
}

.dlist_lblbdr
{
    border: 1px solid #7F7F7F;
    padding: 2px;
    width: 70px;
    text-align: right;
    padding-right: 5px;
    height: 20px;
    color: #555;
    font: 15px "Trebuchet MS", Arial;
}
.dlist_lblbdr_Arr
{
    border: 1px solid #666;
    padding: 2px;
    width: 70px;
    text-align: right;
    padding-right: 5px;
    height: 20px;
    background-color: #999999;
    color: #fff;
    font: 15px "Trebuchet MS", Arial;
}
.dlist_lblbdr_Des
{
    border: 1px solid #666;
    padding: 2px;
    width: 70px;
    text-align: right;
    padding-right: 5px;
    height: 20px;
    background-color: #DFBFFF;
    color: #555;
    font: 15px "Trebuchet MS", Arial;
}
.dlist_cbl
{
    border: 1px Solid #666;
    padding: 2px 5px;
}
.tbl_ordDet
{
    border: 1px solid #A7A7C5;
    padding: 2px;
    width: 70px;
    text-align:right;
    padding-right: 20px;
    width: 80px;
}
.txt_size
{
    border: 1px solid #999;
    padding: 2px;
    width: 30px;
    color: #555;
    font: 17px "Trebuchet MS", Arial;
}
.txtDes
{
    border-width: 0px;
    padding: 2px;
    color: #555;
    font: 18px "Trebuchet MS", Arial;
    text-align: left;
}
.dlist_bc
{
    width: 80px;
    text-align: right;
    padding-right: 5px;
}

.lbl_Success
{
     font: 15px "Trebuchet MS", Arial;
     color: Green;
}
.dlist_btnyn
{
    background-color: #666666;
    border: 1px solid #555;
    color: #ffffff;
    padding: 2px 5px;
    text-decoration: none;
    cursor: pointer;
    font: 20px "Trebuchet MS", Arial;
}
.lblalign
{
    text-align: right;
}
.lblDes_Tot
{
    background-color: Green;
    color: White;
    font: 20px "Trebuchet MS", Arial;
    border: 1px solid #555;
    padding: 2px 4px;
}
.td_PrisoFar
{
    background-color: #BB5E00;
    color: #FFF;
    padding: 5px;
    font: 12PX  "Trebuchet MS", 'Segoe UI' ,Arial;
}

.pnl_padd
{
    padding: 5px 10px;
}
.td_lblTot
{
    font: 20px  "Trebuchet MS", verdana, 'Segoe UI', Arial;
}
.lbl_OrdDis
{
  /*  font: 20px verdana, 'Segoe UI' , "Trebuchet MS", Arial;
    background-color: #777;
    color: #FFF;
    padding: 5px;
    border: 2px solid #999; */
    font: 18px  "Trebuchet MS", verdana, 'Segoe UI' ,Arial;
    height: 30px;
    color: #fff;
    background-image: url('../Images/grd_head.png');
    background-repeat: repeat-x;
    background-color: #424242;
    padding: 10px 10px;
}
.td_Desbg
{
    border: 1px solid #666; 
    background-color: #f6f6f6;   
    color: #555;
    font: 19px "Trebuchet MS", Arial;
    box-shadow: 0px 0px 10px 10px #DDD inset;
    border-radius: 5px;
    padding: 5px;
    text-align: left;
    padding-left: 10px;
}
.txt_DesName
{
    font: 20px "Trebuchet MS", Arial;  
    padding: 5px;
    color: #555;
    border: 1px solid #999;
}

.txt_DesIns
{
    font: 18px "Trebuchet MS", Arial;  
    padding: 2px;
    color: #555;
    border: 1px solid #999;
}
.txt_WM
{
    border: 1px solid #A7A7C5;
    padding-right: 10px;
    padding: 2px;
    font: 17px "Trebuchet MS", Arial;
    color: #777;
    width: 130px;
}
.lbl_desname
{
    font: 17px "Trebuchet MS", Segoe UI, Arial;
    text-align: left; 
    padding-bottom: 5px; 
}
.dlist_Order
{
    font: 19px "Trebuchet MS", Arial, Segoe UI;
    padding: 2px;
    color: #555;
    text-align: right;
}


.mGrid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

  .mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
}
    
    .mGrid th
{
    padding: 15px 2px;
    border-left: solid 1px #525252;
}

   .mGrid .altitem
{
    background: #fcfcfc url('../Images/grd_alt.png') repeat-x top;
    padding: 15px;
    color: #555;
    font: 17px "Trebuchet MS", Arial, Segoe UI;
    height: 30px;
}

.mGrid .item
{
    color: #666;
    font:  17px "Trebuchet MS", Arial, Segoe UI;
    height: 30px;
}
    
    .mGrid .alt
{
    background: #fcfcfc url('../Images/grd_alt.png') repeat-x top;
    color: #555;
    font:  17px "Trebuchet MS", Arial, Segoe UI;
    height: 30px;
}

    .mGrid .pgr
{
    color: #fff;
    background: url('../Images/grd_head.jpg') repeat-x;
    border-left: solid 1px #525252;
    font: 17px "Trebuchet MS", Arial;
    
}

.mGrid .pgr table
{
    margin: 5px 0;
}
    
    .mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
}   
    
    .mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
    
    .mGrid .pgr a:hover { color: #000; text-decoration: none; }



    

.mGrid .hdr
{
    color: #fff;
    background: #58942e url('../Images/grd_head.jpg') repeat-x top;
    font: 15px "Trebuchet MS", Arial;
}

.mGrid .hdr td
{
    border-width: 0;
    border: solid 1px #888;
    border-top-width: 0px;
    border-bottom-width: 0px;
}   
    
    .mGrid .hdr a { color: #666; text-decoration: none; }
    
    .mGrid .hdr a:hover { color: #000; text-decoration: none; }



.dlist
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border-collapse: collapse;
}

.dlist .pgr
{
    background: url('../Images/grid_hd.jpg') repeat-x top;
}
.dlist .pgr td
{
    border-right:  1px solid #777;
    color: #fff;
    font: 18px "Trebuchet MS", Arial;
}  


    .dlist .pgr a
{
    color: #666;
    text-decoration: none;
}
    
    .dlist .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

.dlist .hdr
{
    background: #58942e url('../Images/grd_head.jpg') repeat-x top;
}
    .dlist .hdr td
{
    padding: 3px 0px;
    border: 1px solid  #888;
    border-top-width: 0px;
    border-bottom-width: 0px;
    color: #fff;
    font: 18px "Trebuchet MS", Arial;
}   



    .dlist .hdr a
{
    color: #666;
    text-decoration: none;
}
    
    .dlist .hdr a:hover
{
    color: #000;
    text-decoration: none;
}

 .dlist .alt
{
    border:  1px solid #c1c1c1;
    border-right-width: 0px;
}

.dlist .alt td
{
    border-right: 1px solid #c1c1c1;
    padding: 3px 0px;
    font: 19px "Trebuchet MS", Arial;
    color: #7F7F7F;
}



 .dlist .item
{
    background: #fcfcfc url('../Images/grd_alt.png') repeat-x top;
    border: solid 1px #c1c1c1; 
    border-right-width: 0px;
}
.dlist .item td
{
    border-right: 1px solid #c1c1c1;
    padding: 3px 0px;
    font: 19px "Trebuchet MS", Arial;
    color: #717171;
}


.dlist .ftr
{
    background:#58942e url('../Images/grd_head.jpg') repeat-x top;
}

    .dlist .ftr td
{
    padding: 3px 0px;
    border :  1px solid #888;
    border-top-width: 0px;
    border-bottom-width: 0px;
    color: #fff;
    font: 18px "Trebuchet MS", Arial;
} 

.dlist .pgr_small
{
    background: #464646 url('../Images/grid_hd.jpg') repeat-x top;
}
.dlist .pgr_small td
{
    padding: 3px 0px;
    border:  1px solid #777;
    border-top-width: 0px;
    border-bottom-width: 0px;
    color: #fff;
    font: 14px "Trebuchet MS", Arial;
}  

.dlist .hdr_small
{
    background:#58942e url('../Images/grd_head.jpg') repeat-x top;
}
    .dlist .hdr_small td
{
    padding: 3px 0px;
    border: 1px solid  #888;
    border-top-width: 0px;
    border-bottom-width: 0px;
    color: #fff;
    font: 14px "Trebuchet MS", Arial;
}     
 .dlist .alt_small
{
    border:  1px solid #c1c1c1;
    border-right-width: 0px;
}

.dlist .alt_small td
{
    border-right: 1px solid #c1c1c1;
    padding: 3px 0px;
    font: 14px "Trebuchet MS", Arial;
    color: #7F7F7F;
}

.dlist .item_small
{
    background: #fcfcfc url('../Images/grd_alt.png') repeat-x top;
    border: solid 1px #c1c1c1; 
    border-right-width: 0px;
}
.dlist .item_small td
{
    border-right: 1px solid #c1c1c1;
    padding: 3px 0px;
    font: 14px "Trebuchet MS", Arial;
    color: #717171;
}
.dlist .ftr_small
{
    background:#58942e url('../Images/grd_head.jpg') repeat-x top;
}

    .dlist .ftr_small td
{
    padding: 3px 0px;
    border :  1px solid #888;
    border-top-width: 0px;
    border-bottom-width: 0px;
    color: #fff;
    font: 14px "Trebuchet MS", Arial;
}   
    
    .dlist .ftr a
{
    color: #666;
    text-decoration: none;
}
    
    .dlist .ftr a:hover
{
    color: #000;
    text-decoration: none;
}

    
    .footer
{
    font-size: 120%;
    color: White;
    background-color: ThreeDDarkShadow;
}
    
    .textcol
{
    color: #717171;
} 
        
        
  .lbl_GdTot
{
    color: #fff;
    background-image: url('../Images/grid_hd.jpg');
    background-repeat: repeat-x;
    font: 16px "Trebuchet MS", Arial;
    text-align: center;
}

.td_bgGrey
{
    color: #fff;
    background-image: url('../Images/grd_head.png');
    background-repeat: repeat-x;
    background-color: #414141;
    padding: 5px;
}

.td_bgAlt
{
    background: #fcfcfc url('../Images/grd_alt.png') repeat-x top;
}



.altitem_padd
{
    padding: 10px 0px;
}
.txtDelDate
{
    font: 600 25px "Trebuchet MS", Arial;
    color: #555;
    text-align: center;
    width: 250px;
    height: 30px;
    border: 1px solid #888;
}
.td_bdr_OrdDet
{
    color: #555;
    text-align: center;
    width: 180px;
    height: 30px;
    border: 1px solid #888;
    
}
.td_txt_OrdNo
{
    color: #555;
    text-align: center;
    width: 180px;
    height: 30px;
    border: 1px solid #999;
    font: 17px "Trebuchet MS", Arial;
}
.dlist_Editbtn
{
    border: 1px solid #666;
    color: #555;
    background-color: #fff;
    padding: 1px;
    font: 12px "Trebuchet MS", Arial;
    height: 13px;
}
.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
}

@media print
{
    body
    {
    font-size: 12pt;
    width: 600px;
    color: #555;
    }
    
    #td_All_Arr, #td_All_Des, #dv_btn, button, #btnUpdate, #dv_Des, #td_btnsCheckout, #td_DelAdd, #btnBackToSch, #td_PrintOrder
    {
        display:none;
    }
    
}


.btn_bg_Small
{
    background-image: url('../Images/btn_bg_130.jpg');
    background-repeat: no-repeat;
    background-position: center;
    font: 20px "Trebuchet MS", Arial;
    color: #555;
    letter-spacing: 1px;
    width: 130px;
    height: 40px;
    border: 0px;
    cursor: pointer;
}
.btn_bg_Medium
{
    background-image: url('../Images/btn_bg_200.jpg');
    background-repeat: no-repeat;
    background-position: center;
    font: 20px "Trebuchet MS", Arial;
    color: #555;
    width: 200px;
    letter-spacing: 1px;
    height: 40px;
    cursor: pointer;
    border: 0px;
}


.btn_bg
{
    background-image: url('../Images/btn_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    font: 25px "Trebuchet MS", Arial;
    letter-spacing: 1px;
    padding: 20px;
    color: #555;
    cursor: pointer;
    border: 0px;
}

.cell_bg
{
    background-image: url('../Images/btn_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    font: 25px "Trebuchet MS", Arial;
    letter-spacing: 1px;
    padding: 20px;
    color: #555;
    cursor: pointer;
    border: 0px;
}

.lbl_bg
{
   background-image: url('../Images/btn_bg.jpg');  
}


.cell_bg_lbl
{
    background-image: url('../Images/btn_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    letter-spacing: 1px;
    font: 25px "Trebuchet MS", Arial;
    padding: 20px;
    color: #555;
}

.btn_bg_Large
{
    background-image: url('../Images/btn_bg_300.jpg');
    background-repeat: no-repeat;
    background-position: center;
    font: 20px "Trebuchet MS", Arial;
    letter-spacing: 1px;
    color: #555;
    width: 300px;
    height: 40px;
    cursor: pointer;
    border: 0px;
}

.btn_bg_ExtraLarge
{
    background-image: url('../Images/btn_bg_400.jpg');
    background-repeat: no-repeat;
    background-position: center;
    font: 20px "Trebuchet MS", Arial;
    letter-spacing: 1px;
    color: #555;
    width: 400px;
    height: 40px;
    cursor: pointer;
    border: 0px;
}

.btn_bg_Big
{
    background-image: url('../Images/btn_bg_500.jpg');
    background-repeat: no-repeat;
    background-position: center;
    font: 20px "Trebuchet MS", Arial;
    letter-spacing: 1px;
    color: #555;
    width: 500px;
    height: 40px;
    cursor: pointer;
    border: 0px;
}
.banner_Large
{
    background-image: url('../Images/banner_400-70.jpg');
    background-repeat: no-repeat;
    background-position: center;
    font: 25px "Trebuchet MS", Arial;
    letter-spacing: 1px;
    color: #555;
    width: 400px;
    height: 71px;
    cursor: pointer;
    border: 0px;
}
.banner_ExtraLarge
{
    background-image: url('../Images/banner_500-70.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    font: 30px "Trebuchet MS", Arial;
    letter-spacing: 1px;
    color: #555;
    width: 500px;
    height: 71px;
    cursor: pointer;
    border: 0px;
}

.link_bg
{
    background-image: url('../Images/banner_400-70.jpg');
    background-repeat: no-repeat;
    background-position: center;
    font: 25px "Trebuchet MS", Arial;
    color: #555;
    text-decoration: none;
    text-align: center;
}

.img_bdr
{
    border  : 2px Solid #ddd;
}
.img_bdr_Info
{
    border: 6px groove #999;
}

.txt_txtdes
{
    border: 1px solid #999;
    font: 28px "Trebuchet MS", Arial;
    color: #666;
    padding: 5px;
}
.img_width
{
    max-width: 500px;
    max-height: 150px;
    border: 0px;
}

.ul_btn
{
    background: #eee;
    border: 1px Solid #555;
    font: 15px "Trebuchet MS", Arial;
    color: #555;
    padding: 5px 10px;
    letter-spacing: 1px;
    cursor: pointer;
}

.rep_hdr
{
    background-image: url('../Images/grid_hd.jpg');
    color: #FFFFFF;
    background-position: left top;
    background-repeat: repeat-x;
    border-right: 1px Solid #888;
    font: 16px "Segoe UI", Arial;
}
.rep_hdr1
{
    background-image: url('../Images/grd_head.jpg');
    color: #FFFFFF;
    background-position: left top;
    background-repeat: repeat-x;
    border-right: 1px Solid #888;
    font: 16px "Segoe UI", Arial;
}
.rep_Item
{
    background-image: url('../Images/grd_alt.png');
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px Solid #c1c1c1;
    font: 14px "Segoe UI", Arial;
}

.rep_Alt
{
    background-color: #fff;
    border: 1px Solid #c1c1c1;
    color: #666;
    padding: 5px;
    font: 14px "Segoe UI", Arial;
}
.hdr_sty
{
    text-decoration: underline;
    vertical-align: bottom;
    font: 15px "Trebuchet MS", Arial;
    font-style: italic;
    text-align: center;
}
.lbl_sty
{
    font: 15px "Trebuchet MS", Arial;
    text-align: center;
}

.grid_txt
{
    font: 17px "Trebuchet MS", Arial;
    color: #555;
    border: 1px solid #aaa;
    background-color: #eee;
    padding: 5px 10px;
    cursor: pointer;
}
.lbl_Msg
{
    border: 1px dotted #aaa;
    background-color: #ddd;
    color: #555;
    padding: 10px;
    font: 18px "Trebuchet MS", Arial;
}

.DragHandleClass
{
    border: 1px Solid #aaa;
    padding: 10px 30px;
    background-color: Gray;
}
.dl_Item
{
    background-image: url('../Images/grd_alt.png');
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px Solid #c1c1c1;
}
.head_gd
{
    background-image: url('../Images/grid_hd.png');
    background-color: #3689B6;
    color: #FFFFFF;
    background-position: left top;
    background-repeat: repeat-x;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
}

.head_gd td
{
    border-color: #777;
}

.head_gd1
{
    background-image: url('../Images/grid_hd.png');
    background-color: #3689B6;
    color: #FFFFFF;
    background-position: left top;
    background-repeat: repeat-x;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #777;
    
}

.item_gd
{
    border: 1px solid #666;
    font-size: 14px;
    height: 30px;
}
.item_gd td
{
    border: 1px solid #777;
}
.altitem_gd
{
    background-position: left top;
    background-image: url('../Images/grd_alt.png');
    background-repeat: repeat-x;
    border: 1px solid #666;
    font-size: 14px;
    height: 30px;
}

.altitem_gd td
{
    border: 1px solid #777;
}

.bg_tot
{
    background-image: url('../Images/grid_hd.jpg');
    color: #FFFFFF;
    background-position: left top;
    background-repeat: repeat-x;
    height: 20px;
    text-align: center;
    border: 1px solid #666;
    background-color: #282828;
}
.itemwid
{
    max-width: 250px;
    min-width: 100px;

}
.banner
{
    background-image: url('../Images/Banner.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}
.dvwid
{
    padding: 5px;
}
.MainContainer
{
    width: 950px;
    margin :auto;   
}

#bdrdiv
{
    border: 1px solid red;
    width: 467px;
}
#Alert
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 33px;
    display: none;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 7px;
    font-size: 20px;
    border-top: 2px solid #666;
    background-image: url('../Images/AlertBg.png');
}


 #dlist_DesCat_ctn>ul
{
    display: block;
    list-style: none;
    padding: 5px;
    margin: 0 auto;
    width: 950px;
} 
#dlist_DesCat_ctn>ul>li
{
    display: block;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
#dlist_DesCat_ctn a:hover
{
    box-shadow: 0px 0px 4px 4px #DDD inset;
}

#dlist_DesCat_ctn a.redirect
{
    display:block;
    min-width: 120px;
    height: 20px;
    text-decoration: none;
    padding: 10px;
    color: #555;
    margin: 5px;
    border: 1px Solid #ccc;
}

#featureContainer
{
    position: relative;
    color: #fff;
}

#featureHeader
{
    background-image: url('../Images/Templates/black/tab.png');
    background-position: left top;
    background-repeat: no-repeat;
    top: -12px;
    left: 0px;  
    width: 204px;
    height: 59px;
}

#headerText
{
   position: absolute;
   top: -12px;
   left: 50px;
}
#featureList
{
    position: absolute;
    top: 50px;
    left: 0px;
    width: 500px;
}

