/* ---------------------------------------------
Screen Stylesheet for http://www.orderup.com
Updated: 12/1/08
author: Alexander Leon, aleon@thefactoryi.com
website: http://dev.orderup.com
-------------------------------------------------
>> ::TOC::
Resets
Defaults
Typography
Forms
Tables
Template
Links
Menus
Global Classes
Content

------------------------------------------------- */

/* ---------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
  margin:0; padding:0;
  background:transparent;
}
fieldset, table {
  border:none;
}
/* ---------- ::Document Defaults:: ---------- */
html {
  font-size:100.01%;
  height: 101%;
}
body {
  font:62.5%/1.6em "Trebuchet MS",Arial,Helvetica,'MS Sans Serif',sans-serif;
  color:#333;
  background-color:#333;
}
/* ---------- ::Typography:: ----------------- */
blockquote, address, pre {
  margin:.5em 2em;
}
blockquote, p, li {
  padding:0 0 .8em 0;
}
h1, h2, h3, h4, h5, h6{
  margin:0; 
  font-family: "Trebuchet MS",sans-serif;
  font-weight: normal;
}
p {
  margin:0;
  line-height:17px;
  color:#040404;
  margin-top:2px;
}

h1 {
  font-size:24px;
}
h2 {
  font-size:18px;
  margin-bottom:3px;
}
h3 {
  font-size:1.4em;
}
p, li {
  font-size:12px;
}
/* ---------- ::Forms:: ---------------------- */
input, label {
  vertical-align:middle;
}
label {
  cursor:pointer;
}
input, select, textarea {
  font-size:1.2em;
  font-family:inherit;
  font-size:inherit;
  border:1px solid #cecece;
}
input, textarea {
  padding:.2em;
}
/*input.failed, select.failed, textarea.failed {*/
form .failed{
  background:#fcc9c9;
  border:1px solid red;
}
form .pass{
  background:#c8f0bd;
  border:1px solid green;
}
input[type="submit"], form input[type="image"]{
  border:0;
  background:transparent;
} 
form .group{
  clear:left;
  font-family:arial,sans-serif;
  padding-top:7px;
}
  form .group h2{
    font-size:14px;
    margin-bottom:2px;
    font-weight:bold;
  }
    form .group h2.required span.required{
      color:#fc3;
    }
  form .group .label{
    float:left;
    margin-right:4px;
  }
  form .group .label p{
    font-size:10px;
    margin:3px 0 0 0;
    color:#8C8C8C;
    line-height:14px;
  }
  .submit{
    clear:both;
    display:block;
  }
/* ---------- ::Tables:: --------------------- */
table {
  /*table-layout:fixed;  ??? leaving this off for now */
  word-wrap:break-word;
  overflow:hidden;
}
td, th{
  font-family:"Trebuchet MS",Arial,Helvetica,'MS Sans Serif',sans-serif;
  color:#333;
  font-size:14px;
}
tr.even{
  background-color:#fff2cb;
}
/* ---------- ::Template:: ------------------- */
#wrap {
  margin:0 auto;
}
#middle {
}
#left {
}
#right {
}
#footer {
}
/* ---------- ::Links:: ---------------------- */
a {
  text-decoration:none;
  color:#dd4900;
}
a:visited {
  /*text-decoration:underline;*/
}
a:hover {     /* a:active, a:focus,  */
  text-decoration:underline;
}
a img {
  border:none;
}
/* ---------- ::Menus:: ---------------------- */
/* ::Main Menu:: */
ul#nav {
}
#nav li {
}
#nav li a {
}
#nav li a:active, #nav li a:focus, #nav li a:hover {
}
/* ::Footer Menu:: */
#footer ul {
}
#footer li {
}
#footer li a {
}
#footer li a:active, #footer li a:focus, #footer li a:hover {
}
/* ---------- ::Global Classes:: ------------- */
.center {
  text-align:center;
}
.clear {
  clear:both;
  padding:0;
  margin:0;
  line-height:normal;
}
.floatleft {
  float:left;
}
.floatright {
  float:right;
}
.hidden {
  display:none;
  visibility:hidden;
}
.inline {
  display:inline;
}
.small {
  font-size:10px;
  font-weight:normal;
}
.large {
  font-size:20px;
  font-weight:bold;
}
/* ---------- ::Content/Pages:: -------------- */

/* /// specific page rules here /// */
#page-wrapper{
  width:1279px;
  margin:0 auto;
  background:url(/_img/bg_body.gif) 0 0 repeat-y;
  position:relative;
}
  #page-wrapper .left{
    position:absolute;
    left:0;
    top:0;
    height:170px;
    width:129px;
    background:url(/_img/bg_pg-wrapper_left.gif) 0 0 no-repeat;
  }
  #page-wrapper .right{
    position:absolute;
    height:170px;
    width:127px;
    background:url(/_img/bg_pg-wrapper_right.gif) 0 0 no-repeat;
    right:0;
    top:0;
  }
#page{
  width:1024px;
  margin:0 auto;
  background:url(/_img/bg_page.jpg) 0 0 repeat-y;
  position:relative;
  top:0;
  clear:none;
}

#alrt{
  background:#fcc9c9; /*#ffcc33;*/
  border:1px solid red;
  height:68px;
  width:1024px;
  position:fixed;
  z-index:1000;
  top:0;
  text-align:center;
  display:none;
}
#alrt p{
  font-size:14px;
  font-weight:bold;
  margin-top:23px;
  color:#c51640;
}
#content{
  width:100%;
  background:url(/_img/bg_content.jpg) 0 -95px no-repeat;
  min-height:400px;
}
#header{
  width:100%;
  height:107px;
  position:relative;
  z-index:100;
}
  #orderup-logo{
    margin:20px 0 0 140px;
  }
  #logo-wrapper{
    height:120px;
    left:65px;
    position:absolute;
    top:4px;
    width:195px;
  }
  #signup-callout{
    position:absolute;
    right:29px;
    top:80px;
    z-index:100;
  }
  #contact-info{
    position:absolute;
    right:102px;
    top:58px;
    width:155px;
    font-family:arial,sans-serif;
    font-size:10px;
    color:#330;
  }
  #contact-info a{
    text-decoration:none;
    color:#736e61;
    margin-left:5px;
  }
  
#banner{
  width:100%;
  /*background:url(/_img/bg_banner.png) 0 93% no-repeat;*/
  background:url(/_img/bg_banner_v2.gif) 0 0 no-repeat;
  height:393px;
  position:relative;
}
  #banner .copy{
    position:absolute;
    bottom:83px;
    left:140px;
    width:340px;
  }
    #banner .copy h1{
      font-family:arial;
      font-size:32px;
      font-weight:normal;
      color:#ffff99;
      margin:5px 0 12px 0;
    }
    #banner .copy p{
      color:#fff;
    }
  #bimg{
    bottom:3px;
    position:absolute;
    right:107px;
  }
  #bimg-txt{
    position:absolute;
    top:85px;
    left:137px;
  }
  #bbot{
    position:absolute;
    bottom:0;
    left:112px;
    display:none;
  }
  
#main{
  width:807px;
  margin:0 60px 0 112px;
  position:relative;
}
#main.white{
  background:url(/_img/bg_main_hoz.png) 0 0 repeat-y;
  min-height:350px;
  height:auto !important;
  height:350px;
  padding:0;
}
  .white{
    padding-left:2px;
  }
#main-bot{
  width:807px;
  margin:0 60px 0 112px;
  background:url(/_img/bg_main_bot.png) 0 100% no-repeat;
  height:14px;
}
#txt-home{
  color:white;
  margin-left:99px;
  position:relative;
}
  #txt-home h2{
    color:white;
    font-family:arial;
    font-size:27px;
    margin:15px 0;
  }
    #txt-home h2 .color{
      color:#330;
      font-weight:bold;
    }
  #txt-home h1{
    color:#333300;
    font-family:arial;
    font-size:28px;
    font-weight:bold;
    margin:15px 0;
  }
  #txt-home p{
    color:#333;
  }
  #txt-home p a{
    color:#333;
  }

/* Breadcrumb */
.breadcrumb{
  margin:0 0 0 3px;
  font-size:11px;
}
  .breadcrumb a{
    text-decoration:none;
  }
  .breadcrumb a:hover{
    text-decoration:underline;
  }

/* Loginbox */
#loginbox-wrapper{
  width:245px;
  margin:-50px 0 0 22px;
  color:#330;
}
#loginbox-wrapper a{
  color:#330;
}
#loginbox{
  background:url(/_img/bg_loginbox.png) 0 0 no-repeat;
  height:192px;
  color:#fff;
  padding:14px;
  width:160px;
}
#loginbox h1, #loginbox h2, #loginbox label{
  color:#fff;
}
#loginbox h1, #loginbox h2{
  color:#bf6b0b;
}
#loginbox h2{
 margin:7px 0 3px 0; 
}
#loginbox p{
  color:#7d7d68;
  font-size:10px;
  font-family:Arial,sans-serif;
  line-height:12px;
  padding:0;
  margin:2px 0 0 0;
}
#frm-login input[type="text"], #frm-login input[type="password"]{
  border:1px solid #808080;
  width:93%;
  height:16px;
  font-size:12px;
}
  #frm-login > *{
    display:block;
  }
  #frm-login > input[type="image"]{
    background:transparent;
  }
#login-pws{
  margin-left:10px;
}

.backtomenu{
  margin:15px 0;
}
  .backtomenu a:hover{
    text-decoration:none;
  }
.color{
  color:#fc0;
}



/* Loginbox-Authorized users get different handling of the module */
#loginbox-wrapper-auth{
  width:245px;
  margin:-50px 0 0 22px;
  color:#330;
}
#loginbox-wrapper-auth a{
  color:#666;
  text-decoration:none;
  font-weight:normal;
}
#loginbox-wrapper-auth .row a{
  color:#bf6b0b;
}
#loginbox-wrapper-auth a:hover{
  text-decoration:none;
}
#loginbox-wrapper-auth .top{
  background:url(/_img/bg_loginbox_ends.png) 0 0 no-repeat;
  height:16px;
  width:100%;
}
#loginbox-wrapper-auth .bot{
  background:url(/_img/bg_loginbox_ends.png) 0 100% no-repeat;
  height:16px;
  width:100%;
}
#loginbox-auth{
  background:url(/_img/bg_loginbox_slice.png) 0 0 repeat-y;
  color:#fff;
  padding:0 14px;
  width:160px;
}
#loginbox-auth h1, #loginbox-auth h2, #loginbox-auth label{
  color:#bf6b0b;
  padding:7px 0 3px 0;
}
#loginbox-auth h2{
 margin:7px 0 3px 0; 
}
#loginbox-auth p{
  color:#666;
  font-size:10px;
  font-family:Arial,sans-serif;
  line-height:12px;
  padding:0;
  margin:2px 0 12px 0;
}
#loginbox-auth .row{
  background:url(/_img/icon_chefhat.gif) 0 1px no-repeat;
  padding:0 0 9px 21px;
  cursor:pointer;
  
}
#loginbox-auth .row h2{
  font-size:14px;
  text-decoration:underline;
  margin:0;
  padding:0;
}
#loginbox-auth .row-details{
  display:none;
  padding-left:22px;
  padding-bottom:15px;
  color:white;
  font-size:11px;
}
  .CartQuickVeiwVendor{
    color:#666;
  }
  .CartQuickViewHeader{
    color:#666;
    font-size:11px;
  }
  .CartQuickView{
    color:#666;
    line-height:13px;
    font-size:11px;
  }


/*  Search  */
.mod-search{
  width:567px;
  height:108px;
  background:url(/_img/bg_search.jpg) 0 0 no-repeat;
  display:relative;
  padding:10px;
  color:white;
}
  .mod-search h1{
    color:white;
    text-align:center;
  }
  .mod-search td{
    color:white;
  }
  .mod-search-expanded{ 
    background-image:url(/_img/bg_search_taller.jpg);
    height:150px;
  }
  
.skinned-mod-search{
  width:530px;
  position:relative;
  padding:8px 15px;
}
  #pg .skinned-mod-search h1{
    padding:5px 10px;
  }
  

.myacc-header{
  width:51%;
  margin-top:10px;
}
  .myacc-header .myacc-user{
    float:right;
    margin:25px 0 0;
  }
  h2.accsect-title{
    font-style:normal;
    padding:20px 0 0 5px;
    font-size:14px;
    font-weight:bold;
  }
    h2.accsect-title .edit{
      margin:0 0 0 20px;
      font-size:12px;
      font-weight:normal;
      cursor:pointer;
    }

    
/* Table styles */
.expandable{
  display:none;
}
.tbl  td, th{
  font-family:"Trebuchet MS",Arial,Helvetica,'MS Sans Serif',sans-serif;
  color:#4d4d4d;
  font-size:12px;
  padding-left:6px;
  font-weight:normal;
}
.tbl thead td, th{
  font-weight:bold;
  line-height:15px;
  color:#1a1a1a;
  border-bottom: 2px solid #c60;
  padding-bottom:10px;
}
.tbl tbody td{
  border-bottom:2px solid white;
  border-top:2px solid white;
  padding:10px;
}
  .tbl tbody .right-shadow, .tbl tbody .left-shadow{
    background:url(/_img/row_shadow.gif) 0 0 repeat-y;
    height:90%;
    width:5px;
  }
  .tbl  tbody .right-shadow{
    background-position:-5px 0;
  }
  .tbl  tbody .bookend-right, .tbl tbody .bookend-left{
    background:url(/_img/row_shadow.gif) 0 0 repeat-y white;
    width:5px;
    padding:0;
  }
  .tbl  tbody .bookend-right{
    background-position:-5px 0;
  }
  
.tbl  tbody tr{
  background:#fff2cb;
}
.tbl  tbody tr.hover{
  background:#FFA851;
}
  .tbl .eot td{
    border-top: 2px solid #c60;
    padding:0;
  }
  .tbl .bookend{
    background:white;
    padding:0;
    border:0;
    width:5px;
  }
  .tbl .eot td.bookend {
    border:0;
  }
  
/* legacy version still in use for MakeMeal2.cfm */            
                                                    .search-results  td, th{
                                                      font-family:"Trebuchet MS",Arial,Helvetica,'MS Sans Serif',sans-serif;
                                                      color:#4d4d4d;
                                                      font-size:12px;
                                                      padding-left:6px;
                                                      font-weight:normal;
                                                    }
                                                    .search-results  thead td, th{
                                                      font-weight:bold;
                                                      line-height:15px;
                                                      color:#1a1a1a;
                                                      border-bottom: 2px solid #c60;
                                                      padding-bottom:10px;
                                                    }
                                                    .search-results  tbody td{
                                                      border-bottom:2px solid white;
                                                      border-top:2px solid white;
                                                    }
                                                      .search-results  tbody .right-shadow, .search-results  tbody .left-shadow{
                                                        background:url(/_img/row_shadow.gif) 0 0 repeat-y;
                                                        height:90%;
                                                        width:5px;
                                                      }
                                                      .search-results  tbody .right-shadow{
                                                        background-position:-5px 0;
                                                      }
                                                      .search-results  tbody .bookend-right, .search-results  tbody .bookend-left{
                                                        background:url(/_img/row_shadow.gif) 0 0 repeat-y white;
                                                        width:5px;
                                                        padding:0;
                                                      }
                                                      .search-results  tbody .bookend-right{
                                                        background-position:-5px 0;
                                                      }
                                                      
                                                    .search-results  tbody tr{
                                                      background:#fff2cb;
                                                    }
                                                    .search-results  tbody tr.hover{
                                                      background:#FFA851;
                                                    }
                                                      .search-results .eot td{
                                                        border-top: 2px solid #c60;
                                                      }
                                                      .search-results .bookend{
                                                        background:white;
                                                        padding:0;
                                                        border:0;
                                                        width:5px;
                                                      }
                                                      .search-results .eot td.bookend {
                                                        border:0;
                                                      }
  
  h2.results{
    font-style:italic;
    font-size:14px;
    font-weight:bold;
    color:#333;
    padding:0 0 0 13px;
  }
  h2.results span{
    color:#dd4900;
  }
  .pop{
    display:none;
    color:#333;
  }
    .pop {
      
    }
  .delivery-address{
    padding-left:10px;
  }
  .complete-list{
    padding-left:10px;
  }
  .complete-list span{
    
  }
  
 

 
#rest-info{
  font: normal normal 12px/17px arial;
  padding:10px;
  width:245px;
  margin:0;
  color:#330;
}  
  #rest-info a{
    color:#b1701a;
    text-decoration:none;
    font-weight:normal;
  }
    #rest-info  a:hover{
      text-decoration:none;
    }
  #rest-info  .top{
    background:url(/_img/bg_restinfo_ends.gif) 0 0 no-repeat;
    height:16px;
    width:100%;
  }
  #rest-info  .bot{
    background:url(/_img/bg_restinfo_ends.gif) 0 100% no-repeat;
    height:16px;
    width:100%;
  }
  #rest-info h1, .rest-info h2, .rest-info label{
    color:#bf6b0b;
    padding:7px 0 3px 0;
  }
  #rest-info h2{
   margin:7px 0 3px 0; 
  }
  #rest-info p{
    color:#fff;
    font-size:10px;
    font-family:Arial,sans-serif;
    line-height:12px;
    padding:0;
    margin:2px 0 12px 0;
  }
  #rest-info-content{
    background:url(/_img/bg_restinfo_slice.gif) 0 0 repeat-y;
    color:#fff;
    padding:0 14px;
    width:198px;
  }
  
  
#rest-banner{
  font: normal normal 12px/17px arial;
  padding:0;
  width:100%;
  margin:0;
  color:#330;
}  
  #rest-banner table td{
    font: normal normal 12px/17px arial;
    color:white;
  }
  #rest-banner a{
    color:#b1701a;
    text-decoration:none;
    font-weight:normal;
  }
    #rest-banner  a:hover{
      text-decoration:none;
    }
  #rest-banner .top{
    background:url(/_img/bg_restbanner_ends.gif) 0 0 no-repeat;
    height:16px;
    width:100%;
  }
  #rest-banner .bot{
    background:url(/_img/bg_restbanner_ends.gif) 0 100% no-repeat;
    height:16px;
    width:100%;
  }
  #rest-banner h1, #rest-banner h2, #rest-banner label{
    color:#fff;
    padding:1px 0 3px 0;
  }
  #rest-banner h2{
   margin:7px 0 3px 0; 
  }
  #rest-banner p{
    color:#fff;
    font-size:10px;
    font-family:Arial,sans-serif;
    line-height:12px;
    padding:0;
    margin:2px 0 12px 0;
  }
  #rest-banner-content{
    background:url(/_img/bg_restbanner_slice.gif) 0 0 repeat-y;
    color:#fff;
    padding:0 14px;
    width:95%;
  }

  

table.rest-menu{
  background: transparent;
	width: 595px;
	height: 590px;
	position:relative;
	left: 0;
}


ul.deliver-type{
  list-style:none;
  padding:0 0 8px 22%;
  color:white;
  height:35px;
  margin:5px 0 0 0;
}
  ul.deliver-type li{
    float:left;
    width:100px;
    text-align:center;
    margin:0; padding:0;
    font-weight:bold;
  }
  
.itm-row{
  width:520px;
}

.content-header{
  padding:30px 0 10px;
}
  .content-header h3{
    font-size:34px;
    font-weight:normal;
    line-height:32px;
    margin-bottom:8px;
    letter-spacing:-1px;
    color:#666;
  }
  .content-header .color{
    color:#fc0;
  }
  .content-header .sub{
    color:#999;
    font-size:11px;
  }
  .content-header .ordertype{
    color:#999999;
    cursor:pointer;
    font-size:16px;
    position:absolute;
    right:18%;
    text-align:center;
    width:120px;
  }
  .content-header .ordertype .nub-edit{
    color:#AAAAAA;
    display:block;
    font-family:arial,sans-serif;
    font-size:12px;
    line-height:20px;
    position:absolute;
    text-align:center;
    width:120px;
    top:23px;
    left:0;
  }
  .content-header h4{
    font-size:26px;
    font-weight:normal;
    line-height:20px;
    margin-bottom:8px;
    letter-spacing:-1px;
    color:#666;
  }
  
  


.error{
  padding:15px 0 40px 15px;
}
  .error-msg{
    margin:10px 0 0 0;
    background:#fcc9c9;
    border:1px solid red;
    width:450px;
    text-align:left;
    padding:10px;
    color:#C51640;
  }

  
.itm{
  border-color:#FF9900 -moz-use-text-color -moz-use-text-color;
  border-style:dashed none none;
  border-width:1px 0 0;
}
.itm .itm-summary{
  cursor:pointer;
  padding:10px 5px;
}
.itm .itm-details{
  background:#ffe57f url(/_img/options_top_shadow.png) 0 0 repeat-x;
  display:none;
  padding:10px 5px;
  text-align:center;
  position:relative;
}
.itm .itm-details-loaded{
  /*padding:10px 0 0 0;*/
}
  .itm .itm-details-loaded .itm-loader{
    position:absolute;
    left:43%;
  }

  .itm-active{
    
  }
  .itm-hover{
    
  }
  .itm-details-content{
    display:none;
    text-align:left;
    overflow:hidden;
    width:100%;
  }
    .itm-details-content input[type="checkbox"], .itm-details-content .blank{
      background:transparent;
      border:0;
    }
  .itm-details .itm-loader{
    height:50px;
    position:relative;
    top:16px;
  }
    .itm-details .itm-loader img{
      position:relative;
      top:2px;
    }

.subitems-wrapper{
  display:none;
  position:absolute;
  width:500px;
}
ul.subitems{
  list-style:none;
}
  ul.subitems li{
    float:left;
    width:33%;
  }
  ul.subitems li input{
    border:0;
  }
#TB_ajaxContent .subs-nav{
  bottom:10px;
  left:44%;
  position:absolute;
}
#TB_ajaxContent h2{
  margin:10px 0 0 0;
}
#TB_ajaxContent p {
  padding:0 0 5px 0;
}

    
    
  

/* Footer */
#footer{
  width:100%;
  height:164px;
  background:url(/_img/bg_footer.jpg) 0 0 no-repeat;
  color:#330;
  text-align:center;
  padding-top:43px;
}
#footer a{
  text-decoration:none;
  color:#330;
}


/* fixes to NewStyle.css. these will likely become obsolete */
#mid-col-2{
  border:0;
  width:69%;    /*69%;*/
  left:220px;
  min-height:300px;
  height:auto !important;
  height:300px;
}
.dhtmlgoodies_question{
  margin:0;
}



/* png support for IE6 
img, div { behavior: url(iepngfix.htc) }
*/


/***********************************************************************
 **                                                        THICKBOX                                                                 
 ***********************************************************************/
  
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------
*{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}