@charset "utf-8";
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
body, td, th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	background-color:#EDEDED;
	margin:20px;
}
a:focus {
	outline: none;
}
.bodydiv {
	background-color:#fff;
	padding:10px;
}
.corner-tl {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}
.corner-tr {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
.corner-bl {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.corner-br {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.corner-top {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
.corner-bottom {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.corner-right {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.corner-left {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.corner-all {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.ridgeborder {
	border:4px ridge #666;
}
.shadow {
	-moz-box-shadow:    1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow:         1px 1px 1px 1px #ccc;
}
.bodyshadow {
	-moz-box-shadow:    1px 1px 3px 6px #ccc;
	-webkit-box-shadow: 1px 1px 3px 6px #ccc;
	box-shadow:         1px 1px 3px 6px #ccc;
}
.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px #000000;
	-moz-box-shadow: 0 8px 6px -6px #000000;
	box-shadow: 0 8px 6px -6px #000000;
}
.textshadow {
	text-shadow: 1px 1px #ffffff;
}
#leftmenucontainer {
	position:relative;
	left:-10px;
	width:300px;
}
.leftmenu {
	font-size:19px;
	display:block;
	background-image:url(../adminimages/l-menu.png);
	background-position:right center;
	text-decoration:none;
	line-height:40px;
	color:#4c8ea4;
	text-shadow: 1px 1px #fff;
}
.leftmenu:hover, .leftmenuactive {
	background-image:url(../adminimages/l-menu-over.png);
	background-position:right center;
	color:#4c8ea4;
	text-shadow: 1px 1px #fff;
}
.leftmenuactive {
	background-image:url(../adminimages/l-menu-active.png);
	color:#ffffff;
	text-shadow:none;
}
.leftmenu img {
	margin-left:10px;
	margin-right:10px;
}
.lmenutop {
	display:block;
	height:15px;
	background-image:url(../adminimages/l-menu-top.png);
	background-position:right center;
	margin-right:11px;
}
.lmenubottom {
	display:block;
	height:15px;
	background-image:url(../adminimages/l-menu-bottom.png);
	background-position:right center;
	margin-right:11px;
}
#header, #TRheader {
	background-color:#f5f5f5;
	margin-bottom:15px;
	padding:15px;
}
#header a, #TRheader a {
	font-size:1.2em;
	font-weight:bold;
	padding:5%;
	display:block;
	margin-right:10px;
	background-color:#d5d5e0;
	background-image: -webkit-linear-gradient(#babd24, #babd24);
	background-image:    -moz-linear-gradient(#babd24, #babd24);
	background-image:         linear-gradient(#babd24, #babd24);
	text-decoration:none;
	color:#fff;
	text-align:center;
	border:2px solid #666;
	text-shadow: 0.1em 0.1em #9F9F9A;
}
#header a:hover, #TRheader a:hover {
	background-color:#babd24;
	background-image: -webkit-linear-gradient(#F3D412, #F8F5D4);
	background-image:    -moz-linear-gradient(#F3D412, #F8F5D4);
	background-image:         linear-gradient(#F3D412, #F8F5D4);
	color:#A2682E;
	text-shadow: none;
}
#contentblock {
	padding:20px;
	padding-left:50px;
	background-color:#ffffff;
}
#contentblock a {
	font-size:1.2em;
	font-weight:bold;
	padding:15px;
	margin-bottom:10px;
	display:block;
	background-color:#d5d5e0;
	background-image: -webkit-linear-gradient(#babd24, #babd24);
	background-image:    -moz-linear-gradient(#babd24, #babd24);
	background-image:         linear-gradient(#babd24, #babd24);
	text-decoration:none;
	color:#fff;
	text-align:center;
	border:2px solid #666;
	text-shadow: 0.1em 0.1em #9F9F9A;
}
#contentblock a:hover {
	background-color:#e7e8f3;
	background-image: -webkit-linear-gradient(#F3D412, #F8F5D4);
	background-image:    -moz-linear-gradient(#F3D412, #F8F5D4);
	background-image:         linear-gradient(#F3D412, #F8F5D4);
	color:#A2682E;
	text-shadow: none;
}
#welcomemessage, .helptext {
	margin-bottom:15px;
	background-color:#e7e8f3;
	padding:10px;
}
.helptext {
	font-size:1.2em;
	text-align:center;
	background-color:#ffffff;
}
.pagetitle {
	color:#666666;
	text-align:center;
}
/* forms*/
.anewform {
	margin-bottom:15px;
}
.anewform-input {
	font-size:1.2em;
	border:1px solid #000;
	padding:5px;
	width:500px;
	outline: none;
/*	-moz-opacity: .99;
	opacity:.99;
	filter: alpha(opacity=99);
*/}
.reqd {
	border-color:#F00;
}
#frontnav {
	border:1px solid #999;
	margin-bottom:10px;
	background-color:#f5f5f5;
}
.pageplaceholders, .pagescount, .stdplaceholders {
	margin-top:10px;
}
.pageplaceholders {
/*	height:565px;
*/	
	overflow:auto;
	padding-right:6px;
}
.stdplaceholders {
	margin-left:4px;
	margin-right:20px;
	height:590px;
	width:194px;
	overflow:auto;
	padding-right:6px;
}
.greybg {
	background-color:#F0F0F0;
}
.stdplaceholders input {
	background-color:#F0F0F0;
}
.ph {
	width:80%;
	cursor:move;
	text-align:center;
	border:none;
}
.phusrpage a {
	color:inherit;
	text-decoration:none;
	text-shadow: inherit;
	display:block;
	font-size:.7em;
	padding-top:5px;
	padding-bottom:5px;
}
.apageplaceholder {
/*	border:1px solid#999;
	padding:3px;
	text-align:center;
	font-weight:bold;
	background-color:#33F;
*/	margin-bottom:6px;
}
.phtd {
	border:1px solid #999;
	padding-left:3px;
	padding-right:3px;
	font-weight:normal;
	background-color:#D6D6D6;
	color:#000;
	font-size:10px;
}
.placeholders a, .siteplaceholders a {
	display:block;
	text-decoration:none;
	background-color:#66FFCC;
	border:1px solid #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding:2px;
	padding-bottom:4px;
	margin:5px;
	color:#000;
	font-weight: normal;
	text-align:center;
	cursor:pointer;
}
.placeholders a:hover, .siteplaceholders a:hover {
	background-color:#F00;
	background-image: -webkit-linear-gradient(#f00, #f00);
	background-image:    -moz-linear-gradient(#f00, #f00);
	background-image:         linear-gradient(#f00, #f00);
	color:#fff;
	text-shadow: 0.1em 0.1em #9F9F9A;
}
.siteplaceholders a {
	background-color:#FF0;
	font-size:.75em;
}
.adminbuttons {
	display:block;
	border:1px solid #000000;
	background-color:#d5d5e0;
	background-image: -webkit-linear-gradient(#ffffff, #e5e4e4);
	background-image:    -moz-linear-gradient(#ffffff, #e5e4e4);
	background-image:         linear-gradient(#ffffff, #e5e4e4);
	text-shadow: 1px 1px #ffffff;
	text-decoration:none;
	color:#333333;
	text-align:center;
	padding:5px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}
.adminbuttons:hover {
	border-color:#f27f02;
	color:#f27f02;
	cursor:pointer;
}
.stdform td {
	font-size:12px;
}
.stdforminput {
	width:260px;
}
.noclickOverlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:2001;
	background-color:#000;
	-moz-opacity: 0.01;
	opacity:.01;
	filter: alpha(opacity=1);
}

.desktopmask {
	background-image: url(../adminimages/desktopmaskbg.png);
	background-repeat:repeat;
}
.desktopmask2 {
	background-image:url(../pximages/blue-background2.png);
	background-repeat:repeat;
	color:#fff;
}
.desktopmask td {
	color:#fff;
}
/* light box */
.blackOverlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:#000;
	-moz-opacity: 0.50;
	opacity:.50;
	filter: alpha(opacity=50);
	z-index:1998;
}
.popupdiv {
	position:absolute;
	display:none;
	margin-top:50px;
	z-index:1999;
	padding:20px;
	border: 2px solid #F00;
	color: #333;
	letter-spacing: 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-appearance: none;
	text-decoration:none;
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #000;
}
.popupdiverror {
	position:absolute;
	display:none;
	margin-top:150px;
	z-index:1999;
	background-color:#FFF;
	border: 4px solid #F00;
	padding: 40px;
	color: #F00;
	letter-spacing: 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-appearance: none;
	text-decoration:none;
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #000;
	text-align:center;
}

.popupsiteedit {
	display:none;
	margin-bottom:20px;
	padding:12px;
	padding-top:0px;
	border: 2px solid #F00;
	color: #333;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-webkit-appearance: none;
	text-decoration:none;
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #000;
}


.lppreviewclass {
	position:absolute;
	display:none;
	margin-top:50px;
	z-index:2000;
	width:1000px;
}

.lpOverlay {
	position: relative;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:#000;
	-moz-opacity: 0.50;
	opacity:.50;
	filter: alpha(opacity=50);
	z-index:2500;
}


