/*
-----------------------------------------------
ZedFiles Template Style for TPX

Name:     ZedFiles, FullAhead.Org.
Version:  1.0
Author:   FullAhead.Org,
Date:     2006/03/23
----------------------------------------------- */



/* HTML Tags
----------------------------------------------- */

html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font:x-small/1.5em Verdana,Arial,Sans-serif;
  font-size/* */:/**/small;
  font-size: /**/small;

  color: #5D6F93;
  background: #FFF;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Verdana,Arial,Sans-serif;
  }

h1 {
  letter-spacing: -1px;
  }

h2, h4 {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #476196;
  }

h3 {
  font-size: 1.6em;
  font-weight: normal;
  color: #FF7D00;
  }
  
h4 {
  font-size: 1em;
  }

p {
  padding-bottom: .4em;
  }

a:link {
  color: #FF6300;
  }

a:visited {
  color: #FF6300;
  }

a:hover {
  color: #FDA100;
  }

a img {
  border-width: 0;
  }
  
img.left {
  padding: 8px 10px 6px 0;
  }

img.right {
  padding: 10px 0 10px 10px;
  }

blockquote {
  margin: 0;
  padding: 1em 2em;
  background: #EBEDF0;
  }

blockquote p {
  margin: 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #CAD2DF;
  }

table {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  
  border: 1px solid #B5BBC4;
  border-collapse: collapse;
  }

table caption {
  padding-bottom: 0.5em;

  font: 700 1em "trebuchet ms", verdana, arial, sans-serif;
  text-align: left;
  text-transform: uppercase;
}

table th,
table td {
  vertical-align: middle;
  padding: 3px 5px;  
  }

thead th {
  color: #FFF;
  background: #5D6F93; 
  border-bottom: 1px solid #B5BBC4;
  }

tbody tr.dark {
  background: #EBEDF0;
  }

tbody td {
  border-left: 1px solid #B5BBC4;
  }




/* Site Layout
----------------------------------------------- */

#content {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  }



/* Top Menu Bar
----------------------------------------------- */

#menubar {
  height: 2.5em;
  background: #556286 url(../images/bg/menubar.gif) repeat-x bottom left;
  }

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

#menubar ul li {
  display: inline;
  list-style: none;
  }

#menubar ul li a {
  float: left;
  width: 9em;  
  padding: 0.4em 0.5em;  
  text-decoration: none;
  color: #FFF;
  }

#menubar ul li a:hover {
  font-weight: bold;
  color: #FF7E00;
  background: #2E3A54 url(../images/bg/menubar_link.gif) repeat-x bottom left;
  }



/* Header
----------------------------------------------- */

#header {
  margin-bottom: 2.5em;
  padding: 2.3em 0 1.7em 0;
  text-align: left;
  background: #E2E4EA url(../images/bg/header.gif) repeat-x top left;
  }

#title {
  margin: 0 auto;
  }

#title h1 {
  width: 176px;
  height: 31px;
  margin: 0;
  padding: 0;
  
  text-indent: -100em;

  background: url(../images/bg/zedfiles_logo.gif) no-repeat top left;
  }

#title h2 {
  margin: 5px 2px;
  padding: 0;
  
  font-size: 0.9em;
  color: #55688E;
  }




/* Page Content: holds the 1, 2 or 3 columns
----------------------------------------------- */

#page {
  margin: -1em auto 6em auto !important;
  margin: 0 auto 6em auto;

  text-align: left;
  line-height: 1.8em;
  }

#sidebar,
#adbar {
  margin-top: 1em !important;
  margin-top: 0.5em;

  font-size: 0.8em;  
  line-height: 1.7em;
  }

#sidebar {
  width: 190px;
  text-align: center;
  }

#adbar {
  width: 170px;   
  margin-left: 20px;
  }

#sidebar h3,
#adbar h3 {
  font-size: 1.3em;
  font-weight: bold;
  color: #476196;
  }

#sidebar p {
  margin-bottom: 2.5em;
  }



/* Site Widths: used to specify maximum width of
   site and width of main content colum
----------------------------------------------- */


.siteWidth {
  width: 770px;
  }

.oneColumnWidth {
  width: 100%;
  }
  
.twoColumnWidth {
  width: 540px;
  }  
  
.threeColumnWidth {
  width: 380px;
  }  




/* Footer
----------------------------------------------- */

#footer {
  clear: both;
  height: 5em;
  margin-top: -5em;
  text-align: left;  
  background: #F6F7F9 url(../images/bg/footer.gif) repeat-x bottom left;
  }

#footerText {
  margin: 0 auto;
  padding: 1em 0;
  text-align: left;
}

#footerText p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}




/* Big Links Clases: used on download page
----------------------------------------------- */

ul.bigLinks {
  margin: 0;
  padding: 1em 1em 1em 2em;
  background: #EBEDF0;
  }

ul.bigLinks li {
  display: inline;
  }

ul.bigLinks li a,
ul.bigLinks li a .text,
ul.bigLniks li a:hover .text {
  display: block;
  text-decoration: none;
  color: #5D6F93;
  }

ul.bigLinks li a .title {
  display: block;
  text-decoration: underline;
  color: #FF6300;
  }

ul.bigLinks li a:hover .title {
  color: #FDA100;
  }




/* Generic Display Clases
----------------------------------------------- */

.block {
  display: block;
  }

.clear {
  clear: both;
  }

.left {
  float: left;
  }

.right {
  float: right;
  }

.aLeft {
  text-align: left;
  }

.aRight {
  text-align: right;
  }
  
.aCenter {
  text-align: center;
  }

.orange {
  color: #FF6300;
  }

.lightBlue {
  color: #B8C0E0;
  }

.small {
  font-size: 0.5em;
  }

.bold {
  font-weight: bold;
  }

.hightlight {
  padding: 1px;
  background: #E2E4EA;
  }

.noBorder {
  border: 0;
 }

.width10 {
  width: 10%;
  }

.width30 {
  width: 30%;
  }

#header #dtx {
  position: relative;
  left: -10px;
  height: 90px;
  width: 333px;
  margin: -10px;
  background: url(../zed_images/DTX-header.png) no-repeat top left;
  }


