/****************************************/
/***** Global Settings ******************/
/****************************************/
/*font global, line height*/
BODY					{ font:12px/1.25 Arial, Helvetica, sans-serif;color:#000;background:#FFF;text-align:center }
/*heading*/ /* la fonturi mari letter-spacing negativ */
H1, H2, H3, H4, H5, H6			{ font-weight:normal; padding-bottom:4px; }
H1					{ font-size:24px }
H2					{ font-size:24px;font-family:Georgia, Times, serif; }
H3					{ font-size:16px;font-weight:bold }
H4					{ color:#666;font-size:12px;font-weight:bold;font-style:italic; }
/*link*/
A					{ color:#c30000; text-decoration:underline }
A:hover					{ text-decoration:none }
A:link, A:visited			{  }
/*formatare*/
/*P, UL, OL				{ padding:0 0 1.25em 0 }
UL, OL  				{ padding:0 0 1.25em 2.5em }
BLOCKQUOTE				{ margin:1.25em;padding:1.25em 1.25em 0 1.25em }*/
P						{ margin-bottom:6px;padding:4px 0px; }
SMALL					{ font-size:0.85em }
SUP					{ position:relative;bottom:0.3em;vertical-align:baseline }
SUB					{ position:relative;bottom:-0.2em;vertical-align:baseline }
ACRONYM, ABBR				{ cursor:help;letter-spacing:1px;border-bottom:1px dashed }
/*formulare*/
FORM									{ display:block; }
/*INPUT,*/ SELECT, TEXTAREA                 { font:12px Arial, Helvetica, sans-serif; border:1px #7b9eba solid;padding:3px; }
TEXTAREA				{ width:100%;line-height:1.25 }
LABEL,
.submit,
.submit input                           { cursor:pointer }
/*tabele*/
TABLE					{ border-spacing:0; border-collapse:collapse }
/*images*/
IMG					{ border:1px #7f7f7f solid }

HR					{ width:100%; border-top:1px solid #d9d9d9; border-bottom:0px; border-left:0px; border-right:0px; }

/****************************************/
/***** Global Classes *******************/
/****************************************/
.floatLeft				{ float:left }
.floatRight				{ float:right }
.clear					{ clear:both;height:0;line-height:0;font-size:0 }

.red,
.error                  { color:#c80000; }
.green					{color:#19b419; }
.grey					{ color:#747474; }
.black					{ color:#000; }

.textLeft				{ text-align:left }
.textRight				{ text-align:right }
.textCenter				{ text-align:center }
.textJustify			{ text-align:justify }

.alt                                    { background:#F2F2F2; }

.bold					{ font-weight:bold }
.italic					{ font-style:italic }
.underline				{ border-bottom:1px solid }
.highlight				{ background:#ffc }

.imgLeft				{ float:left;margin:4px 10px 4px 0 }
.imgRight				{ float:right;margin:4px 0 4px 10px }

.noPadding				{ padding:0 }
.noIndent				{ margin-left:0;padding-left:0 }
.noBullet				{ list-style:none;list-style-image:none }
.noBorder				{ border:none }

.hide					{ display:none }