/* Default CSS Stylesheet for a new Web Application project */


	/*overflow: auto;  hides ie scrollbar */
	/*scroll: none;
	overflow:auto;*/

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */	

}

html
{
   overflow: auto;	   
}

body
{
    
}
	
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */	
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */	
}

div#header {	
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */	
}




/* grey */
TABLE
{
}

.clsBorder
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}

/* grey */
.fontColor
{
	color: #899297;
}

TABLE .A:link
{
	color:#EF891C;
}

TABLE .A:visited
{
	color:#EF891C;
}

TABLE .A:active
{
	color:#EF891C;						
}

TABLE .A:hover
{
	color:Green;
}



.clsCheckBox
{
	font-size: 7pt;
}

.clsButton
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	font-weight: bold;
	font-size: 7pt;
	border-left: dimgray 1px solid;
	color: white;
	border-bottom: dimgray 1px solid;
	font-family: Verdana;
	background-color: orange;
}


.clsDropDown, .clsDropdown
{
    
	font-size: 7pt;
	color: #899297;
	font-family:Verdana;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}


.clsInput
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	font-size: 7pt;
	width: 175px;
	font-family: Verdana;
}



.text
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #899297;
}

.textSmall
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #899297;
}

.textSmall10
{
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #899297;
}

.textSmall2
{
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #899297;
}


.textBold
{
	font-weight: bold;
	color: #ef891c;
}


input
{
	font-family: Tahoma, Arial;
	font-size: 10px;
}

textarea
{
	font-family: Tahoma, Arial;
	font-size: 10px;
}

.clsGrayLink
{
	color: #899297;
}

.text .clsGreenLink			/* used to distinquish link */
{
	font-size: 10px;
	color: #72c61f;
}

.clsError
{
	font-family: Tahoma, Arial;
	color: red;
}


/* not used */
.text .A:link
{
	color: #ef891c;
}

.text A:visited 
{
	color:#EF891C;
}

.text A:active
{
	color:#EF891C;
}

.text A:hover
{
	color:Green;
}	

A
{
	color:#EF891C;
}


.orangeTitleUnderline
{
	font-weight: bold;
	color: #EF891C;
	text-decoration: underline;
}

.clsUpload
{
	font-size: 8pt;
	width: 70px;
	height: 15pt;
}
.clsUploadBrowse
{
	width: 280px;
	height: 15pt;	
}
.tbl_tile_image
{
	background-image: url(/Images/grn.jpg);
	background-repeat: repeat-x;
}