/***********************************************/
/* Common CSS style sheet for CMS Elements     */
/***********************************************/

/* RSS contextual menu links */
#cms_rssfeed_contextmenu li.yuimenuitem .yuimenuitemlabel {
	background-position: left;
	background-repeat: no-repeat;
}
li.yuimenuitem.cms_rss_bloglines .yuimenuitemlabel {
	background-image: url(../images/feed/bloglines.gif);
}
li.yuimenuitem.cms_rss_yahoo .yuimenuitemlabel {
	background-image: url(../images/feed/yahoo.gif);
}
li.yuimenuitem.cms_rss_google .yuimenuitemlabel {
	background-image: url(../images/feed/google.gif);
}
li.yuimenuitem.cms_rss_netvibes .yuimenuitemlabel {
	background-image: url(../images/feed/netvibes.gif);
}
li.yuimenuitem.cms_rss_msn .yuimenuitemlabel {
	background-image: url(../images/feed/msn.gif);
}
li.yuimenuitem.cms_rss_newsgator .yuimenuitemlabel {
	background-image: url(../images/feed/newsgator.gif);
}
li.yuimenuitem.cms_rss_link .yuimenuitemlabel {
	background-image: url(../images/feed/feed.gif);
}

/* Bookmark contextual menu links */
#cms_bookmark_contextmenu li.yuimenuitem .yuimenuitemlabel {
	background-position: left;
	background-repeat: no-repeat;
}
li.yuimenuitem.cms_bm_meneame .yuimenuitemlabel {
	background-image: url(../images/bookmark/meneame.gif);
}
li.yuimenuitem.cms_bm_digg .yuimenuitemlabel {
	background-image: url(../images/bookmark/digg.gif);
}
li.yuimenuitem.cms_bm_delicious .yuimenuitemlabel {
	background-image: url(../images/bookmark/delicious.gif);
}
li.yuimenuitem.cms_bm_technorati .yuimenuitemlabel {
	background-image: url(../images/bookmark/technorati.gif);
}
li.yuimenuitem.cms_bm_yahoo .yuimenuitemlabel {
	background-image: url(../images/bookmark/yahoo.gif);
}
/* Close element in Context Menus */
div.yuimenu li.closemenu {
	text-align: right;
	font-size: 9px;
}
	div.yuimenu li.closemenu a {
		text-align: right;
		font-size: 9px;
		margin-left: auto;
		margin-right: auto;
	}

.cms-player-handle {
	padding-bottom: 5px;
	padding-right: 5px;
	white-space: nowrap;
}
	.cms-player-handle {
		font-size: 12px;
	}
		.cms-player-handle .cms-player-button a,
		.cms-player-handle .cms-player-play a,
		.cms-player-handle .cms-player-stop a,
		.cms-player-handle .cms-player-ff a,
		.cms-player-handle .cms-player-rw a,
		.cms-player-handle .cms-player-pause a {
            text-indent:-5em;
			width: 0px;
            overflow:hidden;
            padding:.20em .80em;
            *margin-left:5em;   /* IE only */
            _padding:.20em .80em; /* IE < 7 only */
        }
		.cms-player-handle .cms-player-play a {
            background:url(../images/player/play.gif) center center no-repeat;
        }
		.cms-player-handle .cms-player-pause a {
            background:url(../images/player/play.gif) center center no-repeat;
        }
		.cms-player-handle .cms-player-stop a {
            background:url(../images/player/stop.gif) center center no-repeat;
        }
		.cms-player-handle .cms-player-ff a {
            background:url(../images/player/ff.gif) center center no-repeat;
        }
		.cms-player-handle .cms-player-rw a {
            background:url(../images/player/rw.gif) center center no-repeat;
        }

/* Categories */
.yui-cms-categories .yui-cms-more {
	background-image: url(../images/nom.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding: 5px;
	margin: 0 5px 0 3px;
}
	.yui-cms-categories a:hover {
		text-decoration: none;
	}
/* Resize Panel CSS */
.resizepanel .resizehandle {
	position:absolute;
	width:25px;
	height:4px;
	right:0;
	bottom:0;
	margin:0;
	padding:0;
	z-index:1;
	background:#666;
	cursor:se-resize;
	font-size:2px;
}
/***********************************************/
/* Pagination CSS style sheet                  */
/***********************************************/
div.paginate {
	padding: 5px 0 0 0;
	clear: both;
	font-size:90%;
	display: block;
	text-align:center;
}
	div.paginate a {
	    padding: 1px 3px;
	}
 	div.paginate a.asc {
	    padding-left: 8px;
		background-image: url(../images/asc.gif);
		background-position: left;
		background-repeat: no-repeat;
		margin: 0 5px;
	}
 	div.paginate a.desc {
	    padding-left: 8px;
		background-image: url(../images/desc.gif);
		background-position: left;
		background-repeat: no-repeat;
		margin: 0 5px;
	}
 	div.paginate a.none {
	    padding-left: 8px;
		background-image: url(../images/order.gif);
		background-position: left;
		background-repeat: no-repeat;
		margin: 0 5px;
	}
	div.paginate b {
		font-weight: bold;
		color:#000000;
		background: #FFFFFF;
	}

/* Strong and em */
.undoreset strong, .undoreset th { font-weight: bold; }
.undoreset em, .undoreset address, .undoreset caption, .undoreset cite { font-style: italic; }
/* Table */
.undoreset table { display: table; border-spacing: 2px; border-collapse: separate; }
.undoreset tr { display: table-row; vertical-align: inherit; }
.undoreset td { display: table-cell; border-spacing: 2px; padding: 2px; vertical-align: inherit; text-align: inherit; padding: 1px; }
.undoreset th { display: table-cell; vertical-align: inherit; font-weight: bold; padding: 1px; }
/* Block Items */
.undoreset p { display: block; margin: 1em 0; }
.undoreset blockquote { display: block; margin: 1em 40px; }
.undoreset address { display: block; font-style: italic; }
.undoreset center { display: block; text-align: center; }
/* Headers */
.undoreset h1 { display: block; font-size: 2em; font-weight: bold; margin: .67em 0; }
.undoreset h2 { display: block; font-size: 1.5em; font-weight: bold; margin: .83em 0; }
.undoreset h3 { display: block; font-size: 1.17em; font-weight: bold; margin: 1em 0; }
.undoreset h4 { display: block; font-weight: bold; margin: 1.33em 0; }
.undoreset h5 { display: block; font-size: 0.83em; font-weight: bold; margin: 1.67em 0; }
.undoreset h6 { display: block; font-size: 0.67em; font-weight: bold; margin: 2.33em 0; }
/* Lists */
.undoreset ul { display: block; list-style-type: disc; margin: 1em 0; padding-left: 40px; }
.undoreset ol { display: block; list-style-type: decimal; margin: 1em 0; padding-left: 40px; }
.undoreset li { display: list-item; list-style-type: disc; }
/* Pre */
.undoreset pre { display: block; font-family: Courier New; white-space: pre; margin: 1em 0; }