﻿
/* GRID */
.GridCss
{
	border: solid 1px Tan;
}
.GridCss td
{
	border: solid 1px #FFFFFF;
	margin: 3px 3px 3px 3px;
	font-family: Arial;
	padding: 5px 5px 5px 5px;
	/*text-align: center;*/
}
.GridHeader
{
	font-weight:normal;
	background-color:white;
    align-items:center ;
    text-align:center;
}
.GridHeader a
{
	text-decoration:none;
	color: #337ab7;
	padding: 0px 15px 0px 15px;
}
.GridHeader a:hover
{
	text-decoration: underline;
	/*background: Tan url(images/spin.gif) no-repeat 0 100%;*/
}
.GridItem, .GridAltItem
{
	/*font-size:x-small;*/
}
.GridItem
{
	background-color:gray;
    font-size:x-small;
}
.GridAltItem
{
	background-color:white;
    font-size:small;
}



.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination-ys table > tbody > tr > td {
    display: inline;
}
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #14627f;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}





/*Tree view*/
#MyTreeView  a { color:#454545; text-decoration:none; }
#MyTreeView  tr, #MyTreeView  td, #MyTreeView  tr a { float:left; display:block }
#MyTreeView  tr a { padding:5px 5px; }
#MyTreeView  tr:hover a { color:red; text-decoration:none; }
#MyTreeView  > table > tr  { border-bottom:solid 1px #ccc; margin:10px; }










