﻿body {
}

.GridView
{
    font-family: 'Comic Sans MS';
    font-size: x-small;
}

.Button
{
    font-size: x-small;
}

#FooterDIV
{
	color: Blue;
	font-family: 'Comic Sans MS' , Arial;
}

#HeaderDIV
{
    background-color: #000000;
    text-align: center;
    width: 800px;
}

.krInputTXT
{
    width: 9em;
    font-size: x-small;
    background-color: #00FFFF;
}

.DropDownList
{
    font-size: x-small;
}

.RadioButtonList
{
    font-size: x-small;
}

/*
** resize
*/
.frameText
{
	width:100px;
	height:100px;
	overflow:auto;
	float:left;
	background-color:#ffffff;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	font-family:Helvetica;
	line-height:normal;
}
.handleText
{
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}
.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}
