main {
    position:relative;
    height:1220px;
	xxz-index:1;
}

div.masthead39 {
    display:block;
    text-align:center;
    padding-left:1em;
    xxheight:35px;
    xpadding-top:6px;
    width:100%;
    position:relative;
    xxbackground-color: #3a6496;
    background:  #e2f5f7 50% top repeat-x;
    color:white;
}

a#aNIHLogo {
    position:relative; top:7px;
}

a#NlmBrandHeader {
    font-family:arial,sans-serif;
    font-size:14px;
    color:white;
    background-color:inherit;
    text-decoration: none;
    display:inline-block;
    padding-bottom:10px;
}


html,body {
	padding:0px; margin:0px;
	color: #362b36;
	background:  #e2f5f7 50% top repeat-x;
	overflow-x: hidden;
	/*background-image: url(css-images/rxmixbg.png);*/
	font-family: Gill Sans/ Gill Sans MT, sans-serif;
}

div.center {
	padding: 10px;
	position: absolute;
	top: 235px;
	left: 43%;
	height: 680px;
	width: 30%;
	border: 2px solid #ccf;
	background: #F4F4F4;
}

div.right {
	padding: 10px;
	position: absolute;
	left: 45%;
	right: 150px;
	top: 235px;
	width: auto;
	height: 680px;
	overflow: auto;
	border: 2px solid #ccf;
}

div.footer {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 1250px;
	text-align: center;
	font-size: 14px;
        line-height:20px;
	padding-bottom:10px;
}

div.header {
	border:0px; padding:0px;
	position:relative;
	xxz-index:10;
}

div.squareborder {
	border: 1px solid #ccf;
}

a {
	cursor: pointer;
	outline: 0px none;
}
.titlebox {
	font-size: 16px;
	font-family: Gill Sans/ Gill Sans MT, sans-serif;
	color: white;
	font-weight: 700;
	float: left;
	padding: 0 5px;
	margin: -11px 0 0 30px;
	background: #362b36;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


h4,h3,h2,h1,b {
	color: #362b36;
}

h2 {
	font-size: 28px;
	margin-bottom: 5px;
}

#rxnavlogo {
	position: absolute;
	right: 3%;
	xxtop: 55px;
	top: 15px;
	float: right;
}
#signupForm {
	width: auto;
	height: auto;
	align: center;
}

#reset,#resetAll,#showBatchForm,#clearBatch {
	font-size: 12px;
	//padding: 2px 6px;
}

input::-moz-focus-inner {
	border: 0;
}

#canvasCover p, .center p , .right p{
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccf;
	padding-bottom: 10px;
}
/******overlay content*******/
#batchStatusDisplay,#batchStatusComplete{	
	display:none;
	position: absolute;
	top: 685px;
	left: 8%;
	height: 300px;
	right: 50%;
	background-color: #f2f5f7;
	z-index: 10001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity =  80);
}
.rxmix_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #f2f5f7;
	z-index: 10001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity =  80);
}

.white_content {
	display: none;
	position: absolute;
	text-align: center;
	top: 15%;
	left: 22%;
	width: 56%;
	height: 70%;
	padding: 16px;
	border: 16px solid #c77405;
	background: #ffffff;
	color: #362b36;
	z-index: 10002;
	color: #362b36;
}

.white_content a {
	background: url(images/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 10003;
	position: absolute;
	top: -24px;
	right: -25px;
	cursor: pointer;
}
/******end******/

/*****canvas****/
#canvasCover {
	position: absolute;
	top: 135px;
	left: 8%;
	height: 550px;
	width: 18%;
	background: #ffffff;
	color: #2779aa;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}

.canvas {
	position: absolute;
	left: 0px;
	top: 35px;
	width: 99%;
	height: 440px;
}

.block {
	position: absolute;
	border: 1px solid #aed0ea;
	background:#d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
	color: #2779aa;
	padding: 3px;
	font-size: 12px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.connector {
	background-color: #d7ebf9;
}

.source-label,.middle-label,.destination-label {
	padding: 5px;
	font-size: 12px;
	color: #362b36;
}

/***end***/

/****function panel for showing functions*******/
.functionpanel {
	position: absolute;
	top: 135px;
	/*right: 0;*/
	right: 50%;
	display: none;
	background: #ffffff;
	color: #362b36;
	border-left: 1px solid #DDDDDD;
	width: 24%;
	height: 550px;
	padding: 0px 0px 0px 0px;
	filter: alpha(opacity =           85);
	display: inline;
	color: #362b36;
	/*opacity: .85;*/
}

/*
.functionpanel p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #362b36;
}


.functionpanel a,.functionpanel a:visited {
	margin: 0;
	padding: 0;
	color: white;
	text-decoration: none;
}

.functionpanel a:hover,.functionpanel a:visited:hover {
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
*/


#buildArea {
	height: 400px;
	border-top: 1px solid #DDDDDD;
}

#allParams{
        height:225px;
        overflow-y: auto;
        overflow-x: auto;

}

#loadArea {
	border-top: solid 1px #DDDDDD;
}

/*********end************/

/***tabs ***/
#allTabs{
	position: absolute;
	top: 685px;
	left: 8%;
	height: 270px;
	right: 50%;
	border-top	:1px solid #DDDDDD;
	border-left	:1px solid #DDDDDD;
	background: #ffffff;
}
#tabs {	
	background: none;
	border:none;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#tabs>.ui-tabs-nav {
	height: 0px;
	border: 0px;
	background: #ffffff;
}

#accordion>.ui-widget-content {
	background: #ffffff;
}

#tabs>ul>li#inter {
	position: absolute;
	display: block;
	top: -365px;
	left: -35px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-90deg) translate(-488px, 0px);
	-moz-transform: rotate(-90deg) translate(-488px, 0px);
	-o-transform: rotate(-90deg) translate(-488px, 0px);
	transform: rotate(-90deg) translate(-488px, 0px);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3 );
}


#tabs>ul>li#batch {
	position: absolute;
	display: block;
	top: -285px;
	left: -35px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-90deg) translate(-488px, 0px);
	-moz-transform: rotate(-90deg) translate(-488px, 0px);
	-o-transform: rotate(-90deg) translate(-488px, 0px);
	transform: rotate(-90deg) translate(-488px, 0px);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3 );
}

#subtabs {
	height: 150px;
	max-height:150px;
	margin-bottom:0px;	
	background: #f2f5f7;
}
#subtabs >.ui-tabs-content{
	background: red;
}
#subtabs>.ui-tabs-nav{
	border: none;
	background: none;
}

#tabs-interactive, #tabs-batch{
	padding: 0px 20px 1px 20px;
}
/***********end*************/

/*******input, output, exe****/

#globalInput,input[type="email"] {
	width: 45%;
	height: 30px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#globalInput:hover,input[type="email"]:hover {
	border: 2px solid #DDDDDD;
}

#outputTitle {
	position: absolute;
	left: 8%;
	top: 955px;
	z-index:10;
}
.globalOutput {
	position: absolute;
	left: 8%;
	right: 50%;
	top: 955px;
	height: 150px;
	min-height:150px;
	background: #ffffff;
	color: #362b36;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	overflow-y: auto;
}
.outFormat {
	color: #362b36;
	font-size: 16px;
	margin-bottom: 20px;
}

.globalExe {
	position: absolute;
	top: 1105px;
	left: 8%;
	right: 50%;
	background: #ffffff;
	color: #362b36;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	height: 70px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}

/***menu***/
.menu {
	padding: 0;
	clear: both;
}

.menu li {
	display: inline;
}

.menu li a {
	background: #eef;
	padding: 10px;
	float: left;
	border-right: 1px solid #ccf;
	border-bottom: none;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.menu li.active a {
	background: #ccf;
}
/****end***/



/**file wrapper***/
.xx-file-wrapper {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.xx-file-wrapper input {
	cursor: pointer;
	font-size: 100px;
	height: 100%;
	filter: alpha(opacity =                 1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	position: absolute;
	right: 0;
	top: 35;
}
/***end**/


/*
.sampleConfig:hover,.button:hover,input[type="button"]:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc2a6
		), color-stop(1, #eae0c2) );
	background: -moz-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background: -webkit-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background: -o-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background: -ms-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background: linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc2a6',
		endColorstr='#eae0c2', GradientType=0 );
}

.sampleConfig:active,.button:active,input[type="button"]:active {
	position: relative;
	top: 1px;
}
*/
/***result panel on the right****/
.resultpanel {
	position: absolute;
	top: 135px;
	/*right: 0;*/
	left: 50%;
	display: none;
	background: #ffffff;
	border: 1px solid #DDDDDD;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	width: 40%;
	height: 980px;
	padding: 30px 30px 30px 30px;
	filter: alpha(opacity =                         85);
	display: inline;
	color: #362b36;
	/*opacity: .85;*/
}

.resultpanel p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #cccccc;
}

.outputArea,.docArea {
	height: 835px;
	overflow: auto;
}

.docArea {
	text-align: left;
}

/***end***/

/***result table***/
.hor-minimalist-a {
	font-family: Gill Sans/ Gill Sans MT, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #362b36;
	margin: 5px;
	width: 90%;
	border-collapse: collapse;
	text-align: left;
}

.hor-minimalist-a th {
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}

.hor-minimalist-a td {
	color: #669;
	padding: 9px 8px 0px 8px;
}

.hor-minimalist-a tbody tr:hover td {
	color: #009;
}

/****end***/

/**tags table***/
#tag_def_table {
	font-family: Gill Sans/ Gill Sans MT, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #362b36;
	margin: 5px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#tag_def_table th {
	padding: 8px;
	font-weight: bold;
	font-size: 14px;
	color: #362b36;
	/*text-transform: uppercase;*/
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.2) );
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.2) );
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.2) );
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.2) );
	background-image: linear-gradient(top, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.2) );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eae0c2
		), color-stop(1, #ccc2a6) );
	background: -moz-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background: -webkit-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background: -o-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background: -ms-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background: linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae0c2',
		endColorstr='#ccc2a6', GradientType=0 );
}

#tag_def_table td {
	padding: 8px;
	background: #f2f5f7;
	border-top: 1px solid #fff;
	color: #362b36;
}

#tag_def_table td a {
	color: #362b36;
}

#tag_def_table tbody tr:hover td {
	background: beige;
}

/****end***/
.nameEntry {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: rgb(110, 44, 106);
	border: 1px solid #DDDDDD;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: left;
}

.sampleLibButton {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: rgb(110, 44, 106);
	border: 1px solid #DDDDDD;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 8px;
	text-align: center;
}

.sampleLibButton i{
	font-size: 14px;
	font-weight: normal;
}

.sampleLibButton:hover {
	background: rgb(110, 44, 106);
	color: white;
}

.reminder {
	font-size: 11px;
	color: #787878;
	margin-bottom: 12px;
}

.shorttutorial {
	font-size: 14px;
	color: #787878;
	margin-bottom: 12px;
	background-color:#deedf7;
	margin-top: 23px;
	border: 1px solid #DDDDDD;
	padding: 7px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.shorttutorial strong{
	color: #362b36;
}

label {
	font-size: 14px;
	color: #362b36;
	margin-bottom: 12px;
}

#sampleLibConfigs, #viewDataOutput {
	height: 92%;
	overflow: auto;
}

#configFileName {
	font-size: 14px;
	color: white;
	margin-top: 8px;
	margin-bottom: 8px;
	cursor: pointer;
	text-align: center;
}

#batchFormArea {
	min-width: 500px;
	min-height: 400px;
}

#rxmixTitleIntro {
	font-size: 14px;
}

#workflowStatusMsg {
	color: #a20000;
}

/***vertical tab***
.ui-tabs-vertical {
	width: 100%;
}

.ui-tabs-vertical .ui-tabs-nav {
	padding: 2px 2px 2px 2px;
	float: left;
	width: 150px;
}

.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border-bottom-width: 1px !important;
	border-right-width: 1px !important;
	margin: 0 -1px 3px 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
	display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	padding-bottom: 0;
	padding-right: 2px;
	border-right-width: 1px;
	border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
	padding: 16px;
	float: right;
	width: 600px;
	overflow: auto;
}
*/

header .mor_status {padding:2ex}