body
{
    background:#87AEC5;
    background-image: url(images/ui/gradient.jpg);
    background-repeat: repeat-x; 
    font-family: Arial;
    font-size: 85%;
}
.important
{
	font-weight: bolder;
	font-size: larger;
	color: red;
	font-style: italic;
}
.stepbox
{
  color: #9d173f;
  background-color: #dcdcec;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
}
.section
{
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
}
td.LeftBorder
{
    background-image: url(images/ui/menubackgroundleft.png);
    width:22px;
}  

td.RightBorder
{
    background-image: url(images/ui/menubackgroundright.png);
    left:22px;
}

td.TopBorder
{
    background-image: url(images/ui/menubackground.png);
    /*height:22px;*/
    color:#ffffff;
}

.TopBorder a:link { color:white; text-decoration:none }
.TopBorder a:visited { color:white; text-decoration:none }
.TopBorder a:hover { color:white; text-decoration:underline }

td.BottomBorder
{
     background-image: url(images/ui/bottommenubackground.png);
     height:20px;
}

div.RedLink 
{ 
    color:white;
    border: 1px solid #000000;
    width:100%;
    height:100%;
    background-color:#ffffff;
}

tr.report {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  background-color: #DFDFDF;
}	

tr.report_alt {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  background-color: #BFBFBF;
}

A:link
{ 
    color:blue;
    text-decoration: none; 
}

A:active
{ 
    color:blue;
    text-decoration: none;
}
A:visited
{ 
    color:blue;
    text-decoration: none;
}
A:hover
{
  color:blue;
    text-decoration: underline;
}

.editinfodiv
{
	display:none;
	width:45%;
	height:45%;
	top:75px;
	position:relative;
}

.showlistdiv
{
	display:none;
	width:45%;
	height:45%;
	top:75px;
	position:relative;
	z-index:-1
}

.contentdiv
{
	position:relative;
}

.edittable
{
	font-family: Arial;
    font-size: 85%;
}