﻿body 
{
   background-image:url(gradient.jpg);
   background-repeat: repeat-x;
   background-color: #bababa;
}

.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in {
  text-align:left; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.narrow {width:8em;} /* change to suit */
.wider {width:350px;}
.widest {width:50em;}

img.right
{
float:right;
}

img.left
{
float:left;
margin:0px 10px 5px 0px;
}

.InfoBox
{
	BACKGROUND: url(../images/bg-th-right-silver.gif) #dcdcdc no-repeat right top;
    padding: 0px 0px 0px 0px;
}
.InfoBox TH
{
	BACKGROUND: url(../images/bg-th-left-silver.gif) no-repeat left top;
	WIDTH: 5px;
}
.InfoBoxContent
{
    background-color: #dcdcdc;
    border: 1px solid #666666;
    padding: 4px 4px 4px 4px;
}
.InfoBoxContent TD
{
	BACKGROUND: none;
}
.InfoBoxContent TH
{
	BACKGROUND: none;     
    FONT-WEIGHT:bold;
    FONT-SIZE: 12px;
    COLOR:#000000;
    FONT-STYLE:normal ;
    TEXT-ALIGN: left;
    FONT-VARIANT: normal	
}



