/* Only global classes here */
* {
	margin:0; padding:0;
	}
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000; background:#D0D0D0;
	}
h1 {
	margin-bottom:9px; font-size:18px; color:#000;
	}		
h3 {
	margin-bottom:9px; font-size:16px; color:#000;
	}
img, fieldset {
	border:0;
	}
li {
	list-style-type:none;
	}
ul.bullets-1 li {
	list-style:disc outside; line-height:1.5em;
	}	
table.l {
	margin:0; border:0; border-collapse:collapse; width:100%;
	}
a {
	color:#0000dd; text-decoration:underline;
	}			
a:hover {
	color:#009900; text-decoration:underline;
	}	
a:focus, a:active{
	-moz-outline-style:none; outline:none;
	}
code {
	font-size:13px;
	}
strong.x-strong {
	font-size:15px;
	}	
.highlight {
	color:#de67ac;
	}	
/*========== FORMS ==========*/	
input, select, textarea {
	font-family:inherit; font-size:13px;
	}	
.itext, select, textarea {
	/*padding:2px; background:#fff; border:1px #cdcdcd solid;*/
	}
select {
	/*padding:1px;*/
	}
.itext.error, select.error {
  background:#fff0f0;
  }	
.f-row .itext, .f-row select, .f-row .btn, .f-row .btn-img {
	float:left;
	} 
.f-row label {
	float:left; margin-right:9px; line-height:18px;
	} 	
.f-row .btn {
	top:-3px; margin-bottom:-4px;
	}
.row-element {
	margin-right:9px;
	}	
.f-table {
	margin:0; border:0; border-collapse:collapse;
	}	
.f-table .label {
	padding:4px 6px 1px 0; text-align:left; vertical-align:top;
	} 	
.f-table .values {
	padding:1px 0 1px 6px; text-align:left;
	}
.xdebug-var-dump {
	text-align:left;
	}
