@charset "iso-8859-1";
/***********************************************************************************************************/
/* file containing the style information                                                                   */
/* You can modify the colors to better fit into your web site                                              */
/* DO NOT modifiy the sizes, widths, ...                                                                   */
/***********************************************************************************************************/


/* change background-color in the following lines to change the color of the border */
.bordertable
{
	border: 0px solid #000;
	background-color: #006699;  /* default blue */
/*	background-color: #888;*/  /* grey */
}

/* change background-color in the following lines to change the color of the display */
.outputpanel
{
	border: 1px solid #ccc;
/*	background-color: #dff;*/  /* blue display */
/*  background-color: #cf7;*/  /* green display */
	background-color: #F0F8FF;  /* yellow display */
	margin: 0;
}

.calcoutput 
  {
    font-size: 12px;
    color: #006699;
    font-family: arial, helvetica, serif;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
  }

.calhead
{
	border: 0px;
	background-color: #ccc;
	margin: 0;
}

.keyboard
{
	border: 0px;
	background-color: #ccc;
}

.calcinput
  {
	background-color: #ffe;
	border-width: 1px; 
	border-color: #000; 
	border-style:solid;    
	font-size: 10px;
    font-family: verdana, arial, helvetica, serif;
	font-weight: normal;
	text-align: right;
  }

.CalculatorButtonHighlight
{
  background: #eb2;
  padding: 0px 0px 0px 0px;
  border: 1px solid #000;
  font-size: 10px;
  font-family: verdana, arial, helvetica, serif;
  font-weight: normal;
}

.CalculatorButtonDefault
{
  background: #ccf;
  padding: 0px 0px 0px 0px;
  border: 1px solid #000;
  font-size: 10px;
  font-family: verdana, arial, helvetica, serif;
  font-weight: normal;
}

.angle
{
	font-size: 7pt;
    color: #006699;
    font-family: verdana,arial, helvetica, serif;
}

.small
	{
	font-size: 10px;
	font-family: verdana, arial, helvetica, serif;
	color: #006699;
	}

.normal
	{
	font-size: 12px;
	font-family: verdana, arial, helvetica, serif;
	color: #006699;
	}

.tiny
	{
	font-size: 9px;
	font-family: verdana, arial, helvetica, serif;
	color: #006699;
	}

.tinycal
	{
	font-size: 9px;
	font-family: arial, helvetica, serif;
	color: #006699;
	}

.bold
	{
	font-size: 16px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, serif;
	color: #006699;
	}

.link:link
  {
    color: rgb(66,128,255);
    background-color: transparent; 
    text-decoration: none;
  }

.link:visited
  {
    color: rgb(66,128,255);
    background-color: transparent; 
    text-decoration: none;
  }

.link:hover
  {
    color: rgb(128,170,255);
    background-color: transparent;
    text-decoration: underline;
  }

.tjstform {margin:0;}

