@charset "UTF-8";

/*++++++++++++++*/
/* ID Selectors */
/*--------------*/

#tablebg {
  background-color : #f7f7f7;
  color : #f7f7f7;
}
#data { background-color : #ffffff; }

/*+++ Top ID Declarations +++*/
#topCorner {
  background-color : #f7f7f7;
  color : #000000;
  width : 13px;
  height : 16px;
}
#topMid {
  background-image : url(/Images/Layout/top-mid.png);
  background-repeat : repeat-x;
  background-color : #ffcc99;
  color : #000000;
  font-family : Trebuchet MS, Verdana, Luxi Sans, Helvetica, Arial, sans-serif;
  font-size : 11px;
  text-align : center;
  height : 16px;
  white-space : nowrap;
}
#topDisolve {
  background-image : url(/Images/Layout/top-disolve.png);
  background-repeat : no-repeat;
  background-color : #f7f7f7;
  color : #000000;
  width : 30%;
  height : 16px;
}
/*---Top ID Declarations ---*/


/*+++ Side ID Declarations +++*/
#sideLeft {
  background-image : url("/Images/Layout/side-left.png");
  background-repeat : repeat-y;
  background-color : #f7f7f7;
  color : #000000;
  width : 13px;
}
#sideDisolve {
  background-image : url(/Images/Layout/side-disolve.png);
  background-repeat : repeat-y;
  background-color : #f7f7f7;
  color : #000000;
}
/*--- Side ID Declarations ---*/


/*+++ Bottom ID Declarations +++*/
#bottomLeft {
  background-image : url(/Images/Layout/bottom-left.png);
  background-color : transparent;
  color : #000000;
  height : 44px;
  width : 13px;
}
#bottomMid {
  background-image : url(/Images/Layout/bottom-mid.png);
  background-repeat : repeat-x;
  background-color : #f7f7f7;
  color : #000000;
  text-align : center;
  font-family : Trebuchet MS, Verdana, Luxi Sans, Helvetica, Arial, sans-serif;
  font-size : 9pt;
  height : 60px;
}
#bottomCorner {
  background-image : url(/Images/Layout/bottom-corner.png);
  background-repeat : no-repeat;
  background-color : #f7f7f7; 
  height : 16px;
  width : 13px;
}
#bottomDisolve {
  background-image : url(/Images/Layout/bottom-disolve.png);
  background-repeat : no-repeat;
  background-color : #f7f7f7;
  height : 60px;
  width : 144px;
}
/*--- Bottom ID Declarations ---*/
