#my-openings {
	list-style-type: none;
	margin: 0; padding: 0;
}
#my-openings li {
	clear: both;
	margin: 0; padding: 1em;
	background-color: #fdfefd;
	border-top: solid 1px gray;
}
#my-openings li.even {
	background-color: #f4f6f4;
}
#my-openings h4 {
	float: left;
}
#my-openings li ul {
	list-style-type: none;
	margin-left: 10em;
}
#my-openings li ul li {
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 190%;
	background-color: transparent !important;
	border: solid 0px white !important;
}

#my-schedule {
	list-style-type: none;
	margin: 0; padding: 0;
}
#my-schedule li {
	clear: both;
	margin: 0; padding: 1px;
	background-color: #fdfefd;
	border-top: solid 1px gray;
}
#my-schedule h5 {
	float: left;
}
#my-schedule li ul {
	list-style-type: none;
	margin-left: 10em;
}
#my-schedule li ul li {
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	border: solid 0px white !important;
}

.week-schedule-chart {
	width: 400px;
	table-layout: fixed;
	position: relative;
}
.week-schedule-chart td {
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	padding: 1px 0;
}
.week-schedule-chart .day-column {
	width: 30px;
}
.week-schedule-chart thead th {
	text-align: left;
	vertical-align: bottom;
	background: #def;
	font-weight: normal;
	border-right: solid 1px gray;
	border-top: solid 1px gray;
	padding-left: 2px;
}
.week-schedule-chart th.day {
	text-align: right;
	border-right: solid 1px gray;
	border-left: solid 1px gray;
	font-size: 13px;
	line-height: 100%;
}
.week-schedule-chart .o {
	position: absolute;
	display: block;
	background: #36c url(/images/opening-bg.png) repeat-x bottom left;
	text-decoration: none;
}
.week-schedule-chart a.o:hover {
	position: absolute;
	display: block;
	background: #69f;
}
.week-schedule-chart .selected {
	background: #fa6;
}
.week-schedule-chart a.selected:hover {
	background: #fc9 !important;
}
.week-schedule-chart tfoot td {
	color: #999;
	font-size: .85em;
	text-align: center;
	border: solid 1px gray;
	border-top: solid 1px silver;
}

.daysoftheweek
{
    list-style-type: none;
    line-height: 150%;
    font-size: 150%;
    font-family: Georgia;
    color: black;
    float: left;
}


h4.dayofweek 
{
    font-size: 200%;
    font-family: Georgia;
    color: black;
}

th 
{
    text-align: left;
    border-bottom: 1px solid gray;
    padding-bottom: 2px;
}

td.opening 
{
    background-color: #24A;
    color: white;
    white-space: nowrap;
    overflow: hidden;
}

td.my-opening 
{
    background-color: #09F;
    color: #FFC;
    font-weight: bold;
}

td.opening a
{
    color: white;
    text-decoration: none;
}


small.meridiem {
	font-family: Arial; font-weight: normal; font-size: 70%; text-transform: uppercase;
}
sup.minutes {
	vertical-align: 30%; font-size: 70%
}


.bio-contents {
	margin: 0.5em 1em; 
	padding: 1px 12px; 
	background-color: #ffe; 
	color: #333;
	border: 1px solid #fed; 
	font-size: 1.1em;
	display: block;
	min-height: 7em;
}
.bio-author {
	margin-left: 2em; 
	color: #999;
	font-style: italic;
}
a.bio-contents:link {
	background-color: #fff; 
	color: #444;
	text-decoration: none;
}
a.bio-contents:visited {
	background-color: #fff; 
	color: #444;
	text-decoration: none;
}
a.bio-contents:hover {
	background-color: #fffdf6; 
	color: #000;
	text-decoration: none;
	border: 2px solid #fdb; 
	padding: 0px 11px; 
}
a.bio-edit-link {
	text-align: right;
	display: block;
	margin-right: 20px;
}


table.member-list tr td {
	border-bottom: solid 1px #ccc; 
	padding: 1px 6px 1px 1px;
}
table.member-list tr td.icon {
	padding: 2px 8px;
}
table.member-list tr td.name {
	padding-right: 1em;
	white-space: nowrap;
	font-size: 110%;
}
table.member-list tr td.name span {
	color: gray;
	font-size: 88%;
}
table.member-list tr td.fluency {
	width: 150px;
}
table.member-list tr td.admin-links {
	text-align: right;
	font-size: 85%;
}
table.member-list .e td { background: #fefefe; }
table.member-list .o td { background: #f7f7f7; }

/* edit-bio.html.erb */

.bio-form .buttons {
	margin: 8px;
	text-align: right;
}
#user_bio {
	width: 99%; 
	height: 12em;
}
#bio_table {
	margin: 8px;
	width: 97%;
}

/* edit-location.html.erb */

.location-form .map {
	border: 1px solid gray; 
	margin: 0 25px 0 0;
	width: 300px;
	height: 300px;
}
.location-form .map-caption {
	text-align: center;
	width: 300px;
}
.location-form .map-preface {
	text-align: center;
	color: #666;
	width: 300px;
}
.has-location .left-side {
	float: left;
	width: 325px;
}
.has-location .right-side {
	margin-left: 325px;
}
.has-location .right-side h3 {
	margin-top: 0;
	padding-top: 25px;
}

/* edit-picture.html.erb */

.picture-area {
	float: left;
	width: 240px;
	height: 420px;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: auto;
}
.picture-area img {
	margin: 12px 0;
	border: solid 1px #ddd;
	text-align: center;
}

.picture-form {
	margin-left: 250px;
}

.upload-field {
	margin-bottom: 12px;
}
.upload-field input {
	font-size: 14px;
	color: #666;
}

/* edit-schedule.html.erb */

#delete_opening_submit {
	background-color: #f99;
}


.goto-box {
	background: #ffd; 
	border: solid 1px #fe9; 
	padding: 14px;
}
.goto-box .quick-go {
	margin: 0 40px 12px 10px;
}
.goto-box .quick-go a,
a.add-yourself,
a.show-video {
	display: inline;
	min-height: 16px;
	background-position: 3px 40%;
	background-repeat: no-repeat;
	padding: 3px 6px 3px 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.goto-box .quick-go a,
a.add-yourself {
	background-image: url(/images/silk/bullet_go.png);
}
a.show-video {
	background-image: url(/images/silk/film.png);
}

.goto-box .quick-go a:link,
.goto-box .quick-go a:visited,
a.add-yourself:link,
a.add-yourself:visited,
a.show-video:link,
a.show-video:visited {
	background-color: transparent;
	border:solid 1px transparent;
}
.goto-box .quick-go a:hover,
.goto-box .quick-go a:active,
a.add-yourself:hover,
a.add-yourself:active,
a.show-video:hover,
a.show-video:active {
	background-color: #fff9cc;
	border:solid 1px #fd9;
}
