/* 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(../Selva-core.css);

	
/* 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(images/image.png) no-repeat top left; }
*/


/* PORTAL */
/* contains: all portlets, main navigation, sub navigation etc. */
	
	
	
	#portal-navigation li.active {
	background: #999999 url(images/tabActive_right.gif) no-repeat top right;
	}
	
	#portal-navigation li.active a {
	background: url(images/tabActive_left.gif) no-repeat top left;
        color: #000000;
        font-weight: bold;
        }
     
	#portal-navigation li a:hover {
        color: #000000;
        }
     
        #portal-subnavigation {
	width: 99%;
	background: #bcbd83 url(images/subnav_bg.gif) repeat-x bottom;
	color: #F2F1CB;
	padding: 0px 0px 4px 0px;
	font-weight:bold; 
        }
	
	#portal-subnavigation-links {
	background: #bcbd83 url(images/subnav_corner.gif) no-repeat top right;
	padding: 2px 0px 0px 0px; 
        }

	#portal-subnavigation-links li a:link,
	#portal-subnavigation-links li a:visited {
        color: #ffffff;
        }

	#portal-subnavigation-links li a:hover {
        color: #000000;
        }

	#portal-subnavigation-links li.active a:link,
	#portal-subnavigation-links li.active a:visited {
        color: #000000;
        }
	
			
	
	
/* 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: #bcbd83 url(images/portlet_titleCorner.gif) no-repeat top right;
	text-align:left;
	padding: 4px 15px 3px 6px; 
	margin-right:18% !important;
	margin-right:8%;
	margin-left:8px;
	margin-bottom:-1px !important;
	margin-bottom:0px;
	font-weight:bold;}
	
.portlet-title span h2 {
	color: #FFFFFF;
	font-size: small;
/*	padding-left:20px;
	padding-right: 30px;*/
	display:inline; }
	
.portlet-title img {
	padding: 0 5px 0 5px;
	text-align:right;}
	
	
/* taken from site-master.css */
a.button { 
  font: 85% arial;
  border: solid 1px black;
  background-color: #e1e1e1;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}
a.button:link { 
  text-decoration: none;
  border: solid 1px black;
}
a.button:visited { 
  text-decoration: none;
  border: solid 1px black;
}
a.button:hover { 
  text-decoration: none;
  background-color: #ccc;
  border: solid 1px black;
}
a.button:active { 
  text-decoration: none;
  border: solid 1px black;
}
