@import url("links.css");





body {
	background-color: #FFF;
	background-image:url(../art/background_stripe.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

h1 {
	letter-spacing: 2px;
	word-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 90%;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

td {
	vertical-align: top;
}

a img {
	border: 0;
}


.content {
	background-color: #FFF;
	
	width: 640px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

	margin: 10px 10px 10px 10px;
}
 










/*         */
/* TOOLTIP */
/*         */

.tooltip {
	border: 1px dotted #444444;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#toolTipLayer {
	position: absolute;
	visibility: hidden;
}


/* expire date on ad_view when expired */
.date_expired {
	color:#FF0000;
}


/* column on index page that table is sorted by */
.order_column {
	font:italic;
	font-style:italic;
}

.divider {
	border-bottom: 1px dashed #DDDDDD;
}

.search_field {
	width: 140px;
}

div.search_box {
	margin-top: .8em;
	text-align: center;
}


.page_title_box {
	background-color: #DDDDDD;
}

div.notice_bar {
	background-color: #FFF;
	padding: 0.4em;
	border: 1px dotted #AAA;
}


div.search_header {
	background-image:url(../art/row.png);
	background-repeat: repeat-x;
	border-top: 1px dashed #666;
	background-color: #DDD;
	padding: 0.2em;
	margin-top: .4em;
}









/* HEADER */

div.header {
	background-color: #FFF;
	width: 800px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	margin-left: 10%;
	margin-right: 10%;
	
	padding-bottom: 0px;
	padding-top: 0px;
	
	text-align: right;
}

div.header object {
	margin: 0 10px 0 0;
}


/*      */
/* MENU */
/*      */

div.menu {
	background-color: #FFF;
	width: 800px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;

	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 0px;
	
	padding-top: 0px;

	height: 40px;
}

div.menu div {
	padding-left: 10px;
}

div.menu div span {
	padding-right: 1em;
}















/* MAIN */

table.main {
	width: 802px;

	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	
	background-color: #FFF;

	padding-left: 10px;
	padding-right: 10px;

	margin-left: 10%;
	margin-right: 10%;
}









/* INTRODUCTION */

div.introduction {
	line-height: 1.4em;
	text-align:justify;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 20px;
}

div.introduction h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 0em;
	margin-top: 0em;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	color: #069;
}

div.db-info {
	background-image:url(../art/row.png);
	background-repeat: repeat-x;
	border-top: 1px dashed #666;
	background-color: #DDD;
	padding: 0.2em;
}








/*         */
/* MESSAGE */
/*         */

div.message {
	background-color: #F0F0F0;
	color: #222;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	border: 1px dotted #888;

	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;

	margin-bottom: 1em;
	
	width: 20em;
	
	text-align: center;
}










/*                */
/* THE ITEMS MENU */
/*                */

div.menu-item {
	background-color: #FFF;
}

/* This is the Area-headers */
div.menu-item span {
	background-color: #FFF;
	letter-spacing: 0.2em;
	color: #000;
	border-bottom: 1px dotted #AAA;
}

div.menu-item a {
	padding-left: 6px;
	display: block;
	border-bottom: 1px dotted #FFF;
	color: #444;
}

div.menu-item a:hover {
	display: block;
	border-bottom: 1px dotted #AAA;
	color: #000;
}

/* When a link is selected */
div.menu-item a.bold {
	font-weight: bold;
	background-image:url(../art/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}





/*                           */
/*     Page: index.php       */
/*           home.php        */
/* TABLE WITH ADVERTISEMENTS */
/*                           */

table.ads {	width: 100%; }

table.ads tr.header_bar {
	background-image:url(../art/row.png);
	background-color: #DDD;
	color: #000;
	text-transform: capitalize;
	letter-spacing: 0.2em;
}

table.ads tr.header_bar td {
	border-bottom: 4px solid #D9D9BA;
}

table.ads tr { color: #444; }
table.ads tr.tr1 { background-color: #F5F5F5;}
table.ads tr.tr1:hover { background-color: #EAEAEA; color:#000; }

table.ads tr.tr2 { background-color: #FFF;}
table.ads tr.tr2:hover { background-color: #EAEAEA; color:#000; }


#page_specific_links {
	background-color: #FFF;
	padding-top: 10px;
}

#page_specific_links a {
	display: block;
	padding-left: 14px;
	border: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

#page_specific_links span {
	display: block;
	padding-left: 14px;

	padding-top: 2px;
	padding-bottom: 2px;
	
	color: #AAA;
}

#page_specific_links span.active {
	background-image:url(../art/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-weight: bold;
}


.description { font-style:italic; }









/*        */
/* FOOTER */
/*        */

table.footer {
	margin-left: 10%;
	margin-right: 10%;
	background-color:#666;
	width: 802px;
}

table.footer td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

img.tree {
	border: 1px solid #666;
	padding: 2px;
}