@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');
}

/*@font-face{
	font-family: "Myriad Pro";
	src:url('/fonts/MyriadPro-Regular.otf');
}

@font-face{
	font-family: "Myriad Pro";
	font-style:italic;
	src:url('/fonts/MyriadPro-It.otf');
}

@font-face{
	font-family: "Myriad Pro";
	font-weight:bold;
	src:url('/fonts/MyriadPro-Semibold.otf');
}

@font-face{
	font-family: "Myriad Pro";
	font-weight:bold;
	font-style:italic;
	src:url('/fonts/MyriadPro-SemiboldIt.otf');
}*/

html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
/*	background:#000 url("/imgs/galaxy-dark.jpg") center no-repeat fixed;*/
	background:#E0E0E0 url("/imgs/white-lines-45deg.png") fixed;
	color:#FFF;
	font:menu;
	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:1.25em;
	margin:0;
	padding:0;
}

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{
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	background:rgba(1, 118, 173, .88) url("/imgs/white-grad-bottom-up.png") bottom repeat-x;
	color:#FFF;
	border-width:0 0 1px 0 ;
	border-style:solid;
	border-color:#1C84B4;
	text-align:left;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
}

#logo{
	float:left;
	margin:0;
	padding:0;
}

#logo,
#logo a{
	display:block;
	margin:0;
	color:#FFF;
	font-size:16px;
	line-height:1.75em;
	font-weight:100;
}

#logo a{
	padding:0 10px;
	text-decoration:none;
}

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

#contentFrame{
	width:80%;
	margin:0 auto;
	padding:3em 0 0 0;
}

#content{
	position:relative;
	background:#FFF;
	margin:0 auto;
	padding:1em;
	border-width:1px;
	border-style:solid;
	border-color:#E0E0E0;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	z-index:2;
}

#EK_System_Signature{
	position:fixed;
	top:0;
	right:0;
	background: url("/imgs/black-grad-bottom-up.png") bottom left repeat-x;
	background: url("/imgs/black-grad-bottom-up.png") bottom left repeat-x,
				url("/imgs/black-grad-left-over.png") top left repeat-y,
				url("/imgs/black-grad-right-back.png") top right repeat-y;
	background-color:rgba(0, 0, 0, .7);
	color:#FFF;
	z-index:1;
	padding:3em 1em 1em 1em;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	font:10px/1.5em verdana, arial, sans-serif;
	text-align:left;
	opacity:.25;
	-moz-border-radius:0 0 0 1em;
	-webkit-border-bottom-left-radius:1em;
	-webkit-box-shadow: -2px 5px 15px rgba(0, 0, 0, .75);
}


#EK_System_Signature:hover{
	z-index:3;
	opacity:1;
}

#EK_System_Signature span{
	display:block;
}

#EK_System_Signature span.divider{
	display:none;
}

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

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

#EK_System_Signature a.close:before{
	content: url("/imgs/x.png");
	margin:0 2px 0 0;
}

#EK_System_Signature a.close{
	border:0;
}

#EK_System_Signature a.close:hover{
	color:#F00;
	cursor:default;
}

#EK_System_Signature a.close:hover:before{
	content: url("/imgs/x-red.png");
}

#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{
	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{
	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;
}

.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:10px/14px arial, verdana, sans-serif;
}

.minidef:before{
	display:block;
	content:attr(title);
	background:#ABCDEA;
	color:#000;
	font-weight:900;
	text-align:center;
	line-height:14px;
	margin:0 0 3px 0;
}

.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;
}
/*
.fill-in-copy:before{
	content: "Preview Copy";
	display:block;
	margin:0 0 1em 0;
	font:icon;
	background:#FFC;
	color:#000;
	padding:3px;
	font-weight:600;
	text-align:center;
}*/

.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:14px;
	-moz-column-rule:1px solid #666;
	-webkit-column-count:4;
	-webkit-column-gap::14px;
	-webkit-column-rule:1px solid #666;
}

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

#dev-sites a{
	display:block;
	padding:5px;
	font-size:16px;
	line-height:1.2em;
	color:#000;
}

#dev-sites a:visited{
	color:#000;
	text-decoration:none;
/*	background:#F5F5F5 url("/imgs/lines-45deg") fixed;*/
	background:#b4d4ed url("/imgs/white-lines-45deg.png") fixed;

}

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

#dev-sites a:hover,
#dev-sites a:focus{
	background:#000 url("/imgs/galaxy-dark.jpg") fixed;
	color:#FFF;
	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;
}
