.note 
{ 
    background: lightyellow;
    padding: 5pt;
    font-family: Arial;
    font-size: 10pt;
    font-style: italic;
 }
body
{
	margin:0;
	padding:0;
       color: #4E3D4E;
	  background: #fdfdfd;
        background-color: #EDEDED;
  	  font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	
        width: 100%;
}
td{font-size: 8pt;font-family: arial;vertical-align: top}
checkbox,input,button,submit,select,checkbox,textarea
{
    color: black;
    font-family: Arial;
    font-size: 8pt;
    background-color: #FF6600; 
    border-top: 1pt solid #FF6600;
    border-left: 1pt solid #FF6600;
    border-bottom: 1pt solid silver;
    border-right: 1pt solid silver;
}
th,h4{font-size: 8pt;font-family: arial;font-weight : bold;}
h3{font-size: 10pt;font-family: arial;font-weight : bold;}
li{font-size: 9pt;font-family: arial;vertical-align: top}

.fixedSize{width: 80px;height : 70px;}
.fixedLongSize{width: 500px;height : 60px;}
.pageHeading
{
	letter-spacing : 4pt;
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial;
        padding-bottom: 5pt;
	border-bottom: 1pt solid #FF6600;
        margin-bottom: 3pt;
}
.pageFooter
{
    margin-top: 1em;border-top: 1px solid #FF6600;
}
a
{
	color: black;
	text-decoration : none;
	font-style : normal;
	font-size : 8pt;
	font-family: arial;
    font-weight: bold;
     outline: none;
}
a:hover
{
	color: black;
	text-decoration : underline;
	font-style : normal;
	font-size : 8pt;
	font-family: arial;
        font-weight: bold;
}
.imageBorder
{
    background: #FF6600;
    border-top: 1pt solid #FF6600;
    border-left: 1pt solid #FF6600;
    padding: 1px;
    border-right: 2pt solid silver;
    border-bottom: 2pt solid silver;
}
.tab
{
	padding-right: 1pt;
	padding-left: 1pt;
	padding-bottom: 0pt;
	margin-bottom: 2pt;
	border-right: 1pt groove blue;
}
.menuBar
{
    background: #FF6600;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver
}
.subMenuBar
{
    background: #ffde92;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver
}

.blur
{
	background-color: silver; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}
.content
{
	position: relative;
	bottom: 3px;
	right: 3px;
	background-color: white; /*background color of content*/
	color: black; /*text color of content*/
	border: 1px solid #FF6600; /*border color*/
	/*padding: .5em 2ex;*/
}
#listMenu a:link{padding-left: 20px}
#listMenu a:visited{padding-left: 20px}
#listMenu a:hover
{
    color: black;
    padding-left: 20px;
    background: url('../images/listIcon.jpg');
    background-repeat: no-repeat;
}

/*ADDED BY Harminder on 02/18/2011*/
/*TO SUPPORT NEW MENU BAR*/
#menu
{
	margin: 0 auto 0 -45px;
	width: auto;
}

#menu ul{list-style:none;}

#menu li
{
	list-style: none;
	display: block;
	float: left;
	background: #F4F4EC;
	border-bottom: 4px solid #8eb132;
	border-bottom-color: #FF3300;
	border-bottom-width: 4px;
}

#menu li a
{
	border-style: solid;
	border-color: #e1e1d3;
	display: block;
	float: left;
	color: #44494f;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-width: 1px 1px 0 1px;
	text-decoration: none;
	padding: 0 15px 0 15px;
}

#menu li a:hover
{
	color: #FF3300;
}

#menu li a.current
{
	display: block;
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border: solid #e1e1d3;
	border-width: 1px 1px 0 0;
	text-decoration: none;
	padding: 0 15px;
	background-color: #FF3300;
}

#menu li a:hover.current
{
	color:#fff;
}
