﻿/* This stylesheet cannot be used on Netscape prior to version 6 */
/* It is included into the HTML pages if IE or NS6+ is detected  */

/* Form Elements */

input			{
					border: none;
					background-color:#FFFFFF;
				}

.textfield		{
					font-size: 10px;
					font-family: verdana, sans-serif;
					color: #666666;
					background-color: #ffffff;
					border: 1px #999999 solid;
               width: 168px;
					
					height: 16px;
				}

.textarea		{
					font-size: 10px;
					font-family: verdana, sans-serif;
					color: #666666;
					background-color: #ffffff;
					border: 1px #999999 solid;
                    width: 170px;
					height: 70px;
				}

select			{
                    width: 170px;
					height: 16px;
					font-size: 10px;
					font-family: verdana, sans-serif;
					color: #666666;
					background-color: #ffffff;
					border: 1px solid #cccccc;
				}

input.button			{
					cursor: "pointer";
					font-size: 9px;
					font-family: verdana, sans-serif;
					border-top: 1px #cccccc solid;
					border-left: 1px #cccccc solid;
					border-bottom: 1px #333333 solid;
					border-right: 1px #333333 solid;
					color: #333333;
					background-color: #eeeeee;
				}
input.buttonSc			{
	cursor:hand;
	font-family: Tahoma; /* Font Face */
	font-size: 8pt; /* Font Size */	
	color: #000000; /* Font Color */
	font-style: normal; /* FontStyle */
	/*	text-decoration: underline; /* Font Style */
	
	text-align: center; /* Align Text */
	border:1px;
	border-style:solid;
	border-color:#000000;	 
	background-color:#FFFFFF;

				}

.hiddenp		{
					font-size: 11px;
					font-family: verdana, sans-serif;
					color: #666666; /* Should be same as main style sheet 'body' colour */
					background-color: #ffffff; /* Should be same as main style sheet 'tp' colour */
					border: none;
				}

.hiddenl		{
					font-size: 11px;
					font-family: verdana, sans-serif;
					color: #666666; /* Should be same as main style sheet 'body' colour */
					background-color: #eeeeee; /* Should be same as main style sheet 'tl' colour */
					border: none;
				}

.hiddend		{
					font-size: 11px;
					font-family: verdana, sans-serif;
					color: #666666; /* Should be same as main style sheet 'body' colour */
					background-color: #dddddd; /* Should be same as main style sheet 'td' colour */
					border: none;
				}

.hiddena		{
					font-size: 11px;
					font-family: verdana, sans-serif;
					color: #666666; /* Should be same as main style sheet 'body' colour */
					background-color: #cccccc; /* Should be same as main style sheet 'ta' colour */
					border: none;
				}

.hiddenm		{
					font-size: 11px;
					font-family: verdana, sans-serif;
					color: #666666; /* Should be same as main style sheet 'body' colour */
					background-color: #cccccc; /* Should be same as main style sheet 'tm' colour */
					border: none;
				}