﻿body {
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

.TestPopUp
{
    background-color: #CCCCCC;
    height: 100%;
}

.popupMenu {
    position:absolute;
    visibility:hidden;
    background-color:#F5F7F8;
    opacity: .9;
    filter: alpha(opacity=90);
}
       
/*Popup Control*/
.popupControl
{
    background-color: White;
    position: absolute;
    visibility: hidden;
}

.FieldEventGame
{
    border: thin solid #008000;
    background-color: #CCFFCC;
}
.FieldEventPractice
{
    border: thin solid #800000;
    background-color: #CCFF33;
}
.FieldEventScrimmage
{
    border: thin solid #800000;
    background-color: #FFCC99;
}
.FieldEventOther
{
    border: thin solid #800080;
    background-color: #33CCFF;
}


/*
** 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;
}

