
/* RESET */
	* { margin:0; padding:0; border:0; }
	
    a { text-decoration:none; }
		
    /*
    html, body, .full-height { height:100%; }
    .full-width { width:100%; }
    
    */
    
/* CLASS */
	.hide { display:none; }
	.clear,
	.row { clear:both; }
	
	.icon { margin:2px; width:16px; height:16px; cursor:pointer; }
	.cross-red { background:url( '/img/icons.png' ) 2px -263px; }
	.cross-red-big { background:url( '/img/icons.png' ) -20px -260px; }
	.arrows-down-up-green-big { background:url( '/img/icons.png' ) -112px -312px; }
    .f-left { float:left; }
    .f-right { float:right; }
    
    .i { font-style:italic; }
    .b { font-weight:bold; }    
    .o { text-decoration:overline; }
    .u { text-decoration:underline; }
    
    .h-center { text-align:center; }
    .h-left { text-align:left; }
    .h-right { text-align:right; }
    .v-bottom { vertical-align:bottom; }
    .v-middle { vertical-align:middle; }
    .v-top { vertical-align:top; }
	
    /*
    
    .bold { font-weight:bold; }
    .nowrap { white-space:nowrap; }
    
    .cell { display:table-cell; }
    .column { display:table-column; }
    .table { display:table; }
    
    .blue { color:blue; } */   
    .red { color:red; }

	.size-1, .size-2, .size-3, .size-4, .size-5, .size-6, .size-7, .size-8, .size-9, .size-10, .size-11
	{
		float:left;
		margin:5px 1%;
	}

	.size-1 { width:6.333%; }
	.size-2 { width:14.666%; }
	.size-3 { width:23%; }
	.size-4 { width:31.333%; }
	.size-5 { width:39.666%; }
	.size-6 { width:48%; }
	.size-7 { width:56.333%; }
	.size-8 { width:64.666%; }
	.size-9 { width:73%; }
	.size-10 { width:81.333%; }
	.size-11 { width:89.666%; }
	.size-12 { clear:both; width:98%; margin:5px 1%; }
	
	.first { clear:left; }
	
	label, input[type="text"], input[type="password"], select, textarea
	{
		width:100%;
	}
