/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/********** Basic **********/
* {
	margin: 0em;
	padding: 0em;
}

h1,h2 {
}

body {
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #555;
}

a {
	color: #007788;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}



/********** Outer **********/
#outer {
	position: relative;
	margin: 2em;
}



/********** Header **********/
#header {
	position: absolute;
	top: 4.5em;
	background: #073C4C url('images/header.jpg') top right no-repeat;
	height: 135px;
	width: 100%;
	margin : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

#header h1 {
	position: absolute;
	top: 1.2em;
	left: 1.0em;
	font-size: 2.5em;
	color: #fff;
}

#header h2 {
	position: absolute;
	top: 6em;
	left: 2.5em;
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#header a {
	color: #fff;
	text-decoration: none;
}



/********** Menu **********/
#menu {
	position: absolute;
	width: 100%;
	top: 0em;
	left: 0em;
	background: #007788 url('images/x3.gif') top left repeat-x;
	height: 4em;
}

#menu ul {
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li {
	display: block;
	float: left;
}

#menu li a {
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover {
	background: #007788 url('images/x4.gif') top left repeat-x;
}



/********** Content **********/
#content {
/*	line-height: 1.7em;	*/
	line-height: 2em;
	padding-top: 188px;
}

#content p {
	text-indent: 10px;
/*	line-height: 16px;		 within paragraph */
/*	margin-bottom: 10px;		 between paragraphs */
}

#content h2,h3,h4,h5,h6 {
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

#content h2 span, #content h3 span {
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;	
	height: 28px;
}

#content ul {
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote {
	border: solid 1px #BFB793;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1em;
}

#content blockquote p {
	margin-bottom: 0em;
}

#content table {
	margin-bottom: 1.5em;
}

#content table th {
/*	text-align: left; */
	font-weight: bold;
	padding: 0.5em;
}

#content table td {
	padding: 0.5em;
}

#content table tr.rowA {
	background: #FDFEFE url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB {
	background: #FFFEFC url('images/x7.gif') top left repeat-x;
	color: inherit;
}

#indent_two {
	padding-left: 3em;
}



/********** Primary Content **********/
#primaryContentContainer {
	position: relative;
	float: left;
	margin-right: -36em;
	width: 100%;
}

#primaryContentContainer h3 {
	top: -13px;
/*	right: 0em;		*/
/*	width: 16px;	*/
	height: 1px;
	margin-bottom: 4px;
	padding-bottom: 0;
}

#primaryContentContainer table {
	margin-bottom: 1.5em;
}

#primaryContentContainer table th {
/*	text-align: left; */
	font-weight: bold;
	padding: 0.5em;
}

#primaryContentContainer table td {
	padding: 0.5em;
}

#primaryContent {
	margin: 0em 33em 0em 0em;
	padding: 1.5em;
}

#primaryContent h3 {
	top: -13px;
/*	right: 0em;		*/
/*	width: 16px;	*/
	height: 1px;
	margin-bottom: 4px;
	padding-bottom: 0;
}


#primaryContentFull {
	margin: 0em 0em 0em 0em;
	padding: 1.5em;
}

#primaryContentFull h3 {
	top: -13px;
/*	right: 0em;		*/
/*	width: 16px;	*/
	height: 1px;
	margin-bottom: 4px;
	padding-bottom: 0;
}



/********** Secondary Content **********/
#secondaryContent {
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
	margin-right: 1em;
}

#secondaryContent h3 {
	top: -13px;
/*	right: 0em;		*/
/*	width: 16px;	*/
	height: 1px;
	margin-bottom: 4px;
	padding-bottom: 0;
}



/********** Tertiary Content **********/
#tertiaryContent {
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
}

#tertiaryContent h3 {
	top: -13px;
/*	right: 0em;		*/
/*	width: 16px;	*/
	height: 1px;
	margin-bottom: 4px;
	padding-bottom: 0;
}



/********** Secondary Content #2 **********/
#secondaryContent2 {
	position: relative;
	float: right;
	width: 25em;
	padding: 1.5em;
	margin-right: 1em;
}

#secondaryContent2 h3 {
/*	top: -13px;	*/
	right: 0em;
/*	width: 16px;	*/
	height: 1px;
/*	margin-bottom: 4px;	*/
	padding-bottom: 0;
}



/********** Footer **********/
#footer {
	padding: 1.5em;
	background: #fff url('images/x2.gif') top left repeat-x;
}



/********** Process List/Description **********/
span.process {
	width: 100px;
	display: inline-block;
	color: red;
	font-weight: bold;
}







/***** JRI's tag definitions *****/
td {
	vertical-align: top;
	overflow: hidden;
}

sup {
	color: crimson;
	font-size: 8px;
}



/***** JRI's specific tag definitions *****/
blockquote.fixed {
	font-family: courier;
}

table.SubroutineCallTree {
	margin-left: 50px;
	border-collapse: collapse;
}

td.SubroutineCallTree {
	vertical-align: top;
	margin: 10px;
}

span.preferred {
	display: inline-block;
	color: blue;
	font-weight: bold;
}

sup.green {
	color: green;
	font-size: 8px;
}
sup.big {
	color: crimson;
	font-size: 12px;
}

ul.indent {
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: -20px;
}


/***** JRI's ID definitions *****/
#rcorners {
	border-radius: 15px 50px;
	background: #999933;
	background: #0080C7;
	color: #ffffff;
	padding: 10px;
	width: 450px;
	height: 100px;
}



/***** JRI's class definitions *****/
.left {
	float: left;
}

.right {
	float: right;
}

.BI {
	font-style: italic;
	color: #ff00cc;
}

.blueFlag {
	color: #3399ff;
	font-style: italic;
	font-weight: bold;
}

.bold {
	font-weight: bolder;
}

.company {
	color: crimson;
	font-style: italic;
}

.command {
	color: crimson;
	font-weight: bold;
}

.comment {
	color: #cccccc;
	font-style: italic;
	padding-left: 20px;
}

.commentNoIndent {
	color: #cccccc;
	font-style: italic;
}

.control {
	color: crimson;
	font-weight: bold;
}

.dateHighlight {
	font-style: italic;
	color: red;
}

.dldata {
	font-style: italic;
	color: #ff9999;
}

.dldata_path {
	font-weight: bold;
	color: #cc0033;
}

.doubleQuote {
	color: red;
	font-weight: bold;
}

.excel_row {
	font-weight: bold;
	color: #DC143C;
}

.excel_date {
	font-weight: bold;
	color: #DAA520;
}

/* default to no display and let jQuery fade things in a div at a time (header, main body then footer) */
.faded {
	display: none;
}

.fatal {
	color: crimson;
	font-weight: bold;
}

.filename1 {
	color: red;
	font-style: italic;
}

.filename2 {
	color: green;
	font-style: italic;
}
.key {
	color: blue;
	font-style: italic;
	font-weight: bold;
}
.label {
	color: brown;
	font-style: italic;
	font-weight: bold;
}

.footnote {
	color: red;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

.gDrive {
	color: blue;
	font-weight: bold;
}

.greenFlag {
	color: #00cc00;
	font-style: italic;
	font-weight: bold;
}

/* Initially hide the expandable code */
.initiallyHidden {
	display: none;
	border: 2px solid;
	border-radius: 10px;
	padding: 3px 5px;
	margin: 0px 10px 0px 0px;
	background: #ebe7e7;
}

.key {
	color: blue;
	font-style: italic;
}

.mv {
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	color: red;
}

.namingStyle {
	font-style: italic;
	color: #ff6600;
}

.path_name {
	font-weight: bold;
	color: green;
}

.perl_array {
	font-weight: bold;
	color: green;
}

.perl_block {
	font-weight: bold;
	color: #F4A460;
}

.perl_path {
	font-weight: bold;
	color: #ff9900;
}

.perl_rec {
	font-weight: bold;
	color: blue;
}

.pgm {
	color: #330033;
	font-weight: bold;
}

.pipe {
	font-style: italic;
	font-weight: bold;
	color: #00cc99;
}

.processID {
	font-weight: bold;
	color: #0080C7;
}

.realm {
	font-style: italic;
	color: #999999;
}

.account {
	font-style: italic;
	font-weight: bold;
	color: #3399ff;
}

.variable {
	color: #ff9900;
	font-weight: bold;
}

.redacted {
	width: 120px;
	height: 16px;
	margin:auto;
	padding-bottom: 8px;
	padding-left: 10px;
	display: inline-block;
	border: 1px solid gray;
	vertical-align: middle;
	border-radius: 2px;
	background: black;
	color: white;
	font-style: italic;
}

.redbackObject {
	color: #ff6600;
}

.redbackMethod {
	color: #ff3300;
}

.qq {
	font-style: italic;
	font-weight: bold;
	color: #00cc99;
}

.samba {
	color: brown;
}

.sftpCtlName {
	font-style: italic;
	color: #0033ff;
}

.singleQuote {
	color: #00ff33;
	font-weight: 900;
}

.staging {
	color: #996600;
	font-weight: bold;
}

.string {
	font-style: italic;
	font-weight: bold;
	color: #3399ff;
}

.TCL {
	font-style: italic;
	color: #999999;
}

.userPassword {
	color: orange;
	font-weight: bold;
}

.usingDict {
	font-weight: bold;
	color: #ff9933;
}

.verify {
	display: inline-block;
	padding-left: 20px;
}

.warning {
	color: #cc9933;
	font-weight: bold;
}

.webpage {
	color: #ff9900;
}

.weekly {
	color: #ff33ff;
	font-weight: bold;
}

.wrapping {
	font-style: italic;
	color: #CD5C5C;
}

.write_cell {
	font-style: italic;
	color: #1E90FF;
}

.write_date_time {
	font-style: italic;
	color: #9ACD32;
}

.write_row {
	font-style: italic;
	color: #B8860B;
}

.write_string {
	font-style: italic;
	color: #CD5C5C;
}



/*** The next 3 definitions are used for zebra striping tables ***/
.listhead th {
	color: #ffffff;
	background-color: #0080C7; 
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.altrows tr:nth-child(odd) {
	background-color:#EBF4FB;
}

.altrows tr:nth-child(even) {
	background-color:#fff;
}

.twit  {
	float: left;
	clear: both;
}


/***** White notebook paper *****/
.code {
	background-color: #ffffcc;
	margin: 0 auto;
	padding: 0;
	color: #555;
	padding: 0 !important;
	font-family: courier, monospace;
	border: 1px solid #dedede;
	width: auto;
}

.code li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	text-indent: 25px;
	height: auto;
	height: 24px;
/*	text-transform: capitalize; */
}

.redLines {
	/* The height must be defined for each div */
	border-left: 1px solid #ffaa9f;
	border-right: 1px solid #ffaa9f;
	width: 2px;
	float: left;
	margin-left: 40px;
}​



/***** Build a box around data *****/
/******* See SFTP_Samba.asp ********/
.relative1 {
	position: relative;
}

.relative2 {
	position: relative;
	top: -22px;
	height: fit-content;
	width: fit-content; 
	padding-left: 4px;
	padding-right: 4px;
	background-color: white;
	border: 1px solid #cc3366;
	margin-bottom: -20px;
}

.back2top {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 80px;
	background-color: white;
	z-index: 9999;
	border-radius: 15px 0px 0px 0px;
	padding-left: 10px;
	border: solid #FDC72F 3px;
}




.flag1 {
	font-style: italic;
	font-weight: bold;
	color: crimson;
}
.flag2 {
	font-style: italic;
	font-weight: bold;
	color: Green;
}
.flag3 {
	font-style: italic;
	font-weight: bold;
	color: DarkMagenta;
}
.flag4 {
	font-style: italic;
	font-weight: bold;
	color: Chocolate;
}
.tableTuck {
	margin-top: -20px;
	padding-bottom: 20px;
}
.indent_steps {
	padding-left: 3em;
}




.new_blue {
	height: 30px;
	width: 30px;
	vertical-align: text-bottom;
	float: left;
}

.SubSection {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}
.workflow_name {
	font-style: italic;
	font-weight: bold;
	color: #ff6600;
}
.workflow_level1 {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: Green;
}
.workflow_level2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: brown;
}
.workflow_level3 {
	font-size: 12px;
	font-style: italic;
	color: #cc9900;
}


.BPcomment {
	font-style: italic;
	color: #bfbfbf;
}




/** End **/