.selection {
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 5px;
	max-width: 350px;
	background: #72537c;
	z-index:10;
}

.selection .dialog-title{
    background: none repeat scroll 0% 0% rgb(114, 83, 124);
    color:white;
    padding:5px;
}

.selection .finder {
	float: left;
	width: 98%;
	height: 30px;
	margin:0;
	margin-top: 1px;
	background: white;
	border: 1px solid transparent;
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
}

.selection .finder input {
	position: relative;
	float: left;
	border: none;
	background: transparent;
	width: 70%;
}

.selection .imgFinder {
	position: relative;
	height: 30px;
	background: url(../images/finder.png) no-repeat transparent center;
}

.selection .lblFinder {
	float: right;
	display: table;
	height: 55px;
	vertical-align: center;
	margin-top: 3px;
	font-size: 15px;
}

.selection-content{
	background: #dfdfdf;;
	font-size: 15px;
	color: black;
}

.selection-buttons{
	clear:both;
	float:right;
	padding-top:0px;
	padding-bottom:5px;
	height:50px;
	width:100%;
}

.selection-buttons .grayButton,.selection-buttons .greenButton{
    clear:none;
    padding:0px;
    float:left;
    margin:5px;
	max-height:50px;
	width:45%;
}

.selection-buttons .redButton{
    clear:none;
    padding:0px;
    float:left;
    margin:5px;
    margin-right:5%;
	max-height:50px;
	width:45%;
}

.pOptions{
    clear:both;
    width:100%;
    height:260px;
    overflow:auto;
}

.selection-options{
    font-size:16px;
    width:100%;
}

.selection-options tr:hover{
    background:#bebebe;
}

.selection-options td{
	font-size: 14px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.selection-options td:first-child{
	font-size: 14px;
	width:10%;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.selection-options td:nth-child(2){
	font-size: 14px;
	width:90%;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}


