@CHARSET "UTF-8";
/*
custom Style
auther cable8mm@gmail.com
2009-05-12
*/
div.adminSearchBox {
        padding: 10px;
        border: solid 1px #ccc;
        margin-bottom: 10px;
        background-color: #eee;
}

div.adminSearchBox p {
        display: inline;
        padding: 0 10px;
}

div.adminSearchBox form {
        display: inline;
}

div.adminSearchBox INPUT {
        width: 100px;
        display: inline;
        vertical-align:middle;
}

div.adminSearchBox * {
        vertical-align:middle;
}


div.adminSearchBox FIELDSET {
	display:inline;
}

div.adminSearchBox LABEL {
	display: inline;
}

div.adminSearchBox legend {
	display:none;
}

div.adminSearchBox INPUT[type="radio"] {
	width:20px;
	display:inline;
	float:none;
}
#GoldmallItemControllerIsActivate0, #GoldmallItemControllerIsActivate1 {
	width:20px;
	display:inline;

}


div.adminSearchBox INPUT[type=text] {
        width: 100px;
        display: inline;
        padding:4px;
}

div.adminSearchBox * {
        vertical-align: middle;
        font-size: 12px;
}

div.adminSearchBox a {
        font: 12px 굴림 normal;
        background-color: transparent;
        text-decoration: none;
}

div.adminSearchBox div.submit {
    display:inline;
    margin-left:5px;
}

div.comment {
        padding: 10px;
        border: 1px solid #ccc;
        background-color: #eee;
}

TABLE TR:hover, table.tmp_list TR.odd:hover {
        background-color: #E3ECF9;
}

TABLE TR.important {
        background-color: #2f96b4;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #49afcd;
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
background-repeat: repeat-x;
border-color: #2f96b4 #2f96b4 #1f6377;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* Buttons and button links */
input[type=button],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: none;
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: none;
	min-width: 0;
	-moz-box-shadow: none
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-user-select: none;
	user-select: none;
}
input[type=button]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}
LI.danger{
	margin-top:30px;
}
.actions ul li.danger a {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #da4f49;
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat: repeat-x;
border-color: #bd362f #bd362f #802420;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.actions ul li.danger a:active {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.actions ul li.danger a:hover, ..actions ul li.danger a:focus, .actions ul li.danger a:active, .actions ul li.danger a:active, .actions ul li.danger a:.disabled, .actions ul li.danger a:[disabled] {
color: #333333;
background-color: #e6e6e6;
}

#footer {
	color:black;
}

#header h1 {background:none;}