/* Content position */
#content {
	position: absolute;
	left: 195px;
	top: 156px;
}

/* Flash message */
div#flashMessage {
    color: #fff;
    background-color: #762b9e;
    padding: 5px;
    margin: -5px 0 15px 0;
}
div.message {
    font-weight: bold;
    color: #fff;
}

/* Admin listing */
.admin-title {
    font-size: 120%;
    font-weight: bold;
    margin: 20px 0 8px 0;
}

#admin-listing {
    margin-bottom: 20px;
    width: 650px; /* IE 6 Win does not like 100% */
}

#admin-listing a, #admin-listing a:visited {
    color: #4e4e4e;
    text-decoration: none;
} 

#admin-listing table {
    width: 100%;
}
#admin-listing table table {
    width: auto;
}
#admin-listing table table td {
    padding: 0;
}


#admin-listing span.title {
    font-weight: bold;
    color: #4e4e4e;
}
#admin-listing .title a:hover {
    text-decoration: underline;
}
#admin-listing .body a:hover {
    text-decoration: underline;
}

#admin-listing tr.even {
    background-color: #ebebeb;
}

#admin-listing tr.even:hover {
    background-color: #FFFFD9}


#admin-listing tr.odd {
    background-color: whitesmoke}

#admin-listing tr.odd:hover {
    background-color: #FFFFD9}


#admin-listing th, #admin-listing td {
    padding: 6px;
}
#admin-listing th {
    font-weight: bold;
    color: #4e4e4e;
    font-size: 110%;
    background-color: #c8ecf0;
}
#admin-listing td {
}

#admin-listing td.label {
    white-space: nowrap;
}

#admin-listing span.req {
    color: #762b9e;
}

#admin-listing h1 {
    color: #fff;
    font-size: 230%;
    margin: -5px 0 20px 0;
}

/* Admin nav */
#admin-menu {
	position: absolute;
	left: 0;
	top: 212px;
	width: 170px;
	background-color: #c8ecf0;
	padding: 10px;
}
#admin-menu-inner {
    margin: 0 0 -3px 0;
}
#admin-menu ul li, #admin-menu ul li a,  #admin-menu ul li a:visited {
    font-weight: bold;
    font-size: 13px;
    line-height: 180%;
    color: #696969;
    text-decoration: none;
}
#admin-menu ul li a:hover {
    text-decoration: underline;
}

#admin-menu ul li ul li, #admin-menu ul li ul li a, #admin-menu ul li ul li a:visited {
    font-weight: normal;
    font-size: 12px;
    padding-left: 8px;
}
#admin-menu ul li ul li a:hover {
    text-decoration: underline;
}

/* Forms */
span.req {
    color: #762b9e;
}
span.important {
    font-weight: bold;
    color: #762b9e; 
}
.submit {
    margin: 20px 0;
}
div.error_message, div.error-message {
    margin-top: 1px;
    font-size: 85%;
    color: #762b9e;
}
#slices_container div {
    margin-bottom: 5px;
}

input, textarea {
    padding: 2px;
}


/* Width */
.width100 {
    width: 99%;
}
.width66 {
    width: 66%;
}
.width50 {
    width: 50%;
}
.width33 {
    width: 33%;
}


/* Tabs */
#tab-container {
     margin-top: -9px;
}
.tab-content {
	border: 1px solid #4e4e4e;
	/* padding-right: 1px; */
}

.tab-header {
	position: relative;
	height: 3em;
	width: 30em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.tab-header ul.tab-list {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 30em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tab-header ul.tab-list li  {
	display: inline;
	list-style: none;
	margin: 0;
}

.tab-header ul.tab-list a, .tab-header ul.tab-list span, .tab-header ul.tab-list a.tab-active {
	width: 8em;
	display: block;
	float: left;
	font-weight: bold;
	padding: 4px 0;
	margin: 1px 6px 0 0;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
}

.tab-header ul.tab-list span, .tab-header ul.tab-list a.tab-active, .tab-header ul.tab-list a.tab-active:hover {
	border: 1px solid #4e4e4e;
	border-bottom: none;
	background: #c8ecf0;
	padding-bottom: 6px;
	margin-top: 0;
}

/* a link in a background tab */
.tab-header ul.tab-list a {
	background: #ebebeb;
	border: 1px solid #762b9e;
	border-bottom: none;
}

/* hover on a background tab */
.tab-header ul.tab-list a:hover {
	margin-top: 0;
	border-color: #762b9e;
	background: lightyellow;
	padding-bottom: 6px;
}

.tab  /* the heading that became the li */
{
	display: none;
}

