body
{
	font-size: 8pt;
	font-family: Arial;
}

span
{
	font-size: 8pt;
	font-family: Tahoma;
	}

label
{
	font-size: 8pt;
	font-family: Arial;
}

td.MasterTD 
{
	background-color:white;
}



INPUT
{
	font-size: 8pt;
	font-family: Arial;
	color:Black;
    }

TEXTAREA
{
	font-size: 8pt;
	font-family: Arial;
	color:Black;  
}


TEXTAREA.Normal
{
	font-size: 8pt;
	font-family: Arial;
	color:Black;  
    BACKGROUND-COLOR: #ffffff;
	margin-bottom: 67px;
}



INPUT.Normal
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: "arial";
    BACKGROUND-COLOR: #ffffff;
}


SELECT
{
	font-size: 8pt;
	font-family: Arial;
	color:Black;
	margin-left: 0px;
}


OPTION
{
	font-size: 8pt;
	font-family: Arial;
	color:Black;  
}

#loadingScreen2
{
    background: url('Image/loader.GIF') no-repeat 5px 8px;
    padding-left: 25px;
    background-position :center;
    background-repeat:no-repeat;
    background-attachment:fixed 
}

#loadingScreen img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.no-close .ui-dialog-titlebar-close {display: none }