ul, li{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	background:transparent none repeat scroll 0 0;
	border:0 none;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
}

.icon-settings{
	background: transparent url(../wp-content/plugins/anyfont/img/icon-settings.png) no-repeat 0 0;
}

.icon-fonts{
	background: transparent url(../wp-content/plugins/anyfont/img/icon-fonts.png) no-repeat 0 0;
}
.icon-styles{
	background: transparent url(../wp-content/plugins/anyfont/img/icon-styles.png) no-repeat 0 0;
}

.charmap{
	margin:5px 10px 10px;
	overflow-x: scroll !important;
	overflow-y: hidden !important;
	padding:20px 5px;
}

.charmap fieldset, fieldset.anyfont-settings-block{
	background-color:#FFFFFF;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow:0 -2px 5px 1px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow:0 -2px 5px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 -2px 5px 1px rgba(0, 0, 0, 0.5);
	box-shadow:0 -2px 5px 1px rgba(0, 0, 0, 0.5);
}

span.loading_msg{
    padding-left:26px;
    background: transparent url(../wp-content/plugins/anyfont/img/loader.gif) no-repeat 0 0;
}

#anyfont-settings fieldset.anyfont-settings-block{
    margin: 30px auto;
    width: 95%;
}

#anyfont-note, div.error_msg{
    padding: 5px 5px 8px 50px;
    font-style:oblique;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    -moz-box-shadow:2px 2px 3px 1px rgba(0, 0, 0, 0.6);
    -khtml-box-shadow:2px 2px 3px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:1px 2px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow:1px 2px 4px 1px rgba(0, 0, 0, 0.2);
    text-shadow:0px 0px 3px rgba(255, 255, 255, 1);
    width: 93%;
    margin:-5px auto;
	margin-top:10px;
    vertical-align:middle;
    font-size: 15px;
    min-height: 35px;
}
#anyfont-note.warning{
    background: rgb(255, 251, 204) url(../wp-content/plugins/anyfont/img/warning.png) no-repeat 0 50%;
    border:1px solid #e6db55;
    margin-top: 15px;
    clear:both;
}

#anyfont-note span{
    font-weight:bold;
}

#anyfont-note ul{
    margin-left:10px;
    margin-top:5px;
}
#anyfont-note ul li{
    line-height:16px;
    list-style:disc inside;
}


div.error_msg{
    background: #FFEBE8 url(../wp-content/plugins/anyfont/img/error.png) no-repeat 1px 0px;
    border:1px solid #cc0000;
    font-weight:normal;

}

#anyfont-tabs{
    margin:20px 10px 0;
    float:left;
    padding:0 5px;
    border-bottom:1px solid #dfdfdf:
}

#anyfont-tabs li{
    float:left;
    padding:5px 10px;
    border:1px outset rgba(0, 0, 0, 0.4);
    color:#676767;
    background:url("../wp-content/plugins/anyfont/img/grad_legend.png") repeat-x scroll 0 50% transparent;
    background:-webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(230,230,230)));
    background:-moz-gradient(linear, left top, left bottom, from(rgb(249, 249, 249)), to(rgb(230,230,230)));
    background: gradient(linear, left top, left bottom, from(rgb(249, 249, 249)), to(rgb(230,230,230)));
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -khtml-border-top-left-radius:10px;
    -khtml-border-top-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    text-shadow:1px 1px 0 #FFFFFF;
    font-weight:bold;
    color:#757575;
    cursor:pointer;
    margin-top:1px;
}

#anyfont-tabs li:hover{
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
    border-bottom:0 none;
}

#anyfont-tabs li.active{
    margin-top:0px;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
    background:rgb(242, 242, 242);
    background:-webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(249, 249, 249)));
    background:gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(195, 208, 255)));
    border-bottom:0 none;
}

#anyfont-tab-container {
    border:1px outset rgba(0, 0, 0, 0.4);
    padding:5px;
    background:rgb(242, 242, 242);
    background:-webkit-gradient(linear, left top, left bottom, from(rgb(249, 249, 249)), to(rgb(230,230,230)));
    background: gradient(linear, left top, left bottom, from(rgb(249, 249, 249)), to(rgb(230,230,230)));
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    float:left;
    padding:5px;
    width:99%;
    margin-top:-2px;
}

.charmap legend, fieldset.anyfont-settings-block legend{
	background: #ffffff url("../wp-content/plugins/anyfont/img/grad_legend.png") repeat-x scroll left -1px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:rgba(0, 0, 0, 0.488281) 0px 2px 6px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.488281) 0px 2px 6px 1px;
    -khtml-box-shadow:rgba(0, 0, 0, 0.488281) 0px 2px 6px 1px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.488281) 0px 2px 6px 1px;
    box-shadow:rgba(0, 0, 0, 0.488281) 0px 2px 6px 1px;
	float:left;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size:15px;
	font-style:oblique;
	font-weight:bold;
	left:15px;
	margin-bottom:0;
	padding:5px 15px;
	position:relative;
	text-shadow:1px -1px 1px white;
	top:-16px;
}

#anyfont-list{
	border:1px solid #DfDfDf;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	clear:both;
}


#anyfont-list .list-header{
	background: #DFDFDF url(../wp-admin/images/gray-grad.png) repeat-x scroll left top;
	list-style:none;
	height:25px;
	overflow:hidden;
}

#anyfont-list .list-header li{
	background: #DFDFDF url(../wp-admin/images/gray-grad.png) repeat-x scroll left top;
	float:left;
	font-weight:bold;
	padding-top:4px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}

#anyfont-list .list-footer{
	clear:both;
}

#anyfont-list li.checkbox{
	background-color:transparent;
	width:3%;
	padding:2px 5px;
}

#anyfont-list li.name{
	width:50%;
}

#anyfont-list li.font-details{
	width:35%;
}
#anyfont-list li.style-details{
	width:35%;
}

#anyfont-list li.font-preview{
	width:52%;
	float:left;
	margin:0;
	overflow:hidden;
}

#anyfont-list ul.style-list-item li.font-preview img{
	margin:5px 0;
}

#anyfont-list li.actions{
	width:8%;
	text-align:right;
}

#anyfont-list li.actions img{
	margin-top:10px;
	cursor:pointer;
}

#anyfont-list ul.style-list-item {
	overflow:hidden;
	height:60px;
}

#anyfont-list ul.style-list-item li{
	float:left;
	font-weight:bold;
	margin:10px 0 0;
	font-size:15px;
}

#anyfont-style-new{
	margin-top:20px;
}

#anyfont-list ul.style-list-item li.actions{
	float: right;
	margin: 0px 12px;
	text-align: right;
	width: 6%;
}

#preview_image_container{
	position:absolute;
	background:#eaeaea;
	padding:10px;
	border:1px solid #DfDfDf;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#preview_image_container div{
	font-size:10px;
	font-style:oblique;
	text-align:center;
	padding:0;
	margin-top:2px;
}

.hidden_option{
	-webkit-box-shadow: rgba(0, 0, 0, 0.269531) 0px 5px 4px 0px;
	-khtml-box-shadow: rgba(0, 0, 0, 0.269531) 0px 5px 4px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.269531) 0px 5px 4px 0px;
	box-shadow: rgba(0, 0, 0, 0.269531) 0px 5px 4px 0px;
	background:transparent none;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EBEBEB));
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 20px 20px;
	clear: both;
	margin-bottom: 15px;
	margin-left: -7px;
	margin-top: -40px;
	padding: 35px 5px 10px;
	width: 390px;
}

div.help-text-popup{
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background: #000;
	font-size: 7pt;
	padding: 2px 5px;
	position: absolute;
	width: 300px;
	color:white;
}

div.simple{
	background:transparent none;
	-moz-border-radius:0;
	-khtml-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-khtml-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding: 0;
	width: 390px;
	clear:none;
	margin:0px;
}

div.char-map{
	padding:0 5px;
	clear: both;
}

.anyfont-style-block, .anyfont-font-block{
	border-bottom:1px solid #dfdfdf;
	margin:0;
	clear:both;
/* 	padding-left: 11px; */
}

.anyfont-font-block:hover, .anyfont-style-block:hover{
	background:#F5F4F4 none repeat scroll 0 0;
}

.anyfont-font-block.curOpen, .anyfont-style-block.curOpen{
	background:transparent url(../wp-content/plugins/anyfont/img/menu_grad.png) repeat-x scroll left -5px;
}

.anyfont-style-block.curOpen ul li.font-preview img{
	position:absolute !important;
	margin-top:100px !important;
}

.anyfont-style-block h3{
	float:left;
}

.anyfont-style-preview{
	float:left;
/*	margin-left:60px !important;*/
}

.anyfont-style-preview-new{
	bottom:50px;
	right:5px;
	margin-left:30px !important;
}

.anyfont-options-block{
	float:left;
	width:100%;
/* 	margin-bottom:20px; */
}

.anyfont-options-block p{
	margin-left:20px;
}

.options-block-contents{
	border:1px solid #FFFFFF;
	background:#FFFFFF;
	cursor:default;
	padding:20px 20px 40px 6%;
}

.anyfont-options-block label{
	line-height:17px;
	float:left;
	width:200px;
	font-weight:bold;
}

div.help-txt, span.help-txt{
    cursor: help;
    background: transparent url(../wp-content/plugins/anyfont/img/help.png) no-repeat 0 0;
    float:left;
    width:25px;
    height:25px;
    margin-top:-2px;
}

select.style-select{
    float:left;
}

.anyfont-options-block input[type="text"] {
	float:left;
	border:1px solid #DDDDDD;
	height:20px;
	font-size:10px;
	margin-top:-1px;
	width:159px;
	padding-right:20px;
	background-color:#FFFFFF !important;
}
.anyfont-options-block input[type="checkbox"] {
	vertical-align:middle;
}

#anyfont_page .anyfont-options-block select{
	height:22px;
	width:159px;
	margin:-2px 3px;
}

.colorpickerControl {
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:3px 3px 6px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	border:1px solid #555;
	background-color:#FFF;
	padding:3px;
	width:152px;
}

.colorpickerControl input {
	font-size:8pt;
}

.colorpickerControl table {
	width:152px;
}

#anyfont-page-options .add-new{
	float:right;
}

#anyfont-page-options .delete-selected{
	float: left;
	height: 20px;
}

.anyfont-settings-block .anyfont-settings-content{
	float:left;
	padding:0 15px;
	width:98%;
}

.anyfont-options-block input.button-primary{
	float:right;
    margin: 0px 0px 0px 5px;
}

.anyfont-style-settings{
	background-color:#F5F5F5;
	margin:10px 15px;
	width:95%
}

#anyfont-upload-desc{
	font-weight:bold;
}

#anyfont-upload-new{
    margin:0 0 15px;
}


.updated{
/* 	background: rgb(255, 251, 204) url(../wp-content/plugins/anyfont/img/info.png) no-repeat 0 0; */
	padding:20px;
	font-weight:bold;
	border-width:2px;
	color:#333;
	z-index:10;
}

.button-save{
	outline:none;
}

#anyfont-settings .anyfont-note{
	font-weight:lighter;
	font-size:11px;
	font-style:italic;
}

.anyfont_checkbox{
	cursor:pointer;
	padding:0;
	line-height:20px;
	width:220px;
    clear:both;
	float:left;
}
label{
	clear:both;
}
.custom_select{
	background:#FFFFFF url(../wp-content/plugins/anyfont/img/btn_dropdown.png) no-repeat scroll right 1px;
	cursor:default;
}

/* .custom_select:hover, .custom_select:active{ */
/* 	background:#FFFFFF url(../wp-content/plugins/anyfont/img/dropmenu_sprite.png) no-repeat scroll right -17px; */
/* } */

.menu{
	display:block;
	font-size:11px;
	position:absolute;
	border:1px solid #ddd;
	background:#FFF;
	z-index:10;
	height:265px;
	opacity:0.95;
	overflow-x:hidden;
	overflow-y:scroll;
	cursor:default;
	-moz-box-shadow:3px 3px 6px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	min-width:70px;
}
.menu li:hover{
	background:#F5F5F5;
	cursor:pointer;
}

.menu li.imglist{
	border-bottom: 1px dashed #ddd;
	display:block;
}

.menu li{
	padding:4px 5px;
}

input.shadow-spin {
	background: #FFF url(../wp-content/plugins/anyfont/img/spinbtn_updn_new.gif) no-repeat 100% -1px;
	padding-right:20px;
}

input.shadow-spin.up {
	cursor:pointer;
	background-position:100% -20px;
}

input.shadow-spin.down {
	cursor:pointer;
	background-position:100% -38px;
}
#anyfont-list ul.style-list-item li{
	font-weight:normal;
	font-size:11px;
}


#anyfont-list ul.style-list-item li.font-details{
	width:35%;
	margin:3px 0px;
}

#anyfont-list ul.style-list-item li.style-details{
	width:35%;
	margin:3px 0px;
}

#anyfont-list ul.style-list-item li.font-details h3, #anyfont-list ul.style-list-item li.style-details h3{
	font-weight:bold;
	font-size:14px;
	margin:5px 0 0;
}

#anyfont-list ul.style-list-item li.font-details div.copyright{
    font-size:9px;
    height:18px;
    margin:0 0;
    overflow:hidden;
    width:100%;
}

#anyfont-footer{
    position:relative;
    bottom:0px;
    font-size:10px;
    clear:both;
    padding-top:30px;
    padding-left:10px;
    font-style:oblique;
}

fieldset.cache_count_block{
	border:1px solid #DfDfDf;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 20px;
	padding: 2px 15px;
}

fieldset.cache_count_block legend{
	border:0 none;
	padding:0px 5px;
	-moz-box-shadow:0 0 0 transparent;
	-khtml-box-shadow:0 0 0 transparent;
	-webkit-box-shadow:0 0 0 transparent;
	box-shadow:0 0 0 transparent;
	background:transparent none;
	font-size:14px;
	font-weight:normal;
}

p.submit{
	float: right;
}

.colour_swatch{
	width: 15px;
	height: 15px;
	border:1px solid #444;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding:0;
	margin:1px;
}

#anyfont-upload-note{
	font-size:8pt;
	font-style:oblique;
}

#file_upload_form{
float: left;
margin-bottom: 20px;
width: 100%;
}