@charset "utf-8";


/* ------> GLOBAL PROPERTIES STYLE <<<-----------*/
body { margin:0px 0px 0px 0px; background: url(../images/bg.jpg) #FFFFFF left top repeat; }
div, span, table, tr, td, th, h1, h2, h3, h4, h5, p, dir, dl, dd, dt, ul, li, ol, form, textarea, input, select { font-family: "trebuchet ms", arial, tahoma, sans-serif; font-size: 11px; color: #000000; line-height: 16px; }

	/* global link style  */
	.style2		{ font-family: "trebuchet ms", arial, tahoma, sans-serif; font-size: 12px; color: #ee7b04; line-height: 16px; }
	a:link		{ color: #d06433; text-decoration: none; }
	a:visited	{ color: #d06433; text-decoration: none; }
	a:hover		{ color: #6130d9; text-decoration: underline; }
	a:active	{ color: #F26521; text-decoration: underline; }

	/* global style  */
	.clear         { clear:both; }
	.float-left    { float:left; }
	.float-right   { float:right; }
	.text-left     { text-align: left; }
	.text-right    { text-align: right; }
	.text-center   { text-align: center; }
	.text-justify  { text-align: justify; }
	.bold          { font-weight: bold; }
	.italic        { font-style: italic; }
	.underline     { border-bottom: 1px solid; }
	.highlight     { background: #ffc; }
	.img-left      { float: left; margin:4px 10px 4px 0; }
	.img-right     { float: right; margin: 4px 0 4px 10px; }
	.nopadding     { padding: 0; }
	.nomargin	   { margin: 0; }
	.nopadding-margin     { padding: 0; margin: 0; }

	#nopadding     { padding: 0; }
	#nomargin	   { margin: 0; }
	#nopadding-margin     { padding: 0; margin: 0; }
	
	
	.noindent      { margin-left: 0; padding-left: 0; }
	.nobullet      { list-style: none; list-style-image: none; }


/* form style  */
input		{
	border:0;
	width: 150px;
}
textarea	{ border: #E6E6E6 3px solid; width: 50px; height: 150px; }
select		{ border: #E6E6E6 3px solid; padding: 2px 5px 2px 5px; border: #E1E1E1 3px solid; width: 291px; }
.flatbutton { padding: 0; border-right: #808080 1px solid; border-top: #F8F8FF 1px solid; border-left: #F8F8FF 1px solid; border-bottom: #808080 1px solid; background-color: #D4D0C8; color: #333333; width: 100px; height: 25px; }
.inputChk	{ border: #C8C8C8 1px solid; padding: 2px 5px 2px 5px; border: #E1E1E1 3px solid; width: auto; text-align:right; }
