﻿


.UpperLeftCornerInner
{
	background-image:url('images/UpperLeftCornerInner.png');
	background-position:right bottom;
	background-repeat:no-repeat;
	height:30px;
	width:30px;
}
.LowerLeftCornerInner
{
	background-image:url('images/LowerLeftCornerInner.png');
	background-position:right Top;
	background-repeat:no-repeat;
	height:30px;
	width:30px;
}
.UpperRightCornerInner
{
	background-image:url('images/UpperRightCornerInner.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	height:30px;
	width:30px;
	
}
.LowerRightCornerInner
{
	background-image:url('images/LowerRightCornerInner.png');
	background-position:top left;
	background-repeat:no-repeat;
	height:30px;
	width:30px;
}
.UpperStripInner
{
	background-image:url('images/StripInner.png');
	background-position:center bottom;
	background-repeat:repeat-x;
	height:30px;
	
}
.LowerStripInner
{
	background-image:url('images/StripInner.png');
	background-position:top center;
	background-repeat:repeat-x;
	height:30px;
	
}
.LeftStripInner
{
	background-image:url('Images/StripInner.png');
	background-repeat:repeat-y;
	background-position:right center;	
	width:30px;
}
.RightStripInner
{
	background-image:url('Images/StripInner.png');
	background-repeat:repeat-y;
	background-position:left center;	
	width:30px;
}
.ContantBackInner
{
	background-image:url('Images/StripInner.png');
	background-repeat:repeat-y repeat-x;
	background-position:center;	
}

.NormalTextbox
{
	border:1px solid #98AFC7;
	margin-top: 1px;
	height: 20px;
}


.completionList {
border:solid 1px #444444;
margin:0px;
padding:2px;
height: 100px;
overflow:auto;
background-color: #FFFFFF;
}

.listItem {
color: #1C1C1C;
}

.itemHighlighted {
background-color: #ffc0c0;
}


