/* $Id: install.css,v 1.8 2003/12/24 13:03:20 rcastley Exp $
*
* CSS for administration
* @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.8 $
*/

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

.contentbackgr {
	background-image: url(../images/M_images/03_content_backgr.png);
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	color : #FF9900;
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

a:hover {
	color : #999999;
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

a:active {
	color : #FF9900;
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

td {
	color : #000000;
	background-color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.button {
	border-style : solid;
	border-top : solid 1px #d5d5d5;
	border-right : solid 1px #808080;
	border-bottom : solid 1px #808080;
	border-left : solid 1px #d5d5d5;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 11px;
}
 
.inputbox {
	border : 1px solid #999999;
	color : #ff6600;
	background : #FFFFFF;
	font-family : Courier, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	z-index : -3;
}

.small {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}

.smallgrey {
        color : #808080;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10px;
        font-weight : normal;
}

.error {
	color : #c40000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.heading {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #ff6600;
	border-bottom: 1px dashed #ff9900;
}
	
select.options,
input.options {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #999999;
}

/* standard form style table */
table.adminform {
	background-color: #f2f2f2;
	border: solid 1px #d5d5d5;
}

table.adminform th {
	background-color: #999999;
	color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

table.adminform th.info {
	background-color: #e5e5e5;
	color: #808080;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom: solid 1px #808080;
	text-align: left;
}
table.adminform td {
	font-family: Verdana,geneva,arial,helvetica,sans-serif;
	font-size: 9pt;
}

table.adminform td.editor {
	color: #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

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


.dottedline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.installheader {

	color : #ff6600;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight: normal;
}

textarea {
	color : #0000dd;
	font-family : Courier;
	font-size : 11px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
