/*****************************************************************
 * NW54 CSS Styles*
 *****************************************************************/

html
{
	scrollbar-face-color: #669A99;
	scrollbar-highlight-color: #BED6D5;
	scrollbar-shadow-color: #3E6666;
	scrollbar-3dlight-color: #6B9998;
	scrollbar-arrow-color:  #2A5857;
	scrollbar-track-color: #9ACAC9;
	scrollbar-darkshadow-color: #5A8886;
}

body 
{
	background-color: #CCFFFF;
	color : #006666; 
	font-size : 14px; 
	text-decoration: none; 
}

/*****************************************************************
 * Text Styles*
 *****************************************************************/

.alert
{
	color: #FF0000; 
	text-decoration: none; 
	font-weight: bold; 
}

/*****************************************************************
 * Link Styles*
 *****************************************************************/

a:link
{
	color: #069999; 
	text-decoration: none; 
}

a:visited
{
	color: #00CCCC; 
	text-decoration: none; 
}

a:hover
{
	color: #004400; 
	text-decoration: underline; 
	font-weight: bold; 
}

a:active
{
	color: #004400; 
	text-decoration: underline; 
	font-weight: bold; 
}

/*****************************************************************
 * Button Styles*
 *****************************************************************/

input.button
{	
	color: #FFFFFF; 
	font-weight: bold; 
	width: 100px;
  	height: 25px;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	background-color: #00826E ;
}

input.longbutton
{	
	color: #FFFFFF; 
	font-weight: bold; 
	width: 150px;
  	height: 25px;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	background-color: #00826E ;
}

/*****************************************************************
 * Table Styles*
 *****************************************************************/

table
{
	width: 80%;
	border-top: 2px solid #BBE0E3;
	border-bottom: 2px solid #BBE0E3;
	border-right: 2px solid #BBE0E3;
	border-left: 2px solid #BBE0E3;
	padding: 2px;	
	background: #99FFFF; 
}

table.noborders
{
	width: 80%;
	border: 0px;
	padding: 0px;
}

table.white
{
	width: 670px;
	border: 2px;
	padding: 2px;
	background:#FFFFFF;
}

td
{
	text-align: center;
	vertical-align: top;
}

td.left
{
	text-align: left;
	vertical-align: top;
}

td.right
{
	text-align: right;
	vertical-align: top;
}

td.text
{
	background-color: #C0C0C0;
	color: #000000;
	text-align: left;
	text-decoration: none; 
	font-size : 16px; 
	font-weight: normal; 
}
