@charset "utf-8";
/* CSS Document */
body {
	background-color: #E1E1E1;
	background: url(../adminimages/bg1BAK.jpg);
	background-position: left top;
	background-attachment: fixed;
	background-size: cover;
}
.leftnavigation {
	width: 250px;
	margin-right: 20px;
	border:2px solid #fff;
	padding:12px;
}
.navbutton {
	margin-top: 12px;
	color: #ffffff;
	border: 1px solid #C2C2C2;
	background-color: #8c8787;
	background-image: -webkit-linear-gradient(#ffffff, #d9d9d9);
	background-image: -moz-linear-gradient(#ffffff, #d9d9d9);
	background-image: linear-gradient(#ffffff, #d9d9d9);
	padding: 6px;
	font-family: Tahoma, Geneva, sans-serif;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
}
.navbuttonlink, .navbuttonlinkactive, .navbuttonlinkdead, .ax-upload-all, .ax-browse-c, .ax-clear, .ax-upload, .ax-remove {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #f28105;
	background-image: -webkit-linear-gradient(#f28105, #d47105);
	background-image: -moz-linear-gradient(#f28105, #d47105);
	background-image: linear-gradient(#f28105, #d47105);
	text-shadow: 0px 1px 0px #444444;
	line-height: 30px;
	padding-left: 12px;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 0px #444;
}
.ax-upload-all, .ax-browse-c, .ax-clear, .ax-upload, .ax-remove {
	display:inline;
}
.navbuttonlink:hover, .ax-upload-all:hover, .ax-browse-c:hover, .ax-clear:hover, .ax-upload:hover, .ax-remove:hover {
	background-image: -webkit-linear-gradient(#d47105, #f28105);
	background-image: -moz-linear-gradient(#d47105, #f28105);
	background-image: linear-gradient(#d47105, #f28105);
	color: #FF0;
	text-shadow: none;
}
.navbuttonlinkactive {
	color:#f28105;
	background-color: #f28105;
	background-image: -webkit-linear-gradient(#ffffff, #c1c1c1);
	background-image: -moz-linear-gradient(#ffffff, #c1c1c1);
	background-image: linear-gradient(#ffffff, #c1c1c1);
	text-shadow:none;
	border:1px solid #666;
}
.navbuttonlinkdead {
	color:#c1c1c1;
	background-color: #f28105;
	background-image: -webkit-linear-gradient(#c1c1c1, #ffffff);
	background-image: -moz-linear-gradient(#c1c1c1, #ffffff);
	background-image: linear-gradient(#c1c1c1, #ffffff);
	text-shadow:none;
}
.navbuttoninner, .navbuttoninnergreen, .navbuttoninnerblue, .navbuttoninnerred, .navbuttoninneryellow, .navbuttoninnerorange, navbuttoninnerwhite, .navbuttoninnergreennotactive {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #8c8787;
	background-image: -webkit-linear-gradient(#007cce, #0065a9);
	background-image: -moz-linear-gradient(#007cce, #0065a9);
	background-image: linear-gradient(#007cce, #0065a9);
	text-shadow: 0px 1px 0px #444444;
	line-height: 30px;
	padding-left: 12px;
	padding-right:12px;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 0px #444;
	text-decoration:none;
}

.navbuttoninnergreen, .navshuffle {
	background-color: #00a04b;
	background-image: -webkit-linear-gradient(#00a04b, #00833e);
	background-image: -moz-linear-gradient(#00a04b, #00833e);
	background-image: linear-gradient(#00a04b, #00833e);
}
.navbuttoninnergreen:hover {
	background-color: #00a04b;
	background-image: -webkit-linear-gradient(#00833e, #00a04b);
	background-image: -moz-linear-gradient(#00833e, #00a04b);
	background-image: linear-gradient(#00833e, #00a04b);
	color:#FF0;
}

.navbuttoninnerorange {
	background-color: #f28105;
	background-image: -webkit-linear-gradient(#f28105, #d47105);
	background-image: -moz-linear-gradient(#f28105, #d47105);
	background-image: linear-gradient(#f28105, #d47105);
}
.navbuttoninnerorange:hover {
	background-color: #f28105;
	background-image: -webkit-linear-gradient( #d47105, #f28105);
	background-image: -moz-linear-gradient( #d47105, #f28105);
	background-image: linear-gradient( #d47105, #f28105);
	color:#FF0;
}

.navbuttoninnerblue {
	background-color: #0065a9;
	background-image: -webkit-linear-gradient(#007cce, #0065a9);
	background-image: -moz-linear-gradient(#007cce, #0065a9);
	background-image: linear-gradient(#007cce, #0065a9);
}
.navbuttoninnerblue:hover {
	background-color: #007cce;
	background-image: -webkit-linear-gradient( #0065a9, #007cce);
	background-image: -moz-linear-gradient( #0065a9, #007cce);
	background-image: linear-gradient( #0065a9, #007cce);
	color:#FF0;
}

.navbuttoninnerred {
	background-color: #ff888b;
	background-image: -webkit-linear-gradient(#ff888b, #f52533);
	background-image: -moz-linear-gradient(#ff888b, #f52533);
	background-image: linear-gradient(#ff888b, #f52533);
}
.navbuttoninnerred:hover {
	background-color: #f52533;
	background-image: -webkit-linear-gradient( #f52533, #ff888b);
	background-image: -moz-linear-gradient( #f52533, #ff888b);
	background-image: linear-gradient( #f52533, #ff888b);
	color:#FF0;
}

.navbuttoninneryellow {
	background-color: #ece358;
	background-image: -webkit-linear-gradient( #fff888, #ece358);
	background-image: -moz-linear-gradient( #fff888, #ece358);
	background-image: linear-gradient( #fff888, #ece358);
	color:#000;
	text-shadow: 1px 1px 0px #fff;
}
.navbuttoninneryellow:hover {
	background-color: #fff888;
	background-image: -webkit-linear-gradient(#ece358, #fff888);
	background-image: -moz-linear-gradient(#ece358, #fff888);
	background-image: linear-gradient(#ece358, #fff888);
}









.navbuttoninner a{
	text-decoration:none;
	color:inherit;
}
.navshuffle {
	display:block;
	text-decoration:none;
	text-align:center;
	padding:3px;
	margin:2px 5px 2px 5px;
	color:#fff;
	text-shadow: 1px 1px 0px #444;
}
.navbuttoninnergreennotactive {
	background-color: #00a04b;
	background-image: -webkit-linear-gradient(#00833e, #00a04b);
	background-image: -moz-linear-gradient(#00833e, #00a04b);
	background-image: linear-gradient(#00833e, #00a04b);
	color:#999;
}
.actionbutton, .redactionbutton, .yellowactionbutton {
	color: #ffffff;
	border: 1px solid#4d4d4d;
	background-color: #00a04b;
	background-image: -webkit-linear-gradient(#00a04b, #00833e);
	background-image: -moz-linear-gradient(#00a04b, #00833e);
	background-image: linear-gradient(#00a04b, #00833e);
	text-shadow: 0px 1px 0px #444444;
	padding: 3px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: 3px;
}
.actionbutton:hover {
	background-image: -webkit-linear-gradient(#00833e, #00a04b);
	background-image: -moz-linear-gradient(#00833e, #00a04b);
	background-image: linear-gradient(#00833e, #00a04b);
	color: #FF0;
	text-shadow: none;
}
.actionbutton a, .redactionbutton a, .yellowactionbutton a {
	text-decoration: none;
	color: #FFF;
}
.redactionbutton {
	background-color: #FF1e27;
	background-image: -webkit-linear-gradient(#FF1e27, #d51920);
	background-image: -moz-linear-gradient(#FF1e27, #d51920);
	background-image: linear-gradient(#FF1e27, #d51920);
	color: #ffffff;
	text-shadow: 1px 1px 0px #444;
	padding-left: 15px;
	padding-right: 15px;
}
.redactionbutton:hover {
	background-color: #d51920;
	background-image: -webkit-linear-gradient(#d51920, #FF1e27);
	background-image: -moz-linear-gradient(#d51920, #FF1e27);
	background-image: linear-gradient(#d51920, #FF1e27);
	cursor: pointer;
	color: #FF0;
	text-shadow: none;
}
.yellowactionbutton {
	background-color: #FFFF9e;
	background-image: -webkit-linear-gradient(#FFFF9e, #e3dd81);
	background-image: -moz-linear-gradient(#FFFF9e, #e3dd81);
	background-image: linear-gradient(#FFFF9e, #e3dd81);
}
.yellowactionbutton a {
	color: #333;
	text-shadow: none;
}

.navbuttoninnerwhite {
	background-color:#ffffff;
	color:#000000;
	border:1px solid #666;
}


.navbuttonsimg {
	float: right;
	margin-top: 3px;
	margin-right: 12px;
	cursor: pointer;
}
.navbuttonsimg img{
	height: 24px;
}

.siteselectlist {
	margin: 12px;
	margin-left:6px;
	border:none;
	padding:9px;
	width:212px;
}
.headerimg {
	float: right;
}
.headerimg img{
	height: 64px;
}

.frontnavigation {
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

/* ajax image uploader styles */

.previewuploaded, .previewstored {
	width:80px;
	margin:3px;
	border:3px solid #fff;
	box-shadow:1px 1px 1px 1px #333;
}
.previewstored {
	width:69px;
}
.ax-preview {
	border:3px solid #fff;
	box-shadow:1px 1px 1px 1px #333;
	margin-top:5px;
}

.success {
	list-style:none;
}

.sampletemplates {
	float:left;
	margin-left:9px;
	margin-right:8px;
}

.bottommargin {
	margin-bottom:12px;
}

.mauve {
	background-color:#6600ff;
}
.green {
	background-color:#137302;
}
.teal {
	background-color:#008080;
}
.black {
	background-color:#000000;
}
.gray {
	background-color:#666;
}
.yellow {
	background-color:#ffe400;
}
.orange {
	background-color:#f08e04;
}
.blue {
	background-color:#1504f0;
}

.red {
	background-color:#ff3300;
}
.lightblue {
	background-color:#7c8ef9;
}
.darkred {
	background-color:#e70333;
}

.smallblocks, .smallblockslandscape {
	float:left;
	width:140px;
	height:50px;
	margin:6px;
	text-decoration:none;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:100px;
	text-shadow: 1px 1px #333;
}
.smallblockslandscape {
		width:212px;
}
.smallblocks {
	line-height:50px;
	font-size:14px;
}

.smallblocks img {
	width:36px;
	height:36px;
	margin-top:12px;
	margin-bottom:8px;
	border:none;
}

.mediumblock {
	float:left;
	width:150px;
	height:130px;
	margin:6px;
	text-decoration:none;
	text-shadow: 1px 1px #333;
}
.mediumblock:hover, .smallblockslandscape:hover {
	box-shadow:2px 2px 5px #333;
	transform: rotate(2deg);
	-ms-transform: rotate(2deg); /* IE 9 */
	-webkit-transform: rotate(2deg); /* Safari and Chrome */		
}
		/*   
		 -webkit-transform: skew(0deg, 2deg);
   	 -moz-transform: skew(0deg, 2deg);
		*/
		
		
 .smallblocks:hover {
	box-shadow:2px 2px 5px #333;
	transform: rotate(1deg);
	-ms-transform: rotate(1deg); /* IE 9 */
	-webkit-transform: rotate(1deg); /* Safari and Chrome */		
 }
.mediumblock:hover {
	width:140px;
	height:120px;
	margin:11px;
}

.textshadowblack {
	text-shadow: 1px 1px 0px #000;
}