/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> add page settings <<<---------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

table.add_table {
	width: 100%;
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

table.add_table_want {
	width: 95%;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
}

table.add_table_b {
	width: 100%;
	border: 1px #e9e8dd solid;
}

table.add_table_c {
	width: 100%;
	border: 1px #e9e8dd solid;
}

td.add_header {
	border-bottom: 1px #e4e4d6 solid;
	padding-bottom: 5px;
}

td.add_menu {
	border-bottom: 1px #e4e4d6 solid;
	padding-bottom: 5px;
	text-align: right;
}

td.add_content {
	width: 100%;
}

label {
	font-family: 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 11px;
}

div.quick_add {
	background-color: #fafafa;
	border: 1px #ebeaea solid;
	padding: 4px;
	margin-bottom: 15px;
}

/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> tabbed content style settings <<<---------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

div.tabs_example {
	float: right;
	height: 17px;
	margin-bottom: 0px;
	margin-right: 30px;
}

ul.tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	height:23px;
	margin-left: 10px;
}
	
ul.tabs li {
	float:left;
	margin-left:10px;
	height:17px;
	width: 81px;
	text-align:left;
}
	
ul.tabs li a {
	display:block;
	background-image: url(../img/tab_1.gif);
	background-repeat: no-repeat;
	height:17px;
	width: 81px;
	padding-top: 3px;
	font-family: 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color:#fff;
	text-align: center;
}
	
ul.tabs li a:hover {
	color:#fff;
	background-image: url(../img/tab_2.gif);
	background-repeat: no-repeat;
}
	
ul.tabs li a.active {
	color:#fff;
	background-image: url(../img/tab_3.jpg);
	background-repeat: no-repeat;
}

/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> add issue stuff <<<-----------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

td.add_addlabel {
	width: 30%;
	font-family: 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 11px;
	color: #56564e;
	border-bottom: 1px #e4e4d6 solid;
	padding-top: 10px;
	font-weight: bold;
}

td.add_form0 {
	width: 30%;
	font-family: 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 11px;
	padding-top: 0px;
	padding-left: 30px;
	empty-cells: show;
}

td.add_form1 {
	width: 70%;
	font-family: 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 11px;
	padding-top: 0px;
	empty-cells: show;
}

td.add_form2 {
	padding-left: 10px;
}

td.add_delete {
	font-family: arial, verdana;
	font-size: 13.7px;
	padding-left: 0px;
	line-height: 19px;
	border-bottom: 1px #e4e4d6 solid;
	padding-bottom: 10px;
	padding-top: 10px;
}

td.addc_header {
	background-image: url(../img/detail_icon.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px #d6d6d6 dotted;
	padding-bottom: 15px;
	height: 48px;
	padding-left: 55px;
}

hr.addline {
	padding: 0px;
	margin: 0px;
	border-top: 1px #d6d6d6 dotted;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10px;
}

div.addinfo {
	font-family: arial, verdana;
	font-size: 14px;
	background-color: #f7f7f7;
	color: #262626;
	padding: 10px;
	margin-top: 10px;
	height: 100%;
}

div.artist_options {
	font-family: arial, verdana;
	font-size: 11px;
}

/* --------------------------------------------------------------------------------------------------------------------------------*/
/* ---------->>> admin add options <<<---------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------*/

table.add_option {
	width: 100%;
	margin-top: 20px;
}

td.td_option {
	font-family: 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 11px;
	color: #000;
	padding-left: 30px;
	padding-right: 30px;
}

div.option_form {
	border: 1px #e4e4d6 solid;
	background-color: #f8f8f8;
	padding: 10px;
	font-family: 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 11px;
	margin-top: 10px;
}

div.option_div {
	border-bottom: 1px #ccc solid;
	margin-top: 10px;
}

ul.options {
	font-family: 'Lucida Grande', Geneva, arial, sans, verdana;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	list-style: inside;
	list-style: none;
	line-height: 15px;
	margin-bottom: 30px;
}

ul.options li {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/options.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-bottom: 6px;
	border-bottom: 1px #ccc solid;
	padding-top: 6px;
}