h1,h2,h3,h4,h5,h6{font-weight:normal;color:#b02e2e;}
h1{font-size:1.2em;line-height:1;margin-bottom:.5em;margin-top:.5em;}
h2{font-size:1.1em;margin-bottom:.5em;margin-top:.5em;}
h3{font-size:1.0em;line-height:.9;margin-bottom:.5em;margin-top:.5em;}
h3 a:link,h3 a:active,h3 a:visited{text-decoration:none;}
h4{font-size:1em;line-height:1.25;margin-bottom:.5em;margin-top:.5em;}
h4 a:link,h4 a:active,h4 a:visited{text-decoration:none;}
h5{font-size:.8em;font-weight:bold;margin-bottom:.5em;margin-top:.5em;}
h6{font-size:.6em;font-weight:bold;margin-bottom:.5em;margin-top:.5em;}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{margin:0;}
a{color:#ccc;text-decoration:none;}
a:link{color:#111;text-decoration:none;}
a:visited{color:#111;text-decoration:none;}
a:focus,a:hover{color:#b02e2e;text-decoration:none;}
a:active{color:#111;text-decoration:none;}
p{margin:0;line-height:130%;}
p img.left{float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right{float:right;margin:1.5em 0 1.5em 1.5em;}
blockquote{margin:1.5em;color:#666;font-style:italic;}
strong{font-weight:bold;}
em,dfn{font-style:italic;}
dfn{font-weight:bold;}
sup,sub{line-height:0;}
abbr,acronym{border-bottom:1px dotted #666;}
address{margin:0 0 1.5em;font-style:italic;}
del{color:#666;}
pre{margin:1.5em 0;white-space:pre;}
pre,code,tt{font:1em 'andale mono','lucida console',monospace;line-height:1.5;}
li ul,li ol{margin:0 1.5em;}
ul,ol{margin:0 1.5em 1.5em 1.5em;}
ul{margin-left:-40px;margin-top:0;}
ol{list-style-type:decimal;}
dl{margin:0 0 1.5em 0;}
dl dt{font-weight:bold;}
dd{margin-left:1.5em;}
hr{color:#111;background-color:#111;border:0;height:1px;}
table{margin-bottom:1.4em;width:100%;}
th{font-weight:bold;}
thead th{background:#c3d9ff;}
th,td,caption{padding:4px 10px 4px 5px;}
tr.even td{background:#e5ecf9;}
tfoot{font-style:italic;}
caption{background:#eee;}
.tiny{font-size:.7em;margin-bottom:.7em;line-height:1.7em;}
.small{font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large{font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide{display:none;}
.quiet{color:#666;}
.loud{color:#000;}
.highlight{background:#ff0;}
.added{background:#060;color:#fff;}
.removed{background:#900;color:#fff;}
.first{margin-left:0;padding-left:0;}
.last{margin-right:0;padding-right:0;}
.top{margin-top:0;padding-top:0;}
.bottom{margin-bottom:0;padding-bottom:0;}
/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-size:.8em;color:#666; font-weight:500 }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 12px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 120px;
	float: left;
	  background-color:#fff; 
  border:1px solid #bbb; 
  margin:0.3em 0;
}

button:hover {cursor: pointer; 
}
.mailSmall {width:186px}
.mailBig {width:316px}
.mailTextArea {width:316px;height:120px;border:solid 1px #bbb}

input[type=text],
input.text, input.title, 
select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
.textarea { 
  background-color:#fff; 
  border:1px solid #bbb; 
}

input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border:1px solid #666; outline: none;
   background:#ccc;
}

input[type=text], 
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

.button {font-size:.7em}
.submit {
	padding:2px; border:1px #bbb solid; font-size:14px; background:#f4f4f4 url(../images/butOff.png) repeat-x; color:#333; text-decoration:none}	
.submit:hover {
	padding:2px; border:1px #bbb solid; font-size:14px; background:#f4f4f4 url(../images/butOn.png) repeat-x; color:#333}
.submit a:link, .submit a:active, .submit a:visited {text-decoration:none; color:#333}

input.searchForm {
margin:0; 
width:10em;
padding:3px;
border:solid 1px #111; 
/* background-image:url(images/stockSearch.png); */
background-repeat:no-repeat;
background-color:#e7e7e7;
font-size:1.2em;
color:#111;
top:40px
}

input.searchForm:focus {border:solid 1px #111; background-color:#ffffff}


input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }
.smallTextarea      { width: 374px; height: 250px; padding:5px; }
INPUT, TEXTAREA, SELECT { font-family: Arial, verdana; font-size: 100%; padding: 1px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

.but {padding:4px; font-size:1.2em;border:solid 1px #bbb; background:#FFFFCC; color:#333}
.but:hover {background:#009; color:#FFF}

.delBut {padding:4px; font-size:1.2em;border:solid 1px #bbb; background:#FFCCCC; color:#333}
.delBut:hover {background:#990000; color:#FFF;border:solid 1px #666;}



/* Success, notice and error boxes
-------------------------------------------------------------- */

      
            
                
LABEL { display: block; margin-top: 2px; } 


.error      { color: #8a1f11; }


.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


