/* the 'call-to-action button */

#banner{
	background: url(/themes/default/back_banner.gif) top repeat-x; 
}

span.big_button {
  background: url(/themes/default/big_btn.gif) left center no-repeat;
}

span.big_button a{
  background: #ffffff url(/themes/default/big_btn.gif) right center no-repeat;
}

body.task span.big_button a, body.folder span.big_button a {
	padding: 4px 16px 4px 8px;
}

span.small_button {
  background: url(/themes/default/small_btn.gif) left center no-repeat;
}

span.small_button a{
  background: #ffffff url(/themes/default/small_btn.gif) right center no-repeat;
}

div.yb span.big_button a{
  background-color: #FFF6B7;
}

div.yb span.small_button a{
  background-color: #FFF6B7;
}

#nav-section {
  border-bottom: solid 1px #aaa;
}

img#banner-logo {
	position: relative;
	top: -15px;
}

#nav-meta {  
	margin-top: 5px;
}

#foot-text a{
	color: #E0E0E0;
}

#foot-text{
	color: #E0E0E0;
	font-weight: bold;
}

.subtle a{
  color: #6B87AC;
  text-decoration: none;
}

.subtle a:hover{
  color: #3055AE;
  border-bottom: 1px dotted #3055AE;
  text-decoration: none;
}

#sidebar .disclose {
	width: 10px;
	height: 10px;
}
#sidebar .disclose.dn{
	background: url(/images/shared/arrow_down.gif) center center no-repeat; 
}
#sidebar .disclose.rt{
	background: url(/images/shared/arrow_right.gif) center center no-repeat;	
}
#sidebar_edit_event {
    background: #eeeeee!important;
}

#sidebar ul.clicklist .selected {
	background-color:#FFFFFF;
	border:1px dotted #444444;
	padding:0px 2px;
}
