/******************************/
/* Global styles (whole site) */
/******************************/

body {
	font: 11px/130% Tahoma, Helvetica, Arial, Verdana, sans-serif;
}
/* font-size for tables is not inherited in IE5.x */
table, input, select, textarea {
	font: 11px/130% Tahoma, Helvetica, Arial, Verdana, sans-serif;
}

/***** Links *****/
 
a, a:link, a:visited {
	/*color: #595959;*/
	text-decoration: underline;
}
a:hover { text-decoration: none; }

/***** Headings *****/
h1 {
	/*letter-spacing:-1px;*/
	font-size:16px;
}
h2 {
	/*letter-spacing:-1px;*/
	font-size:14px;
}
h3 {
	font-size:12px;
}
h4, h5, h6 {
	
}

/***** Lists *****/
ul, ol {
	/* There are diferences when nesting LISTS in IE6/7 and FF. Margin-left 20px is good in FF, ~25px is good in IE6/7 */
	/* Please, do not remove this comment, but change (or comment) declaration when needed */
	/*margin-left: 21px;*/
}
ul {
	/*list-style-type: disc;*/
	list-style-type: none;
}
ol {
	/*list-style-type: decimal;*/
	list-style-type: none;
}

/***** Paragraphs *****/
p {
	/* text-indent: 20px; */
}

/***** Forms *****/
textarea {
	
}
select {
	padding: 2px 0;
}
option {
	padding: 1px 3px;
}
.inputText, .inputPassword {
	padding: 1px 2px;
	border: 1px solid #cccccc;
}
label {
	cursor:pointer; /* Comment if not necessary */
}

/***** Common classes *****/
.clear {
	clear: both;
	width: 0px; /* 	width: 100%; for IE ??? */
	height: 0px;
	overflow: hidden;
	font-size: 1px; /* needed for IE5.x <div class="clear"></div> */
}
.hr { /*replaces tag 'hr' */
	background-color: #aeaeae;
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	overflow: hidden;
}

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.center { /*replaces tag 'center' */
	margin: 0 auto;
}

/* http://tantek.com/log/2008/undohtml.css                        */
/* undohtml.css                                                   */
/* (CC) 2004-2008 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code/kbd too */
/* h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; } */
