
body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
    padding:0px;

}

a{

    cursor:pointer;
}


/*  admin nevigation menu style */

.MENU_TEXT
{
  font-size:10px;
  color:#0000FF; 
  
}



.MIDDLE_CONTAINER
{
    vertical-align:top;
	float:left;
	width:1020px;

	
}






/* User Management User Table Styles */

.USER_TABLE_TEXT
{
     font:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
}

.USER_CELL
{
      border-bottom: 1px solid #CCCCCC;
	  border-right: 1px solid #CCCCCC;
	  padding:2px;
	  vertical-align:middle;
}

.USER_CELL_HEADER
{
      border-bottom: 1px solid #CCCCCC;
	  border-right: 1px solid #CCCCCC;
	  padding:2px;
	  font-weight:bold;
	  color:#FFFFFF;
	  vertical-align:middle;
	  background-color:#305F89;
}


/* THIS SI FOR HEADERS OF TABLES used in which we want blue color background and white font */

.BLUE_CELL_HEADER
{
  
      border-bottom: 1px solid #CCCCCC;
	  border-right: 1px solid #CCCCCC;
	  padding:2px;
	  font-weight:bold;
	  vertical-align:middle;
	  background-color:#305F89;
	  color:#FFFFFF;
	  font-weight:bold;
	  font-size:12px;
}

.REMOVE_CELL_BORDER
{
    border:0px solid white;
}


/* Style for header like USER EXTRA FIELS/KEY SETTINGS and then description of that */

.CONTENT_HEADER_DESCRIPTION
{
    font-size: 10px;
}

a{
    color:blue;
}
