/*general body - used by main portal document */ 
body{
	width: 100%;
	padding: 0;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
	font-size:.8em;
	margin: -10px;
	background: #E7F0EF;
}

/*PART 1 - MAIN LAYOUT BLOCKS*/
/*outer wrapper for portal content (decorative - child is #portalContainer )*/
#portalOuterContainer{
	margin-right: 10px;
	margin-left: 10px;
	max-width: 1295px;  
	min-width: 670px;
}

/*inner wrapper for portal content (decorative - children are #header #container and #footer )*/
#portalContainer{
}

/*wrapper masthead  and site navigation 
 two possible states - logged in headerMax, not logged in - headerMin*/
#headerMax,#headerMin{
	width: 98%;
	margin: 1.5em auto 0 auto;
	height: 100%;
	/*overflow: hidden;*/ 
}
#headerMax {
	background: url("../images/banner_kids.gif") bottom left no-repeat white;
	/*its only needed for MS IE. by P4U #ebebe6 */
	background-position: 0px 29px;
 }
#headerMin{
	/* border-bottom:2px solid #09C */
	background: url("../images/banner_kids_min.jpg") bottom left no-repeat white;
}

/*accessibility links wrapper */
#skipNav{
}

/*site hierarchy breadcrumb*/
#siteHierarchy{
        clear:both;
        float:none;
        margin:0;
        list-style: none;
        padding:.5em 0;
}
/*style the standard breadcrumbseparator
can set display:none if needed because the list-style is taking care of it*/
.breadSeparator{
}
#siteHierarchy li{
        display:inline;
}
#siteHierarchy li a, #siteHierarchy li a:visited{
        color:#09c;
}
/*wrapper for site content (includes as children #toolMenuWrap,#content and #footer)*/
#container{
	width: 98%;
	clear:both;
	margin: 1em auto;
	padding: 0;
	background-image: url("../images/content_drop.gif");
	background-repeat: repeat-y;
	background-position: 138px 0;
}

/*wrapper for #toolMenu - children are #worsiteLogo,#toolMenu*/
#toolMenuWrap{
	float: left;
	/*width: 200px;*/  
	color: #000;
	text-align: right;
	padding:0;
	/* border-right:2px solid #fff */
}

#toolMenuWrap:hover{
	/* border-right:2px solid #09c; */
	}
/*depending on site type - different hover effects for the tool menu parent block
site types are a local setting - adjust */
.workspace #toolMenuWrap:hover{
	/* border-right:2px solid #aaa; */
}
.course #toolMenuWrap:hover{
	/* border-right:2px solid #FC6; */
}
.project #toolMenuWrap:hover{
	/* border-right:2px solid #9CF; */
}


/*wrapper for site content (portlets) -  children can be #col1 or #col1of2 and #col2of2 depending in the number of columns*/
#content{
	padding: 15px 25px 25px;
	margin-top: 0;
	margin-left: 200px;
	background: white;
	/* margin-left was 170 shikh border:1px solid green; */
}
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/*margin tweak for IE to avoid float drop*/
* html #content{ height: 1%}

/*wrapper for footer blocks*/
#footer{
	color: #000;
	font-size: x-small;
	margin:0;
	padding: 20px 0 0 0;
	width: auto;
	clear: both;
	top: 0;
	/* border-top: 1px solid #09c; */
	background-image: url("../images/content_bottom2.gif");
	/* background-repeat: no-repeat;
	background-position: 163px 0; */
	text-align: center;
}
* html #footer{ height: 1%}

/*PART 2 - HEADER IFRAME SETTINGS*/	
/*iframe sizes for different states*/
/*gone for 2.3
.sitenav-log{
	user not logged in
	height: 90px;
	width: 100%;
	border-bottom:1px solid #09c
}

.sitenav-max{
	user logged in 
	height: 7.8em;
	max-height:140px;
	min-height:100px;
	width: 100%;
}

* html .sitenav-max{
	user logged in - iframe height tweak for IE
	height: 8em;
	}
.sitenav-min{
	no logos or banners
	height: 2em;
	width: 100%;
}*/

/*PART 3 - HEADER BLOCKS (BRANDING,LOGIN)*/
/*depending on site type - different border-bottoms for the site menu parent block
site types are a local setting - adjust */
.workspace .siteNavWrap{
	/* border-bottom:3px solid #aaa; */
}
.course .siteNavWrap{
	/* border-bottom:3px solid #fc6; */
}
.project .siteNavWrap{
	/* border-bottom:3px solid #9cf; */
}
#siteNavWrapper{
	margin: 0;
	/* background: url("../images/banner_kids.jpg") bottom left no-repeat white; */
}



/*wrapper for mast head elements - children are 3 blocks - #mastLogo,#mastBanner,#mastLogin*/
#mastHead{
	clear: both;
	background: url("images/logo_inst.gif") bottom right no-repeat;
	padding-bottom: 102px; 
	margin: 50;
	}

/*container wrapping branding ../images - portal outputs one /library/skin/<skin name>/../images/logo_inst.gif
that can be used or hidden,can also use a background:url(../images/<image name>.<ext>) in this block,or both superimposing them*/
#mastLogo{
	/* float: right; */
	width: auto;
	/* background: url("../images/banner_courses.gif") right bottom no-repeat white;
	padding-bottom: 102px; */
}

/*the portal outputs an image that can be treated here or hidden with display:none*/
#mastLogo img{
	display: none;
}

/*another container wrapping branding ../images - portal outputs one /library/skin/<skin name>/../images/banner_inst.gif
that can be used or hidden,can also use a background:url(../images/<image name>.<ext>) in this block,or both superimposing them*/
#mastBanner{
	width: auto;
	vertical-align: top;
	/* float: left; */
}

/*the portal outputs an image that can be treated here or hidden with display:none*/
#mastBanner img{
	/* margin: 1em .5em; */
	display: none;
}

/*container wrapping,depending on Sakai settings:1) a login form,2) a login link for CAS,3) a logout link*/
#mastLogin{
	/*float: right; */
	text-align: left;
	
	padding-top: 5px;  
	vertical-align: middle;
	background: url("../images/hdr.nyu.gif") top left no-repeat;
	/* width: 100%; */
	height: 25px;
}

/*the anchor for the login link for CAS above can be an image - treated here*/
#mastLogin img{
	margin-top: 0;
	border: 0;
}

/*login links for CAS,logout link*/
#mastLogin a,#mastLogin a:visited{
	margin-top: 0;
	color: white;
	text-decoration: none;
	padding-right: 25px;
	font-family: verdana;
	font-size: 11px;
	
}

#mastLogin a:hover{
	text-decoration: underline;
}

/*login form elements - in order,form,userid field,password field,login button - first 2 have labels associated with them,gettable as #loginForm label{
}

#loginForm is the form for login - contains children #eid #pw #submit*/
#loginForm{
	text-transform: capitalize;
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
	float: right;   
	/*width: 300px;   */
}  

#loginForm label {
		color: #fff;
	/*width: 100px; 
	display: block;*/
	/*font-weight: bold;*/
	/*position: relative;
	float: left;*/
	/*top: 0px;  
  */
}
  
#loginForm input {
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #E7F0EF #E7F0EF #E7F0EF #E7F0EF;
	background-color: white;
	/*float: left;*/
	/*position: relative;
	eft: -70px;
	top: 15px;
	margin-right: -60px;
margin-left: -30px;*/
}
  
#loginForm input:focus {background-color: #fff;}

#eid{
	/*position: relative; pu
	padding-bottom: 0px;*/
}
	
#pw{
	/*position: relative; pu
	padding-bottom: 0px;*/
}

#submit{
/*width: 0;
height: 0;*/
}

#submit:hover{
	
}

/*block for login/logout links */
#loginLinks{
	margin: 0 0 2em 0;
	text-align: right;
}

/*main CAS link*/
#loginLink1{
}

/*secondary CAS link*/
#loginLink2{
}

/*PART 4 - SITE NAVIGATION - children of #siteNavBlock*/
/*outer wrapper for the site navigation blocks - it is a class,not an id because it can be overloaded with other values having to do with site type
so for example <div class="tabHolder workspace"> so that different site types can be treated differently via inheritance - children are #siteNavWrap and #navBottom*/
.siteNavWrap{
	width: 100%;
	/* background: #09c url(../images/sitenavback.jpg) top left repeat-x; */
	/* background: url("../images/banner_kids.jpg") top left no-repeat white; */
	padding: 0;
	margin: 0;
	/* float: left; */
	/* border-top: 1px solid white; */
	clear:both;
}

/*wrapper for the site links and site <select> blocks - children are #siteNav and #tabNav */
#siteNav{
	/* width:100%; */
	/* padding-top: 101px;  */
	/* height: 27px; */
	/* add image as background here */
	margin: 0;
	padding:0;
}

/*wrapper for the site link list   - the #siteLinkList child)*/
#linkNav{
	/* float:left; */
	padding: 0 10px 0 110px;
	background: url("../images/courses_bar.gif") top left no-repeat #ebebe6;
	/* width: 100%; */
	color: white;
	/*height: 27px; */
	margin: 0;
}
/*wrapper for the site <select> that is displayed when more than x sites are in the link list*/
#selectNav{
	padding: .4em .4em .2em .2em;
	text-align: right;
	vertical-align: middle;
	float:right
}

/*the <select> contextually defined*/
#selectNav select{
	display:inline;
	font-size: .8em;
	margin: 0 3px;
	padding: 0;
 	}

#selectNav select option{
	background: #fff;
}

/*a ul - the li below are outer wrappers for the links to sites */
#siteLinkList{
/*	white-space: nowrap;*/
	/* line-height:2em; */
	list-style: none;
	/* font-size: 1em; */
	margin: 0;	
	padding: 0;
	height: 27px;
	/* width: auto; */
	vertical-align: middle;
}

/* star hack to give the div 'layout' in IE */
* html #siteLinkList {
	height: 1%;
}

#siteLinkList:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/*list elements - children are <span> and <a>*/
#siteLinkList li{
	/* display: inline; */
	/*line-height: 2.3em; */
	padding: 0;
	margin: 0;
	float: left;
}

/*span shim for fine grained manipulation of link display (decorative)*/
#siteLinkList li span{
	margin: 0;
	padding:0;
}

/*links to other sites*/
#siteLinkList a,#siteLinkList a:link,#siteLinkList a:visited{
	color: #fff;
	padding: 0 8px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	text-decoration: none;
	margin:0;
	display: block;
	_display: inline-block;
	width: auto;
}

/*the current sites' link*/
#siteLinkList .selectedTab a,
	#siteLinkList .selectedTab a:link,
	#siteLinkList .selectedTab a:visited,
	#siteLinkList .selectedTab a:hover{
	color: white;
	text-decoration: none;
	background: url("../images/nav_back.gif");
	/* height: 100%; */
	margin: 0;
	/* line-height: 27px; */
	/* padding: 6px 10px 6px 10px; */
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

/*hover state for links to other sites*/
#siteLinkList a:hover{
	color: #fff;
	text-decoration: none;
}

.fixTabsIE{
	visibility: hidden;
	display: none;
	border-width: 0;
}

#toolMenu{
	width: 9.6em;
	padding: 0;
	margin: 1em 0 0 0;
	color: #000;
	background: inherit;
	font-weight: bold;
}
#presenceList span{
	width: 170px;
	background-color: Lime;
	/*list-style: none;
	margin: 0;
	padding-right: 0;
	padding-left: 0;*/
	margin: 13px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	}
#toolMenu ul{
	width: 200px;  
	/*list-style: none;
	margin: 0;
	padding-right: 0;
	padding-left: 0;*/
	margin: 13px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	}

#toolMenu li{

	margin: 0;
	width: auto;
	/*padding: 0;*/
	/*border: 1px solid #fff;*/
	text-align: right;
	padding: 0 10px 4px;
	
	font-size: 13px;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	text-align: right;
	line-height: 22px;
}

/*span shim for fine grained manipulation of link display (decorative)
also hide if are going to be using icon links (as background of <a> nad <li>
*/

#toolMenu li span{

/*comment this line for a return to sanity
display:none*/
}



#toolMenu li a:link,#toolMenu li a{
	display: block;
	text-decoration: none;
	color: #000099;
	padding-bottom : 2px;
    padding-left : 18px !important;
    padding-right : 0px;
    padding-top : 2px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    background-position : center left !important;
    background-repeat : no-repeat !important;
	 font: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 29px; 
 
}
#toolMenu li a:hover{
	text-decoration: none;
	color: #000099;
}
#toolMenu li.selectedTool span{
	display: block;
	padding-bottom : 2px;
    font-family: verdana,arial,sans-serif;
    padding-left : 18px !important;
    padding-right : 0px;
    padding-top : 1px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
	 background-position : center left !important;
    background-repeat : no-repeat !important;
	 font-size: 13px;
	 color: Black;
	 line-height: 29px; 
}
#toolMenu ul li.selectedTool {
background-image: url("../images/bg.nav.gif");
line-height: 18px;
padding-top : 1px;
padding-bottom : 2px;
margin-bottom : 0px;
margin-top : 0px;
 margin-top : 0px;
color: Black;
}
#toolMenu li a.selected{
	text-decoration: none;
	color: Black;
	cursor: text;
	
}

#toolMenu li a.selected:hover{
	text-decoration: none;
	color: #000;
	cursor: text;
}

#tabBottom {
	display: none;
}



/*PART 6 - SITE AFFILIATION,SITE TYPE/STATUS AND PRESENCE - children of #toolMenuWrap	*/
/*site logo wrapper*/
#worksiteLogo{
	width: 9.7em;
	height: auto;
	overflow: hidden;
	display: block;
}

/*site logo image - Sakai may output,depending on installation,an image here based in site affiliation. Site owner may also point to a url - overriding the Sakai provided image*/
#worksiteLogo img{
	display: block;
	margin: .5em auto;
}

/*wrapper for the string that Sakai will output based on site type (ie. project,course) this is open ended and institution specific*/
#siteType{
	display: none;
}

/*wrapper for the string that Sakai will output based on site status when status is "Unpublished"*/
#siteStatus{
	text-transform: capitalize;
	text-align: left;
	background: url("../images/warn.gif") .2em center no-repeat #fff;
	border: 1px solid  #aaa;
	clear: both;
	color: #aaa;	
	font-size: 	small;
	margin: 5px 2px 15px 2px;
	padding: 3px 3px 3px 2em;
}

/*wrapper for all elements of presence display */
#presenceWrapper{
	width: 9.65em;
	margin-top: .5em;
}

/*wrapper for title of iframe ("Users present")*/
#presenceTitle{
	font-size: .7em;
	text-align: right;
	margin-right: .5em;
}

/*of presence iframe*/
#presenceIframe{
	height: 100px;
	margin: .3em;
	width: 8.8em;
}

/*PART 7 - PORTLETS - children of #content*/
/*a page may display portlets in one column or two columns - the next three id selectors address the three possiblities - sole child of column is the .portlet */
#col1{
	padding-right: .5em;
}

#col1of2{
	width: 49%;
	float: left;
	margin: 0;
}

#col2of2{
	width: 50%;
	float: right;
}

/*wrapper class for portlets - decorative -  contains two wrapper block children:.portletTitleWrap and  .portletMainWrap*/
.portlet{
}

/*.portletTitleWrap are wrappers for the tool title documents,
below they are contextually defined depending on the column as an example,as you may want to adjust the widths accordingly*/ 
#col1 .portletTitleWrap{
	width: 99%;
	/* border-bottom: 2px solid #09c; */
}

#col1 .portletMainWrap{
	width: 99%;
}

#col1of2 .portletTitleWrap,#col2of2 .portletTitleWrap{
	width: 98.5%;
	/* border-bottom: 2px solid #09c; */
}

#col1of2 .portletMainWrap,#col2of2 .portletMainWrap{
	width: 98.5%;
	margin-bottom: .5em;
}

.portletTitle{
	width: 100%;
	height:100%;
	overflow:hidden;
}

.portletTitle .title img{
	margin: 0;
	vertical-align: text-bottom;
	width: 18px;
	border:none;
	height: 16px;
	/*display: none;*/
}

.portletTitle .title{
	padding: 2px 4px 3px 0;
	height: 1.75em;
	float: left;
	color: #000;
}

.portletTitle .title h2{
	display: inline;
	margin: 0;
	padding: 0;
	color: #000099;
	font-weight: lighter;
	font-size: 20px;
	font-family: verdana;
	
}

.portletTitle .title a{
	 background: url(../images/reload.gif) center left no-repeat; 
}

.portletTitle .title a:hover{
	 background: url(../images/reload_h.gif) center left no-repeat; 
}

.portletTitle .action{
	padding: 10px 4px 1px 2px;
	text-align: right;
	height: 20px;
	vertical-align: bottom;
}

.portletTitle .action img{
	margin: 0;
	border:none;
	vertical-align: text-bottom;
	display: none;
	/* width: 16px !important; */
}

.portletTitle .action a{
	background: url(../images/help_icon.jpg) center right no-repeat;
	display: block;
	height: 24px;
	width: 24px;
	float:right;
}

.portletTitle .action a:hover{
	background: url(../images/help_icon.jpg) center right no-repeat;
}

.portletTitle .action a#jsr-edit{
        padding:2px;
        background: url(../images/page_edit.gif) center right no-repeat;
}
        
.portletTitle .action a#jsr-edit:hover{
        background: url(../images/page_edit.gif) center right no-repeat;
}       

/*iframes for portlet title and portlet content*/
/*gone for 2.3
.portletTitleIframe{
	margin: 0;
	height: 1.8em;
	width: 100%;
}
*/
.portletMainIframe{
	text-align: left;
	margin-bottom: .5em;
	height: auto;
	border: none;
}

/*PART 8 - FOOTER BLOCKS - descendants of #footer TODO - unpack the 3 descendants and make them all children*/
/*wrapper for links going to external sites - links are output as a series  separated via pipes (TODO:make a list already)*/
.footerExtNav{
	padding-top: .5em;
	padding-bottom: .5em;
}

/*the links displayed inside the wrapper above*/
.footerExtNav a,.footerExtNav A:link,.footerExtNav A:visited{
	color: #000;
	text-decoration: none;
	margin: 1em;
}

.footerExtNav a:hover{
	color: #aaa;
	text-decoration: underline;
	margin: 1em;
}

/*a second wrapper - server info,build,etc*/
#footerInfo{
	font-size: xx-small;
	text-align: center;
	clear: both;
	padding-bottom: 1em;
}

#footerInfo img{
	margin-top: .5em;
	margin-bottom: .5em;
}

/*a third wrapper - reserved for copyright blurbs*/
.sakaiCopyrightInfo{
	color: #09c;
}

/*PART 8 - CONVENIENCE*/
/*used to hide various blocks from sighted users that are in the source to help with accessibility*/
.skip{
	display: inline;
	position: absolute;
	top: -999px;
	left: -999px;
	height: 0;

}

/* PART 9 - Tool Icons */
.icon-sakai-mneme {
	background-image : url(../icon/form_blue.png);
}

.icon-sakai-melete {
	background-image : url(../icon/books.png);
}

.icon-sakai-resetpass {
	background-image : url(../icon/user1_lock.png);
}

.icon-sakai-postem {
	background-image : url(../icon/document_into.png);
}
.icon-sakai-singleuser {
	background-image : url(../icon/pawn_glass_blue.png);
}
.icon-osp-presentation {
	background-image : url(../icon/text_rich_colored.png);
}
.osp.exposedmatrix  {
	background-image : url(../icon/column_preferences.png);
}
.icon-osp-reports {
	background-image : url(../icon/server_information.png);
}

.icon-sakai-sites {
	background-image : url(../icon/control_panel.png);
}

.icon-sakai-sitesetup {
	background-image : url(../icon/wrench.png);
}

.icon-sakai-users {
	background-image : url(../icon/pawn_view.png);
}

.icon-edia-signup {
	background-image : url(../icon/businessman_edit.png);
}

.icon-sakai-usermembership {
	background-image : url(../icon/user1_information.png);
}


.icon-sakai-online {
	background-image : url(../icon/user1_earth.png);
}

.icon-sakai-memory {
	background-image : url(../icon/memory.png);
}



.icon-sakai-su {
	background-image : url(../icon/user1_into.png);
}



.icon-sakai-gmt {
	background-image : url(../icon/thermometer2.png);
}

.icon-sakai-openstudenttrack {
	background-image : url(../icon/eye.png);
}

.icon-sakai-gradebook-tool {
	background-image : url(../icon/table_sql_create.png);
}

.icon-edia-sakai-eportfolio {
	background-image : url(../icon/folder_refresh.png);
}
.icon-sakai-mneme-admin {
	background-image : url(../icon/question_and_answer.png);
}
/*.icon-sakai-metaobj {
	background-image : url(../icon/text_rich_marked.png);
}

.icon-sakai- {
	background-image : url(../icon/);
}
.icon-sakai- {
	background-image : url(../icon/);
}
.icon-sakai- {
	background-image : url(../icon/);
}
*/

.icon-sakai-news {
	background-image : url(../icon/rss.png);
}
.icon-sakai-presentation {
	background-image : url(../icon/text_rich_colored.png);
}


.icon-sakai-profile {
	background-image : url(../icon/id_card.png);
}

.icon-sakai-search {
	background-image : url(../icon/find.png);
}

.icon-sakai-dropbox {
	background-image : url(../icon/inbox.png);
}

.icon-sakai-messagecenter {
	background-image : url(../icon/text_tree.png);
}

.icon-sakai-presentation {
	background-image : url(../icon/text_rich_colored.png);
}

.icon-sakai-sitestats {
	background-image : url(../icon/column-chart.png);
}


.icon-sakai-mailbox {
	background-image : url(../icon/mail_write.png);
}

.icon-sakai-iframe-site {
	background-image : url(../icon/window_earth.png);
}

.icon-sakai-iframe {
	background-image : url(../icon/window_earth.png);
}
	
.icon-sakai-rwiki {
	background-image : url(../icon/window_environment.png);
}

.icon-sakai-siteinfo {
	background-image : url(../icon/gears_view.png);
}

.icon-sakai-announcements {
	background-image : url(../icon/document_pinned.png);
}

.icon-sakai-assignment {
	background-image : url(../icon/briefcase_document.png);
}

.icon-sakai-site-roster {
	background-image : url(../icon/id_cards.png);
}

.icon-sakai-schedule {
	background-image : url(../icon/calendar_1.png);

}

.icon-sakai-chat {
	background-image : url(../icon/messages.png);

}

.icon-sakai-resources {
	background-image : url(../icon/folder_blue.png);
}
.icon-sakai-motd {
	background-image : url(../icon/news_new.png);
}

.icon-sakai-samigo {
	background-image : url(../icon/pencil.png);
}

.icon-sakai-help {
	background-image : url(../icon/help2.png);
}
.icon-osp-evaluation {
	background-image : url(../icon/checks.png);
}
.icon-sakai-forums {
	background-image : url(../icon/text_tree.png); 
}

.icon-sakai-mailtool {
	background-image : url(../icon/mail_write.png); 
}
.icon-sakai-syllabus {
/*	background-image : url(../icon/new.png); */
} 
.icon-sakai-assignment-grades {
	background-image : url(../icon/briefcase_document.png);
}

.icon-sakai-sections {
/*	background-image : url(../icon/new.png); */
}
.icon-preferences {
	background-image : url(../icon/document_heart.png);
}

.icon-sakai-metaobj {
	background-image : url(../icon/application_form.png);
}

.icon-osp-glossary {
	background-image : url(../icon/text_list_bullets.png);
}
.icon-sakai-rutgers-linktool {
/*	background-image : url(../icon/new.png); */
}
.icon-osp-matrix {
	background-image : url(../icon/column_preferences.png);
}


.icon-sakai-agora {
	background-image : url(../icon/podcasts.png);
}
.icon-sakai-messages {
/*	background-image : url(../icon/new.png); */
}
.icon-sakai-podcasts {
	background-image : url(../icon/microphone2.png); 
}
.icon-sakai-poll {
/*	background-image : url(../icon/new.png); */
}
.icon-osp-presLayout {
	background-image : url(../icon/text_rich_marked.png); 
}
.icon-osp-presTemplate {
	background-image : url(../icon/application_view_tile.png); 
	background-image : url(../icon/briefcase.png);
}
.icon-sakai-postem {
	background-image : url(../icon/document_into.png);
}
.icon-sakai-reports {
	background-image : url(../icon/report.png); 
}
.icon-osp-style {
	background-image : url(../icon/style.png); 
}
.icon-osp-wizard {
	background-image : url(../icon/text_rich_marked.png); 
}
.icon-sakai-datapoint {
	background-image : url(../icon/chart_line.png); 
}

/** Privacy Popup Styles **/
div#privacy_tool_popup {
    position: absolute;
    background: #fff;
    color: #000;
    border: 4px solid #0198CD;
    width: 450px;
    top: 20%;
    left: 50%;
    margin-left: -225px;
    z-index: 1000;
    padding: 5px 5px 5px 10px;
}

div#privacy_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
   z-index: 0;
}

.icon-sakai-profile2 { 
	background-image : url(../icon/id_cards.png);
}

.icon-edia-osp-export-tool {
	background-image : url(../icon/column_preferences.png);
}

.icon-osp-glossary {
	background-image : url(../icon/text_rich_marked.png); 
}


