/* 
    Document   : tricks
    Created on : 3 déc. 2008, 15:54:42
    Author     : Pierre MUSET - Beetween
    Description:
        Purpose of the stylesheet follows.
*/

div.degrade_32, div.degrade_maincolor_32 {
	min-height: 32px;
    background-repeat:repeat-x;
	background-position:top left;
}


div.degrade_32_gray {
	background-image:url('../img/deco/degrade_bigger.gif');
}

div.degrade_32_gray_down {
	background-image:url('../img/deco/degrade_bigger_down.gif');
}

div.degrade_15_gray_down {
	min-height: 15px;
	background-image:url('../img/deco/degrade_gray15_down.gif');
}

div.degrade_32 {
	background-image:url('../img/deco/degrade_bigger.gif');
}

div.degrade_maincolor_32, body.maincolor div.degrade_32 {
	background-image:url('../img/deco/degrade_maincolor_bigger.gif');
}

#connexion-bar form input#submit-auth, input.submit {
	padding: 0;
	border: none;
	
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-image:url('../img/deco/submit.image');
    background-repeat:no-repeat;
	background-position:top left;
	cursor: pointer;
}


ul.inline {	
	display: inline;
    padding: 0px;
}

ul.inline li{
	display: inline;
    padding: 0;
	margin: 0;
    list-style: none;
}

form.inline {	
	display: inline;
    padding: 0;
}


.new {	
	background-image:url('../img/deco/add.image');
    background-repeat:no-repeat;
	background-position:center left;
		  
	padding-left: 20px;
}

.cancel {	
	background-image:url('../img/deco/cancel.image');
    background-repeat:no-repeat;
	background-position:center left;
		  
	padding-left: 20px;
}

/**
* Define the position of an icon : left center,
* with a padding-left
*/
.pre-icon {
	background: left center transparent;
	padding: 0;
	padding-left: 30px;
}

.no-border {
	border: none;
}

.transparent {
	background-color: transparent;
	color: transparent;
	font-size: 0px;
}

.clickme {
	cursor: default;
}

.clickme:hover {
	cursor: pointer;
}

p.hole {
	height: 20px;
	width: 20px;
	background-color: white;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 0;
	margin: 0;
}