@import url(base.css);
#contentColumn .inside { padding: 0em 4em 1.5em 4em; }

/* Links */
a { text-decoration: underline; color: black; background-color: transparent; }
a.http {
  background: transparent url(/images/link_http.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}
a.ftp {
  background: transparent url(/images/link_ftp.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}
a.irc {
  background: transparent url(/images/link_irc.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}
a.mailto {
  background: transparent url(/images/link_mailto.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}
a.https {
  background: transparent url(/images/link_https.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}
div.code {
  background-color: #f5ebd7;
  border: dashed 1px #6d4c07;
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 30px;
  font-family: monospace;
}

/* 2nd level links, formerly submenu, needs to be changed! */
span.button {
  font-size: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  margin-right: 2em;
  border: solid 1px  #6d4c07;
  color: #6d4c07;
  background-color: #f5ebd7;
  
}
span.button a { color: #6d4c07; text-decoration: none; }

a.f { color: #6d4c07; text-decoration: none; }

div.dummy { clear: both; margin: 0px; padding: 0px; line-height: 0px; font-size: 0px; }
pre { overflow: auto; }
dl { clear: both; }

table { font-size: 100%; }
img { border: none; vertical-align: middle; }
p { margin: 0.5em 0em 1em 0em; line-height: 1.2em; }
hr { height: 1px; color: #6d4c07; background-color: transparent; }

/* Headers */
h1, h2, h3, h4, h5, h6 {
    color: #6d4c07;
    background-color: transparent;
    font-family: Verdana, arial, helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.4em;
    text-shadow: #999999 0.2em 0.2em 3px;
}
/* header styles */
h1 { font-size: 170%;  }
h2 { font-size: 160%;  }
h3 { margin-top: 20px; margin-bottom: 8px; font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

/* Lists */
ul { 
    line-height: 1.1em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(/images/u-bullet4.png);
}

ol {
    line-height: 1.1em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}
li { margin-bottom: 1em; }
dt { font-weight: bold; margin-bottom: 8px; font-size: 120%; margin-top: 8px;} 
dt a.plain { text-decoration: none;
  background: transparent url(/images/little-u.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 19px; }

fieldset {
    border: 1px solid #6d4c07;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend { background: White; padding: 0.5em; font-size: 90%; }

form { border: none; margin: 0; }
textarea {
    font: 110% "Courier New", Courier, monospace; 
    border: 1px solid #6d4c07;  
    color: Black;
    background-color: white;
    width: 100%;
}
input {
    font-family: Verdana, arial, helvetica, sans-serif;
    visibility: visible;
    border: 1px solid #6d4c07;  
    color: Black;
    background-color: white;
    vertical-align: middle;
}
select { border: 1px solid #6d4c07;  color: Black; vertical-align: top; }
abbr, acronym {
    border-bottom: 1px dotted #6d4c07;
    color: #6d4c07;
    background-color: transparent;
    cursor: help;
}

blockquote, q { font-family: Times, "Times New Roman", serif; font-style: italic; font-size: 120%; }
code {
    font-size: 120%;
    color: #6d4c07;
    background-color: #f5ebd7;
    border: 1px dashed #6d4c07;
    padding: 0 0.1em;
}
pre {
    font-size: 120%;
    padding: 1em;
    border: 1px dashed #6d4c07;
    color: #6d4c07;
    background-color: #f5ebd7;
    overflow: auto;
}
ins { color: green; text-decoration: none; }
del { color: red; text-decoration: line-through; }

td {
    vertical-align: top;
}

.parheader { font-weight: bold; display: block; margin: 1em 0em; line-height: 1.5em; }
td.content {
	border: 1px solid #fbdd9c /*#D9BB7A*/ ;
	padding-left: 1em;
		}

/* Part 6: other specializations */
.leftbar {
  float: left;
  margin-left: -20px;
  margin-top: -10px;
  width: 190px;
  text-align: center;
  background-color: #eae5da;
  margin-right: 50px;
}
.shipitorder input.required {
  position: absolute;
  left: 17em;
}
.shipitorder div input.required {
  position: absolute;
  left: 22em;
}

.newsl {
  float: left;
}
.newsr {
  float: right;
}
.newsl a, .newsr a {
  text-decoration: none;
  font-weight: bold;
}
.profiledata {
  position: absolute;
  left: 17em;
}
