body {
	width: 100%;
	padding: 0;
	font-family: Arial,Verdana,sans-serif;
	font-size: 10pt;
	margin: 0;
	background: #fff;
}


/*PART 1 - MAIN LAYOUT BLOCKS*/
#portalOuterContainer {
}


#portalContainer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0px 5px;
}



#headerMax,#headerMin {
	width: auto;
	margin: 0px;
	margin: 5px 0px 0px;
	height: 100%;
	overflow:hidden;
}


#headerMin {
}


/*accessibility links wrapper */
#skipNav {
}


#container {
	width: 100%;
	clear:both;
	margin: 5px auto;
	padding-top: 0px;
}


#toolMenuWrap {
	float: left;
	width: 162px;
	color: #000;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
	margin-right: 6px;
}


#toolMenuWrap:hover {
}

.workspace #toolMenuWrap:hover {
	/*border-right:2px solid #aaa;*/
}
.course #toolMenuWrap:hover {
	/*border-right:2px solid #FC6;*/
}
.project #toolMenuWrap:hover {
	/*border-right:2px solid #9CF;*/
}


#content {
	padding: 0;
	margin-top: 0px;
	margin-left: 163px;
}

* html #content{margin-left: 163px}


#footer {
	color: #000;
	font-size: x-small;
	margin: 30px 0px 0px;
	padding: 0;
	width: auto;
	clear: both;
	top: 0;
	text-align: center;
}


























/*PART 3 - HEADER BLOCKS (BRANDING,LOGIN)*/

.workspace .siteNavWrap {
}

.course .siteNavWrap {
}

.project .siteNavWrap {
}


#siteNavWrapper {
	margin: 0;
}


#mastHead {
	background: url(images/header.png) no-repeat;
	margin-bottom: 5px;
	height: 120px;
	clear: both;
}


#mastLogo {
	float: left;
	width: auto;
}


#mastLogo img {
	display: none;
	margin: 0px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


#mastBanner {
	display: none;
	width: auto;
	vertical-align: top;
	float: left;
}


#mastBanner img {
	margin: 0px;
}


#mastLogin {
	float: right;
	text-align: left;
	vertical-align: top;
	padding: 2px 15px 5px 5px;
}


#mastLogin img {
	margin-top: 0;
	border: 0;
}


#mastLogin a,#mastLogin a:visited {
	font-family: Trebuchet MS;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
	color: #000;
	margin-top: 0;
	text-decoration: none;
}

#mastLogin a:hover {
	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 {
	margin:  3px 5px 0px;
}


#eid {
	border: 1px solid #aaa;
	padding: 3px;
	margin-left: .5em;
	width: 7em;
}


#pw {
	border: 1px solid #aaa;
	padding: 3px;
	margin-left: .5em;
	width: 7em;
}


#loginForm label {
	color: #fff;
	font-family: trebuchet MS;
	font-weight: bold;
	padding: 0 .5em
}


#submit {
}


#submit:hover {
	color: #000;
}


	
#loginLinks {
	margin: 0px;
	padding: 5px 10px;
	color: black;
}


#loginLink1 {
}


#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%;
	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 167px;
	background: url("images/courses_bar.jpg") top left no-repeat black;
	/* 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;
	border-left: 1px solid white;
}

/* 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;
	background-color: black;
}

/*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;
        font-weight: bold;
	padding: 0 8px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	text-decoration: none;
	margin:0;
	display: block;
	_display: inline-block;
	width: auto;
       border-right: 1px solid #fff;
}

/*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; */
}

/*hover state for links to other sites*/
#siteLinkList a:hover {
	color: #fff;
	text-decoration: none;
}

.fixTabsIE {
	visibility: hidden;
	display: none;
	border-width: 0;
}
	
	
/*PART 5 - SITE TOOL LINKS  - children of #toolMenuWrap	*/
/*wrapper for ul that lists the links to tools*/
#toolMenu {
	padding: 0;
	margin: 0;
	border: 0px solid #3d76a2;
	clear: left;
}


#toolMenu ul {
	width:auto;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 0px;
}


#toolMenu li {
	margin: 0;
	width: auto;
	padding: 0px;
	text-align: left;
	border: none;
}


/*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;
	padding: 5px 10px;
	background-color: #BEBFBF;
	color: #000;
	text-decoration: none;

    padding-left : 28px;
    background-position : 3% 50%;
    background-repeat : no-repeat;
}


#toolMenu li a:hover {
	text-decoration: underline;
}


#toolMenu li a.selected {
	text-decoration: none;
	color: #fff;
	cursor: text;
	background: #DE1680;
    padding: 5px 10px;
}


#toolMenu li a.selected:hover {
	text-decoration: none;
	color: #fff;
	cursor: text;
}


#toolMenu .selectedTool {
	padding: 5px 5px;
	text-decoration: none;
	color: #fff;
	cursor: text;
	background: #DE1680;
}

li.selectedTool span {
    padding-left: 28px;
	background-position: 0% 50% !important;
    background-repeat: no-repeat !important;
}

* html li, * html li a {height:1%;} /* IE 5 5.5 6 */ 

/*PART 6 - SITE AFFILIATION,SITE TYPE/STATUS AND PRESENCE - children of #toolMenuWrap	*/

#worksiteLogo {
	display: none;
	width: 9.7em;
	height: auto;
	overflow: hidden;
}


#worksiteLogo img {
	display: block;
	margin: .5em auto;
}


#siteType {
	display: none;
}


#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;
}


#presenceWrapper {
	margin-top: 10px;
	border: 3px solid #999;
	background: #eee;
}


#presenceTitle {
	font-size: .7em;
	text-align: right;
	margin-right: .5em;
}


#presenceIframe {
	background: #ccc;
	width: 149px;
	margin: 0px;
	padding: 0px 4px;
}


/*PART 7 - PORTLETS - children of #content*/

#col1 {

}



#col1of2 {
	width: 50%;
	float: left;
	margin: 0;
}


#col2of2 {
	width: 49%;
	float: right;
}


.portlet {
		
}


#col1 .portletTitleWrap {
	float: right;
	width: 98%;
	background: #d4d3c7;
	padding-bottom: 3px;
	border: 5px solid #d4d3c7;
	border-style: none solid;
}


#col1 .portletMainWrap {
	float: right;
	width: 98%;
	border: 5px solid #d4d3c7;
	background: #fc8f7f5;
}


#col1of2 .portletTitleWrap,#col2of2 .portletTitleWrap {
	background: #d4d3c7;
	padding-bottom: 3px;
	margin: 0px;
	overflow: hidden;
}


#col1of2 .portletMainWrap,#col2of2 .portletMainWrap {

}


.portletTitle {
	width: 100%;
	height:100%;
	overflow:hidden;
	white-space: nowrap;
}


.portletTitle .title img {
	margin: 0;
	vertical-align: text-bottom;
	width: 18px;
	border:none;
	height: 16px;
}


.portletTitle .title {
	height: 26px;
	float: left;
}


.portletTitle .title h2 {
	display: inline;
	margin: 0px;
	padding: 5px;
	color: #000;
	font-family:  Arial, Verdana;
	font-weight: bold;
	font-size: 12pt;
	line-height: 26pt; 
	text-transform: uppercase;
	letter-spacing: 0px;
}


.portletTitle .title a {
	display: none;
	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: 2px 4px 6px 2px;
	text-align: right;
	vertical-align: middle;
}

.portletTitle .action img{
	margin: 0;
	border:none;
	vertical-align: text-bottom;
	width: 16px !important;
}


.portletTitle .action a {
	background: url(images/help.gif) center right no-repeat;
    text-decoration: none !important;
}


.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;
}       



.portletMainIframe {
	text-align: left;
	margin-bottom: 0px;
	padding: 0px 0px 20px;
	border: none;
	height: auto;
}
	
iframe {
	margin: 0px; 
}






















/*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-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);
}


/*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);
}

/* Edia tools, contrib tools and misc*/
.icon-edia-sakai-maps {
	background-image: url(../../image/silk/map.png);
}
.icon-edia-sakai-skinmanager {
	background-image: url(../../image/silk/layout_edit.png);
}
.icon-edia-sakai-selector {
	background-image: url(../../image/silk/layout.png);
}
.icon-edia-createaccount {
	background-image: url(../../image/silk/user_add.png);
}
.icon-edia-sakai-invite-participants {
	background-image: url(images/icons/users_add.png);
}
.icon-edia-sakai-invite-users {
	background-image: url(images/icons/users_add.png);
}
.icon-edia-sakai-createsite {
	background-image: url(../../image/silk/application_add.png);
}
.icon-edia-testweeklab {
	background-image: url(../../image/silk/chart_curve_go.png);
}
.icon-edia-webcourse {
	background-image: url(../../image/silk/user_go.png);
}
.icon-edia-sakai-siteadmin {
	background-image: url(images/icons/application_double_edit.png);	
}
.icon-sakai-simplepagetool {
	background-image: url(../../image/silk/page.png);
}
.icon-sakai-melete {
	background-image: url(../../image/silk/book_open.png);
}
.icon-sakai-scorm-tool {
	background-image: url(../../image/silk/package.png);
}
.icon-sakai-sitestats-admin {
	background-image: url(../../image/silk/chart_bar.png);
}
.icon-sakai-admin-prefs {
	background-image: url(../../image/silk/cog.png );
}
.icon-sakai-messagecenter {
	background-image: url(../../image/silk/comments.png );
}
.icon-sakai-mneme {
	background-image: url(../../image/silk/pencil_go.png);
}
.icon-sakai-mneme-admin {
	background-image: url(images/icons/mneme-admin.png);
}
.icon-sakai-profile2 {
	background-image: url(../../image/silk/vcard_edit.png);
}


