font.norfolk { 
	color:#86a2e3;
	font-family : arial;
	
}

select.norfolk { font-color:blue;}
  
font.help { font-size: 70%; 
	color:gray;
	align:justified;
}

font.helpblack { font-size: 70%; 
	color:black;
	font-family:verdana;
	text-decoration:none;
}

font.smallblack { font-size: 9pt; 
	color:black;
	font-family:arial;
}

font.smallblue { font-size: 8pt; 
	color:blue;
	font-family:arial;
}

font.helpnocolor { font-size: 80%; 
	
	font-family:verdana;
	text-decoration:none;
}

font.textblack { font-size: 100%; 
		font-family:verdana;
	color:black;
}

font.textnocolor { font-size: 100%; 
		font-family:verdana;
	;
}

font.helpblackjust { font-size: 70%; 
	align:justified;
	color:black;
}

font.f1 { font-size: 14pt;
		font-face:arial;
	color:black;
}


font.tiny { font-size:40%; color:white;}

font.tinyplus { font-size:50%}

button.cc { font-face:arial; font-color:blue; height:25; width:auto;}

button.red {background-color:red; font-face:arial; font-color:blue; height:25; width:auto;}



DIV { font-size: $fontsize[$i]; font-weight: $fontweight[$i] }

	.box {		
			position:relative;
			border:none;
			border-width:thin;
			border-color:blue;
			z-index:3;
			overflow:auto;
			width:200px;			
			font-family:arial;
			font-size:10pt;
			font-weight:normal;
		}
	.textbox {		
			
			overflow:auto;
			width:200px;			
			font-family:arial;
			font-size:8pt;
			font-weight:normal;
		}		
	.onetag{		
			position:relative;
			border:none;
			border-width:thin;
			border-color:black;
			z-index:3;
			width:200px;
			height : 7%;
			text-align:center;
			padding-top: 1em;
			padding-bottom: 1em;
			font-family:arial;
			font-size:10pt;
			font-weight:bold;
			
		}
	.tophalf{	position:relative;
			border:none;
			border-width:thin;
			border-color:black;
			z-index:3;
			width:100%;
			height : 40%;
			padding:0.4em;			
			font-family:arial;
			font-size:10pt;
			font-weight:bold;
		}	
	
	.lefthalf{	position:relative;
			left:0px;
			top: 0px;
			border:dashed;
			border-width:thin;
			border-color:black;
			z-index:3;
			width:40%;
			height : 100%;
			padding:0.4em;			
			font-family:arial;
			font-size:10pt;
			font-weight:bold;
			float:left;
		}	
	.righthalf{	position:relative;
			right:0px;
			top : 0px;
			border:dashed;
			border-width:thin;
			border-color:black;
			z-index:3;
			width:60%;
			height : 100%;
			padding:0.4em;			
			font-family:arial;
			font-size:10pt;
			font-weight:bold;
		}		

		
.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(http://kalsey.com/tools/css/rounded/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(http://kalsey.com/tools/css/rounded/images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

a { text-decoration : none; color : none;}
a:hover {text-decoration:underline;}

body {
margin:0;
padding:0;
height:100%;
width:100%;
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
scrollbar-3dlight-color: white;
scrollbar-arrow-color: gray;
scrollbar-track-color: white;
scrollbar-darkshadow-color: white;


}
