.x-dayview-pool, .x-dayview-header, .x-calendar-container, .x-calendar-west, .x-monthview-header {
	/*background:rgb(210,220,255);*/
}
.x-calendar-container {
	padding:6px;
}
.x-calendar-west {

}
.x-calendar-west .x-panel-header-noborder{
    background:none;
    border:none;
}
.x-calendar-link {
    cursor:pointer;
}
.x-calendar-west .x-panel-body {
	background:none;
}
.x-calendar-container .x-toolbar {
	padding:3px;
	/*background:none;*/
}
.x-calendar-container .x-panel-tbar-noborder .x-toolbar {
	border:none;
}
.x-dayview-port, .x-monthview-port {
	border-left:1px solid silver;
	border-top:1px solid silver;
}
.x-dayview-port {
	overflow-y:auto;
    overflow-x:hidden;
    cursor:default;
}
.x-monthview-port {
	overflow:hidden;
}
.x-dayview-port .x-resizable-handle {
    display:block;
}
.x-dayview-body {
	position:relative;
}
.ext-ie .x-dayview-lefter-row-height {
	height:40px;
}
.ext-strict .x-dayview-lefter-row-height {
	height:41px;
}
.x-dayview-viewer-row-height {
	height:20px;
}
.x-dayview-lefter, .x-dayview-header-lefter {
	width:70px;
}
.x-dayview-lefter {
	background-color:rgb(241,244,250);
}
.x-dayview-viewer {
	background-color:white;
}
.x-event-inner, .x-dayview-lefter-cell, .x-dayview-viewer-cell, .x-dayview-header-days, .x-monthview-viewer-cell, .x-monthview-viewer-link, .x-monthview-viewer-tool {
	line-height:12px;
    font-size:12px;
    -moz-user-select: none;
	font-family:arial,tahoma,helvetica,sans-serif;	
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;	
}
.x-dayview-header-days {
	text-align:center;
    vertical-align:middle;
}
.x-dayview-header-day-link, .x-dayview-header-days, .x-dayview-west-date-span, .x-monthview-viewer-link, .x-dayview-lefter-cell {
	color:rgb(38,62,101);
}
.x-dayview-west-date-span {
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:15px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.x-dayview-pool-td {
    vertical-align:top;
}
.x-monthview-viewer-cell {
	vertical-align:top;
	border-right:1px solid rgb(210,220,255);
    border-bottom:1px solid rgb(210,220,255);
}
.x-dayview-lefter-cell {
	text-align:center;
	border-right:1px solid #dedede;
    border-bottom:1px solid #dedede;
}
.x-dayview-even-row {
	border-right:3px double #ebebeb;
    border-bottom:1px solid #dedede;
}
.x-dayview-odd-row {
	border-right:3px double #ebebeb;
    border-bottom:1px dotted #ebebeb;
}
.x-dayview-pool-cell {
    overflow:hidden;
}
.x-dayview-today {
	background:rgb(255,255,214);
}
.x-dayview-header, .x-dayview-header table, .x-monthview-header, .x-monthview-header table {
	height:30px;
}
.x-dayview-pool {
	border-bottom:1px solid #ebebeb;
}
.x-dayview-pool-cell-rest {
    height:20px;
}
.x-dayview-pool table {
	
}
.ext-ie .x-dayview-pool {
    height:70px;
    overflow-y:auto;
}
.x-dayview-pool-viewer {
	 border:1px solid #dedede;
	 background:rgb(241,244,250);
}
.x-monthview-viewer-title {
	height:20px;
	background-color:rgb(241,244,250);
	border-bottom:1px solid rgb(210,220,255);
}

.x-monthview-viewer-cell-inner {
    overflow-x:hidden;
    overflow-y:auto;
}
.x-monthview-viewer-cell-scroll {
    overflow-x:hidden;
	overflow-y:auto;
}

.x-monthview-viewer-rest {
	height:20px;
}
.x-monthview-dragover {
    background:rgb(241,244,250);
}
.x-monthview-viewer-tool {
	text-align:right;
}
.x-monthview-tool-add {
	cursor:pointer;
	width:16px;
	height:16px;
	background-image: url( ../image/color_swatch.png ) !important;
}
.x-monthview-tool-drop {
	cursor:pointer;
	width:10px;
	height:15px;
	background-image: url( ../image/btn-arrow.gif ) !important;
}
.x-tool-btn-over {
	background-color:silver;
}
.x-calendar-over {
	background-color:rgb(217,225,255);
}

/*  skin */
/* blue */
.x-calendar-blue-whole-left {
    background: url(../image/skin/blue/left-tg.png) no-repeat scroll center center;
}
.x-calendar-blue-whole-right {
    background: url(../image/skin/blue/right-tg.png) no-repeat scroll center center;
}
.x-calendar-blue-event-lr {
	border-left:1px solid rgb(2,23,38);
	border-right:1px solid rgb(2,23,38);
    background:rgb(102,140,217) url(../image/ds-handle.png) no-repeat scroll center bottom;
}
.x-calendar-blue-event-top {
	color:white;
	height:5px;
	line-height:5px;
	background: rgb(7,83,139) url(../image/skin/blue/top.png) repeat-x;
}
.x-calendar-blue-event-top-clear {
	color:black;
	height:5px;
	line-height:5px;
	background: rgb(102,140,217) url(../image/skin/blue/top.png) repeat-x;
}
.x-calendar-blue-event-bottom {
	height:5px;
	line-height:5px;
	background: rgb(102,140,217) url(../image/skin/blue/bottom.png) repeat-x scroll center top;
}
.x-calendar-blue-event-ltcorner-clear {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/blue/lt-corners-clear.png) no-repeat 0 0;
}
.x-calendar-blue-event-rtcorner-clear {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/blue/rt-corners-clear.png) no-repeat 0 0;
}
.x-calendar-blue-event-ltcorner {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/blue/lt-corners.png) no-repeat 0 0;
}
.x-calendar-blue-event-rtcorner {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/blue/rt-corners.png) no-repeat 0 0;
}
.x-calendar-blue-event-lbcorner {
	height:5px;
	line-height:5px;
	width:5px;
	background: transparent url(../image/skin/blue/lb-corners.png) no-repeat 0 0;
}
.x-calendar-blue-event-rbcorner {
	height:5px;
	line-height:5px;
	width:5px;
	background: transparent url(../image/skin/blue/rb-corners.png) no-repeat 0 0;
}
/* end of blue */
/* red */
.x-calendar-red-whole-left {
    background: url(../image/skin/red/left-tg.png) no-repeat scroll center center;
}
.x-calendar-red-whole-right {
    background: url(../image/skin/red/right-tg.png) no-repeat scroll center center;
}
.x-calendar-red-event-lr {
	border-left:1px solid rgb(37,10,10);
	border-right:1px solid rgb(37,10,10);
    background:rgb(217,102,102) url(../image/ds-handle.png) no-repeat scroll center bottom;
}
.x-calendar-red-event-top {
	color:white;
	height:5px;
	line-height:5px;
	background: rgb(163,41,41) url(../image/skin/red/top.png) repeat-x;
}
.x-calendar-red-event-top-clear {
	color:black;
	height:5px;
	line-height:5px;
	background: rgb(217,102,102) url(../image/skin/red/top.png) repeat-x;
}
.x-calendar-red-event-bottom {
	height:5px;
	line-height:5px;
	background: rgb(217,102,102) url(../image/skin/red/bottom.png) repeat-x scroll center top;
}
.x-calendar-red-event-ltcorner-clear {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/red/lt-corners-clear.png) no-repeat 0 0;
}
.x-calendar-red-event-rtcorner-clear {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/red/rt-corners-clear.png) no-repeat 0 0;
}
.x-calendar-red-event-ltcorner {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/red/lt-corners.png) no-repeat 0 0;
}
.x-calendar-red-event-rtcorner {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/red/rt-corners.png) no-repeat 0 0;
}
.x-calendar-red-event-lbcorner {
	height:5px;
	line-height:5px;
	width:5px;
	background: transparent url(../image/skin/red/lb-corners.png) no-repeat 0 0;
}
.x-calendar-red-event-rbcorner {
	height:5px;
	line-height:5px;
	width:5px;
	background: transparent url(../image/skin/red/rb-corners.png) no-repeat 0 0;
}
/* end of red */

/* cyan */
.x-calendar-cyan-whole-left {
    background: url(../image/skin/cyan/left-tg.png) no-repeat scroll center center;
}
.x-calendar-cyan-whole-right {
    background: url(../image/skin/cyan/right-tg.png) no-repeat scroll center center;
}
.x-calendar-cyan-event-lr {
	border-left:1px solid rgb(22,33,33);
	border-right:1px solid rgb(22,33,33);
    background:rgb(89,191,179) url(../image/ds-handle.png) no-repeat scroll center bottom;
}
.x-calendar-cyan-event-top {
	color:white;
	height:5px;
	line-height:5px;
	background: rgb(27,136,122) url(../image/skin/cyan/top.png) repeat-x;
}
.x-calendar-cyan-event-top-clear {
	color:black;
	height:5px;
	line-height:5px;
	background: rgb(89,191,179) url(../image/skin/cyan/top.png) repeat-x;
}
.x-calendar-cyan-event-bottom {
	height:5px;
	line-height:5px;
	background: rgb(89,191,179) url(../image/skin/cyan/bottom.png) repeat-x scroll center top;
}
.x-calendar-cyan-event-ltcorner-clear {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/cyan/lt-corners-clear.png) no-repeat 0 0;
}
.x-calendar-cyan-event-rtcorner-clear {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/cyan/rt-corners-clear.png) no-repeat 0 0;
}
.x-calendar-cyan-event-ltcorner {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/cyan/lt-corners.png) no-repeat 0 0;
}
.x-calendar-cyan-event-rtcorner {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/cyan/rt-corners.png) no-repeat 0 0;
}
.x-calendar-cyan-event-lbcorner {
	height:5px;
	line-height:5px;
	width:5px;
	background: transparent url(../image/skin/cyan/lb-corners.png) no-repeat 0 0;
}
.x-calendar-cyan-event-rbcorner {
	height:5px;
	line-height:5px;
	width:5px;
	background: transparent url(../image/skin/cyan/rb-corners.png) no-repeat 0 0;
}
/* end of cyan */
/* orange */
.x-calendar-orange-whole-left {
    background: url(../image/skin/orange/left-tg.png) no-repeat scroll center center;
}
.x-calendar-orange-whole-right {
    background: url(../image/skin/orange/right-tg.png) no-repeat scroll center center;
}
.x-calendar-orange-event-lr {
	border-left:1px solid rgb(62,35,0);
	border-right:1px solid rgb(62,35,0);
    background:rgb(242,164,66) url(../image/ds-handle.png) no-repeat scroll center bottom;
}
.x-calendar-orange-event-top {
	color:white;
	height:5px;
	line-height:5px;
	background: rgb(190,109,0) url(../image/skin/orange/top.png) repeat-x;
}
.x-calendar-orange-event-top-clear {
	color:black;
	height:5px;
	line-height:5px;
	background: rgb(242,164,66) url(../image/skin/orange/top.png) repeat-x;
}
.x-calendar-orange-event-bottom {
	height:5px;
	line-height:5px;
	background: rgb(242,164,66) url(../image/skin/orange/bottom.png) repeat-x scroll center top;
}
.x-calendar-orange-event-ltcorner-clear {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/orange/lt-corners-clear.png) no-repeat 0 0;
}
.x-calendar-orange-event-rtcorner-clear {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/orange/rt-corners-clear.png) no-repeat 0 0;
}
.x-calendar-orange-event-ltcorner {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/orange/lt-corners.png) no-repeat 0 0;
}
.x-calendar-orange-event-rtcorner {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/orange/rt-corners.png) no-repeat 0 0;
}
.x-calendar-orange-event-lbcorner {
	height:5px;
	line-height:5px;
	width:5px;
	background: transparent url(../image/skin/orange/lb-corners.png) no-repeat 0 0;
}
.x-calendar-orange-event-rbcorner {
	height:5px;
	line-height:5px;
	width:5px;
	background: transparent url(../image/skin/orange/rb-corners.png) no-repeat 0 0;
}
/* end of orange */
/* green */
.x-calendar-green-whole-left {
    background: url(../image/skin/green/left-tg.png) no-repeat scroll center center;
}
.x-calendar-green-whole-right {
    background: url(../image/skin/green/right-tg.png) no-repeat scroll center center;
}
.x-calendar-green-event-lr {
	border-left:1px solid rgb(3,31,4);
	border-right:1px solid rgb(3,31,4);
    background:rgb(76,176,82) url(../image/ds-handle.png) no-repeat scroll center bottom;
}
.x-calendar-green-event-top {
	color:white;
	height:5px;
	line-height:5px;
	background: rgb(13,120,19) url(../image/skin/green/top.png) repeat-x;
}
.x-calendar-green-event-top-clear {
	color:black;
	height:5px;
	line-height:5px;
	background: rgb(76,176,82) url(../image/skin/green/top.png) repeat-x;
}
.x-calendar-green-event-bottom {
	height:5px;
	line-height:5px;
	background: rgb(76,176,82) url(../image/skin/green/bottom.png) repeat-x scroll center top;
}
.x-calendar-green-event-ltcorner-clear {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/green/lt-corners-clear.png) no-repeat 0 0;
}
.x-calendar-green-event-rtcorner-clear {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/green/rt-corners-clear.png) no-repeat 0 0;
}
.x-calendar-green-event-ltcorner {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/green/lt-corners.png) no-repeat 0 0;
}
.x-calendar-green-event-rtcorner {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/green/rt-corners.png) no-repeat 0 0;
}
.x-calendar-green-event-lbcorner {
	height:5px;
	line-height:5px;
	width:5px;
	background: transparent url(../image/skin/green/lb-corners.png) no-repeat 0 0;
}
.x-calendar-green-event-rbcorner {
	height:5px;
	line-height:5px;
	width:5px;
	background: transparent url(../image/skin/green/rb-corners.png) no-repeat 0 0;
}
/* end of green */
/* purple */
.x-calendar-purple-whole-left {
    background: url(../image/skin/purple/left-tg.png) no-repeat scroll center center;
}
.x-calendar-purple-whole-right {
    background: url(../image/skin/purple/right-tg.png) no-repeat scroll center center;
}
.x-calendar-purple-event-lr {
	border-left:1px solid rgb(33,14,33);
	border-right:1px solid rgb(33,14,33);
    background:rgb(179,115,179) url(../image/ds-handle.png) no-repeat scroll center bottom;
}
.x-calendar-purple-event-top {
	color:white;
	height:5px;
	line-height:5px;
	background: rgb(122,54,122) url(../image/skin/purple/top.png) repeat-x;
}
.x-calendar-purple-event-top-clear {
	color:black;
	height:5px;
	line-height:5px;
	background: rgb(179,115,179) url(../image/skin/purple/top.png) repeat-x;
}
.x-calendar-purple-event-bottom {
	height:5px;
	line-height:5px;
	background: rgb(179,115,179) url(../image/skin/purple/bottom.png) repeat-x scroll center top;
}
.x-calendar-purple-event-ltcorner-clear {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/purple/lt-corners-clear.png) no-repeat 0 0;
}
.x-calendar-purple-event-rtcorner-clear {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/purple/rt-corners-clear.png) no-repeat 0 0;
}
.x-calendar-purple-event-ltcorner {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/purple/lt-corners.png) no-repeat 0 0;
}
.x-calendar-purple-event-rtcorner {
	height:18px;
	width:5px;
	background: transparent url(../image/skin/purple/rt-corners.png) no-repeat 0 0;
}
.x-calendar-purple-event-lbcorner {
	height:5px;
	line-height:5px;
	width:5px;
	background: transparent url(../image/skin/purple/lb-corners.png) no-repeat 0 0;
}
.x-calendar-purple-event-rbcorner {
	height:5px;
	line-height:5px;
	width:5px;
	background: transparent url(../image/skin/purple/rb-corners.png) no-repeat 0 0;
}
/* end of purple */
/* end of skin */
.x-event-cover { 
	position:absolute;
	overflow:hidden;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
.x-legend-cover {
    position:relative;
    height:17px;    
    padding-top:3px;
    padding-left:5px;
    overflow:hidden;
}
.x-legend-title-default {    
    white-space:nowrap;
    text-overflow:ellipsis;
}
.x-whole-cover {
	position:relative;	    
    height:17px;
    border-right:1px solid transparent;
    overflow:hidden;
}
.x-calendar-cover {
	position:relative;
	border-bottom:1px solid transparent;
    opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
    cursor:pointer;
    overflow:hidden;
}
.x-calendardrop-cover {
    height:20px;
}
.x-calendar-pin {
    position:absolute;
    padding-top:3px;
}
.x-calendar-event-pin {
    position:absolute;
    padding-top:2px;
}
.x-calendar-event-pin-off {
	cursor:pointer;
	width:10px;
	background: transparent url(../image/bullet_green.png)  no-repeat scroll center center;
}
.x-calendar-event-pin-on {
	cursor:pointer;
	width:10px;
	background: transparent url(../image/bullet_red.png)  no-repeat scroll center center;
}

.x-dayview-timeline {
    background-color:transparent;
    background-image:url(../image/timeline.png);
    background-repeat:repeat-x;
    background-position:0% 0%;
}
.x-dayview-timeindex {
    background-color:transparent;
    background-image:url(../image/timeindex.png);
    background-repeat:no-repeat;
    background-position:0% 0%;
}
.x-event-editing {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
.x-event-content-link {
	color:black;
	text-overflow:ellipsis;
    cursor:pointer;    
}
.ext-strict .x-whole-cover-inner {
	position:relative;
}
.ext-ie .x-whole-cover-inner {
	position:absolute;
}

.x-whole-title-b {
    position:absolute;
    margin-top:-2px;
    color:white;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12px;
    line-height:15px;
    height:15px;
    cursor:pointer;
}
.ext-ie .x-whole-title-b {
    margin-top:0px;
}
.x-legend-title-b {
    position:absolute;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12px;
    line-height:15px;
    height:15px;
    cursor:pointer;
}

.x-calendar-cover td {
    padding:0px;
    vertical-align:middle;
}

.x-calendar-title-b {
    position:absolute;
    margin-left:10px;
    margin-top:2px;
    color:white;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12px;
    line-height:15px;
    height:15px;
    cursor:pointer;
    overflow:hidden;
}

.x-legend-title-blue {
    color:rgb(7,83,139);
}
.x-legend-title-red {
    color:rgb(163,41,41);
}
.x-legend-title-cyan {
    color:rgb(27,136,122);
}
.x-legend-title-orange {
    color:rgb(190,109,0);
}
.x-legend-title-green {
    color:rgb(13,120,19);
}
.x-legend-title-purple {
    color:rgb(122,54,122);
}

.x-whole-title-blue {
    background:rgb(7,83,139);
}
.x-whole-title-red {
    background:rgb(163,41,41);
}
.x-whole-title-cyan {
    background:rgb(27,136,122);
}
.x-whole-title-orange {
    background:rgb(190,109,0);
}
.x-whole-title-green {
    background:rgb(13,120,19);
}
.x-whole-title-purple {
    background:rgb(122,54,122);
}


.x-calendar-title-blue {
    background:rgb(102,140,217);
}
.x-calendar-title-red {
    background:rgb(217,102,102);
}
.x-calendar-title-cyan {
    background:rgb(89,191,179);
}
.x-calendar-title-orange {
    background:rgb(242,164,66);
}
.x-calendar-title-green {
    background:rgb(76,176,82);
}
.x-calendar-title-purple {
    background:rgb(179,115,179);
}

.x-legend-title-default, .x-whole-title-default, .x-calendar-title-default {    
	line-height:11px;
    -moz-user-select: none;
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;	
    color:white;
	text-overflow:ellipsis;
    white-space:nowrap;
}
.x-whole-td {
    width:5px;
    height:16px;
    line-height:11px;
    font-size:11px;
}
.x-calendar-td {
    width:5px;
    height:18px;
    line-height:11px;
    font-size:11px;
}
.x-whole-title {
    height:16px;    
    line-height:12px;
    font-size:12px;
}
.x-calendar-title {
    height:18px;
    line-height:12px;
    font-size:12px;
}
.x-whole-left, .x-whole-right {
    height:16px;
}

.x-legend-title-link {
    line-height:12px;
    font-size:12px;
}

.x-legend-tool {
    cursor:pointer;
	background: transparent url( ../image/btn-arrow.gif ) no-repeat scroll center center;
	height:20px;
}
.x-legend-tool-td, .x-legend-tool {
	width:20px;
}
.x-whole-cover-inner-blue b.round b {
	background:rgb(7,83,139);
}
.x-whole-cover-inner-red b.round b {
	background:rgb(163,41,41);
}
.x-whole-cover-inner-cyan b.round b {
	background:rgb(27,136,122);
}
.x-whole-cover-inner-orange b.round b {
	background:rgb(190,109,0);
}
.x-whole-cover-inner-green b.round b {
	background:rgb(13,120,19);
}
.x-whole-cover-inner-purple b.round b {
	background:rgb(122,54,122);
}

.x-calendar-cover-inner-blue b.round b {
	background:rgb(102,140,217);
}
.x-calendar-cover-inner-red b.round b {
	background:rgb(217,102,102);
}
.x-calendar-cover-inner-cyan b.round b {
	background:rgb(89,191,179);
}
.x-calendar-cover-inner-orange b.round b {
	background:rgb(242,164,66);
}
.x-calendar-cover-inner-green b.round b {
	background:rgb(76,176,82);
}
.x-calendar-cover-inner-purple b.round b {
	background:rgb(179,115,179);
}

.ext-ie .x-event-title-default {
	padding-top:3px;
}
.x-event-title-default {
	overflow:hidden;
	height:18px;
    line-height:18px;
	cursor:pointer;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.x-event-content-default {	
	overflow:hidden;    
    text-overflow:ellipsis;    
}

.x-calendar-menu .x-color-palette {
    height:auto;
    width:auto;
}

.x-calendar-resultview-lock {
    width:16px;
    height:16px;
    cursor:pointer;
}

/*
 * for icons
 */
.icon_feyaCalendar_event_lock{background-image: url( ../image/lock.png ) !important;}
.icon_feyaCalendar_event_unlock{background-image: url( ../image/key.png ) !important;}
.icon_feyaCalendar_world{background-image: url( ../image/world.png ) !important;}
.icon_feyaCalendar_clock{background-image: url( ../image/clock_red.png ) !important;}
.icon_feyaCalendar_notice{background-image: url( ../image/clock_stop.png ) !important;}
.icon_feyaCalendar_info{background-image: url( ../image/information.png ) !important;}
.icon_feyaCalendar_ungroup{background-image: url( ../image/application_view_list.png ) !important;}
.icon_feyaCalendar_group{background-image: url( ../image/application_view_tile.png ) !important;}
.icon_feyaCalendar_event_add{background-image: url( ../image/tag_blue_add.png ) !important;}
.icon_feyaCalendar_event_edit{background-image: url( ../image/tag_blue_edit.png ) !important;}
.icon_feyaCalendar_trash{background-image: url( ../image/trash.png ) !important;}
.icon_feyaCalendar_door_out{background-image: url( ../image/door_out.png ) !important;}
.icon_feyaCalendar_calendar_edit{background-image: url( ../image/calendar_edit.png ) !important;}
.icon_feyaCalendar_calendar_show{background-image: url( ../image/asterisk_orange.png ) !important;}
.icon_feyaCalendar_calendar_hide{background-image: url( ../image/asterisk.png ) !important;}
.icon_feyaCalendar_accept{background-image: url( ../image/accept.png ) !important;}
.icon_feyaCalendar_cancel{background-image: url( ../image/cancel.png ) !important;}
.icon_feyaCalendar_cut{background-image: url( ../image/cut_red.png ) !important;}
.icon_feyaCalendar_copy{background-image: url( ../image/page_copy.png ) !important;}
.icon_feyaCalendar_paste{background-image: url( ../image/paste_plain.png ) !important;}
.icon_feyaCalendar_private {background-image: url( ../image/lock.png ) !important;}
.icon_feyaCalendar_public {background-image: url( ../image/lock_open.png ) !important;}
.icon_feyaCalendar_new {background-image: url( ../image/color_swatch.png ) !important;}
.icon_feyaCalendar_add {background-image: url( ../image/add.png ) !important;}
.icon_feyaCalendar_clear_event {background-image: url( ../image/cross.png ) !important;}
.icon_feyaCalendar_delete {background-image: url( ../image/delete.png ) !important;}
.icon_feyaCalendar_back {background-image: url( ../image/back.gif ) !important;}
.icon_feyaCalendar_next {background-image: url( ../image/next.gif ) !important;}
.icon_feyaCalendar_calendar {background-image: url( ../image/calendar.png ) !important;}
.icon_feyaCalendar_today {background-image: url( ../image/calendar_link.png ) !important;}
.icon_feyaCalendar_dayview {background-image: url( ../image/calendar_view_day.png ) !important;}
.icon_feyaCalendar_weekview {background-image: url( ../image/calendar_view_week.png ) !important;}
.icon_feyaCalendar_monthview {background-image: url( ../image/calendar_view_month.png ) !important;}
.icon_feyaCalendar_search {background-image: url( ../image/magnifier.png ) !important;}
.icon_feyaCalendar_setting {background-image: url( ../image/cog.png ) !important;}
.icon_feyaCalendar_add_calendar {background-image: url( ../image/calendar_add.png ) !important;}
.icon_feyaCalendar_feyasoft{background-image:url(../image/feyasoft-icon.png) !important;}
