

/*general body - used by main portal document */ 

/* COLOURS

charcoal (dark grey): #333333
mid-grey: #666666;
pale-grey: #ebebeb;
platinum text: #527688;
platinum 100% (background): #94B0BE;
platinum 50% (background): #CAD8DF;


*/


body{
	width: 100%;
	/*font-family: 'Trebuchet MS',Verdana,sans-serif;*/
	font-family:Arial, sans-serif;
	font-size:.8em;
	margin: 0;
	padding: 0;
	background-color: #333333;
	color: #333333;
}
/*PART 1 - MAIN LAYOUT BLOCKS*/
/*outer wrapper for portal content (decorative - child is #portalContainer )*/
#portalOuterContainer{
	background-color: #ffffff;
}

/*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: 100%;
	margin: 1em auto 0 auto;
	height:100%;
	overflow:hidden;
	margin-top: 0;
}
#headerMin{
}

/*accessibility links wrapper */
#skipNav{
}

/*site hierarchy breadcrumb*/
#siteHierarchy{
    clear:both;
    float:none;
    margin:0;
    list-style: none;
    padding-top: 0.5em;
    padding-right: 0;
    padding-left: 10px;
    color: #666;
}
/*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 {
    color: #527688;
    text-decoration: none;
}

#siteHierarchy li a:hover {
	color: #9C6E42;
	text-decoration:underline;
}

/*wrapper for site content (includes as children #toolMenuWrap,#content and #footer)*/
#container{
/*	width: 98%;
if this breaks on a browser, remove this
*/
	clear:both;
	margin: 0 auto;
	padding-top: 10px;
	background: #FFFFFF;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}

/*wrapper for #toolMenu - children are #worsiteLogo,#toolMenu*/
#toolMenuWrap{
	float: left;
	width: 165px;
	color: #000;
	text-align: right;
	padding-top: 0.5em;
	padding-right: .5em;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 20px;
}

#toolMenuWrap:hover{
}
/*depending on site type - different hover effects for the tool menu parent block
site types are a local setting - adjust */
.workspace #toolMenuWrap:hover{
}
.course #toolMenuWrap:hover{
}
.project #toolMenuWrap:hover{
}


/*wrapper for site content (portlets) -  children can be #col1 or #col1of2 and #col2of2 depending in the number of columns*/
#content{
	padding: 0;
	margin-top: .5em;
	margin-left: 14em;
}
/*margin tweak for IE to avoid float drop*/
* html #content{margin-left:14em}
/*wrapper for footer blocks*/
#footer{
	background-color: #333333;
	color: #DDDDDD;
	font-size: 13.6px;
	padding: 0;
	width: auto;
	clear: both;
	top: 0;
	border-top: 1px solid #222222;
	text-align: left;
	height: auto;
	
	/*  hack to get around the container only being 98% 
	margin-left: -10px;
	margin-right: auto;*/
}

/*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;
}

#tabBottom {
	display:none;
}


/*wrapper for mast head elements - children are 3 blocks - #mastLogo,#mastBanner,#mastLogin*/
#mastHead{
	clear: both;
	height: 95px;
	background-color: #333;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #CAD8DF;
	height: 95px;
}


#mastHeadUnder {
	/*
	height: 4px;
	background-color: #94B0BE;
	*/
	display:none;
}



/*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: left;
	/*
	background-image: url(images/ANURGB_REV_SMALL_transparent.gif);
	background-repeat: no-repeat;
	*/
	display: inline;
	width: 130px;
	height: 55px;
	margin-top: 20px;
	margin-left: 20px;		
}

/*the portal outputs an image that can be treated here or hidden with display:none*/
#mastLogo img{
	/*margin: 1em .5em;*/
	/*display:none;*/
	border: 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{
	display:none;
}

/*the portal outputs an image that can be treated here or hidden with display:none*/
#mastBanner img{
	margin-top: 0;
	
}

#mastTextWrap {
	font-family: Verdana, Helvetica, sans-serif;
	text-align:right;
	float:right;
	padding-top: 30px;
	margin-right: 20px;
}

#mastTextService a {
	color: #EBEBEB;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-transform: none;
	text-decoration: none;
	
}


#mastTextService a:hover{
	color: #FFFFFF;
}

#mastTextInstitution {
	display:none;
}
/*
#mastTextInstitution a {
	color: #EBEBEB;
	font-size: 1.0em;
	text-transform: none;
	text-decoration: none;
}

#mastTextInstitution a:hover{
	color: #FFFFFF;
}
*/

/* loginWrap is a container that wraps the entire login block. sits as a ribbon at the top of the screen above mastHead */
#loginWrap {
    background-color: #666666;
    height: 32px;
    width: 100%;
    border-top: 5px solid #94B0BE;
	display:block;
}

/*container wrapping,depending on Sakai settings:1) a login form,2) a login link for CAS,3) a logout link*/
#mastLogin{
    background-color: #666666;
    float: right;
	text-align: right;
	margin-right: 20px;
	display:block;
}

/*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{
	color: #DDDDDD;
	margin-top: 0;
}

#mastLogin a:hover{
	color: #DDDDDD;
	text-decoration: none;
}

/*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{
	margin-top: 5px;
	text-transform: uppercase;
}

#eid{
	border: 1px solid #333333;
	background-color: #CCCCCC;
	margin-left: .5em;
	width: 7em;
	font-size: 0.8em;
}

#pw{
	border: 1px solid #333333;
	background-color: #CCCCCC;
	margin-left: .5em;
	width: 7em;
	font-size: 0.8em;
}

#loginForm label{
	color: #ffffff;
	padding: 0 .5em
	text-transform: uppercase;
	font-size: 0.8em;
}

#submit{
}

#submit:hover{
	color: #527688;
}

/*block for login/logout links */
#loginLinks{
	margin: 12px 0 6px;
	color: #ffffff;
	font-size: 0.9em;
}

/*main CAS link*/
#loginLink1{
}

/*secondary CAS link*/
#loginLink2{
}

#loginLinks a {
	text-decoration:none;
	font-weight: bold;
	color: #EBEBEB;
}

#loginLinks a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/*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 {
	position: relative;
	width: 100%;
	background-color: #666666;
	
	/*
	background-color: #153872;
	background-url: url(images/hdr-gw-bg.jpg);
	background-repeat: repeat-x;
	packground-position: center top;
	*/
	float: left;
	clear: both;
	font-size: 100%;
	line-height: normal;
	/*z-index: 2000;*/
	border-top: 5px solid #94B0BE;
	
}

/*wrapper for the site links and site <select> blocks - children are #siteNav and #tabNav */
#siteNav{
	width:100%;
}

/*wrapper for the site link list   - the #siteLinkList child)*/
#linkNav{
	position: relative;
	display: block;
	float:left;
	margin-top: 4px;
	margin-left: -20px;
        *margin-left: 20px; /* for IE7 */
	/*background-color: #3E5E8E;*/
}

/*wrapper for the site <select> that is displayed when more than x sites are in the link list*/
#selectNav{
	padding: 0;
	text-align: right;
	vertical-align: middle;
	margin-left: 0.6em;
	padding-top: 0.2em;
	float: left;
}

/*the <select> contextually defined*/
#selectNav select{
	display:inline;
	font-size: .9em;
	margin: 2px 0 0;
	padding: 0;
	border: 2px solid #CCCCCC;
}

#selectNav select option{
	background: #fff;
}

#roleSwitch{
	float:right;
}
#roleSwitch label, #roleSwitch  a#roleSwitchAnchor{
	color:#DDDDDD;
	font-weight:normal;
}
#roleSwitch a#roleSwitchAnchor{
	margin: 9px 20px 0 0;
	display:block;
}	
#roleSwitch select{
	border:2px solid #CCCCCC;
	display:inline;
	font-size:0.9em;
	margin:6px 20px 0 0;
	padding:0;
}	
/*a ul - the li below are outer wrappers for the links to sites */
#siteLinkList{
	white-space: nowrap;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;	
	/*padding-top: 4px; */
	float: left;
}

/*list elements - children are <span> and <a>*/
#siteLinkList li {
	position: relative;
	display:block;
	float:left;
}

/*links to other sites*/
#siteLinkList li a, #siteLinkList li a:link, #siteLinkList li a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	/*background: transparent url(images/tab-left.gif) no-repeat scroll left top;*/
	margin: 0;
	padding: 0 0 0 11px;
	/*border-bottom: 2px solid #013F68;*/
}

#siteLinkList li a:hover {
	text-decoration: none;
	background-color: #E4EBEF;
	color: #527688;
	cursor: pointer;
}

#siteLinkList li span {
	display: block;
	/*background: transparent url(images/tab-right.gif) no-repeat right top;*/
	padding: 8px 13px 5px 2px;
	margin: 0;
	margin-bottom:0;
}

/*the current sites' link - consists of the li and a*/

#siteLinkList li.selectedTab a,
	#siteLinkList li.selectedTab a:link,
	#siteLinkList li.selectedTab a:visited,
	#siteLinkList li.selectedTab a:hover {
	font-weight: bolder;
	text-decoration: none;
	/*background: transparent url(images/tab-left-selected.gif) no-repeat scroll left top;*/
	background-color: #ffffff;
	color: #527688;
	border-width: 0;
}

#siteLinkList li.selectedTab a span{
	/*background:transparent url(images/tab-right-selected.gif) no-repeat scroll right top;*/
	padding: 8px 11px 5px 0;
}

#siteLinkList li.tab-dim a,
	#siteLinkList li.tab-dim a:link,
	#siteLinkList li.tab-dim a:visited,
	#siteLinkList li.tab-dim a:hover {
	color: #666;
	background: transparent url(images/tab-left-selected.gif) no-repeat scroll left top;
}

#siteLinkList li.tab-dim a span {
	background:transparent url(images/tab-right-selected.gif) no-repeat scroll right top;
	padding-bottom: 3px;
}

/* more tab */
#siteLinkList li.more-tab a span.inner {
	background-image:  url(images/tab-arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 100% 36%;
	padding: 0 20px 0 0;
	margin: 0;
}

#siteLinkList li.more-active a,
	#siteLinkList li.more-active a:link,
	#siteLinkList li.more-active a:visited {
	color:#000000;
	font-weight: bolder;
	text-decoration: none;
	background: transparent url(images/tab-left-selected.gif) no-repeat scroll left top;
	border-width: 0;
}

#siteLinkList li.more-active a:hover {
	text-decoration: underline;
}

#siteLinkList li.more-active a span {
	background:transparent url(images/tab-right-selected.gif) no-repeat scroll right top;
	padding-bottom: 5px;
}

#siteLinkList li.more-active a span.inner {
	background-image: url(images/tab-arrow-down-active.gif);
}

.fixTabsIE{
	visibility: hidden;
	display: none;
	border-width: 0;
}

/*wrapper for the site <select> that is displayed when more than x sites are in the link list*/
.dhtml_more_tabs {
	position: absolute;
	top: 2.5em;
	right: 4px;
	line-height: 1.5em;
	background-color: #FFFFFF; 
	border: 2px solid #F5F7F9;
	border-top-width: 0;
	width: 75%;
	z-index: 9999;
}

html>body .dhtml_more_tabs {
	right: 2px;
}

.dhtml_more_tabs div.termContainer {
	float: left;
	padding: 0.8em;
	text-align: left;
	width: 28%;
}
	
.dhtml_more_tabs h4 {
	font-size: 1.06em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.dhtml_more_tabs  ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.dhtml_more_tabs  li {
	margin-bottom: 0.4em; 
	line-height: 1.1em;
}

.dhtml_more_tabs div:first-child {
	border-left: none;
}

.dhtml_more_tabs a:link, .dhtml_more_tabs a:visited, .dhtml_more_tabs active{
	color: #35b;
	text-decoration: underline !important;
}

.dhtml_more_tabs a:hover {
	color: #53b;
	text-decoration: underline !important;
}

#more_tabs_instr  {
	color: #333;
	font-size: 1em;
	margin: 0.4em 0.8em 0.8em;
	padding-top: 0.4em;
	clear: both;
	border-top: 1px solid #CCC;
	text-align: left;
	line-height: 1.1em;
}

#portalMask {
	background-color: #EEEEEE; 
	position: absolute;
	z-index: 9000;
	top:0;
	left:0;
	filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity: 0.50;
}

/*block in case need to display any decorative element above or below the .tabHolder block*/
#navBottom{
	display: none;
}

/*PART 5 - SITE TOOL LINKS  - children of #toolMenuWrap	*/
/*wrapper for ul that lists the links to tools*/
#toolMenu, #subSites{
	width: 165px;
	padding: 0;
	margin: 0;
	background: inherit;
	font-size:0.9em;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#subSites {
	margin-top: 20px;
}

#toolMenu ul, #subSites ul{
	width:auto;
	list-style: none;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
}

#toolMenu li, #subSites li{
	margin: 0;
	width: auto;
	padding: 0 0 0 5px;
	text-align: left;
	background-color: #ffffff;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	border-left: 0px solid #ffffff;
}
/** NOTE. The 5px left white border is overlapping on top of the 1px bottom grey border.


/*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.selectedTool{
	padding: 0;
	background-color: #EBEBEB;
	border-left: 5px solid #94B0BE;
}

#toolMenu li.selectedTool:hover{
	border-left: 5px solid #94B0BE;
}

#toolMenu li.selectedTool span{
	display: block;
	padding-bottom : 5px;
    padding-left : 23px !important;
    padding-top : 5px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    background-position : 2px center !important;
    background-repeat : no-repeat !important;
	/*filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity: 0.50;
	*/
	/*border-right: 5px solid #C4CDDC;*/
}

#toolMenu li span{

}

#toolMenu li a:link, #toolMenu li a,
#subSites li a:link, #subSites li a{
	color: #333333;
	display: block;
	text-decoration: none;
	padding-bottom : 5px;
    padding-left : 23px !important;
    padding-top : 5px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 5px;
    margin-top : 0px;
    background-position : 2px center !important;
    background-repeat : no-repeat !important;

}

#toolMenu li:hover, #subSites li:hover{
	padding: 0;
	background-color: #CCCCCC;
	border-left: 5px solid #CCCCCC;
}


#toolMenu li a.selected{
	cursor: text;
}

#toolMenu li a.selected:hover{
	cursor: text;
}

/** Portal Timeout **/
#timeout_alert_body {
    position: absolute;
    background: #fff;
    color: #000;
    border: 4px solid #0198CD;
    width: 450px;
    top: 20%;
    left: 50%;
    margin-left: -225px;
    z-index: 10000;
    padding: 5px 5px 5px 10px;
}


/*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: 69%;
	float: left;
	margin: 0;
}

#col2of2{
	width: 30%;
	float: right;
}

/*wrapper class for portlets - decorative -  contains two wrapper block children:.portletTitleWrap and  .portletMainWrap*/
.portlet{
	padding-left: 50px;
}

/*.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: 1px solid #CCCCCC;
}

#col1 .portletMainWrap{
	width: 99%;
}

#col1of2 .portletTitleWrap,#col2of2 .portletTitleWrap{
	width: 98.5%;
	border-bottom: 1px solid #CCCCCC;
}

#col1of2 .portletMainWrap,#col2of2 .portletMainWrap{
	width: 98.5%;
	margin-bottom: .5em;
}

.portletTitle{
	width: 100%;	
	overflow:hidden;
}

.portletTitle .title img{
	margin: 0;
	vertical-align: text-bottom;
	width: 18px;
	border:none;
	height: 18px;
}

.portletTitle .title a{
	background: url(images/reload.gif) center left no-repeat;
	text-decoration: none !important;
	border:1px solid #fff;
	height:1.5em;
	outline:none	
}


.portletTitle .title{
	padding: 2px 4px 6px 0;
	height: 2em;
	float: left;
}

.portletTitle .title h2{
	display: inline;
	margin: 0 0 0 .2em;
	padding: 0;
	font-family: Arial, sans-serif;
	letter-spacing:0.05em;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	color: #527688;
	padding-left:20px;
}


.portletTitle .title a:hover{
	background: url(images/reload_h.gif) center left no-repeat;
}

.portletTitle .action{
	padding: 2px 20px 6px 2px;
	text-align: right;
	vertical-align: middle;
}

.portletTitle .action img{
	margin: 0;
	vertical-align: text-bottom;
	width: 18px;
	border:none;
	height: 18px;
}

.portletTitle .action a{
	background: url(images/help.gif) center right no-repeat;
	text-align: left;
	padding:0;
	text-decoration: none !important;
	width:1em;
	height:1.5em;
	outline:none
}

.portletTitle .action a:hover{
	background: url(images/help_h.gif) 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: 5px;
	padding-bottom: .5em;
	float: left;
}

.footerExtNav ul{
	margin: 0;
	padding: 0;
}

/*the links displayed inside the wrapper above*/
.footerExtNav a,.footerExtNav A:link,.footerExtNav A:visited{
	color: #DDDDDD;
	text-decoration: none;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin:0;
}

.footerExtNav a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #444444;

}

#footerLinks li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* wrapper for footerInfo and sakaiCopyrightInfo */
#footerInfoWrap {
	display:block;
	clear:both;
	margin-left: 20px;
	padding-top: 20px;
}

#footerInfo{
	float:right;
	margin-right: 20px;
}

#footerInfo a{
	text-decoration: none;
}

/*a third wrapper - reserved for copyright blurbs*/
#sakaiCopyrightInfo{
	float:left;
	display:block;
	color: #DDDDDD;
	font-family: Arial, sans-serif;;
	font-size: 0.9em;
	padding: 0;
}

#sakaiServerInfo{
	color: #DDDDDD;
	font-family: Arial, sans-serif;;
	font-size: 0.9em;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 20px;
	display:block;
	clear:both;
}

/*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-osp-evaluation {
	background-image: url(../../image/silk/thumb_up.png);
}

.icon-osp-glossary {
	background-image: url(../../image/silk/text_list_bullets.png);
}

.icon-osp-matrix {
	background-image: url(../../image/silk/table.png);
}

.icon-osp-presentation {
	background-image: url(../../image/silk/briefcase.png);
}

.icon-osp-presLayout {
	background-image: url(../../image/silk/layout_content.png);
}

.icon-osp-presTemplate {
	background-image: url(../../image/silk/application_view_tile.png);
}

.icon-osp-style {
	background-image: url(../../image/silk/style.png);
}

.icon-osp-wizard {
	background-image: url(../../image/silk/wand.png);
}

.icon-sakai-announcements {
	background-image: url(../../image/silk/flag_blue.png);
}

.icon-sakai-chat {
	background-image: url(../../image/silk/user_comment.png);
}

.icon-sakai-datapoint {
	background-image: url(../../image/silk/chart_line.png);
}

.icon-sakai-discussion {
	background-image: url(../../image/silk/comments.png);
}

.icon-sakai-dropbox {
	background-image: url(../../image/silk/folder_page.png);
}

.icon-sakai-gmt {
	background-image: url(../../image/silk/award_star_gold_3.png);
}

.icon-sakai-help {
	background-image: url(../../image/silk/help.png);
}

.icon-sakai-iframe {
	background-image: url(../../image/silk/page_world.png);
}

.icon-sakai-iframe-site {
	background-image: url(../../image/silk/house.png);
}

.icon-sakai-mailbox {
	background-image: url(../../image/silk/email.png);
}

.icon-sakai-messages {
	background-image: url(../../image/silk/comment.png );
}

.icon-sakai-metaobj {
	background-image: url(../../image/silk/application_form.png);
}

.icon-sakai-membership {
	background-image: url(../../image/silk/group.png);
}

.icon-sakai-news {
	background-image: url(../../image/silk/rss.png);
}

.icon-sakai-podcasts{
	background-image: url(../../image/silk/ipod_cast.png );
}

.icon-sakai-postem{
	background-image: url(../../image/silk/database_table.png );
}

.icon-sakai-preferences{
	background-image: url(../../image/silk/cog.png );
}

.icon-sakai-rutgers-linktool{
	background-image: url(../../image/silk/application.png);
}

.icon-sakai-sections{
	background-image: url(../../image/silk/group_gear.png );
}

.icon-sakai-singleuser{
	background-image: url(../../image/silk/user.png );
}

.icon-sakai-syllabus{
	background-image: url(../../image/silk/script.png );
}

.icon-blogger{
	background-image: url(../../image/silk/book_edit.png );
}

.icon-sakai-assignment-grades{
	background-image: url(../../image/silk/page_edit.png );
}

.icon-sakai-forums{
	background-image: url(../../image/silk/comments.png );
}

.icon-sakai-gradebook-tool{
	background-image: url(../../image/silk/report.png);
}

.icon-sakai-mailtool {
	background-image: url(../../image/silk/email_go.png );
}

.icon-sakai-poll{
	background-image: url(../../image/silk/chart_bar.png);
}

.icon-sakai-sitestats {
	background-image: url(../../image/silk/chart_bar.png);
}

.icon-sakai-presentation {
	background-image: url(../../image/silk/monitor.png);
}

.icon-sakai-profile {
	background-image: url(../../image/silk/vcard_edit.png);
}

.icon-sakai-reports {
	background-image: url(../../image/silk/report_magnify.png);
}

.icon-sakai-resetpass {
	background-image: url(../../image/silk/key.png);
}

.icon-sakai-resources {
	background-image: url(../../image/silk/folder.png);
}

.icon-sakai-rwiki {
	background-image: url(../../image/silk/page_white_edit.png);
}

.icon-sakai-samigo {
	background-image: url(../../image/silk/pencil.png);
}

.icon-sakai-schedule {
	background-image: url(../../image/silk/calendar.png);
}

.icon-sakai-search {
	background-image: url(../../image/silk/find.png);
}

.icon-sakai-siteinfo {
	background-image: url(../../image/silk/application_lightning.png );
}

.icon-sakai-sitesetup{
	background-image: url(../../image/silk/application_lightning.png );
}

.icon-sakai-site-roster {
	background-image: url(../../image/silk/vcard.png);
}

.icon-sakai-synoptic-messagecenter{
background-image: url(../../image/silk/comment.png);
}

.icon-sakai-conferencing {
    background-image : url(../../image/silk/webcam.png);
}

/*admin tools*/
.icon-sakai-users{
	background-image: url(../../image/silk/folder_user.png);
}
.icon-sakai-aliases{
	background-image: url(../../image/silk/tag_blue.png);
}
.icon-sakai-sites{
	background-image: url(../../image/silk/application_cascade.png);
}
.icon-sakai-realms{
	background-image: url(../../image/silk/sitemap_color.png);
}
.icon-sakai-online{
	background-image: url(../../image/silk/report_user.png);
}
.icon-sakai-memory{
	background-image: url(../../image/silk/server_chart.png);
}
.icon-sakai-archive{
	background-image: url(../../image/silk/page_white_compressed.png);
}
.icon-sakai-scheduler{
	background-image: url(../../image/silk/clock.png);
}
.icon-sakai-su{
	background-image: url(../../image/silk/user_go.png);
}
.icon-sakai-usermembership{
	background-image: url(../../image/silk/drive_user.png);
}

.icon-sakai-motd { 
	background-image: url(../../image/silk/house.png); 
} 
.icon-sakai-sitebrowser { 
	background-image: url(../../image/silk/world.png); 
} 
.icon-sakai-createuser { 
	background-image: url(../../image/silk/user_add.png); 
} 
.icon-sakai-profile2 {
	background-image: url(../../image/silk/vcard.png);
}

.icon-sakai-iframe-service {
	background-image: url(../../image/silk/house.png);
}
.icon-sakai-iframe-myworkspace {
	background-image: url(../../image/silk/house.png);
}

.icon-sakai-sitestats-admin {
	background-image: url(../../image/silk/chart_line.png);
}
.icon-wimba-component-tool {
	background-image: url(../../image/silk/transmit.png);
}
.icon-wimba-component-configuration {
	background-image: url(../../image/silk/transmit_edit.png);
}
.icon-sakai-basiclti { 
	background-image: url(../../image/silk/application_go.png); 
}

.icon-sakai-subsite { 
	background-image: url(../../image/silk/chart_organisation.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;
}


/* ANU styles for certain elements that have been brought in as is */
.blockline {
	display : block;
	clear : both;
	width : 100%;
}

#update-wrap {
	display : block;
	background : #ffffff;
	width : 100%;
	margin : 0;
	padding : 0;
	clear : both;
	text-align : left;
	border-top : 1px solid #cccccc;
}

#update-details {
	display : block;
	margin-left : 0;
	margin-right : auto;
	padding : 10px 20px 10px 20px;
}
.sml-hdr {
	color : #333333;
	padding : 0;
	margin : 0;
	font-style : normal;
	font-weight : normal;
}

.sml-hdr strong {
	font-weight : normal; 
}
.sml-hdr a {
	color : #527688;
	text-decoration: none;
}
.sml-hdr a:hover {
	color : #9c6e42;
	text-decoration: underline;
}

.hpad {
	padding-left : 10px;
	padding-right : 10px;
}


/* modified */
div.tool-list-header {
	margin: 0;
	padding: 0;
	text-align: left;
}

div.tool-list-header p {
	font-weight: bold;
	margin: 0;
	padding: 5px;
	background : #153872 url(images/menu-hdr.gif) bottom center no-repeat;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}






/* EXPLORE BAR */
#explore-wrap {
background : #222222;
height : 25px;
}
#explore {
color : #CCCCCC;
font-size : 0.9em;
letter-spacing : 0.1em;
display : block;
/*width : 960px;*/
margin-left : auto;
margin-right : auto;
}
#explore-hdr {
float : left;
}
#explore-hdr em {
font-weight : normal;
font-style : normal;
font-size : 1.1em;
line-height : 0;
}
.explore-hdr-drop {
left : 0;
background : #ffffff;
border-left : #94b0be 1px solid ;
border-right : #94b0be 1px solid ;
border-bottom : #94b0be 1px solid ;
}
#explore-hdr a {
color : #dddddd;
text-decoration : none;
display : block;
float : left;
padding : 5px 20px 5px 20px;
height : 15px;
}
#explore-hdr a:link, #explore-hdr a:visited, #explore-hdr a:active {
color : #dddddd;
text-decoration : none;
display : block;
float : left;
padding : 5px 20px 5px 20px;
height : 15px;
}
#explore-hdr a:hover {
color : #ffffff;
cursor : pointer;
background : #444444;
}	
#explore-hdr ul {
display : block;
float : left;
margin : 0;
padding : 0;
list-style-type : none;
width : auto;
}
#explore-hdr li {
display : block;
float : left;
font-weight : bold;
position:relative;
}

#explore-hdr ul ul {
position:absolute;
z-index:500;
top:25px;
display:none;
width : 478px;
font-size : 1.2em;
}

#explore-hdr ul ul li {
clear : left;
width : 199px;
font-weight : normal;
line-height : 1.0em;
}

#explore-hdr ul ul li a {
color : #527688;
text-decoration : none;
display : block;
float : left;
padding : 5px 20px 5px 20px;
height : auto;
width : 199px;
}
#explore-hdr ul ul li a:link, #explore-hdr ul ul li a:visited, #explore-hdr ul ul li a:active {
color : #527688;
text-decoration : none;
display : block;
float : left;
padding : 5px 20px 5px 20px;
height : auto;
width : 199px;

}
#explore-hdr ul ul li a:hover {
color : #9C6E42;
background : #FFFFFF;
text-decoration : underline;
}

#explore-hdr ul ul li.az a:hover {
border: 1px solid #CCCCCC;
}

#explore-hdr ul ul li a em {
color : #527688;
background : #FFFFFF;
font-size : 0.85em;
font-style : normal;
font-weight : normal;
line-height : 0.8em;
}	

#explore-hdr ul ul li a:hover em {
color : #9C6E42;
text-decoration : none;
}

#explore-hdr ul ul li a.h-cass:hover {
color : #9C6E42;
}
#explore-hdr ul ul li a.h-cap:hover {
color : #9C6E42;
}
#explore-hdr ul ul li a.h-cbe:hover {
color : #9C6E42;
}
#explore-hdr ul ul li a.h-cecs:hover {
color : #9C6E42;
}
#explore-hdr ul ul li a.h-cl:hover {
color : #9C6E42;
}
#explore-hdr ul ul li a.h-cmbe:hover {
color : #9C6E42;
}
#explore-hdr ul ul li a.h-cps:hover {
color : #9C6E42;
}

.boxlink a {
    border: 1px solid #94B0BE;
    float: left;
    margin: 2px;
    padding: 0 4px;
    text-decoration: none;
}

a.h-cass:hover em,
a.h-cap:hover em,
a.h-cbe:hover em,
a.h-cecs:hover em,
a.h-cl:hover em,
a.h-cmbe:hover em,
a.h-cps:hover em {
text-decoration : none;
}

div#explore-hdr li:hover {
cursor:pointer;
z-index:100;
}

/*
div#explore-hdr li:hover ul ul,
div#explore-hdr li li:hover ul ul,
div#explore-hdr li li li:hover ul ul,
div#explore-hdr li li li li:hover ul ul
{display:none;}

div#explore-hdr li:hover ul,
div#explore-hdr li li:hover ul,
div#explore-hdr li li li:hover ul,
div#explore-hdr li li li li:hover ul
{display:block;}
*/

.explore-hdr-drop-right {
position:relative;
left:240px;
}

#srch-hdr {
float : right;
margin : -2px 20px 0 0;
padding : 2px 0 0 0;
display: inline;
}
#srch-hdr form {
margin : 0;
padding : 0;
}
#srch-hdr input.txt {
background : #cccccc;
border : #111111 1px solid; 
padding : 0 2px 0 2px;
margin : 0;
position : relative;
top : -2px;
font-size : 1.1em;
}
#srch-hdr input.s-btn {
position : relative;
top : 3px;
}
#srch-hdr label {
position : relative;
top : -3px;
font-size : 0.9em;
text-transform : uppercase;
}
#bnr-wrap {
background :  #333333;
clear : both;
}
#bnr {
display : block;
width : 960px;
margin-left : auto;
margin-right : auto;
color : #666666;
clear : both;
}
#bnr-left {
float : left;
margin : 0;
padding : 20px;
display : inline;
}
#bnr-right {
float : right;
display : inline;
}
#body-wrap {
display : block;
width : 100%;
margin : 0;
padding : 0;
background : #ffffff ;
float : left;
clear : left;
}
#body {
display : block;
width : 960px;
margin-left : auto;
margin-right : auto;
background : #ffffff;
}


#footer-wrap {
display : block;
float : left;
clear : left;
width : 100%;
background : #333333;
}
#anu-footer {
width : 960px;
margin-left : auto;
margin-right : auto;
background : #333333;
height : 100px;
}
#anu-detail {
float : left;
width : 460px;
}

#anu-detail p {
color :#dddddd;
font-size : 0.9em;
padding : 5px 0 20px 20px;
float:left;
}

#anu-detail ul {
display : block;
float : left;
margin : 0;
padding : 0;
list-style-type : none;
}
#anu-detail ul li {
display : block;
float : left;
width : auto;
}
#anu-detail ul li a {
font-weight : normal;
color : #cccccc;
text-decoration : none;
display : block;
float : left;
padding : 5px 20px 5px 20px;
height : 15px;
}
#anu-detail ul li a:hover {
color : #FFFFFF;
cursor : pointer;
background : #444444;
}
#anu-groups {
margin : 25px 20px 0 0;
float : right;
width : 460px;
text-align : right;
height : auto;
}
.large strong a {
text-decoration: none;
}
.large a:hover {
text-decoration: underline;
}

#explore-hdr ul.azdrop {
padding : 10px 10px 10px 20px;
}
#explore-hdr ul ul li.az {
clear : none;
width : 36px;
margin-bottom:2px;
}
#explore-hdr ul ul li.az a{
padding : 5px 5px 5px 5px;
height : auto;
width : 15px;
text-align:center;
}
#explore-hdr ul ul li.az a:hover{
border : #cccccc 1px solid;
}


.noprint {
display : none;
}

.nodisplay {
display : none;
}