﻿
/* TOOLBAR */

.filters
{
	margin: 20px 0;
	padding: 4px;
}

.searchbar
{
	float: right;
}

.searchbar .textbox
{
	width: 180px;
}

.filterlabel
{
	font-family: microsoft yahei;
	float: left;
	clear: left;
	width: 60px;
	margin-top: 2px;
	margin-left: 20px;
}

.twocolumnpage .filterlabel
{
   clear: none;
}

.filtervalue
{
	margin-left: 90px;
}

.filtervalue .textbox
{
	width: 80px;
}

.filtervalue select
{
	margin-bottom: 6px;
}

.filtervalue .ajax__calendar
{
	line-height: normal;
}

.filterbuttons
{
	margin: 10px 0 10px 90px;
}

/* GRIDVIEW */

.gridview
{
	width: 100%;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

.gridview-header
{
	background: #eaeef0;
}

.gridview-header th
{
	white-space: nowrap;
	padding: 4px;
	border: 1px solid #cccccc;
}

.gridview-row
{
}

.gridview-row-alt
{
	background: #eaeef0;
}

.gridview-row > td,
.gridview-row-alt > td
{
	padding: 4px;
	border: 1px solid #cccccc;
}

.gridview-pager
{
	font-family: Georgia;
	font-size: 14px;
	line-height: 200%;
	background: #d5d9d8;
}

.gridview-pager table
{
	margin: auto;
}

.gridview-pager .textbox
{
	width: 30px;
}

.gridview-pager input
{
	font-size: 9px;
	line-height: normal;
}

.gridview-empty
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background: #e5e4e4;
	padding: 60px;
}

/* LISTGRID */

.listgrid
{
	width: 100%;
	border: none;
    border-left: 1px solid #d3d4d5;
    border-right: 1px solid #d3d4d5;
    border-collapse: collapse;
}

.listgrid-header
{
}

.listgrid-row,
.listgrid-row-alt
{
    background: #fbfaf9;
}

.listgrid-author
{
	float: right;
}

.listgrid-pager
{
	font-family: Georgia;
	font-size: 14px;
	line-height: 200%;
	background: #6e6855;
}

.listgrid-pager,
.listgrid-pager a
{
	color: #e9e6d9;
}

.listgrid-pager table
{
	margin: auto;
}

.listgrid-pager .textbox
{
	width: 30px;
}

.listgrid-pager input
{
	font-size: 9px;
	line-height: normal;
}

.listgrid-footer
{
	background: whitesmoke;
	text-align: right;
}

.listgrid-row td,
.listgrid-row-alt td
{
    border-top: 1px solid #d3d4d5;
    border-bottom: 1px solid #d3d4d5;
}

.listgrid-empty td
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background: #e5e4e4;
	padding: 60px;
}
.listgrid .cell
{
    padding: 12px 15px;
}

.listgrid .cell a
{
    color: #4e4d4f;
}

.listgrid .cell-logo
{
    text-align: center;
    vertical-align: middle;
}

.listgrid .cell-title
{
    color: #565656;
    font-size: 12px;
    margin: 0.2em 0;
    font-weight: bold;
}




.listgrid .cell-attributes
{
    color: #959595;
    margin: 0.2em 0;
}

/* FIELDLABEL */

.fieldlabel
{
	width: 130px;
	float: left;
	clear: left;
	text-align: right;
}

.cell-attributes .fieldlabel
{
    width: auto;
    float: none;
   display: inline;
}

.fieldvalue
{
	margin: 0 0 10px 150px;
}

.cell-attributes .fieldvalue
{
   margin: 0;
   display: inline;
}

.fieldvalue:after
{
	content: '.';
	visibility: hidden;
}

.fieldvalue .textbox
{
	width: 300px;
}

.focus
{
	font-family: Georgia;
	font-size: 1.5em;
}

/* BUTTONS */

.buttons
{
	margin: 30px 0 30px 200px;
	width: 300px;
	text-align: right;
}

.operations
{
	padding: 4px 20px;
	margin: 10px 0;
}

/* FILTERS */

.DropDownFilterHightlight
{
	background: #9eb1bf;
	color: White;
}

.TextFilterHightlight
{
	background: #9eb1bf;
	color: White;
	border: 1px solid #9eb1bf;
	padding: 2px;
}

/* REORDERLIST */

.reorderlist ul
{
	list-style: none;
	margin: 20px;
}

.reorderlist-handle
{
	border: outset 1px #CFCFCF;
	background: #6e6855;
	width: 18px;
	height: 18px;
	cursor: move;
	margin: 3px 10px 3px 0;
}

.reorderlist-cursor
{
	border: dashed 1px #CFCFCF;
	background: #e5e4e4;
	height: 15px;
}

.reorderlist-empty
{
	font-size: 14px;
	font-weight: bold;
	padding: 60px;
	border: solid 2px #CFCFCF;
	background: #E8EACC;
	padding: 60px;
	text-align: center;
	font-style: italic;
	color: gray;
}

/* ITEMVIEWENTRY */

.ItemView .entry-title
{
    background: #f1f4f4;
    color: #808e93;
    height: 26px;
    padding: 8px 15px 0 25px;
    margin: 0 0 20px;
}

.ItemView-CommentList
{
    display: none;
}

/* CELL */

.twocolumnpage .cell
{
  margin: 10px 0;
}

.cell-icon
{
    text-align: center;
}

.cell-header
{
    background: #f4f5f5;
    height: 27px;
    letter-spacing: 0.2em;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px 0;
}

.cell-header,
.cell-header a
{
    color: #b60000;
    text-decoration: none;
}


.cell-content
{
    text-indent: 2em;
}

.cell-more
{
    float: right;
}

.cell-more a,
.cell-more a:hover
{
    color: #b60000;
    text-decoration: none;
    font-size: 12px;
}




