@font-face{
	font-family: "Century Gothic";
	src:url('/fonts/GOTHIC.TTF');
}

@font-face{
	font-family: "Century Gothic";
	font-weight:bold;
	src:url('/fonts/GOTHICB.TTF');
}

html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(/imgs/spectrum3.jpg) center;
	color:#FFF;
	text-align:center;
	cursor:url("/imgs/cursors/blue.cur"), default;
	font:14px/18px "Century Gothic", arial, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-size:1em;
	margin:0;
	padding:0;
}

h1{
	font-size:1.5em;
}

h2{
	font-size:1.2em;
}

h3{
	font-size:1.1em;
	color:#333;
}

h4{
	font-size:1em;
	color:#111;
}

h5{
	font-size:.9em;
	color:#222;
}

hr{
	border-width:1px 0 0 0;
	border-style:dotted;
	border-color:#000;
	color:#000;
	margin:20px 0;
	padding:0;
	height:0;
}

a:link{
	color:#000;
}

p{
	margin:1em 0;
	padding:0;
	color:#000;
}

form{
	margin:0;
	padding:0;
}

fieldset{
	border:1px dashed #000;
	margin:0;
	background:#FFF;
	color:#000;
	padding:10px;
}

legend{
	border:1px solid #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#222;
	color:#FFF;
	font-weight:900;
	line-height:1.75em;
	padding:0 10px;
}

input[type=text],
input[type=password]{
	background:#EBEBEB;
	color:#000;
	padding:3px .65em;
	border:1px solid #333;
	-moz-border-radius:1em;
	-khtml-border-radius:1em;
	-webkit-border-radius:1em;
}

input[type=text]:focus,
input[type=password]:focus{
	background:#FFC;
}

button{
	padding:3px 8px;
	font:600 12px verdana, arial, helvetica, sans-serif;
	border:1px solid #333;
	color:#333;
	background:url("/imgs/grey-button-bg.gif") center repeat-x;
	-moz-border-radius:1em;
	-khtml-border-radius:1em;
	-webkit-border-radius:1em;
}

button:hover{
	background:url("/imgs/grey-button-bg-hover.gif") center repeat-x;
}

.required{

}


/***** for testing only *****/
/*input[type=hidden]{
	display:block;
	background:gold;
	-moz-border-radius:1em;
	font:icon;
	padding:2px 10px;
	margin:0 0 4px 0;
	float:left;
	clear:both;
}

input[type=hidden]:before{
	content:"Hidden input: " attr(id) " = " attr(value);
}*/

/** ^^ for testing only ^^ **/


.formSection{
	clear:both;
	margin:0 0 1em 0;
}

.formSection label{
	display:block;
	font-size:9px;
	text-indent:1em;
}

#frame{
	height:100%;
	color:#000;
	width:100%;
	margin:0 auto;
	text-align:left;
}

*>#frame{
	height:auto;
	min-height:100%;
}


#header{
	display:none;
	position:relative;
	overflow:hidden;
	z-index:1000;
	background:rgba(0, 0, 0, .75);
	color:#FFF;
	border-width:0 0 1px 0 ;
	border-style:dotted;
	border-color:#000;
	text-align:left;
	-o-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
	-icab-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
	-khtml-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
}

#logo{
	float:left;
	display:block;
	margin:0;
	padding:0 10px;
	color:#FFF;
	font-size:16px;
	line-height:1.75em;
	font-weight:100;
	text-decoration:none;
}

#header a:hover{
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .5);
}

#contentFrame{
	padding:30px;
}

#content{
	position:relative;
	z-index:2;
	background:#FFF;
	margin:0 370px 0 auto;
	padding:1em;
	-o-border-radius:8px;
	-icab-border-radius:8px;
	-webkit-border-radius:8px;  
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-moz-box-shadow:0 0 25px #000;
	-khtml-box-shadow:0 0 25px #000;
	-webkit-box-shadow:0 0 25px #000;
}

#EK_System_Signature{
	float:right;
	width:300px;
	background-color:#FFF;
	color:#000;
	z-index:1;
	padding:3em 1em 1em 1em;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	font-size:12px;
	text-align:left;
	padding:1em;
	-o-border-radius:8px;
	-icab-border-radius:8px;
	-webkit-border-radius:8px;  
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-moz-box-shadow:0 0 25px #000;
	-khtml-box-shadow:0 0 25px #000;
	-webkit-box-shadow:0 0 25px #000;
}

#EK_System_Signature span{
	display:block;
}

#EK_System_Signature span.divider{
	display:none;
}

#EK_System_Signature a{
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

#EK_System_Signature a:hover{
	color:#ABCDEA;
	border-color:#ABCDEA;
}

#dialog{
	
	display:none;
	
	background:#FFF;
	color:#000;
}

.ui-dialog-titlebar{
	height:40px;
	background:gold;
}

.ui-dialog-title{
	position:relative;
	display:block;
	background:red;
}

.ui-dialog-titlebar-close{
	position:absolute;
	top:15px;
	right:15px;
	width:6px;
	height:6px;
	background:red url("/imgs/x.png") center no-repeat;
	padding:4px;
	display:block;
}

.ui-dialog-titlebar-close span{
	display:none;
}

.vmid{
	vertical-align:middle;
}

.left{
	float:left;
}

.right{
	float:right;
}

.cb{
	clear:both;
}

.dump,
.notice{
	white-space:pre;
	border:1px solid #000;
	display:block;
	padding:5px;
	margin:0 0 1em 0;
	font:menu;
	line-height:1.40em;
	background:#FEFEFE;
	color:#123;
	width:90%;
	margin:10px auto;
}

.dump:before,
.notice:before{
	display:block;
	content:attr(title);
	background:#ABCDEA;
	margin:-5px -5px 10px -5px;
	padding:5px;
	color:#000;
	font-weight:900;
	letter-spacing:.025em;
	border-bottom:1px solid #000;
}

.notice{
	border-color:#42627b;
}

.notice:before{
	background:#fffbc1;
	border-bottom-color:#42627b;
}

.system_error{
	font:12px/16px tahoma;
	background:#F3F3F3;
	color:#000;
	padding:5px;
	margin:5px;
	border:1px solid #000;
	text-align:left;
}

.system_error h1{
	font:bold small-caps 1.2em tahoma;
	color:#000;
	background:#D9E6F5;
	padding:4px;
	margin:0;
}

.system_error h2{
	font-size:1.05em;
	padding:0;
	margin:5px 0 0 0;
}

.system_error p{
	padding:0;
	margin:5px 0 0 0;
}

.databaseInfo{
	width:100%;
	margin:10px 0;
	background:#FFF;
}

.databaseInfo thead{
	background:#0072bb;
	color:#FFF;
	font-weight:900;
	font-size:1.3em;
	border:1px solid #000;
	border-collapse:collapse;
}

.databaseInfo thead th{
	white-space:nowrap;
}

.databaseInfo th,
.databaseInfo td{
	vertical-align:top;
	padding:2px 4px;
}


.alternateColor td,
.alternateColor th{
	background:#EEEFFE;
}

.minidef{
	font-size:10px;
	line-height:14px;
}

.minidef:before{
	display:block;
	content:attr(title);
	background:#DEDED1;
	color:#000;
	font-size:12px;
	font-weight:600;
	text-align:center;
	line-height:20px;
	margin:0 0 8px 0;
	-o-border-radius:8px;
	-icab-border-radius:8px;
	-webkit-border-radius:8px;  
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-o-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
	-icab-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
	-khtml-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
}

.minidef dt{
	font-weight:600;
}

.minidef dd{
	margin:0 0 0 10px;
	white-space:pre;
}

.fill-in-the-blank-anchor{
	background:#39F;
	color:#FFF;
	border:1px solid #000;
	padding:2px 6px;
	text-decoration:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.fill-in-the-blank-anchor.optional{
	background:#F8F8E2;
	color:#000;
}

.fill-in-the-blank-anchor.user-provided-content{
	background:#B6EB9B;
	color:#000;
}

.fill-in-copy{
	background:url("/imgs/paper2.jpg");
	padding:1em;
	border:1px solid #E6CD8C;
	font:14px/18px arial, helvetica, sans-serif;
}

.drag{
	float:left;
	margin:5px;
	width:100px;
	height:100px;
	background:#d5dee4;
	color:#000;
	text-align:center;
	line-height:100px;
	font-size:40px;
	border:1px solid #000;
}

.drop{
	clear:both;
	border:1px solid #000;
	width:200px;
	height:200px;
	background:#DDD;
	color:#000
}

#panel_frame{
	position:relative;
	overflow:hidden;
	background:#a7cddc;
	border:4px solid #7e9ba6;
	margin:0;
	padding:4px;
}

#panel{
	background:#EEE;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
}

#panel li{
	float:left;
	margin:0 2px;
	padding:0;
}

.panel-content-wrapper{
	position:relative;
}


#slider{
	position:relative;
	background:gold;
	height:20px;
}

.ui-slider-handle{
	position:relative;
	background:#000;
	width:20px;
	height:20px;
}

.four-cols{
	-moz-column-count:4;
	-moz-column-gap:10px;
	-moz-column-rule:1px dashed #A8C4EB;
	-webkit-column-count:4;
	-webkit-column-gap::10px;
	-webkit-column-rule:1px dashed #A8C4EB;
}

.dev-sites{
	list-style:none;
	margin:10px 0;
	padding:0;
}

.dev-sites li{
	padding:2px;
}

.dev-sites a{
	display:block;
	padding:5px 10px;
	font-size:14px;
	line-height:1.2em;
	color:#000;
	border:1px solid #FFF;
	-o-border-radius:16px;
	-icab-border-radius:16px;
	-webkit-border-radius:16px;  
	-moz-border-radius:16px;
	-khtml-border-radius:16px;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.dev-sites a:visited{
	color:#363636;
	text-decoration:none;
	background:#F9F9F9;
	border:1px solid #E9E9E9;
}

.dev-sites a:first-letter{
	text-transform:uppercase;
}

.dev-sites a:hover{
	color:#000;
	text-decoration:none;
	background:#E0EEFA;
	border:1px solid #A8C4EB;
	outline:0;
}

.dev-sites a:focus{
	color:#000;
	text-decoration:none;
	background:#F9F9C8;
	border:1px solid #ecd98c;
	outline:0;
}

.dev-sites a:active{
	background:#e97278;
	color:#FFF;
	border:1px groove #ad181f;
	text-decoration:none;
}

#links li{
	margin:0 20px;
}


#controller-selection{
	position:absolute;
	top:2px;
	right:0;
}

#controller-selection,
#controller-selection fieldset{
	border:0;
	padding:0;
	margin:0;
	background:transparent;
}

#controller-selection input,
#controller-selection select,
#controller-selection button,
#controller-selection label{
	line-height:24px;
	vertical-align:top;
	margin:0 4px 0 0;
}

#controller-selection label{
	color:#FFF;
}

#controller-selection button,
#controller-selection select{
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

#controller-selection select{
	padding:3px;
	font:600 12px verdana, arial, helvetica, sans-serif;
	border:1px solid #333;
	background:url("/imgs/grey-button-bg.gif") center repeat-x;
}

#controller-selection select optgroup{
	background:#FFF;
}

#bread-crumbs{
	margin:0 auto;
	line-height:28px;

	float:left;
}

#bread-crumbs a{
	color:#FFF;
	text-decoration:none;
}


.client-sites{
	margin:20px 0;
}