/*-----------------------------------------------------------*/
/*This file contains all associated styles attributes for .ini files in the includes folder on the root system/*
/*-----------------------------------------------------------*/

/*$tips -- style sheet*/
h1 {
	font-size: 12pt;
	}
h2 {
	font-size: 12pt;
	}

.container {
	width: 160px;
	border: 1px solid #FF0000;
	background-color: #FFFF00;
	font-size: 8pt;
	padding: 2px 2px 2px 2px;
	text-align: left;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inner_top {
	width: 155px;
	background-color: #FF0000;
	color: #FFFF00;
	padding: 2px 2px 2px 2px;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}



.inner_middle {
	width: 155px;
	padding: 2px 2px 2px 2px;
}



.list {
	padding-right: 2px;
	paddding-left: 2px;
	padding-bottom: 5px;
	text-align: left;
}

/*---End $tips style sheet---*/

/*---$engine_directory - style sheet*/

table.engine_list {
	padding: 10px 10px 10px 10px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/outside_link_background.gif);
	background-repeat: no-repeat;
	background-position: center;
	}

a.eng_list {
	color: #000000;
	text-decoration: none;
	}

	a.eng_list:hover {
		color: #FF0000;
		}
