@import "calendar.css";

h1 {
	margin: 0.8em 0 0.8em 15px;
}

#trail {
	margin: 20px 0 2em 15px;
}

#am {
	margin: 20px 0 2em 15px;
}

.edit_menu {
	padding: 7px 7px 7px 17px;
}

#tabbed {
	width: 100%;
	padding: 0;
	margin: 2em 0 0 0;
	background: url(../elements/base.gif) repeat-x left bottom;
	border-bottom: #ffffff solid 1px;
}

#tabbed ul{
	list-style-type: none;
	padding: 0 15px 0 13px;
	margin: 0;
}

#tabbed li {
	display: inline;
	padding: 0;
}

#tabbed a {
	padding: 0 0 0 10px;
	float: left;
	display: block;
	background: url(../elements/tab.gif) no-repeat 1px top;
	outline: none;
}

#tabbed a span {
	padding: 5px 15px 4px 6px;
	display: block;
	float:left;
	background: url(../elements/tab.gif) no-repeat right top;
}

#tabbed .currentTab a {
	background-position: 1px -150px;
	border-bottom: 0;
}

#tabbed .currentTab a span {
	background-position: 100% -150px;
	padding-bottom: 5px;
}

#tabbed a:hover {
	background-position: 1px -150px;
	color: #D4382B;
}

#tabbed a:hover SPAN {
	background-position: 100% -150px;
}

#endtabbed {
	width: 100%;
	height: 1px;
	margin: -1px 0 1px 0;
	background: url(../elements/base.gif) repeat-x left top;
}

#endtabbed {
	width: 100%;
	height: 1px;
	margin: -1px 0 1px 0;
	background: url(../elements/base.gif) repeat-x left top;
}

/* Hide from IE-Mac \*/
#endtabbed {
	height: 0;
	margin: 0;
	background: none;
	visibility: hidden;
}
/* End hide */

#page_not_found {
	margin: 0.8em 0 0.8em 0;
}
