
/* Stylesheet for the Selva default look and feel */
/* Credits 
	Software development:  the .LRN development community (www.dotlrn.org)
	Release Management: 
	Visual Design:  Dorian Peters
end Credits */


/* STANDARD TAGS */
/* standard html (body, h1, p, form...) */

@import url(/resources-dotlrn/theme-selva/Selva/Selva-core.css);
body { 
	font: 65%/110% "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
}


	
	
/* HEADER */
/* contains: logo and tagline (which is a background image) */	

/* if you want a different image  for this sub-theme color uncomment this and add your image in the images folder
#header {
	background: #F2F1CB url(/resources-dotlrn/theme-selva/Selva/dotlrn/images/image.png) no-repeat top left; }
*/


/* PORTAL */
/* contains: all portlets, main navigation, sub navigation etc. */
	
	
	
	#portal-navigation li.active {
	background: #999999 url(/resources-dotlrn/theme-selva/Selva/dotlrn/images/tabActive_right.gif) no-repeat top right;
	}
	
	#portal-navigation li.active a {
	background: url(/resources-dotlrn/theme-selva/Selva/dotlrn/images/tabActive_left.gif) no-repeat top left;}


#portal-subnavigation {
	width: 99%;
	background: #95adc8 url(/resources-dotlrn/theme-selva/Selva/dotlrn/images/subnav_bg.gif) repeat-x bottom;
	color: #F2F1CB;
	padding: 0px 0px 4px 0px;
	font-weight:bold; }
	
	#portal-subnavigation-links {
	background: #95adc8 url(/resources-dotlrn/theme-selva/Selva/dotlrn/images/subnav_corner.gif) no-repeat top right;
	 padding: 2px 0px 0px 0px;}
	
			
	
	
/* PORTLETS */
/* contains: all general portlet styles like title, frame, font etc. */
/* Note: additional styles for specific packages (ie. calendar, survey) 
are located in the css for that package (eg. Selva_calendar.css)  */

	
.portlet-title {
	position:relative;
	left:0px;
	top:0px;
	background: #95adc8 url(/resources-dotlrn/theme-selva/Selva/dotlrn/images/portlet_titleCorner.gif) no-repeat top right;
	text-align:left;
	padding: 4px 15px 3px 6px; 
	margin-right:30% !important;
		margin-right:8%;
	margin-left:12px;
	margin-bottom:-1px !important;
		margin-bottom:0px;
	font-weight:bold;}
	
.portlet-title span h2 {
	color: #FFFFFF;
	font-size: 100%;
	padding-left:20px;
	padding-right: 30px;
	display:inline;}
	
.portlet-title img {
	padding: 0 5px 0 5px;
	text-align:right;}
	
	
