/******************************/
/* Global styles (whole site) */
/******************************/
body {
	font: 11px/130% Tahoma, Arial, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color: #8d8d8d;
}
/* font-size for tables is not inherited in IE5.x */
table, input, select, textarea {
	font: 11px/130% Tahoma, Arial, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}
body, div, form, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/***** Links *****/
a {
	text-decoration: none;
	color: #fb8a2b;
}
a:hover {
	color: #fb8a2b;
}
/***** Headings *****/
h1 {
	font-size: 25px;
}
h2 {
	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: none;
}
ol {
	list-style-type: none;
}
/***** Paragraphs *****/
p {
	/* text-indent: 20px; */
}
/***** Forms *****/
textarea {

}
select {
	padding: 2px 0;
}
option {
	padding: 1px 3px;
}
label {
	cursor: pointer;
	float: left;
}
.inputText, .inputPassword, .inputArea, .inputDrop {
	background: #fff;
	color: #737373;
	border: 1px solid #6a6a6a;
	padding: 0 4px 1px;
}
.inputDrop {
	padding: 0 0 0 4px;
}
.inputRadio, inputCheck {
	float: left;
}
.inputButton {
	background: url(/images/content/button.png) no-repeat;
	width: 72px;
	height: 23px;
	line-height: 23px;
	border: 0;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	display: block;
}
.inputButton:hover {
	background-position: 0 -23px;
	color: #fff;
}
/***** Common classes *****/
.clear {
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
	font-size: 1px;
}
.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 {
	margin: 0 auto;
}