﻿@charset "UTF-8";

/********************************************
*                                           *
*   CSS FILE FOR AUCTIONMACHINETOOL.COM     *
*   AUTHOR: DIMITRI GURTNER                 *
*   DATE:   01.2008                         *
*                                           *
*********************************************/


/********************************************************

HTML FORMS

********************************************************/

input, input[type=checkbox], input[type=radio], input[type=submit], input[type=button], input[type=password], input[type=text], input[type=file], select, textarea
{
    border: 1px solid #bbb;
    padding: .1em;
    width: 15em;
}
select 
{
    padding: 0;
    max-width: 200px;
}
input:focus, input[type=checkbox]:focus, input[type=radio]:focus, 
input[type=submit]:focus, input[type=button]:focus, input[type=password]:focus, input[type=text]:focus, input[type=file]:focus, select:focus, textarea:focus
{
    border: 1px solid #777;
}
input[type=checkbox], input[type=radio], input[type=submit], input[type=button], select
{
    width: auto;
}
input[type=checkbox], input[type=radio]
{
    border-width: 0px;
}
input.small
{
    width: 4em;
}
input.large, textarea.large
{
    width: 35em;
}
img
{
    border-width: 0px;
}
input.emailAddressTextField, input.passwordTextField
{
    width: 114px;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
select.smallDropDownList
{
    width: 114px;
}


/********************************************************

CUSTOM STYLES

********************************************************/


fieldset 
{
    margin: 0 0 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
    font-weight: bold;
}

legend 
{
    font-size: 1.1em;
    padding: 2px 4px 8px 4px;
    margin-bottom: 4px;
    font-weight: bold;
	color: #8C0303;
	font-family: Arial, Helvetica, sans-serif;
}

span.activeStep, span.inactiveStep
{
    margin-top: 20px;
    padding: .4em;
    font-weight: bold;
}
span.activeStep
{
    background-color: #ffcc00;
}
span.inactiveStep
{
    color: #777;
    background-color: #ccc;
}

.present 
{
	font-weight: bold;
	color: #ff6600;
}

.asParagraph
{
    margin: 0 0 7px;
}

span.fieldError { color: red; }

span.new
{
    background-color: #FFFF66;
    color: #AE0000;
    font-weight: bold;
    font-variant: small-caps;
    margin-left: .2em;
}



.NewAuctions, .FinishingSoonAuctions, .RandomAuctions, .AuctionListTitles
{
    padding: 3px 10px 3px 10px;
    margin-top: .2em;
    margin-bottom: .5em;

    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 12px #ccc;
}
.TitlesHomepage
{
    font-weight: bold;font-variant: small-caps;font-size: 1.5em; text-decoration:none;
}
.NewAuctions
{
    color: #FFFFE2;
    background-color: #FFB400;
}
.FinishingSoonAuctions
{
    color: #FFFFE2;
    background-color: #CB0504;
}
.RandomAuctions
{
    color: #FFFFE2;
    background-color: #8E8E8E;
}
.AuctionListTitles
{
    color: #333;
    background-color: #f0f0f0;
}



/*----------------------------------------------------------
    INPUT VALIDATION ERRORS
----------------------------------------------------------*/
.input-validation-error
{
    border: 1px solid #faa;
    background-color: #fee;
}
.field-validation-error
{
    color: #f77;
}


div.indent { margin-left: 20px; }

p.admin {
    margin-top: 30px;
    margin-right: 32px;
    text-align: right;
    color: orange;
    font-size: 150%;
    font-weight: bold;
}

tr.rowColor11
{
    background-color: #ffefb0;
}
tr.rowColor12
{
    background-color: #fff9dd;
}
tr.rowColor21
{
    background-color: #d7d7d7;
}
tr.rowColor22
{
    background-color: #e9e9e9;
}
td.blue
{
    color: blue;
}
td.bold
{
    font-weight: bold;
}

td.alignRight {
	text-align: right;
}

p.onlineNetsurfers {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 3px;
}

/*BUTTON STYLE LINKS*/
a.button
{
    color: #000000;
    border: 1px solid gray;
    background-color: #d2d2d2;
    text-decoration: none;
    padding: .15em .4em .2em .4em;
}
a.closeButton
{
    color: #000000;
    background-color: #d2d2d2;
    text-decoration: none;
    padding: .3em .4em .3em .4em;
}
a.closeButton:hover
{
    background-color: #e3e3e3;
}

br.biggerHeight
{
    margin-bottom: .7em;
}

td.smallFont
{
    font-size: 82%;
}

/********************************************************

	Separate Content in 2 columns
 
********************************************************/

.contentLeft {
	padding: 0px;
	margin: 0px;
	float: left;
}
.contentRight {
	float: left;
	margin-left: 15px;
	padding: 0px;
	overflow: hidden;
}
.clearBoth
{
    clear: both;
}

/********************************************************

CONTAINERS FOR success, error, warning LAYOUTS

********************************************************/

div.successContainer, div.errorContainer, div.warningContainer
{
    padding: .8em;
    margin-bottom: 1em;
    margin-right: 1.58em;
    border: 1px solid #ddd;
}
div.successContainer {
	background-color: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
div.errorContainer {
	background-color: #FBE3E4; /*PALE RED*/
	color: #8a1f11;
	border-color:#FBC2C4; 
}
div.warningContainer {
	background-color: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

div#loading
{
    margin-top: 3px;
    padding: 4px 5px 5px 30px;
    background-repeat: no-repeat;
    background-image: url(https://www.auctionmachinetool.com/Images/loading3.gif);
    color: #ff5a3e;
    visibility:hidden;
}


/********************************************************/

div.machinePictureEdition 
{
    float:left; 
    padding: 1em; 
    background-color: #e8e8e8; 
    border: solid 1px #c3c3c3; 
    margin-right: 1em; 
    margin-bottom: 1em;
}


/****************************************************************   

CONTAINER DISPLAYED ON THE RIGHT (FOR CLOSE WINDOW BUTTON)

****************************************************************/

div.right
{
    position: absolute;
    right: 1em;
    padding: .3em;
}

.tableauPetermann {  /* AUCTION ON SITE PETERMANN 13.10.2009 */
	background-image: url(https://www.auctionmachinetool.com/Images/Petermann/ImageBg.jpg);
	text-align: center;
	vertical-align: top;
	background-repeat: no-repeat;
	height: 230px;
	background-position: center 0px;
	margin: 0px;
	width: 173px;
	padding: 10px;
}

.tableauSales {
	background-image: url(https://www.auctionmachinetool.com/Images/ImageBgLong.jpg);
	text-align: center;
	vertical-align: top;
	background-repeat: no-repeat;
	height: 320px;
	background-position: center 0px;
	margin: 0px;
	width: 173px;
	padding: 10px;
}
