@import url(positioning.css);
@import url(typography.css);
@import url(slider.css);

/* GENERAL
/************************************************************************************/

*{outline: none;}
img {border: 0;}


body, div, dl, dt, dd, ul, li, ol, pre, form, fieldset, input, p, table, th {margin:0; padding:0;}


html {overflow:-moz-scrollbars-vertical; }

body {font: 0.8em/1.5em Georgia, "Times New Roman", Times, serif ; color: #666666;}

p 	{margin:0 0 10px; padding:0;}
ul 	{line-height: 1.5em; list-style-type: square; }
ol 	{line-height: 1.5em;}

ul.normal {margin-bottom: 10px;}
ul.normal li {margin-left: 25px; list-style: square; }

ol.normal {margin-bottom: 10px;}
ol.normal li {margin-left: 25px;}

td 	{vertical-align: top;}
th {font-size: 110%; text-align: left;}

/* Normal Table */
table.normal {background:#e5e5e5; margin-bottom:20px;}
table.normal th {font-size: 120%; padding:5px; color: #00A8EC;}
table.normal td {background: #fff; font-size:100%; padding:5px; }
table.normal td p.nb {color: #CC0033;background:#FFD2FF; padding:5px;}

div.clear {clear:both; margin:0px; padding:0px;}

/* HYPERLINKS {not including menu} */
/***********************************************************************************/
a img {border: none;}

a {font-weight: normal; text-decoration: underline; color: #666666;}
a:link, a:visited {font-weight: normal; text-decoration: underline; color: #666666;}
a:hover {color: #00A8EC; text-decoration: none; }


/* HYPERLINK {archive} */
/***********************************************************************************/

.archive { padding: 10px 0 0 0; }

.archive a { font-weight: bold; text-decoration: underline; color: #00A8EC;}
.archive a:link, .archive a:visited {font-weight: bold; text-decoration: underline; color: #00A8EC;}
.archive a:hover {color: #666666; text-decoration: none; }


/* Form Elements */
/************************************************************************************/
form {padding: 0px; margin: 0px; display: inline;}

input {font:100% "Trebuchet MS", Verdana, Tahoma; color:#333;}

input.textbox {font:100% "Trebuchet MS", Verdana, Tahoma; color:#333; }

textarea {font:100% "Trebuchet MS", Verdana, Tahoma;}

input.quicksearch { font: 100% Arial, Verdana, Tahoma; width: 200px; color:#999; border: 1px solid #D8D8D8; padding: 3px 3px 3px 5px; margin: 0 3px 5px 0; }

.quicksearch_button {
	width: 50px; height: 21px; 
	background:  url("../images/search.gif") no-repeat; border: 0px none; 
	padding:0; margin: 0 0 7px 3px;
	cursor:pointer;
}

.quicksearch_button:hover {background:  url("../images/search_f2.gif") no-repeat; 	cursor:pointer;}

div.inline_label {display: inline; }


#results_ {
	color:#0F0;
}