﻿/*Textbox Watermark*/

.unwatermarked {
	
}

.watermarked {
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
.DragPanelStyle
{
	border:1pt black dotted;
}
.titleLabel
{
	padding: 2px 6px  0px 0px;
	float: left;
	width: 150px;
	display:block;
	height: 14px;
	margin-right: 5px;
	text-align: right;
}
.titleLabelWide
{
	padding: 2px 6px  0px 0px;
	float: left;
	width: 250px;
	display:block;
	height: 14px;
	margin-right: 5px;
	text-align: right;
}

.halfWindowPanel
{
	width:450px;
	padding:10px;
	border:1pt gainsboro dotted;
}

.halfWindowPanel2
{
	width:440px;
}
.caption2
{
	display:block;
	width:440px;
	text-align:center;
	background-color:#818dd5;
	color:white;
	font-size:1.1em;
	font-weight:bold;
	
}
.caption
{
	display:block;
	width:440px;
	text-align:center;
	background-color:gold;
	color:black;
	
}


.left
{
	float:left;
}
.right
{
	float:right;
}
.bodycolor
{
	background:#f6f1db;
	color:Black;
	
}
.white
{
	 background-color:#818dd5;
	 color:White;
}
.commandBar
{
	margin-top:10px;
	text-align:center;
}
.commandBar input
{
	width:100px;
}
.pagerStyle
{
	width:440px;
	text-align:center;
	display:block;
}
.pagerStyle input
{
	width:90px;
}

