a {
	cursor: pointer;
}

a:link {
	color: 4d4d4d;
	text-decoration: none;
}
a:visited {
	color: 4d4d4d;
	text-decoration: none;
}
a:hover {
	color: 1dcefe;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*Ext default style overrides*/
/*
.upload-panel .x-btn-text-icon .x-btn-center .x-btn-text {
	height: 50px;	
}

.upload-panel .x-btn button {	
	color: black;	
	font-size: 20px;
	text-indent: 15px;
}

.upload-panel .x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {background: none;}
.upload-panel .x-toolbar .x-btn-over .x-btn-left {background: none;}
.upload-panel .x-toolbar .x-btn-over .x-btn-right {background: none;}
.upload-panel .x-toolbar .x-btn-over .x-btn-center {background: none;}

.upload-panel .x-toolbar {
	background: none;
}

.upload-panel .x-toolbar .x-btn-over {
	background: none;
}

.upload-panel .x-item-disabled * {
	color: #1DCEFE !important;
	cursor: default !important;
}

.upload-panel  .icon-upload {
	background:url(../img/icons/upload.png)  no-repeat ! important;
}
.upload-panel .icon-folder-add {
	background:url(../img/icons/folder_add.png) no-repeat ! important;
}

.upload-panel .icon-trash-empty {
	background:url(../img/icons/bin_full.png) no-repeat ! important;
}
*/

.x-form-item-label {
	font-size: 11px;
	font-family: tahoma,arial,helvetica,sans-serif
}

.x-currdirform .x-form-item-label {
	font-size: 14px;
}

#currdir-field  {
	height: 20px;
	overflow:hidden;
	margin: 2px;
}

#x-form-el-profile-account-type .x-panel-body {
	margin-left: 3px;
}

input.hideborder {
	background: none;
	border: 0;
}

/*no border of upload panel toolbar*/
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
	border: 0;
}

.upload-panel-empty-info-text {
	color: #00B7D7;	
	font-size: 20px;
}

/*ImageReady slice styles*/
.style1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #4d4d4d;
}
.style2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #1dcefe;
}
.style3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: none;
	color: #232323;
	text-decoration: none;
}
.style4 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: none;
	color: #232323;
	text-decoration: none;
}
.style5 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #232323;
	text-decoration: underline;
}
.style6 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: none;
	color: #232323;
	text-decoration: underline;
}
.style7 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: none;
	color: #00B7D7;
	text-decoration: none;
}
.style8 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.style9 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: none;
	color: #008ffe;
	text-decoration: none;
}
.style10 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: none;
	color: #737373;
	text-decoration: none;
}
.style11 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


