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

body {
	padding: 0 0 15px 0;
	font: 11px/130% Arial, Helvetica, Tahoma, Verdana, sans-serif;
	background: url('images/bg.gif') repeat-x;
	color: #333;
}
/* font-size for tables is not inherited in IE5.x */
table, input, select, textarea {
	font: 11px/130% Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #333;
}

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

/***** Headings *****/
h1, h2 {
	text-transform: uppercase;
}
h1, h2, h3 {
	margin: 0 0 10px 0;
	padding: 0 0 7px 3px;
	border-bottom: 1px solid #999;
	color: #ff3300;
	font-size: 13px;
}

/***** Lists *****/
ul, ol {
	list-style: none;
}

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

/***** Forms *****/
textarea {
	
}
select {
	padding: 2px 0;
}
option {
	padding: 1px 3px;
}
.itext {
	padding: 3px;
	width: 300px;
	border: 1px solid #333333;
}
.ibutton {
	padding: 2px;
	width: 70px;
	background: #d7d7d7;
	color: #333333;
	font-weight: bold;
	border: 1px solid #a3a3a3;
}
label {
	cursor: pointer; /* Comment if not necessary */
}

/***** Common classes *****/
.clear {
	display: block;
	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;
}
.img-text {
	float: left;
	margin: 0 10px 0 0;
}
.img-text-right {
	float: right;
	margin: 0 0 0 10px;
}