/* sicom.com:  Core Element Styles 
Copyright 2008 Sicom Systems, Inc.

Design created by Freakified; for more, visit us at:
http://solutions.freakified.net/
*/

* {
  padding: 0;
  margin: 0;
}

body {
  color: #000;
  background: #9cc6db url("./images/bg.jpg") no-repeat scroll 50% 0;
  line-height: 1.5em;
  font-family: Tahoma, Segoe UI, "Lucida Sans Unicode","Lucida Grande", Verdana, Helvetica, Arial,sans-serif;
  font-size: 80%;
  text-align: center;
  min-width: 950px;
}

code {
  font-family: Consolas, Monaco, "bitstream vera sans mono", monospace;
}

img {
  border: 0px;
}

a {
  color: #336699;
  text-decoration: underline;
  cursor: pointer;
}

a:visited {
  color: #6e548d;
}

a:hover {
  color: #3d96ae;
  text-decoration: none;
}

h1 {
  font-size: 170%;
  margin:5px;
}

h2 {
  font-size: 150%;
  margin:5px;
}

h3 {
  font-size: 120%;
  margin:5px;
}

small {
  font-size: 85%;
}

.clear {
  display: block;
  height: 0; 
  clear: both; 
  visibility: hidden;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url('./images/icons/pdf.png') no-repeat center right;
}

a[href $='.txt'] { 
   padding-right: 18px;
   background: transparent url('./images/icons/text.png') no-repeat center right;
}

a[href $='.csv'] { 
   padding-right: 18px;
   background: transparent url('./images/icons/excel.png') no-repeat center right;
}

a[href $='.xml'] { 
   padding-right: 18px;
   background: transparent url('./images/icons/xml.png') no-repeat center right;
}

a[href ^="mailto:"] {
   padding-right: 18px;
   background: transparent url('./images/icons/email.png') no-repeat center right;
}

