body{
	width: 100%;
	padding: 0;
	font-family: Tahoma,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;
	border: 1px solid grey;
	}



#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;
	}
	
#headerMin #mastHead{
	background: url(images/header.jpg) no-repeat;
	margin-bottom: -15px;
	height:106px;
	clear: both;
	}

#mastHead{
	background: url(images/header.jpg) no-repeat;
	margin-bottom: 7px;
	height:106px;
	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 15px 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%;
	/* 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-bottom: 36px;
	padding:0;
}

/*wrapper for the site link list   - the #siteLinkList child)*/
#linkNav{
	/* float:left; */
	padding: 0 0px 0 162px;
	background: url("images/courses_bar.jpg") top left no-repeat white;
	/* width: 100%; */
	color: white;
	/* height: 27px; */
	margin-bottom: -27px;
}
/*wrapper for the site <select> that is displayed when more than x sites are in the link list*/
#selectNav{
	padding: .4em 1.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;
}

/*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: white;
    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: #1E3D38;
	/* height: 100%; */
	margin: 0;
	/* line-height: 27px; */
	/* padding: 6px 10px 6px 10px; */
}

/*hover state for links to other sites*/
#siteLinkList a:hover{
	color: #003C34;
	text-decoration: none;
	background: #DBE166;
}

.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;
	}



#toolMenu ul{
	width:auto;
	list-style: none;
	margin: 0;
	padding: 0px;
	font-family: Tahoma,Verdana;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 0px; 	

	}


#toolMenu li{
	margin: 0;
	width: auto;
	padding: 0;
	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:  #DBE166;
	color: #000;
	text-decoration: none;
	}


#toolMenu li a:hover{
        font-weight: bold;
        color: #000;
    }


#toolMenu li a.selected{
	text-decoration: none;
	color: #fff;
	cursor: text;
	/*background: #DE1680;*/ 
	background: #307B67;
	}


#toolMenu li a.selected:hover{
	text-decoration: none;
	color: #fff;
	cursor: text;
	}


#toolMenu .selectedTool{
	padding: 2px 10px;
	text-decoration: none;
	color: #fff;
	cursor: text;
    border: 1px solid #003C34;
    font-weight: bold;
	background: #003C34;
	
	line-height: 20px;
	}

* 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: 1px solid #999;
	}


#presenceTitle{
	font-size: .7em;
	text-align: right;
	margin-right: .5em;
	}


#presenceIframe{
	background: #fff;
	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%;
	padding-bottom: 3px;
	}


#col1 .portletMainWrap{
	float: right;
	width: 98%;
	padding-left: 7px;
	}
	
	
#col1 .imageContainer {
	float: left;
	width: 100%;
}

#col1of2 .imageContainer,#col2of2 .imageContainer {
	float: left;
	width: 66%;
}

#col1of2 .portletTitleWrap,#col2of2 .portletTitleWrap{
	background: none;
	padding-bottom: 3px;
	margin: 0px;
	overflow: hidden;
	width: 98.5%;
	}


#col1of2 .portletMainWrap,#col2of2 .portletMainWrap{
   	width: 98.5%;

	}


.portletTitle{
	width: 100%;
	height:100%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	}


.portletTitle .title img{
	margin: 0;
	vertical-align: text-bottom;
	width: 18px;
	border:none;
	height: 16px;
	}


.portletTitle .title{
	height: 100%;
	float: left;
	
    padding: 2px 4px 3px 0;

	}


.portletTitle .title h2{
	display: inline;
	margin: 0px;
	padding-left: 0px;
	color: #003C34;
	font-family:  Tahoma, Verdana;
	font-weight: bold;
	font-size: 9pt;
	line-height: 20pt; 
	text-transform: none;
	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{
	display: none;
	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;
	}


.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{
	overflow: hidden;
	text-align: left;
	margin-bottom: 0px;
	padding: 0px 0px 20px;
	border: none;
	float: left;
	}
	
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;
	display: none; 
}

 
    
        

/*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{
	display: none; 
}

/*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;

}
