@charset "utf-8";
/* concept & design by Jitu */
/* E-mail : s.jitu@yahoo.com */
/* Voice : +8801716017690 */

/* ---------->>> GLOBAL PROPERTIES STYLE <<<-----------*/
body { background-color: #0465A9; }
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: "verdana", arial, trebuchet ms, sans-serif; font-size: 11px; color: #000000; line-height: 15px; }

	/* global link style */
	a:link, a:visited	{ color: #0465A9; text-decoration: none; }
	a:hover, a:active	{ color: #F26521; text-decoration: underline; }

	/* global style  */
	.no-display			{ display: none; }
	.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; }
	.normal          	{ font-weight: normal; }
	.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; }
	.valign-top			{ vertical-align: top; }
	#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: #E6E6E6 3px solid; width: 275px; height: 18px; padding: 2px 5px 0 5px; }
textarea	{ border: #E6E6E6 3px solid; width: 275px; height: 150px; }
select		{ border: #E6E6E6 3px solid; padding: 2px 0 2px 5px; border: #E1E1E1 3px solid; width: 290px; height: 23px; margin: 0; }
.inputFile	{ border: #E6E6E6 3px solid; width: 275px; height: 25px; margin: 0 0 8px 0; }
.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; }