﻿/*
Copyright © 2007 by IntelliScience Corporation
All rights are reserved. Reproduction or transmission in whole or in part, in
any form or by any means, electronic, mechanical or otherwise, is prohibited
without the prior written consent of the copyright owner.

$Workfile: $
$Date: $
*/
/* Site Color Scheme */
.darkBlue { color: #1849be; }
.lightBlue { color: #6396ef; }
.lightGray { color: #cecece; }

/* General Styles */
body { margin: 0px; font-family: Verdana, Arial; font-size: 10pt; background-color: #6396ef; }
div.mainContent { padding: 50px; width: 900px; }
td.mainContent { width: 1000px; }
img { border: none; }
form { margin: 0px; }
a { text-decoration: underline; color: #6396ef; font-weight: bold; }
a:hover { color: #1849be; text-decoration: none; }
tr.rowOn { background-color: #bafcfb; }
img.aboutBox { float: left; padding-right: 10px; }
.sepHoriz { background-image: url(images/backgrounds/sep_horiz.gif); background-repeat: repeat-x; background-position: center; height: 30px; }
h3 { color: #1849be; } 
.searchResults { width: 100%; height: 500px; background-color: Transparent;}
span.fileName { font-weight: bold; }
.feedback { font-weight: bold; color: Red; }

/* Development Styles */
table, td { border: none 1px blue; }

/* Faq Styles */
td.question { font-weight: bold; }
td.fileTypes { padding-left: 5px; padding-right: 5px;  }
table.fileTypes { width: 100%; border: solid 1px #bafcfb; }

