/*
 * Quick mash-up of CSS for the TG quick start page.
 */

/* Internal (default) links are green */
#contents a { color: #006940; }
#description a { color: #006940; }
#articlesHolder a { color: #006940; }
#extra a { color: #006940; }
#articlesGrid a { color: #006940; }
.mceContentBody a { color: #006940; }
.external { color: #336699 !important; }

ul { padding-left: 0.4em; }
li { list-style-position: inside; }

a.external {
    padding-left: 14px;
    background: transparent url('/static/images/main-menu-arrows.jpg') no-repeat scroll left 0.3em;
}

a {
  color: #369;
  font: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

a li {
  color: #666;
  font: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

html, body {
  color: #525142;
  background-color: white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0;
  padding: 0;
  overflow: auto;
}

td, th {padding:3px;border:none;}
tr th {text-align:left;background-color:#f0f0f0;color:#333;}
tr.odd td {background-color:#edf3fe;}
tr.even td {background-color:#fff;}

.clickable { cursor: pointer; }

#root {
  width: 984px;
  margin-left: auto;
  margin-right: auto;
  min-height: 50em;
}

#header {
  position: relative;
  left: 0px;
  right: 0px;
  background: white no-repeat center;
  margin: 10px;
  padding: 5px;
}

#header .logo {
  margin: 0 auto;
}

div.logo {
    position: relative;
}

a.logo {
  display: block;
  height: 118px;
  width: 362px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  background: URL('../images/cleveland-automation.jpg') no-repeat;
}

a.logo-front {
  display: block;
  height: 118px;
  width: 362px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  background: URL('../images/cleveland-automation2.jpg') no-repeat;
}

#pageLogin {
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: 32px;
}

#pageLogin[id] {
    margin-left: 191px;
}

#pageLogin a {
    display: block;
    background: none !important;
}

/* IE6 doesn't like the > div, so I gave it a name */
#pageLogin .loginbox {
    margin-left: 65px;
    font-size: 12px;
}

#pageLogin ul {
    font-size: 12px;
    margin: 5px 0 0 45px;
    padding: 0;
    /* Doesn't work nicely with IE6 list-style: none inside URL('../images/sub-menu-arrows.jpg');*/
}

#pageLogin li {
    line-height: 150%;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    background: URL('../images/sub-menu-arrows.jpg') 0 50% no-repeat;
}

#toolbar {
    position: relative;
    left: 1px;
    right: 0px;
    background: white URL('../images/menu-fill.jpg') repeat-x;
    height: 31px;
    padding: 4px;
    margin: 0 0 5px 0; /* Increase bottom margin so that spacing feels nicer */
}

#toolbarLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    background: white URL('../images/menu-left.jpg') no-repeat center left;
    width: 6px;
    height: 31px;
}

#toolbarRight {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent URL('../images/menu-right.jpg') no-repeat center right;
    height: 31px;
    width: 5px;
}

#search {
  text-align: center;
  padding: 0px;
}

.news input {
   display: block;
   width: 130px;
   height: 15px;
   background-color:#FBF2E7;
   border: 1px solid #C4BBAE;
   padding-left:2px;
   margin-bottom: 1em;
   font-size:10px;
}

/* Makes all three items line up nicely on all IE6 as well as FF */
#search label { line-height: 25px; vertical-align: middle;  }
#searchButton {
  line-height: 25px;
  vertical-align: middle;
  vertical-align: top;
  cursor: pointer;
  border: none;
  background: white URL('../images/search-button.jpg');
  width: 20px;
  height: 20px;
}

#breadcrumbs {
    margin-bottom: 4px;
    border: 1px solid #ddd;
    padding: 2px;
    font-size: small;
    overflow: hidden;
}

.breadcrumbSpacer {
    margin: auto 1px auto 1px;
    font-size: x-small;
}

#description {
    padding-top: 0px;
    margin-top: 0px;
}

#description > p:first-child {
    margin-top: 0px;
    padding-top: 0px;
}

#contentHolder {
  font-size: 127%;
  padding: 0px;
  padding-bottom: 0.5em;
  min-height: 50%;
  position: relative;
}

#mainContent {
  margin: 0px 0px 0px 189px;
  padding-top: 0px;
}

.mceContentBody ul li {
  list-style-position: outside;
  margin-left: 1em;
}

#mainContent ul li {
  list-style-position: outside;
  margin-left: 1em;
}

#mainMenuTop {
  background: white URL('../images/main-menu-top.jpg') no-repeat top center;
  width: 174px;
  height: 40px;
}

#mainMenu {
  position: relative;
  float: left;
  top: 0px;
  left: 1px;
  width: 174px;
  background: white URL('../images/main-menu-mid.jpg') repeat-y;
  overflow: visible;
  font-size: x-small;
}

#subMenu  {
  top: 0px;
  left: 1px;
  width: 174px;
  overflow: hidden;
  font-size: x-small;
  background: white none!important;
}

#subMenu p  { margin-left: 17px; }

#subMenu ul  {
  font-size: 8pt;
  font-color:#666
  background: white;
  list-style:none;
  background: white none!important;
  text-decoration:none
}

#subMenu li  {
  list-style:none;
  background:none white!important;
  margin-left: -5px;
}


#mainMenuBottom {
  background: white URL('../images/main-menu-bottom.jpg') no-repeat top center;
  width: 174px;
  height: 40px;
}

#mainMenu ul {
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 10px;
  background-color: transparent;
  list-style: none;
  width: 142px;
}

#mainMenu li {
  font-size: 12px;
  cursor: default;
  width: 142px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
  z-index: 200;
}

#mainMenu a {
  text-decoration: none;
}

#mainMenu ul ul {
  position: absolute;
  display: none;
  border: 1px solid gray;
  background-color: white;
  z-index: 100;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
}

#mainMenu ul li > ul {
  /* This will be ignored by IE because of the >
   * This is what we want because it already
   * puts it too far left */
  margin-left: 30px;
}

a img { border: none; }

#footer {
  width: 100%;
  background-color: #aaa;
  margin-top: 4em;
  padding: 20px 0px 20px 0px;
  border-top: 1px solid #666666; 
  text-align: center;
  height: 4.25em;
  left: 0px;
  right: 0px;
  width: auto;
  font-size: 12px;
  color: #333;
}

#footer a:link { color: #35342C; border-bottom: 1px solid #8B8B8B; }
#footer a:hover {color: #555; border: 0; }

#footer p {
  margin-top: 2px;
  margin-bottom: 2px;
}

#footer a {
  color: blue;
  text-decoration: none;
}

#status_block {
  margin-bottom: 0.5em;
  margin-left: 34px;
  padding: 15px 10px 15px 75px;
  background: #cec URL('../images/ok.png') left center no-repeat;
  border: 1px solid #9c9;
  width: 450px;
  font-size: 120%;
  font-weight: bolder;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 450px;
  background: #eef URL('../images/info.png') left center no-repeat;
  border: 1px solid #cce;
}

.fielderror {
    color: red;
    font-weight: bold;
}

h1 {
  position: relative;   
  font-size: 12pt;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #087142;
  left: 0px;
  right: 1em;
  width: auto;
}

h2 {
    background: white URL('../images/title2-1line-background.jpg') no-repeat 0 50%;
    height: 31px;
    padding-left: 30px;
    font-size: 9pt;
    vertical-align: middle;
    font-weight: bold;
    text-transform:uppercase;
    margin-top: 1em;
    overflow: hidden;
    line-height: 30px;
    width: 541px;
}

h3 {
    background: white URL('../images/title3-1line-background.jpg') no-repeat 0 0;
    height: 31px;
    padding-left: 30px;
    font-size: 9pt;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
    text-transform:uppercase;
    margin-top: 1em;
    overflow: hidden;
    width: 343px;
}

h4 {
    background: white URL('../images/title4-1line-background.jpg') no-repeat 0 0;
    height: 31px;
    padding-left: 30px;
    font-size: 9pt;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
    text-transform:uppercase;
    margin-top: 1em;
    overflow: hidden;
    width: 231px;
}

h2.a-2line {
  background: white URL('../images/title2-2line-background.jpg') no-repeat 0 0;
  height: 62px;
}

h2 img {
    margin-top: 50%;
    margin-bottom: 50%;

}

h3.a-2line {
  background: white URL('../images/title3-2line-background.jpg') no-repeat 0 0;
  height: 62px;
}

h4.a-2line {
    background: white URL('../images/title4-2line-background.jpg') no-repeat 0 0;
    height: 62px;
}

h2.a-3line {
    background: white URL('../images/title2-3line-background.jpg') no-repeat 0 0;
    height: 93px;
}

h3.a-3line {
    background: white URL('../images/title3-3line-background.jpg') no-repeat 0 0;
    height: 93px;
}

h4.a-3line {
    background: white URL('../images/title4-3line-background.jpg') no-repeat 0 0;
    height: 93px;
}

h2.a-3line {
    background: white URL('../images/title2-3line-background.jpg') no-repeat 0 0;
    height: 93px;
}

h3.a-3line {
    background: white URL('../images/title3-3line-background.jpg') no-repeat 0 0;
    height: 93px;
}

h4.a-3line {
    background: white URL('../images/title4-3line-background.jpg') no-repeat 0 0;
    height: 93px;
}

h2.a-4line {
    background: white URL('../images/title2-4line-background.jpg') no-repeat 0 0;
    height: 124px;
}

h3.a-4line {
    background: white URL('../images/title3-4line-background.jpg') no-repeat 0 0;
    height: 124px;
}

h4.a-4line {
    background: white URL('../images/title4-4line-background.jpg') no-repeat 0 0;
    height: 124px;
}

.articleListing {
    position: relative;
    overflow: hidden;
    height: 90px;
    font-size: small;
    text-align: justify;
    vertical-align: center;
    margin-bottom: 5px;
    padding: 0px;
    border: 1px solid #ddd;
    width: 527px;
}


.articleImageHolder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90px;
}

.articleIntro {
    position: absolute;
    top: 0px;
    left: 90px;
    height: 90px;
    padding-left: 3px;
    padding-right: 3px;
}

.articleIntroHeading {
    font-weight: bold;
    display: block;
}

.articleList {
  position: relative;
  width: 373px;
}

.articleList a {
  text-decoration: none;
  font-size: 9pt;
}

#articlesHolder {
  position: relative;
  clear: both;
}

#articlesHolder li:first-child {
  border-top: 1px solid #DDD;
}

#articlesHolder li {
  margin: 0;
  padding: 0.2em 0;
  border-bottom: 1px solid #DDD;
}

.searchfield  {
    width:184px;
    height:16px;
    border: solid 1px #E2DED7;
    padding-top:2px;
}

.newsletterSub  {
    width:144px;
    height:16px;
    border: solid 1px #E2DED7;
    padding-top:2px;
    background-color:#FBF2E7;
}

.extra  {
  position: absolute;
  left: 532px;
  right: 0px;
  top: 0px;
  margin-top: auto;
}

.spacer {
  clear: both;
}

.buttonSubscribe {
    background-image:URL('../images/subscribe.gif');
    width:64px;
    height:18px;
    border:none;
}

.button {
   border: 1px outset #aaa;
   background-color: #ddd;
   display: inline;
   color: black;
   padding: 2pt;
   margin: 4px;
}

.siteBy {
    position: absolute;
    font-size: x-small;
    padding: 0.5em;
    right: 0px;
    left: auto;
    top: auto;
}

.siteBy a {
    font-size: x-small;
}

#controlBox {
  display: none;
  clear: both;
}

#controlBox.article {
  clear: none;
}

.extra :first-child {
  margin-top: 0px;
}

#time {
  font-family:sans-serif;
  font-size:12px;
  line-height:25px;
  position:absolute;
  right:8px;
  top:5px;
  vertical-align:middle;
}

a:link {
  color: #369;
}

#inter-site-link {
  position: absolute;
  bottom: 0px;
}
