.admin_style {
	font-family: Helvetica;
	font: 12px/16px "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
	color: #646464;
}

.big_add_button {
	padding: 2px 4px 0px 2px;
}

.big_add_button a {
	width: 100%;
	float: left;
	border: 1px solid #DBE2EB;
	text-align: center;
	padding: 5px 0px 5px 0px;
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

.big_add_button a:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.type_select {
	max-height: 450px;
	overflow: auto;
	margin-right: 10px;
}

.type_select_small {
	width: 205px;
}

.type_select_standard {
	width: 130px;
}

.type_select_small img {
	width: 16px;
	vertical-align: middle;
	margin-right: 3px;
}

.type_select_standard img {
	display: block;
	margin: 0 auto;
}

.type_select_option {
	margin-left: 6px;
	margin-bottom: 0px;
}

.type_select_standard .type_select_option {
	text-align: center;
}

.type_select_small .type_select_option a {
	padding: 3px;
	width: 170px;
	overflow: hidden;
}

.type_select_standard .type_select_option a {
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
	width: 100px;
}

.type_select_option a {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #DDDDDD;
	color: black;
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 2px;
	text-decoration: none;
}

.type_select_option a:hover {
	border: 1px solid #7FAAFF;
	background: #E0E9F1;
}

.type_select_option .statistic_type_selected {
	border: 1px solid #7FAAFF;
	background-color: #E0E9F1;
}

a.type_selected {
	border: 1px solid #7FAAFF;
	background-color: #E0E9F1;
}

img.grey {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: 0.4;
	filter:alpha(opacity=40);
}

img.grey:hover {
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none ; /* IE6-9 */
    zoom:1;
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: 1;
	filter:alpha(opacity=100);
}