﻿/*
	eStudy Resource Module OSX-Stylesheet

	Author: Thomas Loreit <tl@polynatic.com>

	Version: 1.0, 1.11.2005

	Put this into your style folder to replace the standard icons.
*/
.ricon_rootFolder, .ricon_folderOpen, .ricon_folderClosed, .ricon_join, .ricon_joinBottom
, .ricon_line, .ricon_minus, .ricon_minusBottom, .ricon_plus, .ricon_plusBottom
, .ricon_empty, .ricon_foyerFolder, .ricon_mostpopular, .ricon_mostrecent{
	width: 18px;	height: 16px; vertical-align:middle; margin: 0px 2px; padding: 0px;
}

.ricon_rootFolder	{	background:	url(icons/rootfolder.gif) no-repeat;	}
.ricon_folderOpen	{	background:	url(icons/folderopen.gif) no-repeat;	}
.ricon_folderClosed	{	background:	url(icons/rootfolder.gif) no-repeat;	}
.ricon_join			{	background:	url(../images/resources/join.gif) no-repeat;		}
.ricon_joinBottom	{	background:	url(../images/resources/joinBottom.gif) no-repeat;	}
.ricon_line			{	background:	url(../images/resources/line.gif) no-repeat;		}
.ricon_minus		{	background:	url(../images/resources/minus.gif) no-repeat;		}
.ricon_minusBottom	{	background:	url(../images/resources/minusBottom.gif) no-repeat;	}
.ricon_plus			{	background:	url(../images/resources/plus.gif) no-repeat;		}
.ricon_plusBottom	{	background:	url(../images/resources/plusBottom.gif) no-repeat;	}
.ricon_empty		{	/*transparent*/		}
.ricon_foyerFolder	{	background:	url(icons/rootfolder.gif) no-repeat;	}
.ricon_mostpopular	{	background:	url(icons/favorites.gif) no-repeat;	}
.ricon_mostrecent	{	background:	url(icons/new.gif) no-repeat;	}

/* *************** Kursauswahl *************** */
.icon_move, .icon_create, .icon_copy{
	background-repeat: no-repeat;	height: 18px;	width: 18px;	border: none;	margin-right: 5px;  	vertical-align:middle;
}

.icon_move{			background-image: url(../images/icon_move.gif); }
.icon_copy{			background-image: url(../images/icon_copy.gif); }
.icon_create{		background-image: url(../images/icon_create.gif); }
