select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 65%;
    margin: 8px 0 0 0;
    padding: 6px 6px 6px 44px;
    font-size: 16px;
    font-weight: normal;
}

.panel > fieldset.description {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
    text-align: right;
    font-size: 16px;
}

fieldset.description > .row:last-child {
    border-bottom: none !important;
}

fieldset.description > p {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 42px 10px 10px 10px;
    background: none;
    color: grey;
    text-align: left;
}

fieldset.description > li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 10px 10px 10px 10px;
    background: none;
    color: grey;
    text-align: left;
}

fieldset.description > label {
    color: black;
    position: absolute;
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: bold;
}

.row > p {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 12px 10px 0px 110px;
    height: 42px;
    background: none;
    color: grey;

}

.noResults, .error {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 1em .5em;
	font-size: 20px;
	color: #cccccc;
}

.error {
	color: #ff0000;
}

.loadMore {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 2px 0;
}

/************************************************************************************************/

ul.roundRect {
	vertical-align: middle;
	font-size: 17px;
	padding: 0;
	margin: 0 0 20px 0;
	background-color: white;
	-webkit-border-radius: 8px;
	border: 1px solid #999999; 
}

ul.roundRect b {
	-webkit-border-radius: 8px;
    margin: 0;
	padding:10px 10px 14px 10px;
	line-height:17px;
    display: block;
	font-size:small;
	font-weight:normal;
	margin-right:10px;	  
	color: black;
    text-overflow: ellipsis;
    overflow: hidden;
	background-color: white;
}

ul.roundRect ul c {
	-webkit-border-radius: 8px;
    margin: 0;
	padding:10px 10px 14px 10px;
	line-height:17px;
    display: block;
	font-size:small;
	font-weight:bold;
	margin-right:10px;	  
	color: black;
    text-overflow: ellipsis;
    overflow: hidden;
	background-color: white;
}

ul.roundRect b ul {
    display:block;
    border: none;
    background: none;
    text-align: left;
    padding:0px 0px 0px 0px;
    margin: 0;
	margin-right:10px;	  
	line-height:10px;
	font-size:small;
	font-weight:normal;
	color: black;
	list-style-type: circle;    
	background-color: white;
}


ul.roundRect b ul li {
    display:list-item;
    border: none;
    background: none;
    text-align: left;
    list-style-position:inside;
    padding:0px 0px 0px 0px;
    margin: 0;
	margin-right:10px;	  
	line-height:10px;
	font-size:small;
	font-weight:normal;
	color: black;
	list-style-type: circle;    
	background-color: white;
	overflow:visible;
}


ul.roundRect li  {
	vertical-align: middle;
	min-height:40px;
	font-size:17px;
	margin:0;
	list-style-type: none;
	color:black;
	border-bottom: 1px #999999 solid;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


ul.roundRect li a {
	vertical-align: middle;
	font-weight: bold;
    margin: 0;
	padding:10px 10px 14px 10px;
	line-height:17px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-size:small;
	color:#324F85;
}

ul.roundRect li a img {
	vertical-align: middle;
}
ul.roundRect li a span {
	width: 150px;
	vertical-align: middle;
	font-size:small;
	font-weight:bold;
	float:right;	  
	margin-right:10px;	  
	color: black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
 
}

ul.roundRect li strong {
    margin: 0;
	padding:10px 10px 14px 10px;
	line-height:17px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

ul.roundRect li b {
	vertical-align: middle;
	font-weight: bold;
    margin: 0;
	padding:10px 10px 14px 10px;
	line-height:10px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-size:small;
	color:#324F85;
}

ul.roundRect li b span {
	font-size:small;
	font-weight:bold;
	float:right;	  
	margin-right:10px;	  
	color:black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

ul.roundRect li a:active, ul.roundRect li a[selected]  {
	color: inherit !important;
	background: white url(../images/ajaxloader.gif) center right no-repeat;	
}
ul.roundRect li:first-child {
	border-top:0;    /* Remove border above the first item of the list */
}

ul.topInfo li  
{
	vertical-align: middle;
	min-height:10px;
	font-weight: bold;
	font-size:medium;
	margin:0;
	list-style-type: none;
	color:black;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


ul.topInfo li a {
	vertical-align: middle;
	font-weight: bold;
    margin: 0;
	line-height:17px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-size:small;
	color:#324F85;
}

ul.topInfo li a span 
{
	width:150px;
	font-size:Medium;
	font-weight:bold;
	float:right;	  
	margin-right:10px;	  
	color:black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
 
}



