.launch_sidecar {
	cursor: pointer;
	}
#overlay {
	background-image: url("/images/translucent.png");
	display: none;
	position: absolute;
	z-index: 100;
	}
#overlay_box {
	margin: 10px;
	overflow: auto;
	}
#overlay_buttons {
	height: 26px;
	}
#overlay_buttons > .button {
	cursor: pointer;
	float: right;
	font-family: "century gothic", arial, sans-serif;
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
	min-width: 75px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	}
#overlay_buttons > .button.button_green {
	background-color: rgb(93,150,93);
	color: rgb(255,255,255);
	}
#overlay_buttons > .button.button_red {
        background-color: rgb(250,93,93);
        color: rgb(255,255,255);
        }
#overlay_wrap {
	background-color: rgb(255,255,255);
	display: none;
	height: 100px;
	padding: 2px;
	position: absolute;
	width: 100px;
	z-index: 110;
	}
#overlay_wrap_bar {
	background-color: rgb(255,93,93);
	color: rgb(255,255,255);
	cursor: pointer;
	font-family: "century gothic", arial, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
	text-transform: uppercase;
	}
#overlay_wrap_x {
	float: right;
	margin-right: 6px;
	margin-top: 4px;
	}
.sidecar_arrow {
	margin-left: -12px;
	margin-top: 3px;
	position: absolute;
	}
.sidecar_body {
        margin: 10px;
        overflow: auto;
        }
.sidecar_buttons {
        height: 26px;
        }
.sidecar_buttons > .button {
        cursor: pointer;
        float: right;
        font-family: "century gothic", arial, sans-serif;
        height: 26px;
        line-height: 26px;
        margin-left: 10px;
        min-width: 75px;
        padding: 0px 5px 0px 5px;
        text-align: center;
        }
.sidecar_buttons > .button.button_green {
        background-color: rgb(93,150,93);
        color: rgb(255,255,255);
        }
.sidecar_buttons > .button.button_red {
        background-color: rgb(250,93,93);
        color: rgb(255,255,255);
        }
.sidecar_wrap {
	background-color: rgb(255,255,255);
	border-color: rgb(150,150,150);
	border-style: solid;
	border-width: 1px;
	box-shadow: 5px 5px 10px rgb(150,150,150);
	display: none;
	padding: 2px;
	position: absolute;
	}
.sidecar_wrap_bar {
	background-color: rgb(255,93,93);
	color: rgb(255,255,255);
	cursor: pointer;
	font-family: "century gothic", arial, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
	text-transform: uppercase;
	}
.sidecar_x {
	cursor: pointer;
	float: right;
	margin-right: 6px;
	margin-top: 4px;
	}
