@charset "utf-8";
/**
 * コンテンツ
 *
 * baserCMS :  Based Website Development Project <http://basercms.net>
 * Copyright 2008 - 2015, baserCMS Users Community <http://sites.google.com/site/baserusers/>
 *
 * @copyright		Copyright 2008 - 2015, baserCMS Users Community
 * @link			http://basercms.net baserCMS Project
 * @since			baserCMS v 2.0.0
 * @license			http://basercms.net/license/index.html
 */


/* ==================================================================== */
/*    ContentsBody
/* ==================================================================== */

#ContentsBody li img,
#ContentsBody p img {
	vertical-align:middle;
}
.contents-body ul{
	/*margin-bottom:20px;*/
}
.contents-body li {
	padding: 0 20px;
	margin:5px 0;
	background: url(../../img/admin/blt_list_2.png) no-repeat left 2px;
	padding-left:15px;
	line-height: 1.8em;
}
.bt-content li {
	padding: 0 20px;
	margin:5px 0;
	background: url(../../img/admin/blt_list_2.png) no-repeat left 2px;
	padding-left:15px;
}
.bt-content li .example-box {
	border:3px solid #DDD;
	padding:15px;
	margin-top:10px;
	margin-bottom: 10px;

}

/* Crumb
----------------------------------------------- */
#Crumb{
	color: #CCC;
	vertical-align: middle;
	background-color: #333;
	padding: 5px 10px;
	vertical-align:middle;
	font-size:11px;
	line-height:15px;
}
#Crumb  a{
	color: #BBB;
	text-decoration: none;
	vertical-align:baseline;
}
#Crumb a:hover{
	color: #EEE;
}
#Crumb strong {
	color:#FFF;
}

/* ContentsMenu
----------------------------------------------- */
#ContentsMenu{
	float: right;
	padding: 15px 0;
}
#ContentsMenu ul{
	float: left;
}
#ContentsMenu ul li{
	float: left;
	margin-left: 10px;
	padding:0;
	background: none;
}

/* Help,Search,Limit共通設定
----------------------------------------------- */
#Help .head, #Search .head, #Limit .head{
	padding: 0;
	margin: 0;
}
#Help .body, #Search .body, #Limit .body{
	margin: 10px auto;
	text-align: center;
	vertical-align: middle;
}
#Help .button, #Search .button, #Limit .button{
	text-align: center;
}
#Help .close, #Search .close, #Limit .close{
	float: right;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#Help h2, #Search h2, #Limit h2{
	padding-left:0;
	border: none;
}

/* Help
----------------------------------------------- */

#Help{
	display: none;
	border: 5px solid #669900;
	padding: 10px 20px;
	margin: 0 0 20px;
	background-color:#FFF;
}
#Help .body {
	text-align: left;
}
#Help .example-box {
	padding:15px;
	border:3px solid #DDD;
	margin-bottom: 20px;
	color:#000;
}
#Help .example-box .head{
	font-weight: bold;
}
#Help li{
	padding: 0 20px;
	margin:5px 0;
	background: url(../../img/admin/blt_list_2.png) no-repeat left 1px;
	padding-left:15px;
}

/* Search
----------------------------------------------- */

#Search{
	display: none;
	border: 5px solid #669900;
	padding: 10px 20px;
	margin: 0 0 20px;
	background-color:#FFF;
}
#Search span {
	white-space:nowrap;
}
#Search .button a {
    font-size: 1em;
    margin: 3px 2px;
    padding: 3px 1px;
}

/* SubMenu
----------------------------------------------- */

#SubMenu{
	margin: 0 0 20px;
}
table.sub-menu{
	margin: 0;
	width:100%;
}
#SubMenu .sub-menu th{
	text-align: left;
	background-color:#DFDFDF;
	padding: 5px 10px;
	font-weight: bold;
	border: 1px solid #FFF;
	white-space:nowrap;
	width:20%;
}
#SubMenu .sub-menu td{
	background-color: #F3F3F3;
	padding: 5px 10px;
	border: 1px solid #FFF;
}
.sub-menu li{
	float: left;
	list-style: none;
	background: url(../../img/admin/blt_list_2.png) no-repeat left center;
	padding: 0 20px 0 10px;
	margin: 1px 0;
	color: #669900;
}
.sub-menu a{
	color:#333;
}
.sub-menu a:hover{
	color:#AAA;
	text-decoration:none;
}

/* pagination
----------------------------------------------- */
.pagination {
	margin-bottom:20px;
}
.pagination {
    padding-right: 10px;
    text-align: right;
	line-height: 18px;
}
.pagination .page-result{
	margin: 5px 5px 0;
	float:right;
}
.pagination .page-numbers {
	float:left;
}
.pagination span span a {
    border: 1px solid #9C0;
    margin: 0 2px 4px;
    text-decoration: none;
	display:block;
	float:left;
}
.pagination span span a:hover {
    background-color: #8DC71C;
    color: #FFFFFF;
}
.pagination .current {
	background-color: #E2E2E2;
	font-weight:bold;
	border:1px solid #E2E2E2;
    margin: 0 2px 4px;
	display:block;
	float:left;
}
.pagination .next, .pagination .prev {
    margin: 0 2px 4px;
    text-decoration: none;
    border: 1px solid #9C0;
	float:left;
}
.pagination .next:hover, .pagination .prev:hover {
    background-color: #8DC71C;
	color:#fff;
}
.pagination span span a,
.pagination .disabled,
.pagination .current{
    padding: 3px 9px;
}
.pagination .next, .pagination .prev{
    padding: 3px 9px;
}
.pagination .disabled,
.pagination .disabled:hover{
	background-color: #FFF;
    border: 1px solid #DFDFDF;
    margin: 0 2px;
	display:block;
	float:left;
	color:#DFDFDF;
}

/* list-num
----------------------------------------------- */
.list-num{
	margin: 5px 0;
	float: right;
}
.list-num strong{
	float:left;
	padding: 0 10px;
	font-weight:bold;
	font-size:12px;
	display: block;
}
.list-num p{
	float:left;
	font-size:12px;
	padding-right:5px;
}
.list-num .current {
	background-color: #E2E2E2;
	padding:2px 5px;
}

/* list-table
----------------------------------------------- */
.contents-body .list-table{
	border: 1px solid #AFAFB1;
	border-collapse: collapse;
	margin-bottom:15px;
	width:100%;
}
.contents-body .list-table th{
	vertical-align:middle;
	text-align: left;
	background-image: url(../../img/admin/bg_list.png);
	background-repeat: repeat-y;
	background-color: #E8F1CF;
	padding:5px 10px;
	border: 1px solid #CCC;
	white-space: nowrap;
}
.contents-body .list-table th a{
	text-decoration:none;
	white-space: nowrap;
}
.contents-body .list-table th a:hover{
	color:#9C0;
}
.contents-body .list-table th img,
.contents-body .list-table td img{
	vertical-align:middle;
}
.contents-body .list-table th a {
	line-height: 20px;
}
.contents-body .list-table td{
	padding: 5px 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.contents-body .list-table td a{
	color:#333;
	text-decoration:underline;
}
.contents-body .list-table td a:hover{
	text-decoration:none;
}
.contents-body .list-table tr.odd{
	background-color: #FFF;
}
.contents-body .list-table tr.even{
	background-color:#F3F3F3;
}
.contents-body .list-table tr.disablerow {
	background-color:#bbb;
}
.contents-body .list-table tr.activerow{
	background-color:#C30;
	color:#fff;
}
.contents-body .list-table tr.activerow a{
	color:#fff;
}
.contents-body .list-table tr.hoverrow{
	background-color:#ffffde;
	color:#333;
}
.contents-body .list-table tr.hoverrow a{
	color:#333;
}
.contents-body .list-table tr.selectedrow{
	background-color:#2F6FAB;
	color:#fff;
}
.contents-body .list-table tr.selectedrow small,
.contents-body .list-table tr.selectedrow a{
	color:#fff;
}
.list-table .no-data {
	padding:20px 0;
	text-align: center;
}
.contents-body .list-table .tag {
	border:1px solid #CCC;
	font-weight: normal;
	padding:2px 3px;
	font-size: 10px;
	background-color: #FFF;
	vertical-align:baseline;
	margin-left:3px;
	margin-right:1px;
	color:#333;
}
.list-tool {
	white-space:nowrap;
}

.row-tools{
	white-space:nowrap;
}
.row-tools img{
	vertical-align: middle;
}
.list-tool input,
.list-tool select {
	font-size: 12px;
}
.list-tool button {
	padding:0px 7px;
	cursor: pointer;
}
/* form-table
----------------------------------------------- */

.contents-body .form-table{
	border: 1px solid #AFAFB1;
	border-collapse: collapse;
	margin-bottom:30px;
	width:100%;
}
.contents-body .form-table th{
	vertical-align:middle;
	text-align: left;
	background-image: url(../../img/admin/bg_form.png);
	background-repeat: repeat-x;
	background-color: #E8F1CF;
	padding:5px 10px;
	border: 1px solid #CCC;
	white-space: nowrap;
	width:20%;
}
.contents-body .form-table th a{
	text-decoration:none;
	white-space: nowrap;
}
.contents-body .form-table th a:hover{
	color:#9C0;
}
.contents-body .form-table th img {
	vertical-align:middle;
}
.contents-body .form-table th a {
	line-height: 20px;
}
.contents-body .form-table td{
	padding: 5px 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	vertical-align: middle;
}
.contents-body .form-table td textarea {
	width: 86%;
}
.contents-body .form-table input.full-width {
	width:86%;
}
.contents-body .form-table td img {
	vertical-align: baseline;
}
.contents-body .form-table .checkbox {
	float:left;
}
.contents-body .form-table .error-message,
.list-table .error-message{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.annotation-text {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.annotation-text small {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #C30;
	color:#C30;
	padding:2px 5px;
	white-space: nowrap;
	border:1px solid #C30;
	background: #FFF;
}
.contents-body .form-table input.active,
.contents-body .form-table textarea.active,
.contents-body .form-table select.active {
	background-color:#ffffde;
}
.contents-body .form-table button {
	padding:0px 7px;
	cursor: pointer;
}

/* edit form
----------------------------------------------- */
.editor-area {
	text-align: center;
}

/* button
----------------------------------------------- */

.submit .button,
.ui-widget-content .button{
	color:#333;
	border:1px solid #CCC;
	cursor:pointer;
	text-shadow:rgba(255,255,255,0.4) 1px 1px 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-o-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	background:#F3F3F3;
	background:-moz-linear-gradient(top,#FFF,#F3F3F3);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
	background:-o-linear-gradient(top,#FFF,#F3F3F3);
	margin:10px;
	padding:3px 40px;
	font-weight: bold;
	font-size: 1.2em;
	white-space: nowrap;
	line-height: 24px;
}
.submit .button:hover,
.ui-widget-content .button:hover{
	border:1px solid #CCC;
	text-decoration:none;
	background:#f4f4f4;
	background:-moz-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(100%,#dfdfdf));
	background:-o-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
}
.submit .button:active,
.ui-widget-content .button:active{
	border:1px solid #CCC;text-decoration:none;
	background:#cdcdcd;
	background:-moz-linear-gradient(top,#cdcdcd,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),color-stop(100%,#eee));
	background:-o-linear-gradient(top,#cdcdcd,#eee 100%);
}
.submit .button[disabled],
.ui-widget-content .button[disabled]{
	opacity:.5
}
.submit a.button,
.ui-widget-content a.button{
	padding-top:5px;
	padding-bottom:5.5px;
}
*:first-child+html .submit a.button,
.ui-widget-content a.button{
	position:absolute;
	top:1px;
	padding-top:3px;
	padding-bottom:3px;
}
.button-small{
	text-decoration: none!important;
	display:inline-block;
	padding:4px 10px 4px;
	margin-bottom:0;
	font-size:13px;
	line-height:18px;
	color:#333!important;
	text-align:center;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align:middle;
	cursor:pointer;
	background-color:#f5f5f5;
	background-image:-ms-linear-gradient(top, #fff, #e6e6e6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image:-webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image:-o-linear-gradient(top, #fff, #e6e6e6);
	background-image:linear-gradient(top, #fff, #e6e6e6);
	background-image:-moz-linear-gradient(top, #fff, #e6e6e6);
	background-repeat:repeat-x;
	border:1px solid #ccc;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color:#b3b3b3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border-color:#ccc;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button-small:hover{
	background-color:#e6e6e6;
	color:#333;
	text-decoration:none;
	background-color:#e6e6e6;
	background-position:0 -15px;
	-webkit-transition:background-position .1s linear;
	-moz-transition:background-position .1s linear;
	-ms-transition:background-position .1s linear;
	-o-transition:background-position .1s linear;
	transition:background-position .1s linear;
}
/* waiting-box
----------------------------------------------- */

.waiting-box {
	background-color: #FFF;
    position: fixed;
    text-align: center;
    z-index: 10000;
	width:100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	padding-top:200px;
	display: none;
}
.waiting-box div{
    background-color: #CCC;
    border: 5px solid #999;
    font-size: x-small;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
    height:40px;
    width: 240px;
	font-size: 10px;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
}
.waiting-box img {
	margin-bottom: 10px;
}

/* em-box
----------------------------------------------- */

.em-box {
	border:5px solid #CCC;
	padding:15px;
	color:#000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 24px;
}

/* ToTop
----------------------------------------------- */

#ToTop {
	text-align: right;
	padding-right:20px;
	padding-bottom:15px;
}
#ToTop a {
    border: 1px solid #9C0;
    padding: 4px 10px;
    text-decoration: none;
	font-size: 10px;
	color:#9C0;
}
#ToTop a:hover {
    background-color: #8DC71C;
    color: #FFF;
}

/* flashMessage
----------------------------------------------- */

#authMessage,
#flashMessage,
#AlertMessage,
#UpdateMessage {
	padding:10px 10px 10px 36px;
	margin:20px 0;
	font-weight:bold;
	font-size:16px;
}
#MessageBox .message,
#MessageBox .notice-message {
	color:#669900;
	border:5px solid #669900;
	background: url(../../img/admin/icn_info.png) no-repeat 10px 13px;
}
#MessageBox .alert-message,
#authMessage,
#AlertMessage,
#UpdateMessage {
	color:#F03;
	background: url(../../img/admin/icn_warning.png) no-repeat 10px 13px;
	border:5px solid #E02;
}
.no-data {
	padding:10px 10px 10px 10px;
	color:#999;
	font-weight:bold;
}
.size-counter {
	font-size: 20px;
	font-weight: bold;
	color:#CCC;
	padding:0 5px;
	vertical-align: bottom;
}
.size-counter small{
	font-size: 10px;
	color:#CCC;
}

/* phpinfo
----------------------------------------------- */

.phpinfo {
	border:1px solid #CCC;
}

/* ui-dialog
----------------------------------------------- */

.ui-dialog label {
	font-weight: bold;
}
.ui-dialog label.error, .error-message {
	background-color:#E02;
	color:#FFF;
	font-size: 12px;
	padding:3px 8px;
	margin-left:5px;
	display:inline;
	white-space: nowrap;
}
.ui-dialog .ui-button-text {
	font-weight: bold;
}
.ui-dialog .required {
	color:#333;
}
.ui-dialog label.error{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ui-dialog .ui-dialog-titlebar {
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	border:none;
	background-color: #333;
	font-size: 11px;
	color:#FFF;
}
.ui-widget-header {
border: none;
background: #888;
}
.ui-dialog-titlebar-close {
	display:none;
}
.ui-dialog dl {
	margin:5px;
}
.ui-dialog dt {
	padding:0;
}
.ui-dialog dd {
	padding:0 0 10px 0;
	margin-bottom: 10px;
}
.ui-dialog dd {
	border-bottom: 1px dotted #CCC;
}
.ui-widget-content {
	color:#333;
}
.ui-dialog dt label {
	color:#690!important;
	font-size: 14px;
}
.ui-dialog input[type=radio] {
	margin-right:7px;
}
.ui-dialog {
	padding:0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 1px 10px;
}
.ui-dialog .ui-state-default {
	background: none;
	border:1px solid #CCC;
	cursor:pointer;
	text-shadow:rgba(255,255,255,0.4) 1px 1px 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-o-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	background:#F3F3F3;
	background:-moz-linear-gradient(top,#FFF,#F3F3F3);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
	background:-o-linear-gradient(top,#FFF,#F3F3F3);
}
/* Credit
----------------------------------------------- */

#Credit {
	background-color: #000;
	position:absolute;
	top: 0;
	height:100%;
	width:100%;
	z-index: 9999;

	opacity: 0.85;
	filter: alpha(opacity=85); /* IE lt 8 */
	-ms-filter: "alpha(opacity=85)"; /* IE 8 */
	-khtml-opacity: .85; /* Safari 1.x */
	-moz-opacity: 0.85;

	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	display: none;
}
#CreditInner {
    position: relative;
	overflow: hidden;
	height:100%;
}
#CreditScroller {
	padding:40px;
	position:relative;
	margin:0 auto;
	display: none;
}
#CreditScroller h1{
	font-size:40px;
	margin-bottom:80px;
	font-weight: bold;
}
#CreditScroller h2{
	font-size:30px;
	font-weight: bold;
	xmargin-top:20px;
	margin-bottom: 40px;
}
#CreditScroller ul{
	margin-bottom: 20px;
	font-size:16px;
}
#CreditScroller ul li {
	line-height: 30px;
}
#CreditScroller ul li a{
	color:#FFF;
}
#CreditScroller .section {
	margin-bottom: 80px;
}
#CreditScrollerInner {
	width:600px;
	margin: 0 auto;
}

/* panel-box
----------------------------------------------- */

.panel-box {
	border:5px solid #F3F3F3;
	padding:20px;
	margin:10px;
}
.panel-box li .date {
	font-weight: bold;
}

/* ==================================================================== */
/*    Login
/* ==================================================================== */


#Login {
	position: absolute;
	/* height:100%; */
	width:100%;
	z-index: 10000;
}
#LoginInner {
	margin:150px auto auto 50px;
	color:#333;
	padding:50px 50px 94px 50px;
	width:460px;
}
#Login input[type=text],#Login input[type=password] {
	font-size:18px;
}
.login-input {
	margin-bottom: 5px;
	margin-right:3px;
}
.login-input label {
	position: absolute;
	z-index: 1;
	margin:2px;
	padding:6px 10px;
	color:#CCC;
	font-size:16px;
	cursor: text;
}
#LoginInner .logo {
	margin-bottom: 20px;
}
#LoginInner h1 {
	font-size:20px;
	font-weight: bold;
	margin-bottom:20px;
}
#Login .submit {
	text-align: left;
}
#Login .submit input[type=submit] {
	margin: 4px 2px;
	padding:3px 10px 4px;
}
#Login .login-etc a {
	color:#999;
}
#Login input[type=text], #Login input[type=password] {
	width:170px;
	height: 26px;
}

/* WidgetSetting
----------------------------------------------- */

#WidgetSetting{
	margin-top:20px;
}
#WidgetSetting .ui-widget-content{
	cursor:move;
	margin:10px auto 5px;
	border:0;
	border-right:1px solid #DDD;
	border-left:1px solid #DDD;
	border-bottom:1px solid #EDEDED;
	padding:0;
}
#WidgetSetting .ui-widget-content .head{
	cursor:move;
	margin:10px auto 5px;
	font-weight: bold;
	color:#000;
	font-size:14px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #EDEDED;
	background:#F3F3F3;
	background:-moz-linear-gradient(top,#FFF,#F3F3F3);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
	background:-o-linear-gradient(top,#FFF,#F3F3F3);
}
#WidgetSetting .ui-widget-content .head:hover{
	background:#f4f4f4;
	background:-moz-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(100%,#dfdfdf));
	background:-o-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
}
#WidgetSetting .ui-widget-content .head:active{
	background:#cdcdcd;
	background:-moz-linear-gradient(top,#cdcdcd,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),color-stop(100%,#eee));
	background:-o-linear-gradient(top,#cdcdcd,#eee 100%);
}
#WidgetSetting .ui-draggable-dragging {
	/*width:100%;*/
}
#WidgetSetting .ui-widget-content .head{
	height:24px;
	padding:3px 10px;
	font-weight: bold;
	margin:0
}
#WidgetSetting .setting .head{
	color:#999;
}
#WidgetSetting .setting .del{
	float:right;
	height:24px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	border-left:1px solid #DFDFDF;
	padding:3px 0;
	width:40px;
}
#WidgetSetting .ui-widget-content .action{
	padding:3px 0;
	float:right;
	height:24px;
	font-weight: bold;
	width:40px;
	cursor: pointer;
	text-align: center;
	border-left:1px solid #DFDFDF;
}
#WidgetSetting .ui-widget-content .content{
	padding:3px 10px 10px 10px;
	clear:both;
	display: none;
}
#WidgetSetting .ui-widget-content .content p{
	margin:0!important;
}
#WidgetSetting #Source .description{
	margin:0 12px 20px;
}
#WidgetSetting #SourceOuter,
#WidgetSetting #TargetOuter {
	width:50%;
	float:left;
}
#WidgetSetting #Source {
	border: 5px solid #F3F3F3;
	padding:20px;
	margin:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#WidgetSetting #Target {
	min-height:210px;
	border: 5px solid #F3F3F3;
	padding:20px;
	margin:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#WidgetSetting #Target .enabled .head{
	color:#000000;
}
#WidgetSetting .topDrop {
	background-color: #efefef;
}
#WidgetSetting .template {
	display: none;
}
#WidgetSetting .placeholder {
	height:26px;
	background: none;
	border: 1px solid #FFFF00;
	background-color: #FFFFFF;
}
#WidgetSetting #WidgetAreaUpdateTitleForm{
	display: inline;
}
#WidgetSetting #Target .setting textarea {
	width:98%;
	height:310px;
}
#WidgetSetting #Source h3 {
	border:none;
	border-bottom: 3px solid #690;
	padding-left:0;
	color:#690;
}
#ListAjaxLoader{
	display:none;
	vertical-align:bottom;
	padding:6px;
}

/* ==================================================================== */
/*    Pages
/* ==================================================================== */

/* list-table
----------------------------------------------- */
.list-table .page-status {
	text-align:center;
}


/* ==================================================================== */
/*    Installations
/* ==================================================================== */
#Installations li.check {
	color:#CCC;
}
#Installations li.failed {
	border-left:5px solid #E02;
	color:#F03;
}
#Installations .check-result{
	font-size:24px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom: 10px;
	line-height: 30px;
}
#Installations .check-result small{
	font-size: 14px;
	line-height: 30px;
	font-weight: normal!important;
}
#Installations input[type=text],
#Installations input[type=password],
#Installations textarea{
	font-size: 18px;
	border:1px solid #CCC;
	padding:3px 5px;
}
#Installations select {
	font-size: 18px;
	border:1px solid #CCC;
}
#Installations .panel-box {
	margin:0 auto 20px auto;
}
#Installations .panel-box ul li {
	margin-bottom: 10px;
	border-left:5px solid #DFDFDF;
	padding:3px 10px;
	background: none;
}
#Installations .step-1 {
	height:300px;
	background: url(../../img/admin/bg_install.png) no-repeat right bottom #fff;
}


/* ==================================================================== */
/*    Updaters
/* ==================================================================== */

#AdminUpdaters .contents-body .version{
	font-size: 14px;
}
#AdminUpdaters .contents-body .version strong {
	font-size: 20px;
}

.contents-body .btn-slide-form{
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align: center;
	margin-left:auto;
	margin-right:0;
	padding:0!important;
	/*position: absolute;*/
	margin-top:-30px;
}
.btn-slide-form a{
	color:#333;
	display: block;
	padding:10px 20px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-o-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	background:#F3F3F3;
	background:-moz-linear-gradient(top,#FFF,#F3F3F3);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
	background:-o-linear-gradient(top,#FFF,#F3F3F3);
}
.btn-slide-form a:hover{
	background:#f4f4f4;
	background:-moz-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(100%,#dfdfdf));
	background:-o-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
	text-decoration: none;
}
.btn-slide-form a:active{
	background:#cdcdcd;
	background:-moz-linear-gradient(top,#cdcdcd,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),color-stop(100%,#eee));
	background:-o-linear-gradient(top,#cdcdcd,#eee 100%);
}

/* ==================================================================== */
/*    Dashboard
/* ==================================================================== */

#AdminDashboard .pagination span span a,
#AdminDashboard .pagination .disabled,
#AdminDashboard .pagination .current{
    padding: 1px 6px;
}
#AdminDashboard .pagination .next,
#AdminDashboard .pagination .prev{
    padding: 1px 4px;
}
#AdminDashboard .panel-box li{
	margin-bottom: 5px;
	border-left:5px solid #DFDFDF;
	padding:3px 10px;
	background: none;
}

/* ==================================================================== */
/*    Themes
/* ==================================================================== */
.list-panel li{
	padding:15px;
	margin:12px;
	background: none;
	background-color:#efefef;
	width:244px;
	float:left;
	height:340px;
}
.list-panel .row-tools {
	text-align: center;
	margin-top:5px;
	margin-bottom: 5px;
	border:3px solid #ccc;
	padding:3px;
}
.list-panel .theme-screenshot {
	border:1px solid #e2e2e2;
}
.list-panel .theme-screenshot img {
	width:242px;
}
.list-panel .theme-version,
.list-panel .theme-author {
	margin-bottom: 3px;
}
.list-panel .theme-author a {
	color: #000;
	text-decoration: underline;
}
.list-panel .theme-author a:hover {
	text-decoration: none;
}
.list-panel li {
	position: relative;
}
.list-panel .error-message {
	margin:0;
	white-space:normal;
	display: block;
	line-height: 16px;
	top:44px;
	position: absolute;
	padding:7px;
	width:230px;
}
.list-panel .no-data {
	float:none;
	width:auto;
	margin:0;
	text-align: center;
	height: auto;
}
#CurrentTheme {
	border:5px solid #e2e2e2;
	padding:20px;
	margin-bottom: 20px;
}
#CurrentTheme .theme-screenshot {
	border:1px solid #e2e2e2;
	margin-bottom: 10px;
}
#CurrentTheme .theme-screenshot img {
	width:298px;
}
#CurrentTheme .row-tools {
	text-align: center;
	margin-top:5px;
	margin-bottom: 5px;
	border:3px solid #ccc;
	padding:3px;
}
#CurrentTheme .theme-info {
	float:left;
	width:240px;
	background-color:#efefef;
	padding:20px;
	margin-right:50px;
	height:90px;
}

#CurrentTheme .current-theme-left {
	width:300px;
	margin-right:20px;
	float:left;
}
#CurrentTheme .theme-description {
	line-height: 1.6em;
	clear:right;
}
.theme-popup-contents {
	padding:20px 20px 30px 20px;
}
.theme-popup-contents .theme-screenshot {
	border:1px solid #e2e2e2;
	float:left;
	margin-right:20px;
}
.theme-popup-contents .theme-screenshot img {
	width:298px;
}
.theme-popup-contents .theme-description {
	padding-top:10px;
	margin-top:10px;
}
#CurrentTheme {
	position: relative;
}
.current-theme-left .error-message {
	margin:0;
	white-space:normal;
	display: block;
	line-height: 16px;
	top:56px;
	position: absolute;
	padding:7px;
	width:286px;
}

#PageTreeList {
	padding:20px 20px;
	border:1px solid #CCC;
	margin-top:25px;
	margin-left:5px;
	margin-right:5px;
}
#TreeList {
	font-size:14px;
}
#TreeList a {
	color:#000;
}
#TreeList span:hover {
	color:#000;
}
#cboxContent button {
	border:none;
}
.filetree span.folder,
.filetree span.file
{
	padding: 1px 0 1px 18px!important;
	display: block;
	line-height:1em;
	margin-bottom: 10px;
}

.ui-widget-content {
	border:1px solid #CCC;
}
.ui-widget-header {
	background:#DFDFDF;
}
.ui-tabs .ui-tabs-nav li {
	font-weight: bold;
}

.helptext {
	display:none;
}