#nifty_backup_wrapper_header {
	width:95%;
	min-width:640px;
	display:block;
	overflow:auto;
	margin:0px auto;


}
#nifty_backup_wrapper_footer {
	width:95%;
	min-width:640px;
	display:block;
	overflow:auto;
	margin:0px auto;


}


#nifty_backup_wrapper {
	width:95%;
	min-width:640px;
	display:block;
	overflow:auto;
	margin:20px auto;
	margin-top:5px;
	
}

#nifty_backup_menu {
	width:20%;
	height:100%;
	display:block;
	overflow:auto;
	float:left;

}

#nifty_dashboard {
	width:79%;
	min-width:399px;
	display:block;
	overflow:auto;
	float:left;
	border:1px solid #ccc;
}
#nifty_dashboard_inner {
	width:90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:10px;
	padding-bottom:10px;

}

#nifty_dashboard_inner_top {
	width:100%;
	text-align: right;
	overflow:auto;
	color:#666;
}

#nifty_dashboard_content {

}
.nifty-button[disabled=disabled] {
        background:#CCC;
        cursor: wait;
		background-color:#666666;
		border:1px solid #DDDDDD;        
	-moz-box-shadow:inset 0px 1px 0px 0px #eee;
	-webkit-box-shadow:inset 0px 1px 0px 0px #eee;
}
.nifty-button[disabled=disabled]:hover {
        background:#CCC;
        cursor: wait;
}
.nifty-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #CCC;
	-webkit-box-shadow:inset 0px 1px 0px 0px #CCC;
	box-shadow:inset 0px 1px 0px 0px #CCC;

	background-color:#CCC;
	border:1px solid #666;
	display:inline-block;
	cursor:pointer;
	color:#666;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	    padding: 6px;
    line-height: 10px;

}
.nifty-button:hover {
	background-color:#CCC;
	color:#00a0d2;
}
.nifty-button:active {
	
	top:1px;
}

.nifty-bg-blue {
	background-color:#666;
}
.nifty-white {
	color:#FFF;
}


#nifty-button-new {
	-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, red), color-stop(1, red));
	background:-moz-linear-gradient(top, red 5%, red 100%);
	background:-webkit-linear-gradient(top, red 5%, red 100%);
	background:-o-linear-gradient(top, red 5%, red 100%);
	background:-ms-linear-gradient(top, red 5%, red 100%);
	background:linear-gradient(to bottom, red 5%, red 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='red', endColorstr='red',GradientType=0);
	background-color:red;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 8px;
	text-decoration:none;
}
#nifty-button-log:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}
#nifty-button-log:active {
	
	top:1px;
}








.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}





.nifty-backup-button {
    padding: 10px;
    font-size: 17px;
}



.nifty-container {
  text-align: left;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.nifty-container table {
  width: 100%;
  border-spacing: 0;
}
.nifty-container table thead tr {
	color: #fff;
}

.nifty-container td, .nifty-container th {
  padding: 10px;
}

.nifty-container td:first-child, .nifty-container th:first-child {
  padding-left: 10px;
}

.nifty-container td:last-child, .nifty-container th:last-child {
  padding-right: 20px;
}

.nifty-container th {
  border-bottom: 1px solid #ddd;
  position: relative;
}


.nifty_content_loader {
	width:50px;
	height:70px;
	
	text-align: center;
	margin: auto auto;
	display:block;
}








.nifty-settings-button[disabled=disabled] {
        background:#CCC;
        cursor: wait;
		background-color:#666666;
		border:1px solid #DDDDDD;        
		-moz-box-shadow:inset 0px 1px 0px 0px #eee;
		-webkit-box-shadow:inset 0px 1px 0px 0px #eee;
}
.nifty-settings-button[disabled=disabled]:hover {
        background:#CCC;
        cursor: wait;
}
.nifty-settings-button {
    background-color: #e8e8e8;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    color: #666;
    font-family: Arial;
    font-size: 17px;
    padding: 6px 12px;
    text-decoration: none;
    padding: 6px;
}
.nifty-settings-button:hover {
    background-color: #CCC;
    color: #00a0d2;
}
.nifty-settings-button:active {
	
	top:1px;
}


.nifty-green { color: green; font-style: italic;}
.nifty-red { color: red; font-style: italic;}

.nifty-bu-information { 

	
	text-align:left;
	font-weight:bold;
	display:block;
	overflow:auto;
	border:1px solid #333;
	padding:15px;
	color:#666;


}

.nb_conditional_div {
	padding:10px;
	margin:10px;
	border:1px solid #ccc;
}