/*general body - used by main portal document */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	margin:0;
	font:70% "Trebuchet MS", Arial,sans-serif;
	background:#fff url(images/body-bg.gif) repeat-x;
	color:#686669;
	padding-top:70px;
}

/*PART 1 - MAIN LAYOUT BLOCKS*/
/*outer wrapper for portal content (decorative - child is #portalContainer )*/
#portalOuterContainer {
	width:100%;
	display:table;
	background:url(images/shadows.jpg) no-repeat 50% 0;
}

/*inner wrapper for portal content (decorative - children are #header #container and #footer )*/
#portalContainer {
	margin: 0 auto;
	width: 1000px;
}

/*wrapper masthead  and site navigation 
 two possible states - logged in headerMax, not logged in - headerMin*/
#headerMax,#headerMin {
	position: relative;
	top: -10px;
	width: 100%;
	height:210px;
	background:#9e9d9e url(images/img-image-1.jpg) no-repeat bottom center;
}
#headerMin {
}

/*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 {
	margin: -10px auto 0px auto;
	background: url(images/two-columns-bg.gif) repeat-y;
	border-top: 10px solid #b30003;
	width: 100%;
	clear: both;
	padding-top: 0px;
}

/*wrapper for #toolMenu - children are #worsiteLogo,#toolMenu*/
#toolMenuWrap {
	float: left;
	width: 175px;
	color: #000;
	padding: 0;
	margin: 0;
	background:#ff8e26 url(../images/orange-gradient-bg.gif) repeat-x 0 100%;
	border-bottom: 5px solid #272528;
	margin-bottom: 15px;
}

#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-left: 175px;
}

/*wrapper for footer blocks*/
#footer {
	color: #000;
	font-size: x-small;
	margin: 0px;
	padding: 0;
	width: auto;
	clear: both;
	top: 0;
	border-top: 5px solid #b30003;
	text-align: center;
	background-color: #fff;
}

/*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;
}



/*wrapper for mast head elements - children are 3 blocks - #mastLogo,#mastBanner,#mastLogin*/
#mastHead {
	float: 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 {
	position:relative;
	top: -58px;
	margin-left: 2px;
	background-image: url(images/logo.gif);
	width: 225px;
	height: 54px;
}

/*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 {
	display: none;
}

/*the portal outputs an image that can be treated here or hidden with display:none*/
#mastBanner img {
	display: none;
}

/*container wrapping,depending on Sakai settings:1) a login form,2) a login link for CAS,3) a logout link*/
#mastLogin {
	position:absolute;
	top: 30px;
	left: 720px;
	width: 280px;
	height: 60px;
	background:#ff8e26 url(../images/orange-gradient-bg.gif) repeat-x 0 100%;
	border-bottom: 5px solid black;
}

/*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: #fff;
	background-color: #b30003;
	text-decoration: none;
	padding: 4px 8px;
}

#mastLogin a:hover {
	color: #fff;
}

/*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: 10px 0px 0px 8px;
}

#loginForm label {
	width: 100px;
	display: block;
	float: left;
	position: relative;
}

#eid {
	border: 0;
	width: 85px;
	position: absolute;
	top: 30px;
	left: 8px;
}

#pw {
	border: 0;
	width: 85px;
	position: absolute;
	top: 30px;
	left: 108px;
}

#submit {
	border: 0;
	color: #fff;
	background-color: #b30003;
	position: absolute;
	top: 30px;
	left: 204px;
}

#submit:hover {
	color: #9e9d9e;
}

/*block for login/logout links */
#loginLinks {
	text-align: center;
	margin-top: 25px;
}

/*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 {
	position: absolute;
	top: 0px;
	width: 100%;
	font-size: 100%;
	line-height: normal;
	z-index: 2000;
}

/*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;
}

/*wrapper for the site <select> that is displayed when more than x sites are in the link list*/
#selectNav {
	padding: 0;
	margin: 0px 15px 0px 0px;
	float: right;
}

/*the <select> contextually defined*/
#selectNav select {
	display:inline;
	font-size: .9em;
	margin: 7px 0 0 ;
	padding: 0;
	border: 2px solid #e5e7e7;
}

#selectNav select option {
	background: #fff;
}

/*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: 5px 0 0 5px;
	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: #e5e7e7;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 0 11px;
	border-right: 1px solid #e5e7e7;
}

#siteLinkList li a:hover {
	text-decoration: underline;
}

#siteLinkList li span {
	display: block;
	padding: 2px 13px 2px 2px;
	margin: 0pt;
}

/*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 {
	color: #525153;
	font-weight: bolder;
	text-decoration: none;
	/*background: transparent url(images/tab-left-selected.gif) no-repeat scroll left top;*/
	border-width: 0;
	border-right: 1px solid #e5e7e7;
}

#siteLinkList li.selectedTab a span{
	/*background:transparent url(images/tab-right-selected.gif) no-repeat scroll right top;*/
}

#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 #013F68;
	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 {
	width: 160px;
	margin: 46px 0px 15px 15px;
	padding: 0;
	color: #fff;
	font-size: 120%;
}

#toolMenu ul {
	width: auto;
	list-style-image: url(images/red-arrow.gif);
	padding-right: 0;
	padding-left: 0;
	margin-left: 19px;
}

#toolMenu li {
	margin: 0;
	padding: 2px 0px;
	width: auto;
	
}

/*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 span {
	display: block;
	color: #b30003;
}

#toolMenu li span{

}


#toolMenu li a:link, #toolMenu li a{
	text-decoration: none;
	display: block;
	color: #fff;

}
#toolMenu li a:hover{
	text-decoration: none;
	color: #b30003;
}

#toolMenu li a.selected{
	text-decoration: none;
	color: #000;
	cursor: text;
}

#toolMenu li a.selected:hover{
	text-decoration: none;
	color: #000;
	cursor: text;
}



/*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: 175px;
	margin: 0;
	margin-top: 15px;
	border-top: 5px solid #272528;
	background:#939294 url(../images/gray-box-bg.gif) repeat-x 0 100%;
}

/*wrapper for title of iframe ("Users present")*/
#presenceTitle {
	margin-bottom: 5px;
	color: #272528;
	font:140% Georgia, "Times New Roman", Times, serif;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #a7a7a9;
}

/*of presence iframe*/
#presenceIframe {
	width: 165px;
	height: 120px;
	margin-left: 10px;
}

/*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: 0;
}

#col1of2 {
	width: 50%;
	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: 100%;
	height: 40px;
	border-bottom: 1px solid #d1d2d2;
}

#col1 .portletMainWrap {
	width: 805px;
	margin: 0px 5px 0px 10px;
}

#col1of2 .portletTitleWrap,#col2of2 .portletTitleWrap {
	width: 100;
	border-bottom: 1px solid #d1d2d2;
}

#col1of2 .portletMainWrap,#col2of2 .portletMainWrap {
	width: 100%;
	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;
}

.portletTitle .title {
	padding: 12px 4px 6px 10px;
	height: 1em;
	float: left;
	color: #000;
}

.portletTitle .title h2 {
	display: inline;
	padding: 0;
	color: #272528;
	font-size: 1.4em;
	font-family: Georgia,"Times New Roman",Times,serif;
}

.portletTitle .title a {
	background: url(images/reload.gif) center left no-repeat;
	text-decoration: none !important;
}

.portletTitle .title a:hover {
	background: url(images/reload_h.gif) center left no-repeat;
}

.portletTitle .action {
	padding: 13px 15px 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;
}       

/*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 */

/* REMOVED */




/** 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;
}
