

div .pad_layout_container {
	position: relative;
  	width: 100%; /*226 */
	height: auto;
	color: #CCCCCC;
	z-index: 10000;
	background-color: transparent;
}

div .pad_layout_container .top {}

div .pad_layout_container .btm {}

div .pad_layout_container .body {background-color: #333333; /*#333333;*/}

.pad_layout_container a.close {
}

.pad_layout_container a.close:hover {
}
.pad_button_cells {
    position: relative;
	top: 0px; /* 4 */
	left: 0px; /* 2 */
	background-color: transparent; /* #1D1D1D; /* #ECE9D8; */
    border-top: solid #333333 1px; /* #999999 */
    border-left: solid #333333 1px; /* #999999 */
    /*border-color: #999999; */
    width: 100%; /* 205 */
    empty-cells: show;	
}

.pad_button_cells td.cell {
	border-right: solid #333333 1px; /* #999999 */
    border-bottom: solid #333333 1px; /* #999999 */
    width: 33%; /* 67 */
    height: 58px; /*  62 */
    empty-cells: show;
}

.pad_button_cells td.empty_pad {
	border-right: solid #999999 1px;
    border-bottom: solid #999999 1px;
    width: 100%; /* 202 */
    height: 248px;
    empty-cells: show;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #CCCCCC; /* black */
}

.pad_button_cells td.empty_pad span.create { 
	font-size: 12px;
    color: black;
    font-weight: bold;
}

div .pad_button_cell {
  /* background: #ECE9D8 */	
  height: 100%;
  width: 100%;
  background-color: #1D1D1D; /* #1D1D1D; */
}

.pad_button_cell:hover {background: #333333;}
.pad_button_cell:active {background: #444444;}

.pad_button_cell .header {
    /* position: relative; */
	/* overflow: auto; */
	float: left;
	top: 0px;
	left: 0;
	float: left;
	height: 13px; /* 17 plus 3 later */
	width: 100%;	
}

.pad_button_cell .num {
  float: left;
  padding-top: 2px;
  padding-left: 2px;
  font-size: 11px;
}

.pad_button_cell .play_button {
  float: left;
  padding-top: 2px;
  padding-left: 2px;
}

.pad_button_cell a.remove_tone_button {
	/*position: relative;*/
	display: block;
	float: right;
	margin-top: 2px; /* 1 */
	margin-right: 3px; /* 0 */
	height: 9px; /* 17 x 17 */
	width: 9px;
	overflow: hidden;
	background: transparent url("/images/v3/remove_tone_button.png") no-repeat left top;	 
}

.pad_button_cell a.remove_tone_button:hover {
	background: transparent url("/images/v3/remove_tone_button.png") no-repeat 0px -9px;	
}

.pad_button_cell a.add_tone_button {
	/*position: relative;*/
	display: block;
	float: right;
	margin-top: 2px; /* 1 */
	margin-right: 3px; /* 0 */
	height: 9px;
	width: 9px;
	overflow: hidden;
	background: transparent url("/images/v3/add_tone_button.png") no-repeat left top;	 
}

.pad_button_cell a.add_tone_button:hover {
	background: transparent url("/images/v3/add_tone_button.png") no-repeat 0px -9px;	
}

.pad_button {
	clear: left;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 11000;
	top: 3px; /* minus 17 because relative */
	left: 0px; /* 1 */
	/* width: 33%; /*65 */
	height: 42px; /* 40 */
	/*background: transparent url("/images/v3/pad_button.png") no-repeat;*/
	font-size: 0.75em;
	text-align: center; 
	vertical-align: middle;
	overflow: hidden;	
	line-height: 1.0;
	cursor: pointer;
}

/*
div .pad_button:hover {
	background-color: #666666;	
}

div .pad_button:active {
	background: transparent url("/images/pad_button_pressed.png") no-repeat;	
}*/

.pad_button table {
    width: 100%;
    height: 100%;
}

.pad_button td.button_handle {
	width: 5px;
	height: 100%;
	cursor: move;
}

.pad_button td.button_body {
	width: 65px;
	height: 100%;
}

div .pad_selector {
	position: relative;
	top: 0px;
	left: 0px; /* 7 */
	/*font-size: 10px; */
	margin: 0; padding: 0;
	padding-bottom: 0px;
}

div .pad_selector .selector_bar {
    margin: 0;	
	padding: 0;
}

div .pad_selector .selector_bar a {
    color: #D5D9FD;
}

div .pad_selector select {
    /*font-size: 10px;
    width: 120px;	*/
	color: white;
	background-color: #333333;
	border: none;
	width: 100%;
	margin: 0; padding: 0;
}

div .pad_selector input {
	font-size: 10px;
}

div .pad_selector form {padding: 0; margin: 0;}
div .pad_selector table {width: 100%}
div .pad_selector table td.submit {width: 10%; padding: 0; margin: 0;}
div .pad_selector .submit_button {padding: 0; margin: 0; margin-left: 1%; width: 99%; font-size: 0.6em; text-align: center; background-color: #333333; border: 1px solid #999999; }

div .create_pad_form_container { 
	margin: 0;
	padding: 0; 
}

div .create_pad_form {
	padding-top: 4px;
	margin: 4px 0 0 0;
	font-size: 10px;
	height: auto;
	width: 212px; /* 203 */
	background-color: transparent; /* #333333; /* #ECE9D8 */
    border: solid #666666 1px;
}

div .create_pad_form #create_pad_notice {
	padding: 0 3px 0 3px;
	color: red;
	text-align: center;
}

div.create_pad_form form {margin: 0; padding: 0;}

#save_submit {
	float: left;
}

#save_status {
	float: left;
	margin-left: 15px;
	color: red;
	font-weight: bold;
}
	
