/*
 * DEFAULT LAYOUT STYLING
 * #doc3.yui-t5
 */

body {
	/* yui/fonts.css handles sizing, graceful font degradation for us */
	/*font-family:"Lucida Grande", "Lucida Sans Unicode", Calibri, "Lucida", "Bitstream Vera Sans", Arial, sans-serif;*/
	font-family: Frutiger, Univers, Helvetica, Arial, sans-serif;
	background: #dde8f3 url(../images/doc_main_bg.gif) repeat-x top;
	background-position: 0px 48px;
}

/* No padding, pretty please! */
#doc3 {
	margin:auto;
	/*
	 * later, when we want to fool around
	 * with an elastic layout.
	 */
	/*max-width:1184px;*/
}

#hd {
	background: #FFF url(../images/header_bg.gif) repeat-x top;
	height: 50px;
	padding:0 15px 0 15px;
	position:relative;
}
#hd #logo {
	float:left;
}
#hd a {
	background-color:transparent;
}

/**
 * Status bar - "Welcome, username"
 */
#hd #statusbar {
	float: right;
	margin: 5px 0 0 0;
	height: 10px;
	color: #FFF;
	font-size: 0.9em;
	line-height: 10px;
	text-align: right;
}
#hd #statusbar a {
  color:#FFF;
  text-decoration:none;
  border-bottom:1px dotted #FFF;
  font-weight:bold;
}
#hd #statusbar a:hover {
  background-color:#993416;
}
/**
 * Status bar tabs: "Your sheets" / "Account Settings"
 */
#hd ul#hd-tabs {
	position:absolute;
	height:28px;
	top:22px;
	right:15px;
	clear:right;
	float:right;
	position:absolute;
	margin:0;
}
#hd ul#hd-tabs li {
	display:block;
	list-style:none;
	float:left;
	margin-left:0.2em;
}
#hd ul#hd-tabs li a {
	color:#FFF;
	padding:4px 9px;
	line-height:23px;
	text-decoration:none;
	background-color:#b34326;
}
#hd ul#hd-tabs li.current a {
  background: #943921 url(../images/tab_arrow.gif) no-repeat scroll center bottom;
  font-weight:bold;
}
#hd ul#hd-tabs li a:hover {
	background: #943921 url(../images/tab_arrow.gif) no-repeat scroll center bottom;
}

/* BODY STYLE */
#bd {
	clear:both;
}

/* FOOTER STYLES */
/** Footer **/
#ft {
	font-size:0.8em;
	color:#7F9995;
}
#ft a {
	color:#DD4114; /* find perm color */
}
#ft a:hover {
	color:#AAC;
}
#ft div#porkbuns {
	float:left;
	margin:15px 0 15px 15px;
}
#ft div#site-links {
	float:right;
	margin:15px 15px 15px 0;
}
/* content styles */
div#sheet-headers { position:relative; }
div#content {
	padding:0.7em;
	background-color:#FFF;
	margin:15px 15px 0 15px;
	overflow-x:auto;
}
#doc3.yui-t5 div#content {
	margin:15px 0 0 15px;
}
div#sidebar {
	margin:15px 15px 0 0;
}