/**** QUALISTAR INTRANET CSS ****/

/* Reset default positioning values */
@import "reset.css";

/*************** Tags */

h1 {
  float: left;
  display: inline;
  clear: left;
  width: 724px;
  height: auto;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  line-height: 22px;
  font-family: tahoma, geneva, sans-serif;
  margin: 0 0 8px 0;
}

h1 a, h1 a:link, h1 a:visited {
  text-decoration: none;
  color: #336699;
}

h1 a, h1 a:hover, h1 a:active {
  text-decoration: underline;
  color: #6699cc;
}

h2 {
  float: left;
  display: inline;
  clear: left;
  width: 724px;
  height: auto;
  font-size: 17px;
  font-weight: normal;
  color: #333333;
  line-height: 22px;
  font-family: tahoma, geneva, sans-serif;
  margin: 0 0 8px 0;
}

h3 {
  float: left;
  display: inline;
  clear: left;
  width: 724px;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  color: #111111;
  line-height: 20px;
  font-family: tahoma, geneva, sans-serif;
  margin: 0 0 8px 0;
}

h4 {
  float: left;
  display: inline;
  clear: left;
  width: 724px;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height: 18px;
  font-family: tahoma, geneva, sans-serif;
  margin: 0 0 8px 0;
}

p {
  float: left;  
  display: inline;
  width: 724px; 
  height: auto;
  margin: 0 0 8px 0;
  line-height: 15px;
}

a:link, a:visited {
  color: #336699;
}

a:hover, a:active {
  color: #6699cc;
}

a.here, a.here:link, a.here:visited, a.here:hover, a.here:active {
  text-decoration: none;
}

/**** Lists ****/

div.list {
  float: left;  
  display: inline;
  width: 724px; 
  height: auto;
  margin: 0px 0px 8px 0px;
}

ul, ol {
  margin: 0px;
}

ul {
  list-style: disc;
  padding: 0px 0px 0px 20px;  
}

ol {
  list-style: decimal;
  padding: 0px 0px 0px 20px;  
}

ul li, ol li {
  font-size: 11px;
  line-height: 14px;
  margin: 4px 0px;
  padding: 0px;
}

ul li ul, ol li ol {
  margin: 4px 0px;
  padding: 0px 0px 0px 10px;  
}

ul li ul li, ol li ol li {
  font-size: 10px;
  line-height: 14px;
  margin: 4px 0px;
  padding: 0px;
}

/**** Discussion Lists ****/

p.discussion {
  float: left;  
  display: inline;
  width: 585px; 
  height: auto;
  margin: 0px 0px 8px 0px;
}

div.discussion {
  float: right;  
  display: inline;
  width: 585px; 
  height: auto;
  margin: 0px 0px 8px 0px;
}

/* The Great Pyramids of Qualistar (In Memoriam) */

div.discussion ul {
  margin: 0px;
  list-style: none;
  padding: 0px 0px 0px 20px;  
}

div.discussion li {
  margin: 0px;
  padding: 0px;
}

div.thread {
  width: 96%;
  height: auto;
  background: #eeeeee;
  margin: 0px 0px 8px 0px;
  padding: 5px;
  border: solid 1px #cccccc;
}

div.thread.reply {
  background: #ffffdd;
  border: solid 1px #eedd99;
}

div.discussion span.name {
  font-weight: bold;
}

div.discussion span.date {
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  color: #999999;
}

div.discussion span.comment {
  display: block;
  background: #ffffff;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 15px;
  margin: 4px 0px 8px 0px;
}

div.discussion div.thread span p {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
}

div.discussion div.thread span.comment p {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px 0px 6px 0px;
}

div.discussion span.replyTo {
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}

/****Comment Reply Form ****/

div.discussion div#replyForm {
  float: none;
  width: 100%;
  height: auto;
  min-height: 100px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}

div#addComment {
  float: none;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

div.discussion div#replyForm div#addComment p {
  float: none;
  width: 300px; 
  display: block;
  height: auto;
  margin: 0px 0px 8px 0px;
  padding: 0px;
  vertical-align: top;
}

/* Add Comment ****/

div.discussion div#addCommentFormWrapper {
  float: right;  
  display: inline;
  width: 553px; 
  height: auto;
  margin: 0px 10px 8px 0px;
  border: solid 1px #cccccc;
  background: #eeeeee;
}

div.discussion div#addCommentFormWrapper div#addComment p {
  float: none;  
  display: block;
  width: 300px; 
  height: auto;
  margin: 2px;
  padding: 8px;
  background: #eeeeee;
  vertical-align: top;
}


/* Comment Form Fields ****/

input#commentTitle {
  display: inline;
  position: relative;
  top: 2px;
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  border: 1px solid #336699;
}

textarea#commentText {
  display: inline;
  position: relative;
  top: 2px;
  width: auto;
  height: auto;
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  border: 1px solid #336699;
}

input#commentSubmit {
  width: auto;
  height: auto;
  border: solid 1px #eebb77;
  background: #ffddaa;  
  color: #333333;
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  padding: 3px 6px;
}

input#commentSubmit:hover {
  background: #ffeebb;
  cursor: pointer;
}

input#admin_only {
  display: inline;
  position: relative;
  top: 2px;
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px 0px 0px 4px;
  border: 0px;
}

/**** Forms ****/

input {
  width: 179px;
  height: auto;
  padding: 2px;
  color: #666666;
  border: solid 1px #99b3c9;
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

input.text {
  width:215px;
  height:auto;
  margin:0;
}

input.city {
  width: 100px;
  height: auto;
  margin: 0 6px 0 0;
}

input.zip {
  width: 40px;
  height: auto;
  margin: 0 0 0 6px;
}

input.phone {
  margin-right:6px;
  width:160px;
}

input.ext {
  width:40px;
}

input.check { 
  width: auto; 
  height: auto;
}

select {
  font-size: 12px;
  padding: 1px;
  border: solid 1px #99b3c9;
  font-family: tahoma, verdana, sans-serif;
  color: #666666;
}

input.submit, .submit {
  width: auto;
  height: auto;
  border: solid 1px #eebb77;
  background: #ffddaa;  
  color: #333333;
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  padding: 3px 6px;
}

input.submit:hover, .submit:hover {
  background: #ffeebb;
  cursor: pointer;
}

/**** Tables ****/

table {
  float: left;
  clear: left;
  display: inline;
  width: 100%;
  height: auto;
  margin: 0 0 8px 0;
}

table tr td {
  padding: 5px 4px 5px 3px;
  font-size: 12px;
  line-height: 15px;
}

table tr th {
  padding: 5px 4px 5px 3px;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  border-bottom: solid 1px #999999;
}

td.thin {
  width: 110px;
  height: auto;
}

td.wide {
  width: 600px;
  height: auto;
}

div.error {
  float: left;
  display: inline;
  width: 714px;
  height: auto;
  padding: 4px;
  margin: 0px 0px 8px 0px;
  background: #ff9999;
  color: #cc3333;
  border: solid 1px #990000;
}

/*************** Generic Classes */

.floatLeft   { float: left; display: inline; }
.floatRight { float: right; display: inline; }
.centered   { text-align: center; }
.alignRight { text-align: right; }
.small       { font-size: 10px; line-height: 12px; }
.normal     { font-size: 11px; line-height: 14px; }
.medium     { font-size: 12px; line-height: 15px; }
.big         { font-size: 14px; line-height: 17px; }
.italic     { font-style: italic; }
.bold       { font-weight: bold; }
.nobold      { font-weight: normal; }
.grey       { color: #999999; }
.nobold     { font-weight: normal; }
.half       {  width: 374px; padding-right: 10px; }
.full        { width: 724px; }
.third      { width: 246px; padding-right: 10px; }
.twoThirds  {  width: 502px; padding-right: 10px; }
a.red:link, a.red:visited { color : #cc3300 }
a.red:hover { color : #cc6633; }
a.green:link, a.green:visited { color : #339933 }
a.green:hover { color : #669966; }


/*************** Layout */

html, body {
  background: #eeeeee;
}

#wrapper {
  width: 768px;
  height: auto;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  font-family: tahoma, helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}

#body {
  float: left;
  display: inline;
  width: 724px;
  height: auto;
  min-height: 300px;
  padding: 12px 22px 0px 22px;
  line-height: 16px;
  background: url(../image/bg.gif) top left repeat-y;
}

#footer {
  float: left;
  display: inline;
  width: 768px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: url(../image/footer.gif) no-repeat;
}

/*************** Header */


#header {
  float: left;
  display: inline;
  width: 768px;
  height: 123px;
  padding: 0px 10px;
  line-height: 16px;
  background: url(../image/bg.gif) top left repeat-y;
}

#logo {
  float: left;
  display: inline;
  width: 255px;
  height: 80px;
  margin: 10px 0px;
}

#login {
  float: right;
  margin: 10px 30px 0px 0px;
  width: 483px;
  height: auto;
  color: #999999;
  text-align: right;
  font-size: 11px;
  line-height: 15px;
}

#login form#search
{
  line-height:25px;
  text-align:right;
}

/*************** Nav */


#nav {
  float: left;
  display: inline;
  width: 748px;
  height: 23px;
  text-align: center;
  background: url(../image/bg_nav.gif) repeat-x;
}

#nav a {
  margin: 0px 10px;
  line-height: 23px;
  text-align: center;
}

#nav a:link {
  color: #eef8ff;
}

#nav a:visited {
  color: #ddeeff;
}

#nav a:hover, #nav a:active {
  color: #ffffff;
}

#nav span {
  float: left;
  display: block;
  width: 10px;
  height: 23px;
  line-height: 23px;
  color: #eef8ff;
  text-align: center;
}

/*************** Header */

#footer a {
  font-size: 11px;
  margin: 0px 10px;
}

#footer a:link {
  color: #999999;
}

#footer a:visited {
  color: #666666;
}

#footer a:hover, #footer a:active {
  color: #cccccc;
}

/**** Home ****/

img.homePic {
  float: left;
  display: inline;
  margin: 5px 0px 10px 30px;
}

/**** SDA Folders ****/

.folder {
  float: left;
  display: inline;
  width: 175px;
  height: 106px;
  margin: 7px 3px;
  background: url(../image/folder.gif) no-repeat;
}

.folder h2 {
  float: none;
  display: block;
  width: 90px;
  height: 23px;
  margin: 0px 0px 14px 19px;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: center;
}

.folder a, .folder span {
  float: none;
  display: block;
  width: 123px;
  height: 16px;
  font-size: 11px;
  line-height: 16px;
  margin: 5px 0px;
  padding: 0px 0px 0px 42px;
}

.folder a.browse, .folder a.browse:link {
  background: url(../image/browse.gif) 20px 0px no-repeat;
}

.folder span.browseOff {
  background: url(../image/browse_off.gif) 20px 0px no-repeat;
  color: #aa9999;
}


.folder a.edit, .folder a.edit:link {
  background: url(../image/edit.gif) 20px 0px no-repeat;
  color: #bb7700;
}

.folder a.edit:visited {
  color: #995500;
}

.folder a.edit:hover, .folder a.edit:active {
  color: #ee9966;
}

.folder span.editOff {
  background: url(../image/edit_off.gif) 20px 0px no-repeat;
  color: #aa9999;
}

.folder span.new, .folder span.new:link {
  background: url(../image/new.gif) 20px 0px no-repeat;
  color: #cc6633;
}

.folder span.new:visited {
  color: #993300;
}

.folder span.new:hover, .folder span.new:active {
  color: #cc3300;
}

.folder span.newOff {
  background: url(../image/new_off.gif) 20px 0px no-repeat;
  color: #aa9999;
}

/**** SDA Home ****/

div.folderColumn {
  float: left;
  display: inline;
  width: 135px;
  height: auto;
}

div.folderNav {
  float: left;
  display: inline;
  width: 135px;
  height: auto;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  background: #f6efda url(../image/folder_nav_bottom.gif) bottom no-repeat;
}

.folderNav a.sub {
  margin-left:4px;
}

.folderNav .none {
  color : #cc3300;
  padding-left: 15px;
}

.folderNav input.tinyInput {
  margin-left:15px;
  width:100px;
}

.folderNav input.submit {
  margin-left:15px;
}

.folderNav span {
  margin-left:15px;
  font-weight:bold;
  color : #369;
  font-size:11px;
  line-height:23px;
}

.folderNav h2 {
  float: left;
  display: block;
  width: 135px;
  height: 23px;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: center;
  background: url(../image/folder_nav_top.gif) no-repeat;
}

.folderNav a {
  float: left;
  display: block;
  width: 105px;
  height: auto;
  font-size: 11px;
  line-height: 14px;
  margin: 3px 0px 4px 0px;
  padding: 0px 15px 0px 15px;
}

/**** Folder Nav Form ****/

.folderNav #addTopic {
  float: left;
  display: inline;
  width: 105px;
  height: auto;
  padding: 8px 15px 0px 15px;
}

.folderNav #addTopic p {
  font-size: 11px;
  line-height: 14px;
  width: 105px;
  height: auto;
  margin: 0px;
  padding: 0px 0px 8px 0px;
}

.folderNav #addTopic p input#topicTitle {
  font-size: 11px;
  line-height: 14px;
  width: 100px;
  height: auto;
}

.folderNav #addTopic p input#topicSubmit {
  font-size: 11px;
  line-height: 14px;
  width: 104px;
  height: auto;
  border: solid 1px #eebb77;
  background: #ffddaa;  
  color: #333333;
  font-weight: bold;
}

.folderNav #addTopic p input#topicSubmit:hover {
  background: #ffeebb;
  cursor: pointer;
}

/* Paginated Topics ****/

div.searchNav {
  float: left;
  display: inline;
  width: 105px;
  height: auto;
  padding: 4px 15px 4px 15px;
  margin: 6px 0px 0px 0px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

div.searchNav a, div.searchNav span {
  float: none;
  width: auto;
  height: auto;
  display: inline;
  padding: 0px;
  margin: 0px 3px 0px 0px;
}

/**** Column Layout ****/

.sdaColumn {
  float: left;
  display: inline;
  width: 250px;
  height: auto;
  margin: 15px 0px 0px 20px;
}

.sdaColumn h2 {
  width: 250px;
  height: auto;
  font-size: 17px;
  line-height: 23px;
}


.sdaColumn p {
  width:250px;
  height:auto;
  font-size:11px;
}

#column {
  float:left;
  display:inline;
  width:500px;
  height:auto;
  margin: 15px 0px 0px 20px;
}

#column h2 {
  width: 500px;
  height: auto;
  font-size: 17px;
  line-height: 23px;
}
div.post {
  float: left;
  display: inline;
  width: 250px;
  height: auto;
  margin: 0px 0px 15px 0px;
}

.post span {
  float: none;
  display: inline;
  width: 60px;
  height: auto;
  color: #999999;
  line-height: 15px;
  margin: 0px 5px 0px 0px;
}

.post a {
  float: none;
  display: inline;
  width: 190px;
  height: auto;
  line-height: 15px;
}

.post p {
  float: none;
  display: block;
  width: 250px;
  height: auto;
  font-size: 11px;
  color: #666666;
  margin: 5px 0px 0px 0px;
  padding: 2px 0px 0px 0px;
  border-top: solid 1px #cccccc;
}

/**** Download Table ****/


table.download {
  float: right;
  clear: none;
  width: 565px;
  height: auto;
  margin: 15px 0px 0px 0px;
}

td.date {
  width: 70px;
  color: #999999;
}

td.file {
  width: 315px;
  font-weight: bold;
}

td.info {
  width: 110px;
  text-align: right;
}

td.info a, td.info a:link, td.info a:visited {
  color: #339933;
}

td.info a:hover, td.info a:active {
  color: #66cc66;
}

td.down {
  width: 70px;
  text-align: right;
}

.topBorder {
  border-top: solid 1px #999999;
}

/**** Detail Page ****/

div.download {
  float: right;
  clear: none;
  width: 565px;
  height: auto;
  margin: 15px 0px 0px 0px;
}

.download p {
  width: 565px;
  height: auto;
  clear: left;
}

a.download, a.download:link, a.download:visited {
  float: left;
  display: block;
  text-align: center;
  width: 250px;
  height: 30px;
  line-height: 30px;
  margin: 8px 0px 12px 12px;
  font-size: 17px;
  text-decoration: none;
  color: #336699;
  background: #aaccee;
  border: solid 1px #336699;
}

a.download:hover, a.download:active {
  color: #6699cc;
  background: #ddeeff;
  border: solid 1px #6699cc;
}

a.admin, a.admin:link, a.admin:visited{
  float: left;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 8px 0px 12px 12px;
  font-size: 17px;
  padding:0 4px 0 4px;
  text-decoration: none;
  color: #900;
  background:#fee;
  border: solid 1px #c66;
}

a.admin:hover, a.admin:active{
  color: #333;
  background: #faa;
  border: solid 1px #900;
}

a.back, a.back:link, a.back:visited {
  float: left;
  display: block;
  text-align: center;
  width: 105px;
  height: 30px;
  line-height: 30px;
  margin: 8px 0px 12px 0px;
  font-size: 14px;
  text-decoration: none;
  color: #bb8811;
  background: #ffeebb;
  border: solid 1px #bb8811;
}

a.back:hover, a.back:active {
  color: #cc9933;
  background: #fff8cc;
  border: solid 1px #cc9933;
}

tr.rowOne{
  background:#fff8cc;
  border-bottom : 1px solid #999;
}

tr.rowTwo{
  border-bottom : 1px solid #999;
}

.padded { margin-left:10px; }

textarea {
  padding:2px;
  font-family:tahoma, verdana, sans-serif;
  font-size:11px;
  border:1px solid #369;
}
/* Steve's Tomfoolery 

body{
  margin:0;
  border:0;
  padding:0;
  font-family:verdana, arial, sans-serif;
  font-size:11px;
}

table.left{
  float:left;
  width:300px;
  border:1px solid #000;
  margin:5px;
}

table.left td {
  width:50%;
  border:1px solid #eee;
}

table.left td a:link, table.left td a:visited { 

  color : #900;
  display:block; 
}

table.left td a:visited {
  color : #900;
}

table.left td a:hover { 
  background-color : #fee; 
  color : #000; 
}

table.left td.header{
  background-color : #eee;
  font-weight:bold;
  font-size:14px;
  text-align:center;
  border:1px solid #aaa;
}

*/
