/* $Id: install.css,v 1.3 2003/09/19 08:38:28 rcastley Exp $
*
* CSS for Installation
* @package Mambo Open Source
* @Copyright (C) 2000 - 2003 Miro International Pty Ltd
* @ All rights reserved
* @ Mambo Open Source is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: 1.3 $
*/

BODY {
        margin: 0px 0px 0px 0px;
        background-color : #fcf1da;
        color : Black;
}

a {
        color : #FF8100;
        font-size : 11px;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-weight : bold;
        text-decoration : none;
}

a:hover {
        color : #808080;
        font-weight : bold;
        text-decoration : none;
}

a:active {
        color : red;
        font-weight : bold;
        text-decoration : underline;
}

td {
        color : #333333;
        font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size : 11px;
}
        
.button {
        border-style : solid;
        border-top-width : 1px;
        border-right-width : 1px;
        border-bottom-width : 1px;
        border-left-width : 1px;
        color : #000000;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-style : normal;
        font-weight : bold;
        font-size : 10px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none; 
	font-weight: normal;
}
 
.inputbox {
        border : 1px solid #999999;
        color : #000000;
        background : #FFFFFF;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        font-weight : normal;
}

.heading {
        color : #ff6600;
        font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size : 14px;
        font-weight : bold;
        text-decoration : none;
}

form {
        margin: 0px 0px 0px 0px;
}

.warning {
        color : #ff6600;
        font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size : 11px;
        font-weight : bold;
        text-decoration : none;
}

table.installation {
        background-color: #ffffff;
        border: solid 1px #777777;
}