.MyButton
{
	font-size:8.5pt;
	font-family:Arial;
	width:80px;
}
.MyBigButton
{
	font-size:8.5pt;
	font-family:Arial;
	width:110px;
}
/* Sudharsana CR77 and CR78 Start */
.MyBigButton1
{
	font-size:8.5pt;
	font-family:Arial;
	width:170px;
}
/* Sudharsana CR77 and CR78 End */
.MyDdl
{
	font-size:8.5pt;
	font-family:Arial;
	width:200px;
}
.MyDdlSmall
{
	font-size:8.5pt;
	font-family:Arial;
	width:50px;
}
.MyTdText
{
	font-size:8.5pt;
	text-align:left;
	font-family:Arial;
	color:#009ab5;
}
.MyLabel
{
	
	font-size:8.5pt;
	font-family:Arial;
	width:200px;
}
.MyText
{	
	font-size:8.5pt;
	font-family:Arial;
	width:200px;
}
.MySmallText
{
	
	font-size:8.5pt;
	font-family:Arial;
	width:100px;
}
.MyLink
{
	font-size:8.5pt;
	font-family:Arial;
	width:100px;
}

.MyManageLink
{
	font-size:9.5pt;
	font-family:Arial;
	width:250px;
}

.MyViewButton
{
	font-size:8.5pt;
	font-family:Arial;
	width:150px;
}
.MyMainMenu
{
	font-size:9pt;
	font-family:Arial;
   height:2%;
   background-color:#00877C;   
   
}
.MyMasterButton
{
	/* Frank Buil: this will hide the logout button on chrome and firefox:
	Height:2%;*/
	background-color:#00877C;
	color:White;
	font-family:Arial;
	font-size:9pt;
	border-style:none;  
	/* Sudharsana - CR292 - Start */
	cursor:hand;
	/* Sudharsana - CR292 - End */
}
.LFrame
{
  width: 25%;
  background-color:#ebf4f2;
  height:100%;  
}
.RFrame
{
	width: 25%;
	background-color:#ebf4f2;  	
	border-right-width:15px;
	border-right-color:GrayText;
	border-right-style:solid;
	height:100%;
}
.MyTerms
{
	font-family:Trebuchet MS;
	font-size:8pt;
}
.MyTermsHead
{
	font-family:Trebuchet MS;
	font-size:12pt;
}
.MyPanel
{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.MyChkBx
{
	font-size:8.5pt;
	font-family:Arial;
	width:80px;
}
.MyHeader
{
	font-family:Arial Black;	
	text-decoration:underline;
	color:Black;
}

TABLE.GridStyle TH 
{
	font-size:8.5pt;
	font-family:Arial;
	color:#ee3224;
	background-color:#009ab5;
}


TABLE.GridStyle TD
{
	font-size:8.5pt;
	font-family:Arial;
	color:#009ab5;
}

.MyDynamicMenu
{
	
 border-width:thin;  
 border-style:outset;
 border-color:#c0c0c0;
}

.MyDynamicItemMenu
{
 background-color :	#ebf4f2;
 font-family:Arial;
 font-size:8pt;
 color:Black;  
 }
 .MyDynamicHoverMenu
 {
	 background-color :	Black;
     font-family:Arial;
    font-size :8pt;
    color:Black;

 }
 .MyPager
 {
	background-color:#ebf4f2;
	font-size:8.5pt;
	font-family:Arial;
	text-align:center;
 }
 .MyGridRow
{
	font-size:8.5pt;
	font-family:Arial;
	text-align:left;	
	color:#009ab5;
}


/* footer */

/*#footer-area .footer {
	width: 100%;
	border-top:solid 1px #000;
}

#footer-area td #foot-right {
	text-align: right;
}

#footer-area {
	background-color:#fff;
	margin: 0 !important;
	padding: 25px 10px;
	margin-top: -30px;!important;margin-top: -10px;
}

#footer-area td.align-center{
	width: 100%;
}

#foot-left {
	width: 237px;
	text-align: left;
	padding-left:19px!important;
	padding-top: 10px;
}
	
#foot-center {
	width: 100%;
	padding-top: 10px;
}	

#foot-center .footernav ul.navlist{
	margin: 0;
	padding: 0;
	padding-right: 20px;
	white-space: nowrap;
	font-size: 10px;
	float: right;
}

#foot-right {
	text-align: right; 
	padding-right:15px!important;padding-right:15px;
	padding-top: 10px;
}

.footernav ul.navlist{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-size: 10px;
}
.footernav .navlist li{
	display: inline;
	list-style-type: none;
}

.footernav .navlist a { 
	padding: 0 11px; 
	color:#000000;
}

.footernav .navlist a:link, .footernav .navlist a:visited{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background: url(/notds/footer_separator.gif) no-repeat right center;
}

.footernav .navlist a:hover {
	left: 0;
	color: #ee3224;
}

.footer-text {
	color:#000;
	font-size: 10px;
	display:block;
	padding-top:7px;
}*/