/******************************/
/* Global styles (whole site) */
/******************************/
body {
	/*font: 11px/130% "Myriad Pro", Tahoma, Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;*/
	font: 11px/130% Tahoma, Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;
	-webkit-text-size-adjust:none;
}
/* font-size for tables is not inherited in IE5.x */
table, input, select, textarea {
	/*font: 11px/130% "Myriad Pro", Tahoma, Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;*/
	font: 11px/130% Tahoma, Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;
}
body, div, form, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/***** Links *****/
a {
	color: #21aec2;
	text-decoration: none;
}
/***** 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;
}
.inputText, .inputPassword, .inputArea, .inputDrop {
	padding: 0 4px 1px;
	color: #676767;
	font: 11px/130% Tahoma, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #ced2d4;
	margin: 0 0 0 2px;
}
.inputText {
	padding: 3px 4px 2px 4px;
	margin: 1px 0 0 2px;
}
.inputDrop {
	padding: 0 0 0 4px;
}
.inputButton {
	font-size: 11px;
	line-height: 19px;
	border: 0;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.button1, .user_text_page .button1, .button2, .button3, .button186, .user_text_page .button186 {
	height: 21px;
	line-height: 21px;
	text-align: center;
	color: #fff;
	border: 0;
	cursor: pointer;
	margin: 10px 0;
	text-decoration: none;
	float: right;
}
.button1, .user_text_page .button1 {
	background: url(/images/button1.gif) no-repeat;
	width: 86px;
}
.button2 {
	background: url(/images/button2.gif) no-repeat;
	width: 172px;
}
.button3 {
	background: url(/images/button3.gif) no-repeat;
	width: 150px;
}
.button186, .user_text_page .button186 {
	background: url(/images/button186.gif) no-repeat;
	width: 186px;
}
.button1:hover, .user_text_page .button1:hover, .button2:hover, .button3:hover, .button186:hover, .user_text_page .button186:hover {
	background-position: 0 -21px;
	color: #18aabe;
}

/* 2012-12-03 */
.inputButton2 { /* 2012-12-12 - used for input and a tags */
	height: 21px; /* 21px total */
	line-height: 1.2;
	padding: 1px 0 2px 0;
	text-align: center;
	color: #fff;
	border: 0;
	cursor: pointer;
	margin: 10px 0;
	text-decoration: none;
	float: right;
	background: url(/images/button2.gif) no-repeat;
	width: 172px;
}
a.inputButton2 { /* 2012-12-12 - Fix for /my/profile/ section */
	height: 18px; /* 21px total */
	padding: 3px 0 0px 0;
}
.inputButton2:hover {
	background-position: 0 -21px;
	color: #18aabe;
}


.inputRadio, .inputCheck {
	float: left;
}
label {
	cursor: pointer;
	font-size: 11px;
	float: left;
}
/***** Common classes *****/
.clear {
	clear: both;
	height: 0px;
	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, .picleft      { float:left; margin:4px 10px 4px 0; }
.img-right, .picright     { float:right; margin:4px 0 4px 10px; }

.center {
	margin: 0 auto;
}

.divInputText_206x19 {
	display: block;
	width: 206px;
	height: 19px;
	background: url('/images/common/forms/input_text_206x19.png') no-repeat 0 0;
}
	.divInputText_206x19 .inputText {
		background-color: transparent;
		border: 0;
		width: 186px;
		padding: 1px 10px 2px 10px;
		color: #ffffff;
	}
