﻿
/* TOOLBAR */

.filters
{
	margin: 20px 0;
}

.searchbar
{
	float: right;
	margin-right: 10px;
}

.searchbar .textbox
{
	width: 180px;
}

.filterlabel
{
	font-family: microsoft yahei;
	float: left;
	clear: left;
	width: 60px;
	margin-top: 2px;
	margin-left: 20px;
}

.filtervalue
{
	margin-left: 90px;
}

.filtervalue .textbox
{
	width: 120px;
}

.filtervalue select
{
	margin-bottom: 6px;
}

.filtervalue .ajax__calendar
{
	line-height: normal;
}

.filterbuttons
{
	margin: 10px 0 10px 90px;
}

/* GRIDVIEW */

.gridview
{
	width: 100%;
    background: url(Images/gridview-header.gif) no-repeat;	
}

.gridview td
{
	border: 1px solid #bfbfbf;
}

.gridview .button
{
	font-size: 9px;
}

.gridview .textbox,
.fieldvalue .gridview .textbox
{
	width: 120px;
}

.gridview table td
{
	border: none;
}

.gridview-header,
.gridview-header a
{
	color: #fff;
	text-decoration: none;
}

.gridview-header th
{
	white-space: nowrap;
	height: 24px;
	border: none;
}

.gridview-row
{
}

.gridview-row-alt
{
	background: #f0f0f0;
}

.gridview-row > td,
.gridview-row-alt > td
{
	padding: 4px;

}

.gridview-pager
{
    display: block;
    text-align: center;
	font-family: Georgia;
	font-size: 14px;
	line-height: 200%;
}

.gridview-pager input
{
	font-size: 9px;
	line-height: normal;
}

.gridview-pager .textbox
{
	width: 30px;
}

.gridview-empty
{
	margin: 20px 0;
	background: url(Images/gridview-empty.png) repeat;
	padding: 60px;
	text-align: center;
	font-style: italic;
	color: #808080;
	font-size: 16px;
	border: 1px solid #808080;
}
.gridview .entry
{
	padding: 20px 15px;
}

/* gridtree */

.gridtree
{
	width: 100%;
    border: 1px solid #bfbfbf;
}

.gridtree td
{
	
}

.gridtree .button
{
	font-size: 9px;
}

.gridtree .textbox,
.fieldvalue .gridtree .textbox
{
	width: 120px;
}

.gridtree table td
{
	border: none;
}

.gridtree-header,
.gridtree-header a
{
	color: #fff;
	text-decoration: none;
}

.gridtree-header th
{
	white-space: nowrap;
	height: 24px;
	border: none;
}

.gridtree-row
{
}

.gridtree-row-alt
{
	background: #f0f0f0;
}

.gridtree-row > td,
.gridtree-row-alt > td
{
	padding: 5px 15px;
}

.gridtree-icon
{
    background: url(Images/gridtree-icon.gif);
    width: 8px;
    height: 8px;
    float: left;
    margin: 5px 5px 5px 0;
}

/* FIELDLABEL */

.fieldlabel
{
	width: 100px;
	float: left;
	clear: left;
	text-align: right;
}

.fieldvalue
{
	margin: 0 10px 10px 120px;
}

.fieldvalue:after
{
	content: '.';
	visibility: hidden;
}

.fieldvalue .textbox
{
	width: 300px;
}

.fielddesc
{
	line-height: 140%;
	margin: -5px 0 10px 120px;
	width: 300px;
	color: #aaa;
}

.focus
{
	font-family: Georgia;
	font-size: 1.5em;
}

/* BUTTONS */

.buttons
{
	font-size: 14px;
	line-height: normal;
	margin: 30px 30px;
	text-align: right;
}

.operations
{
	padding: 4px 10px;
	margin: 5px 0;
}

.operations input
{
	font-size: 9px;
}

/* FILTERS */

.DropDownFilterHightlight
{
	background: #9eb1bf;
	color: White;
}

.TextFilterHightlight
{
	background: #9eb1bf;
	color: White;
	border: 1px solid #9eb1bf;
	padding: 2px;
}

