﻿#tdocListBody {
    font-family: Arial,verdana,Serif;
    font-size: 12px;
}
#tdocListBody .modalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
    z-index: 3000;
}

#tdocListBody a.doCollapse {
	color: white;
	text-decoration: underline;
	cursor: pointer;
	/*Disable text selection*/
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#pnlTDocList {
	margin-left: 3px;
}
#tdocListBody input[type=image] {
	padding-top: 5px;
}

/*Search style*/
#tdocSearchHeader table {
	width: 99%;
}

#tdocSearchHeader {
    background-position: 0% 0%;
    color: white;
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #44760f !important;
    background-image: -o-linear-gradient(bottom, #75B91A, #54AF13);
    background-color: #75B91A;
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100%;
    vertical-align: middle;
	border: solid 1px grey;
}
#tdocSearchHeader .showLink {
	color: white;
}
#tdocSearchHeader input[name=rcbYear] {
    width: 125px;
}
#tdocSearchBody {
	border: solid 1px grey;
    height: 0px;
    overflow: hidden;
    transition: height 0.5s;
    -moz-transition: height 0.5s; /* Firefox 4 */
    -webkit-transition: height 0.5s; /* Safari and Chrome */
    -o-transition: height 0.5s; /* Opera */
}
#tdocListBody .updateProgress 
{
    top: 45%;
    position: fixed;
    right: 50%;
}

/*Radgrid style*/
#tdocListBody .RadGrid_Ultimate .rgInfoPart {
	float: right;
}
#tdocListBody .RadGrid_Ultimate img {
	cursor: pointer;
}

#tdocListBody .RadGrid_Ultimate .HideSortIcons .rgSortDesc,
#tdocListBody .RadGrid_Ultimate .HideSortIcons .rgSortAsc {
	display:none;
}
#rgTdocList .rgPager .rgPageLast,
#rgTdocList .rgPager .rgPageFirst {
	display: none !important;
}

#hlkUploadTDoc {
	margin-left: 3px;
}

#tdocListBody .floatLeft {
    float: left;
}

#tdocListBody .floatRight {
    float:right;
}

#tdocListBody .iconButton {
    padding: 0px !important;
}

#tdocSearchBody #btnSearch {
    float: right;
    margin-right: 20px;
}

#tdocListBody .agendaItem {
    cursor: help;
}

/*Extra info column*/
#tdocListBody .extraInfo {
    font-size: 10px;
    cursor: help;
}

#tdocListBody div.RadGrid th:last-child {padding-left: 10px;}
#tdocListBody div.RadGrid td:last-child {
    padding-left: 10px;
    padding-right: 20px;
}

/*Title column*/
#tdocListBody div.RadGrid th:nth-child(4) {padding-left: 10px;}
#tdocListBody div.RadGrid td:nth-child(4) {
    padding-left: 10px;
    padding-right: 20px;
}

.hideDataPager th[scope="col"]{
	display:none;
}