﻿body
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}

BUTTON
{
	font-size: 8pt;
	font-family: Arial;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}


  table.shadow { 
    align: center
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(../images/borders/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(../images/borders/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(../images/borders/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(../images/borders/bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(../images/borders/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(../images/borders/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(../images/borders/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(../images/borders/topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }

