/*	 ************************************************************************
     * Module Name		: Preferences.css									*
     * Release			: 1.0												*
     * Date				: 06/06/2008										*
     * Project			: AGSE_TT											*
     * Author			: aCOSwt											*
     * Description		: Preferences.html specific CSS definitions			*
     * Language			: CSS												*
     * Compatibility	: FireFox 2 - IE 7 - Opera 9 - Konqueror 3			*
     ************************************************************************/

/******************************** IDs ***************************************/

#PREFERENCES {
	padding:1px;
	border-width:1px;
	border-style:solid;
	border-color:#5A718B;
	text-align:justify;
	font-family: verdana;
    font-size: 8pt;
    margin-top:5px;
    margin-bottom:5px;}

#PREFERENCES TH{
	text-align:center;
	color:white;
	background-color:#0000FF;}

#PREFERENCES TD{
	width:256px;
	border-style:solid;
	border-color:#c0c0c0;
	border-width:1px;
	text-align:center;
	}

#PREFERENCES TD.just{
	width:256px;
	padding:4px;
	border-style:solid;
	border-color:#c0c0c0;
	color:rgb(102,102,102);
	border-width:1px;
	text-align:justify;
	}

/******************************** Classes ***********************************/

.laius {
	display:block;
	color: rgb(102, 102, 102);
	font-family: verdana;
	font-size: 8pt;
	text-align:justify;}
