
.mls_management_button
{
	border: 1px solid #ABABAB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: %px;
	padding: 2px 6px 2px 4px;
	color: #515151;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	margin-left: 6px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e3e3e3 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(99%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e3e3e3 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e3e3e3 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e3e3e3 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e3e3e3 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}

.mls_management_button img
{
	vertical-align: middle;
	height: 20px;
}

.mls_management_button span
{
	vertical-align: middle;

	/* Comment out following line to hide button captions */
	/*display: none;*/
}

.mls_management_button:hover
{
	background: #f5f5f5;
}

.mls_management_button:active
{
	background: #e3e3e3;
	padding: 3px 5px 1px 5px;
}

.mls_management_search
{
	width: 180px;
	height: 29px;
	padding: 3px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

.mls_management_search.active
{
	background: url(../../pics/mls/manager_search.gif) no-repeat 155px center;
}

.mls_management_search_order
{
	width: 115px;
	height: 29px;
	padding: 3px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

.mls_management_customercount
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
	color: gray;
	display: inline-block;
}

.mls_top_bar
{
	position: relative;
	margin-bottom: 1.0em;
}

.mls_list_wrapper_right
{
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0px;
}

.mls_customer_list
{
	/*background: rgba(0,0,255,0.2);*/
    transition: all 1s ease-out;
}

.mls_customer_listentry
{
	/*background: rgba(0,0,255,0.2);*/
}

.mls_customer_licencecount
{
	font-size: 0.8em;
	color: gray;
	/*background: magenta;*/
}

.mls_customer_licenceid
{
	font-size: 0.8em;
	color: gray;
	/*background: magenta;*/
}

.mls_licence_listentry
{
	/*background: rgba(0,255,255,0.2);*/
	padding-left: 25px;
}

.mls_licence_licencestatus
{
	font-size: 0.8em;
	color: red;
}

.mls_list_listentryheader
{
	position: relative;
	cursor: pointer;
}

.mls_list_listentryheader:hover
{
	background-color: #E5E5E5;
}

.mls_management_metadataTable
{
	border: 0;
	margin-bottom: 15px;
	width: 100%;
}

.mls_management_metadataTable th
{
	text-align: left;
	border-bottom: 1px solid lightgray;
	padding-top: 7px;
}

.mls_management_metadataTable td
{
	vertical-align: top;
}

.mls_customer_icon
{
	height: 42px;  /* 100% */
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}

.mls_licence_icon
{
	height: 32px;  /* 100% */
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}

.mls_list_contentwrapper
{
	height: 0px;
	overflow: hidden;
    transition: all 1s ease-out;
}

.mls_list_captionwrapper
{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2em;
	/*background: lightblue;*/
}

.mls_list_captionwrapper_right
{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2em;
	/*background: lightblue;*/

	position: absolute;
	right: 35px;
	top: 20%;
}

.mls_list_entrydropdowntoggler
{
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -7px;  /* make this half of border-top! */
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 13px solid lightgray;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.mls_keygen_infobox
{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #ffffff;
	padding: 8px 10px 8px 10px;
	border: 1px solid rgb(192,192,192);
	border-radius: 0px 7px 0px 0px;
}

.mls_keygen_keytext
{
	font-size: 10pt;
	line-height: 120%;
}
