/*** BUG - DO NOT DELETE THIS LINE ***/


/*
 * create a flat looking inputs on request
 */

h1 
{ font-size: 160%;
  color: #333;
}

h2 
{ font-size: 140%;
}

h3 
{ font-size: 120%;
}


a:link {
color: #3AB;
text-decoration: none;
}

a:visited {
color: #3AB;
text-decoration: none;
}

a:hover {
color: #3AB;
text-decoration: underline;
}


form
{ margin: 0px;
  padding: 0px;
}

/* used for spacing on some forms */
img.flat
{ WIDTH: 200px;
  HEIGHT: 1px;
}

input.flat
{ BORDER: 1px solid #999;
  WIDTH: 400px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 15pt;
  BACKGROUND: #E0E4CC;
}

input.flatsmall2
{ BORDER: 1px solid #999;
  WIDTH: 400px;
  HEIGHT: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  BACKGROUND: #E0E4CC;
  FONT-SIZE: 15pt;
}

input.flatsmall
{ BORDER: 1px solid #999;
  WIDTH: 400px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin: 0px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  BACKGROUND: #E0E4CC;
  FONT-SIZE: 15pt;
}

input.flatsmallbutton
{ border: 1px solid #999;
  border-left: 0px;
  WIDTH: 120px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin: 0px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  BACKGROUND: #eee;
  FONT-SIZE: 15pt;
}


input.smallflat
{ BORDER: 1px solid #999;
  WIDTH: 200px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 8pt;
  BACKGROUND: #fff;
}


input.flatbutton
{ BORDER: 1px solid #999;
  WIDTH: 200px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 15pt;
}

input.flatbuttonnp
{ BORDER: 1px solid #999;
  WIDTH: 100px;
  PADDING: 0px;
  MARGIN: 0px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 15pt;
}

input.flatbuttonsmall
{ BORDER: 1px solid #999;
  WIDTH: 200px;
  HEIGHT: 30px;;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
}


input.flatbuttonb
{ BORDER: 5px solid #999;
  WIDTH: 200px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 15pt;
}

input.flatbuttonc
{ BORDER: 3px solid #999;
  WIDTH: 200px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 15pt;
  BACKGROUND: #f93;
}

input.flatbuttond
{ BORDER: 1px solid #999;
  WIDTH: 350px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 15pt;
}

input.flatbuttone
{ BORDER: 1px solid #999;
  WIDTH: 200px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 15pt;
}

input.flat:hover
{ BORDER: 1px solid #444;
}

input.flat:disabled:hover
{ BORDER: 1px solid #999;
}

input.flat:focus
{ BACKGROUND: #eee;
}


input.flatb
{ BORDER: 1px solid #999;
  WIDTH: 400px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 15pt;
  BACKGROUND: #fda;
}


input.flatb:hover
{ BORDER: 5px solid #444;
}

input.flatb:disabled:hover
{ BORDER: 5px solid #999;
}

input.flatb:focus
{ BACKGROUND: #eee;
}


input.flatc
{ BORDER: 1px solid #999;
  WIDTH: 400px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 15pt;
  BACKGROUND: #adf;
}


input.flatc:hover
{ BORDER: 1px solid #444;
}

input.flatc:disabled:hover
{ BORDER: 1px solid #999;
}

input.flatc:focus
{ BACKGROUND: #eee;
}


input.flatd
{ BORDER: 1px solid #999;
  WIDTH: 280px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 15pt;
  BACKGROUND: #ffc;
}

input.flate
{ BORDER: 1px solid #999;
  WIDTH: 400px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 15pt;
  BACKGROUND: #ffc;
}


input.flatd:hover, input.flatd:hover
{ BORDER: 1px solid #444;
}

input.flatd:disabled:hover, input.flate:disabled:hover
{ BORDER: 1px solid #999;
}

input.flatd:focus, input.flate:focus
{ BACKGROUND: #eee;
}


textarea.flat, textarea.flatwide, textarea.flattall
{ BORDER: 1px solid #999;
  WIDTH: 400px;
  HEIGHT: 100px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 15pt;
  BACKGROUND: #E0E4CC;
}

textarea.flatwide
{ WIDTH: 400px;
}

textarea.flattall
{ HEIGHT: 200px;
}

textarea.flat:hover, textarea.flatwide:hover, textarea.flattall:hover
{ BORDER: 1px solid #444;
}

textarea.flat:focus, textarea.flatwide:focus, textarea.flattall:focus
{ BACKGROUND: #eee;
}


select.flat, select.flatwide
{ BORDER: 1px solid #999;
  MIN-WIDTH: 200px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 8pt;
}

select.flatsmall
{ BORDER: 1px solid #999;
  MIN-WIDTH: 100px;
  HEIGHT: 30px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 8pt;
}

select.flatwide
{ WIDTH: 400px;
}


input.button, input.button:disabled
{ BORDER: 1px solid #999;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  FONT-SIZE: 8pt;
  PADDING: 2px 5px;
}

input.button:hover
{ BORDER: 1px solid #444;
}

input.button:disabled:hover
{ BORDER: 1px solid #999;
}


div.rounded
{ 
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 box-shadow: 1px 1px 1px #ccc;
}



/*
 * style for forms
 */


div.gfield
{ 
}


input.gflat
{ BORDER: 1px solid #999;
  WIDTH: 220px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  BACKGROUND: #eee;
}

input.gflat:hover
{ BORDER: 1px solid #444;
}

input.gflat:disabled:hover
{ BORDER: 1px solid #999;
}

input.gflat:focus
{ BACKGROUND: #ffe;
}


textarea.gflat
{ BORDER: 1px solid #999;
  WIDTH: 220px;
  HEIGHT: 100px;
  PADDING: 0px 3px;
  FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
  BACKGROUND: #eee;
}

textarea.gflat:focus
{ BACKGROUND: #ffc;
}


div.field
{ width: 350px;
  margin: 0px auto;
  padding-bottom: 10px;
  text-align: left;
  float: left;
  clear: both;
}


div.wnfield
{ width: 350px;
  margin: 0px auto;
  padding-bottom: 0px;
  text-align: left;
  float: left;
  clear: both;
}


div.sfield
{ width: 150px;
  margin: 0px auto;
  padding-bottom: 10px;
  text-align: left;
  float: left;
  clear: both;
}

div.fieldtext
{
  font-size: 80%;
  font-weight: bold;
  padding-top: 20px;
} 


div.fieldcomments
{
  font-size: 80%;
  font-weight: normal;
  padding-top: 0px;
} 



div.formsectiontitle
{
  font-size: 100%;
  font-weight: bold;
  padding: 5px;
  padding-left: 15px;
  background: #adf;
  border: 1px solid #ddd; 
  margin-top: 40px;
  background: #eee url('/abcimages/wkd_form_title_bg.gif') repeat-x left top;
  color: #fff;
} 

div.errorbox
{
  width: 250px;
  font-size: 100%;
  font-weight: bold;
  padding: 20px;
  background: #fcc;
  border: 2px solid #c44; 
  margin-bottom: 30px;
} 


div.searchtopbox
{
  width: 230px;
  border: 1px solid #999; 
/*  border-right: 1px solid #999; */
  float: left;
  padding: 10px;
  margin-right: 10px;
} 

td.searchtoptable
{
  width: 230px;
  border: 1px solid #999; 
/*  border-right: 1px solid #999; */
  padding: 10px;
} 


div.infoitem
{
  font-weight: normal; 
  font-size: 110%; 
  padding-bottom: 5px;
} 

div.sharebutton
{
    float: left;
    padding-right: 10px;
} 

span.dealprice
{
  color: #f93;
  font-size: 72px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.698);
  position: relative;
} 




div.nicebartext
{
    position: relative;
    top: 8px;
} 

hr.menuhr
{
    width: 100%; 
    color: #fff; 
    background-color: #fff; 
    border: 1px solid #aaa; 
    border-style: none none solid; 
    margin-top: 10px; 
    margin-bottom: 10px;
} 

div.largenum
{
  font-size: 92px;
  font-weight: bold;
  float: left;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-right: -25px;
  margin-bottom: -35px;
  position: relative;
  top: -50px;
  left: -25px;
  color: #69f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.698);
} 

div.hiwtitle
{
  padding-left: 10px; 
  padding-right: 20px; 
  padding-bottom: 20px; 
  padding-top: 15px; 
  font-size: 25px; 
  color: #888; 
  font-weight: bold;
  line-height: 25px;
}

div.mediumnum
{
  font-size: 55px;
  font-weight: bold;
  float: left;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-right: -30px;
  margin-bottom: -35px;
  position: relative;
  top: -50px;
  left: -30px;
  color: #69f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.698);
} 

div.boxpic
{
  float: right;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-right: -40px;
  margin-bottom: -40px;
  margin-top: -40px;
  position: relative;
  top: 20px;
  left: -15px;
} 

div.boldtitle1
{
    clear: both;
    font-size: 100%;
    font-weight: bold;
    padding-top: 20px;
} 

div.boxtri
{
  float: left;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-right: -40px;
  margin-bottom: -40px;
  margin-top: -40px;
  position: relative;
  top: 50px;
  left: -43px;
} 

div.pricetag
{
  float: left;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-left: 45px;
  margin-right: 0px;
  margin-bottom: -170px;
  margin-top: 0px;
  position: relative;
  top: -120px;
  left: +145px;
  font-weight: bold; 
  font-size: 65px;
  background: url('/abcimages/tag7.png') no-repeat left top;
  height: 126px;
  width: 216px;
  color: #fa0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.698);
} 

div.pricetag3
{
  float: right;
  padding-bottom: 0px;
  margin-right: 0px;
  padding-right: 0px;
  margin-bottom: -80px;
  margin-top: 0px;
  position: relative;
  top: -80px;
  left: +90px;
  font-weight: bold; 
  font-size: 65px;
  padding-top: 5px;
  padding-left: 30px;
  background: url('/abcimages/tag6.png') no-repeat left top;
  height: 96px;
  width: 204px;
  color: #fa0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.698);
} 

div.pricetag2
{
  float: left;
  padding-bottom: 0px;
  margin-right: 0px;
  padding-right: 0px;
  margin-bottom: -80px;
  margin-top: 0px;
  position: relative;
  top: -80px;
  left: -50px;
  font-weight: bold; 
  font-size: 65px;
  padding-top: 5px;
  padding-left: 60px;
  background: url('/abcimages/tag5.png') no-repeat left top;
  height: 96px;
  width: 204px;
  color: #fa0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.698);
} 


div.clock
{
  clear: both;
  height: 109px;
  width: 290px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 38px;
  background: url('/abcimages/clock3.png') no-repeat left top;
  position: relative;
  top: -10px;
} 

div.noclock
{
  height: 70px;
  width: 220px;
  padding-top: 10px;
  text-align: center;
  font-size: 38px;
} 

div.wnoteatt
{
    width: 100px; 
    float: left; 
    background: #ccc; 
    padding: 3px; 
    padding-left: 6px; 
    margin-right: 2px;
} 

div.statspage
{
    width: 150px; 
    float: left; 
    background: #cef; 
    padding: 3px; 
    padding-left: 6px; 
    margin: 1px;
} 


span.pricedollar
{
  font-size: 35px;
  position: relative;
  top: -20px;
} 


span.valuetitle
{
  font-size: 15px;
  text-align: center;
  font-weight: bold;
} 

span.valuenumber
{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
} 



div.box123
{
    margin-left: 0px; 
    color: #444;
    font-size: 90%;
    font-weight: bold;
} 

span.dealpricecurrency
{
  color: #f93;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.698);
  position: relative;
  top: -26px;
} 

div.midbox
{
  float: left;
  width: 190px;
  font-size: 90%;
  font-weight: normal;
  padding-right: 20px;
  border: 0px solid #c44; 
} 

div.faqtitle
{
  font-size: 100%;
  font-weight: bold;
  color: #18c;
} 

div.clearfix
{ display: inline-table;
}


/*div.clearfix
{ display: block;
}
*/

div.smalltitle
{
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 25px;
} 


div.notes
{ font-size: 80%;
  padding-top: 5px;
  padding-right: 10px;
}

div.notecol
{ 
  width: 178px; 
  border: 1px solid #ddd; 
  padding: 10px;
}

div.shadowboxroundten
{ 
    box-shadow: 0 1px 3px rgba(34,25,25,0.4); 
    -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4); 
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4); 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border: 1px solid #bbb; 
}

div.shadowboxround
{ 
    box-shadow: 0 1px 3px rgba(34,25,25,0.4); 
    -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4); 
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4); 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    border-radius: 8px; 
    -khtml-border-radius: 8px; 
    border: 0px solid #bbb; 
}

div.shadowbox
{ 
    box-shadow: 0 1px 3px rgba(34,25,25,0.4); 
    -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4); 
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4); 
}


div.shadowboxtop
{ 
    box-shadow: 0 1px 3px rgba(34,25,25,0.4); 
    -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4); 
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4); 
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}


/*
*#9BD1FA  #AADDFF
*/

#ad1 {
width: 336px;
height: 280px;
position: absolute;
right: 0px;
bottom: 0px;
left: 620px;
top: 270px;
}


#qlink a:link {
color: #555;
text-decoration: none;
}

#qlink a:visited {
color: #555;
text-decoration: none;
}

#qlink a:hover {
color: #69f;
text-decoration: none;
}

#qlink {
color: #999;
padding-top: 2px;
text-decoration: none;
font-size: 80%;
}


#blink a:link {
color: #333;
text-decoration: none;
}

#blink a:visited {
color: #333;
text-decoration: none;
}

#blink a:hover {
color: #3ab;
text-decoration: underline;
}

#blink {
color: #333;
padding-top: 2px;
text-decoration: none;
}



#yblink a:link {
color: #333;
text-decoration: none;
}

#yblink a:visited {
color: #333;
text-decoration: none;
}

#yblink a:hover div:hover {
color: #333;
text-decoration: none;
}

#yblink {
color: #333;
padding-top: 2px;
text-decoration: none;
font-weight: normal;
}


#clickbox div:hover {
border: 1px solid #def;
}

#clickbox div{
border: 1px solid #999;
}




#noclickbox div:hover {
border: 0px;
}

#noclickbox div{
border: 0px;
}



#bblink a:link {
color: #F38630;
text-decoration: none;
}

#bblink a:visited {
color: #F38630;
text-decoration: none;
}

#bblink a:hover {
color: #F38630;
text-decoration: underline;
}

#bblink {
color: #F38630;
padding-top: 2px;
text-decoration: none;
font-weight: normal;
}


#wblink a:link {
color: #333;
text-decoration: none;
}

#wblink a:visited {
color: #333;
text-decoration: none;
}

#wblink a:hover {
color: #333;
text-decoration: underline;
}

#wblink {
color: #333;
padding-top: 2px;
text-decoration: none;
font-weight: bold;
}



#gblink a:link {
color: #F38630;
text-decoration: none;
}

#gblink a:visited {
color: #F38630;
text-decoration: none;
}

#gblink a:hover {
color: #F38630;
text-decoration: underline;
}

#gblink {
color: #F38630;
padding-top: 2px;
text-decoration: none;
font-weight: normal;
}


#cblink a:link {
color: #3ab;
text-decoration: none;
}

#cblink a:visited {
color: #3ab;
text-decoration: none;
}

#cblink a:hover {
color: #3ab;
text-decoration: underline;
}

#cblink {
color: #3AB;
padding-top: 2px;
text-decoration: none;
font-weight: normal;
}



#cublink a:link {
color: #369;
text-decoration: none;
}

#cublink a:visited {
color: #369;
text-decoration: none;
}

#cublink a:hover {
color: #69f;
text-decoration: underline;
}

#cublink {
color: #369;
padding-top: 2px;
text-decoration: none;
font-weight: normal;
}


#ccblink a:link {
color: #3ab;
text-decoration: none;
}

#ccblink a:visited {
color: #3ab;
text-decoration: none;
}

#ccblink a:hover {
color: #3ab;
text-decoration: underline;
}

#ccblink {
color: #3ab;
padding-top: 2px;
text-decoration: none;
font-weight: normal;
}


#zblink a:link {
color: #06f;
text-decoration: none;
}

#zblink a:visited {
color: #06f;
text-decoration: none;
}

#zblink a:hover {
color: #69f;
text-decoration: underline;
}

#zblink {
color: #06f;
padding-top: 2px;
text-decoration: none;
}




#mlink a:link {
color: #333;
text-decoration: none;
}

#mlink a:visited {
color: #333;
text-decoration: none;
}

#mlink a:hover {
color: #3ab;
text-decoration: underline;
}

#mlink {
color: #333;
padding-top: 2px;
}


#xblink a:link {
color: #3AB;
text-decoration: none;
}

#xblink a:visited {
color: #3AB;
text-decoration: none;
}

#xblink a:hover {
color: #3AB;
text-decoration: underline;
}

#xblink {
color: #3AB;
padding-top: 2px;
text-decoration: none;
}


div#nifty{ margin: 0 0%;background: #99ccff}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #99ccff}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}



/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(/abcimages/calendar/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}



/* Popup Box CSS */

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 120%; height: 220%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
/*	position: fixed;
	top: 50%; left: 50%;  */
	position: absolute;
	top: 350px; left: 50%;  
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}