/*==================================================================
	CSS Document
	
	All styles for www.batchcontrol.com
  ==================================================================*/

body {
font-size: 100%;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #fff;
background-image: url(images/batch_dwg1_white.gif);
background-position: 0px 0px;
background-repeat: no-repeat;
background-attachment: fixed;
}

/*==================================================================
  Header
  ==================================================================*/
/*
for the whole header
*/
#header {
width: 100%;
z-index: 0;
float: left;
height: auto;
border-bottom: 1px #ff5800 solid;
margin-bottom: 10px;
background-color: #091c5a;
background-image: url(images/batchcontrol_header_dk.jpg);
background-position: 0px 0px;
background-repeat: no-repeat;
background-attachment: scroll;
}

#header p {
padding-left: 75px;
padding-bottom: 21px;
padding-top: 56px;
margin: 0;
color: #fff;
font: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-shadow: 2px 2px 2px #848ead;
}

/*
for the tabs with the major site subsections
*/
#header ul.tabnav {
margin:0;
padding: 1px 0 0 70px;
width: auto;
margin-left: 0px;
font-size: 100%;
}

#header ul.tabnav li {
float:left;
list-style-type:none;
}

#header ul.tabnav a {
display:block;
float:left;
border-top:1px solid #091c5a;
border-left:1px solid #091c5a;
border-right:1px solid #091c5a;
padding: 4px 8px;
text-decoration:none;
margin-top: 0;
margin-left: 5px;
margin-bottom: 0;
margin-right: 0;
color: #fff;
background-color: #2e3d81; }

#header ul.tabnav a:hover, #header ul.tabnav a.current {
/*color: #000;
background-color: #3c6;*/
color: #fff;
background-color: #ff5800;
}

/*
for the top-right nav area
*/
#headernav {
position: absolute;
top: 26px;
right: 10px;
width: 126px;
border: 1px #091c5a solid;
padding: 5px;
font-size: 70%;
line-height: 160%;
font-weight: normal;
background-color: #2e3d81;
text-align: right;
color: #fff;
}

#headernav ul {
margin: 0;
padding: 0;
}

#headernav ul li {
list-style-type: none;
/* -- Uncomment, if bullets wanted in top-right nav area
list-style-image: url(images/bullet_solid_arrow_orn.gif);
list-style-position: inside;
*/
}

#headernav ul li a:current {
color: #fff;
text-decoration: underline;
font-weight: bold; }

#headernav ul li a:link, #headernav ul li a:visited {
text-decoration: none;
color: #fff; }

#headernav ul li a:hover {
text-decoration: underline; }

/*==================================================================
  Main Area and Side Panel
  ==================================================================*/
/*
contains both the main text area and the side panel
*/
#content {
position: relative;
clear: both;
width: 810px;
margin-left: auto;
margin-right: auto;
z-index: 1;
margin-bottom: 0;
}

#sidepanel {
position: absolute;
top: 0;
left: 550px;
width: 250px;
padding: 0px;
margin-left: 0;
margin-right: 0;
font-size: 100%; }

#sidepanel blockquote {
border: 1px #d8d8d8 solid;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
font-size: 75%;
background-color: #f2f2f2;
}

/*
the subsection sidenav (on right side of screen)
*/
.sidenav {
border: 1px #091c5a solid;
margin-bottom: 10px;
padding-top: 0;
padding-bottom: 15px;
font-size: 100%;
background-color: #fff;
}

.sidenav p {
margin-left: 10px;
margin-right: 10px;
font-size: 75%;
margin-top: 15px;
margin-bottom: 15px;
}

.sidenav h1 {
margin-top: 0;
margin-bottom: 5px;
border-bottom: 1px #091c5a solid;
text-align: right;
font-size: 95%; 
color: #fff;
background-color: #ff5800;
text-shadow: none;
font-weight: normal;
padding-top: 8px;
padding-bottom: 9px;
padding-left: 10px;
padding-right: 10px; }

.sidenav h1 a:link, .sidenav h1 a:visited {
color: #fff;
display: block;
text-decoration: none;
}

.sidenav h1 a:hover {
color: #091c5a; }

.sidenav ul {
padding: 0;
margin: 0;
font-size: 90%;}

.sidenav ul li {
list-style-type: none;
margin-top: 4px;
margin-bottom: 4px;
color: #fb5701;
}

.sidenav ul li a:link, .sidenav ul li a:visited {
text-decoration: none;
padding-left: 2px;
border-left: 10px #fff solid;
color: #091c5a; }

.sidenav ul li a:link.youarehere, .sidenav ul li a:visited.youarehere, .sidenav ul li a:hover {
border-left: 10px #ff5800 solid;
color: #fb5701;}

.sidenav ul li a:link.youarehere, .sidenav ul li a:visited.youarehere {
font-weight: bold;}

.sidenav ul li ul li a:link, .sidenav ul li ul li a:visited {
padding-left: 10px;}

.sidenav ul li ul li ul li a:link, .sidenav ul li ul li ul li a:visited {
padding-left: 20px;
}

.sidenav ul li ul li ul li ul li a:link, .sidenav ul li ul li ul li ul li a:visited {
padding-left: 30px;
}

.sidenav ul li ul li ul li ul li, .sidenav ul li ul li ul li {
margin-top: 0;
margin-bottom: 0; }

.sidenav ul li.current-section a:link, .sidenav ul li.current-section a:visited {
color: #ff5800; }

/*
For the front page of the learning section
*/
.quicklinks {
border: 1px #091c5a solid;
margin-bottom: 10px;
background-color: #fff;  }

.quicklinks h1 {
margin-top: 0em;
margin-left: 0em;
margin-right: 0em;
background-color: #091c5a;
color: #fff;
font-size: 95%;
text-align: right;
text-shadow: none;
font-weight: normal;
padding-top: 8px;
padding-bottom: 9px;
padding-right: 15px;  }

.quicklinks ul {
padding: 0;
margin: 0;
font-size: 70%;
font-weight: bold; }

.quicklinks ul li {
list-style-type: none;
margin-top: 4px;
margin-bottom: 4px;
color: #fb5701; }

.quicklinks ul li a:link, .quicklinks ul li a:visited {
text-decoration: none;
padding-left: 2px;
border-left: 10px #fff solid;
color: #091c5a; }

.quicklinks ul li a:hover {
border-left: 10px #ff5800 solid;
color: #fb5701; }

.quicklinks p {
margin-left: 15px;
margin-right: 15px;
font-size: 50%;
line-height: 1.6em;
margin-top: 8px;
margin-bottom: 8px;
color: #3e3e3e; }

/*
For promotions under the side navbar
*/
.side-promo-top {
text-align: center;
margin-top: 0em;
margin-left: 0em;
margin-bottom: 25px;
margin-right: 0em; }

.side-promo-top p {
margin: 0em;}

.side-promo-2nd {
text-align: center;
margin-top: 35px; }

.side-promo-2nd p {
margin: 0em;}


.side-promo-text  {
background-color: #f2f2f2;
border: 1px #d8d8d8 solid;
width: 122px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 5px; }

.side-promo-text a:link, .side-promo-text a:visited {
color: #3e3e3e;
/*text-decoration: none;*/ }

.side-promo-text a:hover {
background-color: #3e3e3e;
color: #fff;
text-decoration: none;
border-bottom: none;
/*text-decoration: underline;*/}

.side-promo-text h1, .side-promo-2nd h1 {
border-bottom: 1px #d8d8d8 solid;
font-size: 70%;
text-shadow: none; 
padding-left: 0;}

.side-promo-text p {
font-size: 65%;}

/*
a general framed area on the sidebar
*/
.genframe {
border: 1px #9fa5ab solid;
/*margin-left: 40px;
margin-right: 40px;*/
margin-bottom: 10px;
padding-top: 0;
padding-bottom: 0px;
font-size: 75%;
background-color: #e4e6ed;
}

.genframe h1 {
margin-top: 0;
margin-bottom: 5px;
border-bottom: none;
text-align: center;
font-size: 90%; 
color: #3e3e3e;
text-shadow: none;
font-weight: bold;
padding-top: 8px;
padding-bottom: 9px;
padding-right: 15px;
}

.genframe p {
margin-left: 10px;
margin-right: 10px;
font-size: 80%;
color: #3e3e3e;
margin-top: 10px;
margin-bottom: 15px;
}

/*
main text area styles
*/
#maintext {
width: 530px;
border: 1px #091c5a solid;
margin-left: 10px;
margin-right: 0;
background-color: #fff;
color: #3e3e3e;
}

#maintext a:link, .quicklinks p a:link {
color: #3e3e3e;
 }

#maintext a:visited, .quicklinks p a:visited {
color: #6c6c6c;
border-bottom: 1px dotted #6c6c6c;
text-decoration: none; }

#maintext a:hover, .quicklinks p a:hover {
background-color: #3e3e3e;
color: #fff;
text-decoration: none;
border-bottom: none;
}

#maintext p, #maintext ul, #maintext ol {
margin-left: 20px;
margin-right: 20px;
font-size: 75%;
line-height: 1.6em;
margin-top: 15px;
margin-bottom: 15px;
 }

#maintext ul li ul li {
font-size: 135%; }

#maintext ul, #maintext ol {
margin-left: 25px; }

#maintext ul li {
margin-top: 6px;
margin-bottom: 6px;
 }

h1, h2, h3, h4, h5, h6 {
color: #091c5a; 
padding-left: 20px;
}

h1 {
color: #091c5a;
background-color: #ddf;
border-bottom: 1px #091c5a solid;
margin-top: 0;
padding-top: 6px;
padding-bottom: 6px;
margin-bottom: 0;
text-shadow: none;
/*text-shadow: 2px 2px 2px #3e3e3e;*/
font-size: 120%;}

h2 {
font-size: 100%;
margin-top: 15px;
margin-bottom: 15px;
}

h3 {
font-size: 75%;
margin-top: 15px;
margin-bottom: 15px;
text-transform: uppercase;
 }

h4 {
font-size: 70%;
text-transform: uppercase;
font-weight: normal;
 }

blockquote {
border: 1px #d8d8d8 solid;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
background-color: #f2f2f2;
}

#maintext blockquote p {
margin-top: 3px;
margin-bottom: 3px;
 }

blockquote p cite {
font-size: 90%; }

img.floatleft {
float: left;
padding-top: 15px;
padding-right:15px;
padding-bottom:10px;
padding-left:20px;}

img.floatright {
float: right; }

a img {
border: none; }

#maintext blockquote.promo p {
font-weight: bold;
font-size: 65%;
color: #091c5a; }

.figure {
text-align: center;
clear: both; }

#maintext .figure-label, caption {
text-align: center;
font-size: 65%;
font-weight: bold; }

.subtext {
margin-left: 20px;
margin-right: 20px;
border: 1px #d8d8d8 solid;
background-color: #f2f2f2; }

.subtext h1 {
border-bottom: 1px #d8d8d8 solid;
color: #3e3e3e;
background-color: #f2f2f2;
text-shadow: none;
font-size: 100%; }

.sm-only {
border-left: 10px #ff7b08 solid;
border-right: 10px #ff7b08 solid;
border-top: 1px #ff7b08 solid;
border-bottom: 1px #ff7b08 solid;
margin-top: 15px; }

/*
for product info pages
*/
.highlight {
border: 1px #d8d8d8 solid;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
background-color: #f2f2f2;}

#maintext .highlight p {
margin-top: 2px;
margin-bottom: 2px;
font-size: 75%;}

#maintext .highlight h3 {
border-bottom: 1px #d8d8d8 solid;
color: #3e3e3e;
margin-top: 3px;
margin-bottom: 3px;}

/*
summary format for tutorial
*/
#maintext .section-summary  {
border-top: 1px #091c5a solid;
border-bottom: 1px #091c5a solid;
background-color: #f3f1f4;
padding-top: 10px; }

#maintext .section-summary p {
margin-top: 0em; }

#maintext .section-summary ul li {
margin-top: auto;
margin-bottom: auto; }

/*
for link boxes for further information
*/
.linkbox {
border: 1px #ff5800 solid;
float: right;
clear: both;
width: 130px;
margin-right: 20px;
font-size: 90%;
margin-left: 15px;
color: #ff5800;
background-color: #fff;
margin-bottom: 20px; }

#maintext .linkbox h3, #maintext .linkbox h4, #maintext .linkbox h5, #maintext .linkbox h6 {
margin-top: 0em;
margin-left: 0px;
margin-right: 0em;
background-color: #ff5800;
margin-bottom: 3px;
font-style: normal;
padding-left: 2px;
padding-top: 3px;
padding-bottom: 3px;
color: #fff; }

#maintext .linkbox p {
padding: 0em;
margin: 2px; }

#maintext .linkbox a:link, #maintext .linkbox a:visited {
color: #ff5800; }

#maintext .linkbox a:hover {
color: #fff;
background-color: #ff5800; }

/*
for text promotion in tutorial text
*/
.top-text-promo {
border-top: 1px #091c5a solid;
text-align: center; }

#maintext .top-text-promo p {
margin: 0em; }

#maintext .top-text-promo a:link, #maintext .top-text-promo a:visited {
text-decoration: none;
display: block;
color: #fff;
background-color: #091c5a;
border-bottom: none;}

#maintext .top-text-promo a:hover {
background-color: #ff5800;
color: #fff; }

/*
for promos within the main body text
*/
div.in-text-promo {
float: right;
width: 232px;
margin-right: 20px;
margin-left: 20px;
font-size: 80%;
background-color: #e4e6ed;
border: 1px #888 solid;
margin-bottom: 10px; 
margin-top: 5px; }

#maintext .in-text-promo h3 {
margin-top: 0em;
margin-left: 0px;
margin-right: 0em;
background-color: #888;
margin-bottom: 3px;
font-style: normal;
padding-left: 2px;
padding-top: 3px;
padding-bottom: 3px;
color: #fff; }

#maintext div.in-text-promo p {
margin-left: 7px;
margin-right: 7px;
clear: left; }

#maintext div.in-text-promo ul {
margin-left: 0px;
font-weight: bold;
color: #091c5a; }

#maintext div.in-text-promo ul li {
margin-top: 0em;
margin-bottom: 0em; }

#maintext div.in-text-promo ul li a:link, #maintext div.in-text-promo ul li a:visited {
color: #091c5a; }

#maintext div.in-text-promo ul li a:hover {
background-color: #091c5a;
color: #fff; }

#maintext div.in-text-promo p.banner {
margin: 0em;
text-align: center;
font-size: 110%;
margin-top: 7px; }

#maintext div.in-text-promo p.banner a img.floatleft {
float: left; }

#maintext div.in-text-promo a img.floatright {
float: right;
padding-left: 7px; }

#maintext div.in-text-promo .sitepoint {
color: #ff6600; }

/*
for tables
*/
table {
font-size: 75%;
line-height: 1.6em;
width: 504px;
caption-side: bottom;
background-color: #f3f1f4;
margin-left: auto;
margin-right: auto;
border-collapse: collapse; }

table.unitlist {
width: 304px; }

td {
border: 1px #d8d8d8 solid; }

td.unit {
text-align: center; }

th {
border: 1px #bebebe solid;
text-align: center;
vertical-align: bottom;
font-weight: bold;
color: #f3f1f4;
background-color: #bebebe; }

/*
for arrows to move between sections in a tutorial
*/
.forward-back {
text-align: right;
margin-top: 0em;
margin-bottom: 0em;
color: #ff5800;
font-weight: bold; }

.forward-back a span {
background-color: #ff5800;
color: #fff;
text-decoration: none; }

.forward-back a:link, .forward-back a:visited {
font-weight: normal; }

/*==================================================================
  Footer
  ==================================================================*/
/*
----the footer-----
*/
#footer {
width: 760px;
margin-left: auto;
margin-right: auto;
margin-top: 0; }

#footer #under-main-text {
width: 530px;
margin-left: 10px;
margin-top: 0;
margin-bottom: 0;
padding-top: 2px;
padding-bottom: 2px;
border-bottom: 1px #000 solid;
border-right: 1px #000 solid;
border-left: 1px #000 solid;
font-size: 70%;
text-align: center;
background-color: #36c;
color: #fff; }

#footer #right-align {
color: #091c5a;
font-size: 70%;
text-align: right;
margin-right: 10px; }

#footer #under-main-text a:link, #footer #under-main-text a:visited {
color: #fff;
text-decoration: underline; }

#footer #right-align a:link, #right-align a:visited {
text-decoration: underline; }

#footer #under-main-text a:hover {
color: #ff0;
text-decoration: underline; }

#footer #right-align a:hover {
background-color: #091c5a;
color: #fff;
text-decoration: underline; }

#footer #made-with {
text-align: left;
margin-left: -125px;
margin-top: -75px; }

/*==================================================================
  For forms
	==================================================================*/
textarea {
width: 478px;
height: 15em; }

fieldset {
border: none;
padding-left: 10px; }

#maintext fieldset p {
margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-right: 0em; }

input.text {
width: 239px; }

/*==================================================================
  Unused
	==================================================================*/
/*
----for the left side sidenav-----
*/
#sidenav {
background-color: #36c;
width: 150px;
border: 1px #091c5a solid;
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 140%; }

#sidenav ul li {
font-size: 90%;
list-style-type: none; }

#sidenav ul li a:link, #sidenav ul li a:visited {
color: #fff;
text-decoration: none;
padding-left: 15px; }

#sidenav ul {
padding-left: 3px;
margin-left: 0; }

#sidenav ul li ul {
margin-left: 6px; }

#sidenav ul ul li a:link, #sidenav ul ul li a:visited {
font-size: 90%; }

#sidenav ul li.current a:link, #sidenav ul li.current a:visited {
color: #ff0;
font-weight: bold; }

#sidenav ul li a:hover {
border-left: 10px #ff0 solid;
/*
background-image: url(images/arrow_yellow.gif);
background-repeat: no-repeat;
background-position: left center; 
*/
}

/*
----for the sub sidenav-----
*/
p.sect-bar {
background-color: black;
border: medium #ffffff solid;
padding: 1%;
text-align: center; }

p.sect-bar a:link {
color: white;
text-decoration: none; }

p.sect-bar a:hover {
background-color: #ffff00;
color: black;
text-decoration: none; }

