
/*###################################################################################################
#				Majicko 2.3.2 �2008-2013 Bandwise LLC All Rights Reserved,							#
#								http://www.Majicko.com												#
#																									#
#				This file may not be redistributed in whole or significant part.					#
#				---------------- MAJICKO IS NOT FREE SOFTWARE ----------------						#
#									http://www.majicko.com											#
#																									#
###################################################################################################*/

body {
	background-color: #5D7AAD;
	margin: 0px;
}

form {
	margin: 0px;
}

input[type="number"] {
	width: 75px;
}

.right {
	float: right;
}

.pointer {
	cursor: pointer;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px;
}

p.pagedetails {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

/* ############ */
/* Form Styling */
/* ############ */

.formbody .errorrow {
	border-top: 3px solid #99BBDD !important;
}

.formbody {
	border-right: 3px solid #99BBDD;
	border-left: 3px solid #99BBDD;
	border-bottom: 3px solid #99BBDD;
}

.formbody .head {
	background: #99BBDD;
	color: #000000;
	font: bold 13px Arial;
	padding: 5px 10px;
	margin-top: 1px;
}

.formbody .head a {
	color: #000000;
	font: bold 13px Arial;
	text-decoration: none;
}

.formbody .head .toggle {
	float: right;
}

.formbody .instruct {
	font-size: 11px;
	font-weight: normal !important;
	color: #000000;
	font-family: Arial;
	padding: 3px 10px;
}

.formbody .caution {
	float: left;
	margin-right: 10px;
}

.formbody .errors {
	margin-left: 125px;
}

.formbody .section {
	padding: 3px 8px;
}

.formbody label {
	float: left;
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
}

.formbody .row {
	padding: 10px 5px;
	border-bottom: 1px solid #CEDFEB;
}

.formbody .row:last-child {
	border-bottom: 0px;
}

.formbody .error {
	background-color: #FFDBDB !important;
}

.formbody .flasher {
	background-color: #FFA7A7 !important;
}

.formbody .row:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.formbody .controls {
	margin-left: 212px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.formbody .controls .halffield {
	width: 150px;
	text-align: center;
	float: left;
}

.formbody .longfield {
	width: 100%;
	margin-left: 0 !important;
	text-align: left;
	float: left;
}

.formbody .controls ul {
	list-style: none;
	margin: 0px;
	/*padding: 0px 0px 0px 15px;*/
	padding: 0px;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.formbody .controls .details {
	font-size: 11px;
	color: #808080;
	font-family: Arial;
}
.formbody .controls .details a:link, .formbody .controls .details a:active, .formbody .controls .details a:visited {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.formbody .controls .details a:hover {
	color: #ff0000;
}

.formbody .column1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	float: left;
}

.formbody .column2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	float: left;
}

.formbody .column3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	float: left;
}

/*
* Form error reporting
*/
.formbody .errorlist {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url('/images/red_arrow.png');
	padding-left: 12px;
}
.formbody .errorlist li {
	font-family: Arial;
	font-size: 11px;
	color: #ff0000;
}

div.form_controls {
	text-align: right;
}

div.form_controls .left {
	float: left;
}

.lastrow {
	border-bottom: 0px !important;
}

.notice {
	color: #ff0000;
}

.conditional {
	color: #0000ff;
}

div.returnlink {
	float: left;
}

div.returnlink a:link, div.returnlink a:active, div.returnlink a:visited {
	color: #ffffff;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}

div.returnlink a:hover {
	color: #000000;
}

.delbutton {
	float: left;
}

/* General page layout */

.welcome {
	background-color: #00162D;
	color: #ACCBFF;
	padding: 3px 9px 3px 3px;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}

.welcome a:link, .welcome a:active, .welcome a:visited {
	color: #ffffff;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.welcome a:hover {
	text-decoration: underline;
}

.container {
	width: 1240px;
	margin: 0px 5px 0px 5px;
}

.container:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.container .leftmenu {
	width: 235px;
	float: left;
	margin-right: 10px;
}

.container .pagebody {
	width: 990px;
	float: left;
	padding-top: 10px;
}

.container .center {
	margin-top: 10px;
	width: 1240px !important;
}

.container .pagebody:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.footer {
	width: 1240px;
	text-align: center;
}

/* General styles */
font.general, p.general, span.general, ul.general {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}
font.general-small, p.general-small, span.general-small {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}


/*
* Standard links
*/

a.general:link, a.general:visited, a.general:active {
	color: #0066FF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}

a.general-small:link, a.general-small:visited, a.general-small:active {
	color: #0066FF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}

a.general2:link, a.general2:active, a.general2:visited {
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a.general-small2:link, a.general-small2:active, a.general-small2:visited {
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

/* Hover effects */
a.general:hover, a.general-small:hover, a.general2:hover {
	color: #000000;
	text-decoration: underline;
}


/*
* Table structures
*/

table.default {
	width: 100%;
	border: 3px #99bbdd solid;
	border-spacing: 0px;
    border-collapse: separate;
	margin-bottom: 10px;
}

table.default thead, table.default tbody, table.default tfoot {
	font-family: Arial;
	font-size: 12px;
}

table.default thead tr, table.default tbody tr.head {
	background-color: #99bbdd !important;
	font-size: 13px;
	font-weight: bold;
}

table.default thead th.left {
	text-align: left;
}

table.default thead th, table.default tbody td {
	padding: 4px;
}

table.default tbody.details tr {
	background-color: #C9E3F4;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}

table.default tbody tr:nth-child(odd) {
	background-color: #e2eaf6;
}

table.default tbody tr:nth-child(even) {
	background-color: #eceff8;
}

table.default tfoot tr {
	background-color: #99bbdd;
	font-size: 13px;
}


/*
* Legacy table styling; DEPRECATED!
*/
.table-head {
	background-color: #99bbdd;
	font: bold 13px Arial;
}

.table-instruct {
	background-color: #C9E3F4;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}

.table-body {
	font-family: Arial;
	font-size: 13px;
}

.table-body tr:nth-child(odd) {
	background-color: #e2eaf6;
}

.table-body tr:nth-child(even) {
	background-color: #eceff8;
}

.border {
	border: 3px #99bbdd solid;
}

.alt1 {
	background-color: #ECEFF8;
}
.alt2 {
	background-color: #e2eaf6;
}

/* Links */
a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	font-family: Arial; text-decoration: none
}
font.line_head {
	color: #000000;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
}
span.button {
	height: 20px;
	width: 100px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-top: 2px solid #8D8E8F;
	border-bottom: 2px solid #373E4C;
	border-right: 2px solid #373E4C;
	border-left: 2px solid #8D8E8F;
}
a.command:link, a.command:visited, a.command:active {
	color: red;
	background-color: #DBDBDB;
	text-decoration: none;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	padding: 1px 0px 0px 0px;
	width: 100%;
	height: 100%
}

/* Error boxes */
.error-head {
	background-color: #C9E3F4;
	font: bold 13px Arial;
	color: #000000;
	border-top: 2px;
	border-left: 2px;
	border-right: 2px;
	border-bottom: 0px;
	border-style: outset;
}
.error-block {
	background: #91B8CF;
	color: #000000;
	padding: 10px;
	border-top: 0px;
	border-left: 2px;
	border-right: 2px;
	border-bottom: 2px;
	border-style: outset;
}
.error-middle {
	background: #9BC2D9;
	color: #000000;
	padding: 10px;
	border: 2px;
	border-style: outset;
}

#upload {
	padding: 0px;
	position:absolute;
	top: 200px;
	left: 40%;
	border: 4px #DBDBDB outset;
	width: 240px;
	height: 100px;
	display: none;
}
#resizeimage {
	background: #EFEFEF;
	padding: 0px;
	position:absolute;
	top: 200px;
	left: 40%;
	border: 4px #DBDBDB outset;
	width: 300px;
	height: 320px;
	z-index: 1;
	display: none;
}

.tooltip {
	width: 300px;
	background-color: #dbdbdb;
	border: 3px solid #000000;
	padding: 3px;
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	display: none;
	position: absolute;
	text-align: left;
	z-index: 5;
}

/* Manage Edit Page blocks */

table#contentTable {
	/*table-layout: fixed;*/
}

div.page_content {
	border: 1px solid #000000;
	background-color: #dbdbdb;
	padding: 9px 5px;
	margin-bottom: 3px;
	cursor: move;
}

div.page_content div:first-child {
	float: left;
	width: 20px;
}

table#contentTable .sortable-placeholder {
	height: 26px;
}

div.page_content .delContent {
	padding: 4px;
}


/* Tab System */
#header ul {
	list-style: none;
	padding: 0px 0px 0px 3px;
	margin: 0px; /* Required */
}
#header li {
	display: inline;
	position: relative;
	top: 0px;
	z-index: 1;
	border: 1px solid #000000; /* Required */
	margin: 0px 6px 0px 0px;
	background-color: #f1f1f1;
}
#header li a {
	padding: 0px 15px 1px 15px;
}
#header #selected {
	position: relative;
	top: 1px; /* Required */
	background-color: #cccccc;
	padding-bottom: 0px;
	border-bottom: 0px solid;
}
 
div.childdiv {
	border: 1px solid;
	background-color: #cccccc;
	padding: 5px;
}
#tabs a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

/* Preview images */

#prevImage {
	border: 8px solid #ccc;
	width: 300px;
	height: 200px;
}

/* Stationary popup controls */
#hidden {
	border: 0px;
	background: #EFEFEF;
	padding: 0px;
	position: fixed;
	top: 200px;
	left: 30%;
	z-index: 5;
	display: none;
}
#hidden2 {
	border: 0px;
	background: #EFEFEF;
	padding: 0px;
	position: absolute;
	top: 200px;
	left: 50%;
	z-index: 5;
	display: none;
}
#hidden3 {
	border: 0px;
	background: #EFEFEF;
	padding: 0px;
	position: absolute;
	top: 200px;
	left: 50%;
	z-index: 5;
	display: none;
}
.popup {
	border: 0px;
	background: #EFEFEF;
	padding: 0px;
	position: absolute;
	top: 200px;
	left: 30%;
	z-index: 5;
	display: none;
}
#pointer_div {
	background-repeat: no-repeat;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#attacher {
	background: #EFEFEF;
	padding: 0px;
	position: absolute;
	top: 200px;
	left: 40%;
	border: 4px #DBDBDB outset;
	width: 240px;
	height: 100px;
	z-index: 1;
	display: none;
}

.inframe {
	width: 1030px;
	height: 677px;
	margin-top: 25px;
	padding-top: 10px;
	background-image: url(/admin/images/wiz-bg.png);
	background-repeat: no-repeat;
}

.tempset {
	position: relative;
	top: -20px;
}
.tempset input {
	position: relative;
	z-index: -1;
}
img.tempthumb {
	border: 0px solid #0000ff;
	margin: 5px;
	position: relative;
	top: 0px;
}
img.magnify {
	margin-top: -100px;
	margin-right: -200px;
	border: 0px solid #000000;
	visibility: hidden;
}

.inframe2 {
	padding: 0px 20px 1px 20px;
	background-image: url(/admin/images/body-bg2.png);
	background-repeat: repeat-y;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.inframe2 p {
	margin-top: 0px;
}

.inframe2 a {
	color: #0066FF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}

.inframe2 ol, .inframe ul {
	margin-top: 0px;
	margin-bottom: 0px;
}