/*-- Standard Elements -------------------------------------------------------------------------*/	
/*----------------------------------------------------------------------------------------------------*/

html {
	overflow: -moz-scrollbars-vertical !important;
	overflow-x: hidden !important;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image:url(/images/bg-page-fade.jpg);
	background-repeat:repeat-x;
}

td {
	text-align:left;
}



/*--- FORM ELEMENTS ---------------------------------------------------------------------------*/	
/*----------------------------------------------------------------------------------------------------*/
form {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right : 0px;
	margin-top: 0px;
	padding:0px;
}

textarea {
/*   background:url(../images/bgFormArea.gif); */
}

select {
	border: #999999 1px inset;
	background-color: #D0E5F6;
	color: #333333;
}

/*--- User defined.  ------------------------------------------------------------------------------*/
.radiobutton {
	background:none;
}

.inputImage {
	border: #FFFFFF 0px inset;
}

.input2 {
	border: #999999 1px inset;
	background-color: #FFFFCC;
	color: #333333;
}

.inputRequired {
	border: #999999 1px inset;
	background-color: #EAF8DE;
	color: #000000;
}

.inputsearch {
	border: 0px;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-right : -6px;
}

.select {
	background-color : #FFFFFF;
	border: 0px solid black;
	color : black;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.button {
	border: 1px outset;
	background-color: #CCCCCC;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	border-color: #999999 #000000 #000000 #999999;
}

.button2 {
	border: 0px outset;
}

.button3 {
	border: 1px outset;
	background-color: #0000CC;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	border-color: #999999 #000000 #000000 #999999;
}

.textbox {
	border: #000000 1px inset;
	border-color: #000000 #666666 #666666 #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../includes/css/images/textbox_shadow.gif);
	font-family: Verdana, Tahoma;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #224E33;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #006600;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #006600;
}
