/*
/////////////////////////////////////////////////////////////////////////////////////////////
// NTool[COMMON]				CSS - Styles Login
//
// Copyright (c) 				2007 - 2011  Gruppo36 (All rights reserved)
// Autore 							Chiodi Paolo
/////////////////////////////////////////////////////////////////////////////////////////////
*/

body{			background-color:#eff3e2;		}

input[type="button"],
input[type="submit"]{
	background-image:linear-gradient(center top,#E1E1E1,#EBEBEB 50%,#DDDDDD 50%,#CFCFCF);
	background-image:-moz-linear-gradient(center top,#E1E1E1,#EBEBEB 50%,#DDDDDD 50%,#CFCFCF);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#E1E1E1), color-stop(0.50, #EBEBEB), color-stop(0.50, #DDDDDD), to(#CFCFCF));
	background-image:-ms-linear-gradient(-90deg, #E1E1E1, #EBEBEB 50%, #DDDDDD 50%,#CFCFCF);
}

/* HEAD */
.HeadImg{		background-color:#D6DACF;		border-bottom:1px solid #4E5B2D;	}
.HeadNaming,
.HeadBy{		background-color:#D6DACF;		color:#FEFEFE;	}



/* PROMPT */
.ClrPrompt{		
	border:1px solid #4E5B2D; 	background-color:#8FB140;
	background-image:linear-gradient(center top, #CEE69A, #8FB140);
	background-image:-moz-linear-gradient(center top, #CEE69A, #8FB140);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#CEE69A), to(#8FB140));
	background-image:-ms-linear-gradient(-90deg, #CEE69A, #8FB140);
}

/* BUTTONS */
.QuickButton{		
	border:1px solid #666;		background-color:#CDD99D;			
	background-image:linear-gradient(top center, #CDD99D, #A9B575 50%, #95A552 50%, #C0CD8A);
	background-image:-moz-linear-gradient(top center, #CDD99D, #A9B575 50%, #95A552 50%, #C0CD8A);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#CDD99D), color-stop(0.50, #A9B575), color-stop(0.50, #95A552), to(#C0CD8A) );
	background-image:-ms-linear-gradient(-90deg, #CDD99D, #A9B575 50%, #95A552 50%, #C0CD8A);
}
.QuickButton:hover{		border:1px solid #FFF; 	box-shadow:0 0 5px #FFF;	}



/* ICONS */
.CompIco{
	background-color:#CDD99D;		box-shadow:3px 3px 6px #333;
	background-image:linear-gradient(top center, #CDD99D, #A9B575 50%, #95A552 50%, #C0CD8A);
	background-image:-moz-linear-gradient(top center, #CDD99D, #A9B575 50%, #95A552 50%, #C0CD8A);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#CDD99D), color-stop(0.50, #A9B575), color-stop(0.50, #95A552), to(#C0CD8A) );	
	background-image:-ms-linear-gradient(-90deg, #CDD99D, #A9B575 50%, #95A552 50%, #C0CD8A);	
}

/* FOOTER */
.Footer{	border-left:none !important; 	border-bottom:none !important;	border-right:none !important;		}



