﻿
/* 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%;
}

.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-header-L
{
    background: url(Images/gridview-header-L.gif) no-repeat top left;
}
.gridview-header-M
{
    background: url(Images/gridview-header-m.gif) no-repeat top left;
}
.gridview-header-R
{
    background: url(Images/gridview-header-R.gif) no-repeat top right;
}

.gridview-row
{
	background: #FFF;
}

.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 div
{
    display: inline;
}

.gridview-pager input
{
	font-size: 9px;
	line-height: normal;
}

.gridview-pager .textbox
{
	width: 30px;
}

.gridview-empty
{
	background: url(Images/gridview-empty.gif);
	margin: 20px 0;
	font-style: italic;
	color: #808080;
	font-size: 16px;
	padding: 60px;
    text-align: center;
	border: 1px solid #dedede;
}

.gridview .entry
{
	padding: 10px 15px 0;
}

/* LISTGRID */

.listgrid
{
	width: 100%;
}

.listgrid td
{
	border: none;
}

.listgrid .button
{
	font-size: 9px;
}

.listgrid .textbox,
.fieldvalue .listgrid .textbox
{
	width: 120px;
}

.listgrid table td
{
	border: none;
}

.listgrid-row
{
	background: #FFF;
}

.listgrid-row-alt
{
	background: #f0f0f0;
}

.listgrid-row > td,
.listgrid-row-alt > td
{
	padding: 0;

}

.listgrid .entry
{
	padding: 0;
	margin: 0;
}

.listgrid .entry-icon,
.listgrid .entry-icon-right
{
    margin: 10px;
}

.listgrid .entry-attributes,
.listgrid .entry-content
{
    margin-right: 80px;
    margin-left: 130px;
}

.listgrid-row .entry-title
{
    margin: 0 0 10px;
    padding: 6px 20px;
    border-top: 2px solid #f2f2f3;
    border-bottom: 2px solid #f2f2f3;
}

.listgrid-row-alt .entry-title
{
    margin: 0 0 10px;
    padding: 6px 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.listgrid .focus
{
    text-align: center;
	float: right;
    margin: 15px 10px 10px;
}


/* LISTS */


.entrylist .row td
{
	padding: 4px;
	border-bottom: #cccccc 1px dotted;
}

.rsslist
{
    padding: 0 8px;
	text-align: left !important;
}

/* 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;
}

.subfield
{
    text-align: right;
    margin: -29px 239px 10px auto;
}

.subfield .fieldlabel
{
	float: none;
	text-align: left;
	width: auto;
}

.subfield .fieldvalue
{
	margin-left: 0;
}

.subfield .fieldvalue .textbox
{
	width: 500px;
}

.focus
{
	font-family: Georgia;
	font-size: 1.5em;
}

/* BUTTONS */

.buttons
{
	font-size: 14px;
	line-height: normal;
	margin: 30px 30px;
	text-align: right;
}

.generic-button
{
    background: url(Images/button-L.jpg) no-repeat left top;
    display: inline-block;  /*FF*/
    *+display: inherit;   /*IE7*/
    height: 21px;
}

.generic-button .button
{
   cursor: pointer;
   background: url(Images/button-R.jpg) no-repeat right top; 
   border: none;
   line-height: 23px;
   height: 21px;
}

.operations
{
	padding: 4px 10px;
	margin: 5px 0;
}

.operations-button
{
    background: url(Images/operations-button-L.jpg) no-repeat left top;
    display: inline-block;  /*FF*/
    *+display: inherit;   /*IE7*/
    height: 18px;
}

.operations-button .button
{
   background: url(Images/operations-button-R.jpg) no-repeat right top; 
   cursor: pointer;
   border: none;
   line-height: 20px;
   height: 18px;
}

.operations input
{
	font-size: 9px;
}

/* FILTERS */

.DropDownFilterHightlight
{
	background: #9eb1bf;
	color: White;
}

.TextFilterHightlight
{
	background: #9eb1bf;
	color: White;
	border: 1px solid #9eb1bf;
	padding: 2px;
}

