﻿/*Global*/
#lsListBody {
    font-family: Arial,verdana,Serif;
    font-size: 12px;
}

#lsListBody .radgridLsList img{ cursor: pointer;}
#lsListBody .radgridLsList .lastColumn{ padding-right: 20px; }
#lsListBody .radgridLsList .basicCell {
    -moz-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
}

/*In Progress Status*/
#lsListBody .modalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
    z-index: 3000;
}

#lsListBody .updateProgress {
    margin: auto;
    font-family: Trebuchet MS;
    filter: alpha(opacity=100);
    opacity: 1;
    font-size: small;
    vertical-align: middle;
    color: #275721;
    text-align: center;
    padding: 10px;
    -moz-border-radius: 15px;
    z-index: 3001;
    border-radius: 15px;
    top: 45%;
    position: fixed;
    right: 45%;
}

/*Search style*/
#lsListBody .lsSearchHeader {
    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 gray;
	height: 30px;
}

#lsListBody .lsSearchHeader .showLink {
	color: white;
}

#lsListBody .nothingFound {
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

#lsListBody .lsSearchBody {
	width: 100%; 
	padding: 6px 10px;
	border: solid gray 1px;
}