/*
  Concept Websites default stylesheet
  4th March 2003
  
  File Name: verdana.css
  Font Face: Verdana, Sans-Serif
*/

/* Define global information (font family line height etc). */
body,p,table,tr,td,ul,ol,li,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  color: #000000;
}

/* Turn off page margins, and padding (for Opera) */
body {
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
}

/*
   Defaults
   Set defaults for elements and header custom classes
   NB Dont set a default for the SPAN tag, doing so will
   override any class or style you try to apply to it.
*/
p { font-size: 10px; text-align: justify; margin: 2px 2px 10px 0px; }
/* Remember to set this to the SAME SIZE AS THE P above! */
a { font-size: 10px; font-weight: bold; font-variant: normal; color: #003300; text-decoration: none; }
div { font-size: 10px; font-weight: normal; color: #000000; }
a:hover { font-weight: bold; color: #ccc; text-decoration: underline; }
td { font-size: 10px; }
li { font-size: 10px; }
h1 { font-size: 16px; font-weight: bold; color: #003300; margin: 2px 2px 2px 0px; }
h2 { font-size: 14px; font-weight: bold; color: #003300; margin: 2px 2px 2px 0px; }
h3 { font-size: 12px; font-weight: bold; color: #003300; margin: 2px 2px 2px 0px; }
h4 { font-size: 10px; font-weight: bold; color: #003300; margin: 2px 2px 2px 2px; }
h5,.h5 { font-size: 10px; font-weight: bold; color: #999999; margin: 2px 2px 2px 0px; }
h6,.h6 { font-size: 10px; font-weight: bold; color: #999999; margin: 2px 2px 2px 0px; }

/*
   Link Settings
   If you wish to turn off / on underlining of links,
   do it here by removing the comments around the class.
   Values to set are: underline or none. A nice effect is
   turning OFF the underline when a user HOVERS over the
   link, or vice-versa.
*/
/* .footerLink { } */
/* .footerLink:hover { } */

/*
   Default Custom Classes
   These are a set of default custom classes to use on things
   like footer notes, or for smaller text with links etc. Also
   this is where you should add in any of your own custom CSS
   attributes and settings. Use using: class="name"
*/
.footer { font-size: 9px; color: #999; }
.footerLink { font-size: 9px; font-weight: bold; color: #999; text-decoration: none; }
.footerLink:hover { font-size: 9px; font-weight: bold; color: #ccc; text-decoration: none; }
/*
   These make nice forms. Use by adding: class="name" to <input> tags
   To change the border and make them "flat" add: border: 2px solid #000000; 
   This will make a border around the button and make it look flat.
   The 2 colour settings relate to the font color and the background colour.
   The 3 classes are meant for the submit button (active button), reset button,
   and for any other button that may be present, that is not the main choice.
*/
.formText,.submit,.reset,.button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size: 10px;
	border: 1px solid #000;
}
.formText { color: #000000; background-color: #fff; }
.submit { font-weight: bold; background-color: #003300; color: #fff; }
.reset { font-weight: normal; background-color: #fff; color: #999; }
.button { font-weight: normal; background-color: #fff; color: #999; }

/*
   IE5.5+ Scrollbar Settings
   If you really want, uncomment out the next section to make
   changes to IE's scrollbars. You can change all the colours
   and make them flat, or theme them etc etc. Remember, this
   ONLY works in IE5.5+ and nothing else!
   
   Use hexadecimals numbers for the colours.
   Hex goes from 0 - F. The colour is made from 3 groups
   Red (00 - FF) Green (00 - FF) and Blue (00 - FF)
*/
/*
body {
  scrollbar-face-color: #;
  scrollbar-arrow-color: #;
  scrollbar-track-color: #;
  scrollbar-shadow-color: #;
  scrollbar-highlight-color: #;
  scrollbar-3dlight-color: #;
  scrollbar-darkshadow-Color: #;
}
*/
.h1 {
  font-size: 16px;
	font-weight: bold; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  color: #003300;
}
.h2 {
  font-size: 14px;
	font-weight: bold; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  color: #003300;
}
.h3 {
  font-size: 12px;
	font-weight: bold;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  color: #003300;
}
.h4  {
  font-size: 10px;
	font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  color: #003300;
}
.tbHeaderBg {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}
.tbLHSBg {
	background-image: url(../images/lhs_bg.png);
	background-repeat: repeat-y;
}
.tbRHSBg {
	background-image: url(../images/rhs_bg.png);
	background-repeat: repeat-y;
}
.content {
	padding: 2px 5px 2px 5px;
}
div#artHolder {
	padding: 5px 5px 5px 5px;
}
.tdGreenBg {
	background-color: #cccc99;
}
.pod {
	border-left: 1px solid #000;
	padding-left: 5px;
}
.tdBorderSolidBk {
	border-bottom: 1px solid #000;
}
.tdBorderDottedBk {
	border-bottom: 1px dotted #000;
}