﻿body {
}
.SearchArea
{
	margin-bottom:10px;
}

/* TEXTBOX */
#searchBox,#tbKey,#tbValue,#tbValueUpdate
{
	font-family:Arial Greek;
	font-size:11px;
}

/* LABEL */
#lKey,#lValue,#lNbRows,#lNbRowsValue
{
	vertical-align:text-top;
	font-family:Arial Greek;
	font-size:12px;
	margin-right:5px;
}
#lValue
{
	margin-left:5px;
}

/* LINKBUTTON */
#searchButton,#clearButton,#addButton,#deleteButton,#cancelButton,#saveButton
{
	vertical-align:text-top;
	font-family:Arial Greek;
	font-size:12px;
	margin-left:5px;
}
#deleteButton
{
	margin-left:0px;
}
/* GRIDVIEW */
#gvCache
{
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial Greek;
	font-size:11px;
	width:600px;
}
.HeaderStyle
{
	text-align:left;
}
.RowStyle
{
	background-color:#EEEEEE
}
.AlternatingRowStyle
{
}
.SelectedRowStyleRowStyle
{
}
.EmptyDataRowStyle
{
	border-style:none;
}        